..
dialog_about
Update translators list to include simplified Chinese translator.
7 years ago
dialogs
Centralise utilities for env variables.
7 years ago
gal
Pcbnew: Crash after running external plugin
7 years ago
geometry
Clean up file locations and names.
7 years ago
kicad_curl
Remove useless includes and more fixes to avoid including curl.h in files, when not mandatory.
8 years ago
libeval
Fix copy/paste error in numeric evaluator.
7 years ago
math
Remove superflous includes.
10 years ago
page_layout
Fix incorrect calculations in WORKSHEET_DATAITEM::GetMarkerSizeUi()
7 years ago
plotters
HPGL plotter fix incorrect scaling factor
8 years ago
preview_items
Add x/y dimensions to PCB ruler
7 years ago
swig
pcbnew: Limit zone simplification
7 years ago
system
Switched coroutine library from Boost libcotext to custom libcontext.
9 years ago
tool
Return reference to current object from operator=
7 years ago
view
Show pads when parent footprint is selected.
7 years ago
widgets
A bit more safety around disabling the event handler.
7 years ago
CMakeLists.txt
Centralise utilities for env variables.
7 years ago
base_screen.cpp
Fix a number of untranslated strings.
8 years ago
base_struct.cpp
Remove global units usage from GetSelectionText...
7 years ago
base_units.cpp
Attempt to fix reading dimension units from file.
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.
7 years ago
bin_mod.cpp
Allow updating of file history size on the fly.
7 years ago
bitmap.cpp
pcbnew: Add toolbar buttons for action plugins
7 years ago
bitmap_base.cpp
Update code after file renaming
8 years ago
block_commande.cpp
Fix code after renaming files
8 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
Honour ModEdit layer colors in browser and previews.
7 years ago
commit.cpp
Fix issue with prev d83cff63f
7 years ago
common.cpp
Don't leak file descriptors.
7 years ago
config_params.cpp
Consolidate design rules UI.
7 years ago
confirm.cpp
Make ModEdit and LibEdit library tree actions more consistent.
7 years ago
convert_basic_shapes_to_polygon.cpp
Fix a few minor Coverity warnings
8 years ago
copy_to_clipboard.cpp
Fix code after renaming files
8 years ago
dialog_shim.cpp
Generalize OSX &Cancel fix to work for other languages.
7 years ago
displlst.cpp
Move symbol management to a standard Save As... model.
7 years ago
dlist.cpp
Fixed an assert in DHEAD::append()
8 years ago
draw_frame.cpp
Hook up 3D viewer to common preferences.
7 years ago
draw_graphic_text.cpp
DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list.
8 years ago
draw_panel.cpp
key event in draw_panel.cpp: fix incorrect behavior for the escape key (the key was handled but the evnent was skipped).
7 years ago
draw_panel_gal.cpp
Don't allow drawing to a zero-height or zero-width GAL canvas.
7 years ago
dsnlexer.cpp
Fix quotes in UI messages
8 years ago
eagle_parser.cpp
Eeschema: Copy attributes from eagle.
7 years ago
eda_base_frame.cpp
Run CommonSettingsChanged after all panels have been committed.
7 years ago
eda_dde.cpp
Keep track of open sockets and dispose of them in d'tor.
8 years ago
eda_doc.cpp
More forgiving keyword search.
8 years ago
eda_dockart.cpp
Overhaul border drawing in all the Kicad frames.
7 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.
7 years ago
eda_text.cpp
DrawGraphicText: remove a static variable, and replace it (when needed) by a new parameter in argument list.
8 years ago
env_paths.cpp
Fixed normalizeAbsolutePaths() condition
8 years ago
env_vars.cpp
Centralise utilities for env variables.
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.
7 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
More performance enhancements.
7 years ago
fp_lib_table.cpp
Make ModEdit and LibEdit library tree actions more consistent.
7 years ago
gbr_metadata.cpp
gerber plot: fix incorrect string attribute for BGA pads on copper layer
8 years ago
gestfich.cpp
Use quoted file name when opening a PDF file
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
Do not draw circles of 0 radius
8 years ago
grid_tricks.cpp
Revert code that got accidentally committed.
7 years ago
hash_eda.cpp
Hash functions for BOARD_ITEMs
8 years ago
hotkey_store.cpp
Add some hotkey store tests
7 years ago
hotkeys_basic.cpp
Specify string size when creating wxString from const char*
7 years ago
html_messagebox.cpp
Release mouse before closing HTML_MESSAGE_BOX.
8 years ago
incremental_text_ctrl.cpp
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
8 years ago
kiface_i.cpp
Removed old debug output
8 years ago
kiway.cpp
Overhaul border drawing in all the Kicad frames.
7 years ago
kiway_express.cpp
Teach cvpcb about new KIWAY based cross-probing, factor out MAIL_T into mail_type.h
12 years ago
kiway_holder.cpp
Switch UNIT_BINDER and DIALOG_SHIM to local units.
7 years ago
kiway_player.cpp
Unified preferences dialog framework.
7 years ago
lib_id.cpp
Handle separate parsing rules for ID_SCH and ID_PCB.
7 years ago
lib_table.keywords
Added "enabled" parameter for LIB_TABLE_ROW
8 years ago
lib_table_base.cpp
Treat ${...} and $(...) envvar references uniformly.
8 years ago
lib_tree_model.cpp
More performance enhancements.
7 years ago
lib_tree_model.h
More performance enhancements.
7 years ago
lib_tree_model_adapter.cpp
Highlight only leaf nodes when filtering lib tree.
7 years ago
lib_tree_model_adapter.h
More performance enhancements.
7 years ago
lockfile.cpp
Move file locking utilities to a separate file
9 years ago
lset.cpp
Enable user layers in footprint editor.
7 years ago
marker_base.cpp
Eradicate g_UserUnit from ERC/DRC.
7 years ago
md5_hash.cpp
fix minor compil warnings
8 years ago
msgpanel.cpp
Remove colours from message text items.
7 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
Fix a minor compil warning.
8 years ago
page_info.cpp
Fix code after renaming files
8 years ago
painter.cpp
Wire m_showPageLimits control up to GAL canvas.
7 years ago
pcb.keywords
Add "unlock" property to footprint texts
8 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
Add Chinese traditional in language list.
7 years ago
prependpath.cpp
Fix some issues related to the footprint wizard frame:
10 years ago
project.cpp
Revert absolute-path asserts and fix off-by-one bug.
7 years ago
properties.cpp
Eeschema: initial schematic I/O plugin.
9 years ago
ptree.cpp
Removed all exception specifiers since deprecated.
9 years ago
reporter.cpp
Optionally sort reporter messages
8 years ago
richio.cpp
Fix compile error on Linux.
7 years ago
search_stack.cpp
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
8 years ago
searchhelpfilefullpath.cpp
Add explicit file:// URI scheme for html help files
8 years ago
selcolor.cpp
Clean up file locations and names.
7 years ago
settings.cpp
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
8 years ago
single_top.cpp
Revert absolute-path asserts and fix off-by-one bug.
7 years ago
status_popup.cpp
Bring PICKER_TOOL in line with other tools.
7 years ago
streamwrapper.cpp
Fix a few doxygen warnings and add a few comments.
8 years ago
string.cpp
Turn off escaping names for now.
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
Replace printf debugging output in common/project.cpp with wxLogTrace.
8 years ago
undo_redo_container.cpp
fix code after file renaming
8 years ago
utf8.cpp
QA: Place UTF8 tests under Boost unit tests
7 years ago
validators.cpp
Improve validation of symbol fields editor.
7 years ago
wildcards_and_files_ext.cpp
Fix thread-safety issue with some global wxStrings.
7 years ago
worksheet.cpp
page layout editor: fix a crash on block move.
8 years ago
worksheet_viewitem.cpp
GAL canvases: add DrawBitmap(), using a basic brute force algo for OpenGL, and a optimized code for Cairo. In this fix the brute force means draw each pixel as a rectangle. It works fine, but could be optimized.
7 years ago
wxdataviewctrl_helpers.cpp
Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp
9 years ago
xnode.cpp
Removed all exception specifiers since deprecated.
9 years ago
zoom.cpp
Fix nullptr access on 2nd launch of eeschema.
7 years ago