..
dialog_about
Remove Legacy options for overlay/context
7 years ago
dialogs
Implement preference for immediate actions.
7 years ago
gal
Work around missing min/max in Windows headers
7 years ago
geometry
Partial revert of 1a7cef2950a89959e76dc7b5de259b3b022a7f2e
7 years ago
kicad_curl
Replace remaining Boost mutexs with std::mutex
7 years ago
libeval
Libeval: consistent formatting for NaN
7 years ago
math
Remove superflous includes.
11 years ago
page_layout
Improve performance, commenting and API of some polygon classes.
7 years ago
plotters
pcbnew: Clean up warnings with unit handling in the DXF export
7 years ago
preview_items
Homogenize selection tools around our HIG.
7 years ago
swig
Python scripting: fix missing definition of uint32_t (and some other similar defs).
7 years ago
system
MSVC support for libcontext
7 years ago
tool
Recursively call evaluate on submenus of conditional menus
6 years ago
view
Fix bug in occulted centering logic.
7 years ago
widgets
PAGED_DIALOG: fix an issue related to TransferDataFromWindow and TransferDataToWindow, on wxWidgets 3.0
7 years ago
CMakeLists.txt
Rebased LTO fix for coroutines
7 years ago
advanced_config.cpp
Some minor fixes to prepare the new zone filling algo (no filled polygon thickness)
7 years ago
array_axis.cpp
Pcbnew: add a step field to the array tool
7 years ago
array_options.cpp
Arrays: isolate axis code in a new class
7 years ago
base_screen.cpp
Cleanup some left-over vestiages of the legacy canvas architecture.
7 years ago
base_struct.cpp
Make m_Text private so we don't keep getting bugs where m_shown_text fails to get updated.
6 years ago
base_units.cpp
Enforcing rational limits on length tuner
7 years ago
basic_gal.cpp
DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list.
8 years ago
bezier_curves.cpp
DXF import: add import of DXF splines that are converted to Bezier curves.
8 years ago
bin_mod.cpp
Eeschema: make menu file history working again.
7 years ago
bitmap.cpp
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
7 years ago
bitmap_base.cpp
Common: Fix copy-construction of empty BITMAP_BASE
7 years ago
board_printout.cpp
When printing, pads are not always printed (especially on tech layers)
7 years ago
build_version.cpp
Version string improvements.
9 years ago
colors.cpp
Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp)
10 years ago
colors_design_settings.cpp
Fix assert launching PCBNew.
7 years ago
commit.cpp
commit: protect against un-copyable error
7 years ago
common.cpp
Common: do not conditionally define wxPoint/Size operator<<
7 years ago
config_params.cpp
Eradicate globals for PCB_GENERAL_SETTINGS.
7 years ago
confirm.cpp
Fix OSX button order issue in Unsaved Changes dialog.
7 years ago
convert_basic_shapes_to_polygon.cpp
Pcbnew: better approximation of arcs by polygons for pads having a very small size.
7 years ago
cursor_store.cpp
Eeschema: construct simulator cursors on demand
7 years ago
dialog_shim.cpp
Clear ctx-menu before rebuilding; don't veto ctx-menu mousewarp for non-ctx-menu dialog.
7 years ago
displlst.cpp
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
7 years ago
dlist.cpp
Fixed an assert in DHEAD::append()
8 years ago
dpi_scaling.cpp
Add configuration of Hi-DPI canvas scaling in OpenGL
7 years ago
draw_panel_gal.cpp
Overhaul cursor code for new tool/action framework.
7 years ago
dsnlexer.cpp
Fix quotes in UI messages
8 years ago
eagle_parser.cpp
Eagle: Fix crash when importing Eagle V6
7 years ago
eda_base_frame.cpp
Add log trace for tool handling
6 years ago
eda_dde.cpp
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
7 years ago
eda_doc.cpp
Move env var substitution into GetAssociatedDocument
7 years ago
eda_dockart.cpp
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
7 years ago
eda_draw_frame.cpp
Push some search stuff down into EDA_DRAW_FRAME so it can be shared.
6 years ago
eda_pattern_match.cpp
Prevent implicit * from wildcard match in footprint
8 years ago
eda_size_ctrl.cpp
Clean up units infrastructure after g_UserUnit removal.
8 years ago
eda_text.cpp
Make m_Text private so we don't keep getting bugs where m_shown_text fails to get updated.
6 years ago
env_paths.cpp
Fixed normalizeAbsolutePaths() condition
8 years ago
env_vars.cpp
Add configuration of Hi-DPI canvas scaling in OpenGL
7 years ago
exceptions.cpp
Fix quotes in UI messages
8 years ago
executable_names.cpp
Move executable name constants to own file
9 years ago
filename_resolver.cpp
Fold 3D Search Paths dialog into Configure Paths.
8 years ago
filter_reader.cpp
richio.h, class LINE_READER: prefix variable member names by "m_", like in other classes in Kicad.
8 years ago
footprint_filter.cpp
Performance enhancements in fp loading, string cmp, etc.
7 years ago
footprint_info.cpp
Move remaining hard-coded segment counts
7 years ago
fp_lib_table.cpp
Add FootprintExists() which can be more careful about FS differences.
7 years ago
gbr_metadata.cpp
Gerber drill file: Modify a aperture attribute for oblong holes (slots).
7 years ago
gestfich.cpp
Replace DIM() macro
7 years ago
getrunningmicrosecs.cpp
Performance counter rework: More comments, code cleaning, and move GetRunningMicroSecs() prototype from common.h to profile.h.
9 years ago
gl_context_mgr.cpp
Dealing with inconsistent wxGLCanvas::IsDisplaySupported()
8 years ago
gr_basic.cpp
Remove Legacy options for overlay/context
7 years ago
gr_text.cpp
New selection highlighting model for eeschema.
6 years ago
grid_tricks.cpp
Implement our own navigation out of a grid.
7 years ago
hash_eda.cpp
pcbnew: Remove the last dlist from modules/pcbnew
7 years ago
hotkey_store.cpp
Preferences, Hotkey list: Avoid list to be shown twice.
7 years ago
hotkeys_basic.cpp
Improve gesture lables for better consistency with key labels.
7 years ago
html_messagebox.cpp
Release mouse before closing HTML_MESSAGE_BOX.
8 years ago
kiface_i.cpp
Removed old debug output
8 years ago
kiway.cpp
Add env-var setting to CommonSettingsChanged().
7 years ago
kiway_express.cpp
Support synchronous messaging over KIWAY EXPRESS.
7 years ago
kiway_holder.cpp
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
7 years ago
kiway_player.cpp
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
7 years ago
languages_menu.cpp
Add checking to languages menu.
7 years ago
lib_id.cpp
Fix LIB_ID illegal character tests.
7 years ago
lib_table.keywords
Added "enabled" parameter for LIB_TABLE_ROW
8 years ago
lib_table_base.cpp
QA: LIB_TABLE tests
7 years ago
lib_tree_model.cpp
Fix potential string iterator issue.
7 years ago
lib_tree_model.h
libtree: Update width automatically
7 years ago
lib_tree_model_adapter.cpp
Don't throw out search hits because they have unit children.
7 years ago
lib_tree_model_adapter.h
Move footprint & symbol tree context menus to tool infrastructure.
7 years ago
lockfile.cpp
Move file locking utilities to a separate file
9 years ago
lset.cpp
Replace DIM() macro
7 years ago
marker_base.cpp
Convert remaining legacy drawing code to print code.
7 years ago
md5_hash.cpp
Add MD5_HASH::Format for debug purposes.
7 years ago
msgpanel.cpp
Remove colours from message text items.
8 years ago
netlist.keywords
Fix Bug #1381287 (CvPCB ignores the footprint filter field on aliased components)
11 years ago
newstroke_font.cpp
all: new Russian GOST patch - author Konstantin Baranovskiy
13 years ago
observable.cpp
Coverity fixes (mostly initializing variables)
9 years ago
origin_viewitem.cpp
Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out.
7 years ago
page_info.cpp
Fix code after renaming files
8 years ago
painter.cpp
GAL: Make high-contrast meld into background
7 years ago
pcb.keywords
Move layer defaults and diff-pair dimensions to board file.
7 years ago
pcb_plot_params.keywords
Add Gerber job file writer in Pcbnew, and a basic reader in Gerbview. Currently disabled
8 years ago
pgm_base.cpp
Implement I18N for ACTIONs.
7 years ago
prependpath.cpp
Fix some issues related to the footprint wizard frame:
10 years ago
printout.cpp
Grand printing dialogs refactor
7 years ago
project.cpp
Ensure we have a destination for config template
7 years ago
properties.cpp
Eeschema: initial schematic I/O plugin.
10 years ago
ptree.cpp
Removed all exception specifiers since deprecated.
9 years ago
refdes_utils.cpp
Fix broken GetReferencePrefix function
7 years ago
reporter.cpp
Optionally sort reporter messages
8 years ago
richio.cpp
Uniformly quote strings which may have user content.
7 years ago
search_stack.cpp
Replace log debugging output with tracing.
7 years ago
searchhelpfilefullpath.cpp
Replace log debugging output with tracing.
7 years ago
settings.cpp
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
9 years ago
single_top.cpp
Force X11 on linux
7 years ago
status_popup.cpp
Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal.
7 years ago
streamwrapper.cpp
Replace WIN32 preprocessor symbol by the official symbol _WIN32, used almost everywhere
7 years ago
string.cpp
Escape slashes in labels and netnames.
7 years ago
strtok_r.c
Add strtok_r.c
12 years ago
systemdirsappend.cpp
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
11 years ago
text_utils.cpp
change UTF8& operator+=( wchar_t ch ) to UTF8& operator+=( unsigned ch ), because swig does not like wchar_t.
8 years ago
trace_helpers.cpp
Add log trace for tool handling
6 years ago
undo_redo_container.cpp
eeschema: Remove UR_WIRE_IMAGE
7 years ago
utf8.cpp
UTF8: Fix MSVC builds
7 years ago
validators.cpp
Minor library identifier validator change.
7 years ago
wildcards_and_files_ext.cpp
eeschema: Clean up backup name
7 years ago
wxdataviewctrl_helpers.cpp
Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp
9 years ago
xnode.cpp
Escape slashes in labels and netnames.
7 years ago