| .. |
|
dialog_about
|
Correct my name in AUTHORS.txt and About dialog
|
8 years ago |
|
dialogs
|
Fix a number of untranslated strings.
|
8 years ago |
|
gal
|
Fix overbar drawing for non-italic text
|
7 years ago |
|
geometry
|
Code formatting
|
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
|
Coverity fixes.
|
8 years ago |
|
math
|
Remove superflous includes.
|
10 years ago |
|
page_layout
|
fix misspelled 'an other' -> 'another'
|
8 years ago |
|
plotters
|
HPGL plotter fix incorrect scaling factor
|
8 years ago |
|
preview_items
|
Fix window/crossed selection mode recognition in flipped view
|
8 years ago |
|
swig
|
Defining time_t for Python
|
8 years ago |
|
system
|
Switched coroutine library from Boost libcotext to custom libcontext.
|
9 years ago |
|
tool
|
Architecturally-simpler fix for grid context menu unit changes.
|
7 years ago |
|
view
|
pcbnew GAL: Fix bouncing zoom on mouse wheel scroll in Windows
|
7 years ago |
|
widgets
|
Remove background fp loading from Choose Symbol dlg.
|
8 years ago |
|
CMakeLists.txt
|
DIALOG_FILE_DIR_PICKER: dialog to select both files and directories
|
8 years ago |
|
base_screen.cpp
|
Fix a number of untranslated strings.
|
8 years ago |
|
base_struct.cpp
|
Organize trace debugging code for ease of maintenance.
|
8 years ago |
|
base_units.cpp
|
Remove spaces from start of common translated words
|
8 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
|
Changed negative recursion level argument to positive
|
8 years ago |
|
bin_mod.cpp
|
Remove old, empty header
|
10 years ago |
|
bitmap.cpp
|
Fix overflow on 32-bit machine
|
8 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
|
Save through hole pads color to config file
|
7 years ago |
|
commit.cpp
|
Fix issue with prev d83cff63f
|
7 years ago |
|
common.cpp
|
Fix user configuration path bug on Linux.
|
8 years ago |
|
config_params.cpp
|
Fix code after renaming files
|
8 years ago |
|
confirm.cpp
|
Fix message mismatch in YesNoCancelDialog.
|
8 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
|
Remove background fp loading from Choose Symbol dlg.
|
8 years ago |
|
displlst.cpp
|
Fix default button and focus for ModEdit save.
|
8 years ago |
|
dlist.cpp
|
Fixed an assert in DHEAD::append()
|
8 years ago |
|
draw_frame.cpp
|
Legacy canvas: fix issue when zooming in/out using mousewheel: slightly shifts screen up/down.
|
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
|
Revert broken hotkey fix.
|
8 years ago |
|
draw_panel_gal.cpp
|
Bug fixes in Length Tuning UI.
|
8 years ago |
|
dsnlexer.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
eagle_parser.cpp
|
Use default for attribute "display" if not found.
|
8 years ago |
|
eda_base_frame.cpp
|
At very first launch, old settings/config does not exist
|
8 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_graphic_text_ctrl.cpp
|
Fix code after renaming files
|
8 years ago |
|
eda_pattern_match.cpp
|
Prevent implicit * from wildcard match in footprint
|
8 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 |
|
exceptions.cpp
|
Fix quotes in UI messages
|
8 years ago |
|
executable_names.cpp
|
Move executable name constants to own file
|
9 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
|
Update footprint filter type-in to be implicit *
|
8 years ago |
|
footprint_info.cpp
|
Async hardening
|
8 years ago |
|
fp_lib_table.cpp
|
Add library name pseudo-hash in fp_list_table GenerateTimestamp output
|
8 years ago |
|
gbr_metadata.cpp
|
gerber plot: fix incorrect string attribute for BGA pads on copper layer
|
8 years ago |
|
gestfich.cpp
|
Fix unnecessary copy initialization detected by clang-tidy
|
8 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
|
Notify clients when GRID_TRICKS toggles checkboxes.
|
8 years ago |
|
hash_eda.cpp
|
Hash functions for BOARD_ITEMs
|
8 years ago |
|
hotkeys_basic.cpp
|
Save hotkeys to combined app-based file
|
8 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
|
eeschema: workaround for 64kByte string length limit in wxString::Format() causing segfaults in netlist update under Windows
|
8 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
|
License for KIWAY_HOLDER
|
9 years ago |
|
kiway_player.cpp
|
fix misspelled 'an other' -> 'another'
|
8 years ago |
|
layer_box_selector.cpp
|
fix code after file renaming
|
8 years ago |
|
lib_id.cpp
|
Rewrite test for valid characters in names
|
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 |
|
lockfile.cpp
|
Move file locking utilities to a separate file
|
9 years ago |
|
lset.cpp
|
LSET::UIOrder and LSET::Technicals now match layer widget order
|
8 years ago |
|
marker_base.cpp
|
DRC: Center zoom on marker location, not DRC item start location
|
8 years ago |
|
md5_hash.cpp
|
fix minor compil warnings
|
8 years ago |
|
msgpanel.cpp
|
Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support
|
9 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
|
origin viewitem needs to account for size zoom
|
7 years ago |
|
page_info.cpp
|
Fix code after renaming files
|
8 years ago |
|
painter.cpp
|
Refactor layer enumerations to all live in the same place
|
9 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
|
Use paths relative to the executable on Windows
|
7 years ago |
|
prependpath.cpp
|
Fix some issues related to the footprint wizard frame:
|
10 years ago |
|
project.cpp
|
Make sure Cvpcb doesn't use its own FP_LIB_TABLE.
|
8 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 quotes in UI messages
|
8 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
|
Changed COLOR4D defines to static consts
|
9 years ago |
|
settings.cpp
|
Multiple improvements concerning colors, configuration handling and legacy features in pcbnew:
|
8 years ago |
|
single_top.cpp
|
Convert symbol library editor over to use symbol library table.
|
8 years ago |
|
status_popup.cpp
|
Bug fixes in Length Tuning UI.
|
8 years ago |
|
streamwrapper.cpp
|
Fix a few doxygen warnings and add a few comments.
|
8 years ago |
|
string.cpp
|
Move Fields Editor to wxGrid.
|
8 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 |
|
trigo.cpp
|
Revise TestSegmentHit to catch missing hits
|
8 years ago |
|
undo_redo_container.cpp
|
fix code after file renaming
|
8 years ago |
|
utf8.cpp
|
Fix warnings for unreferenced local variables
|
8 years ago |
|
validators.cpp
|
DIALOG_ENV_VAR_CONFIG: allows using lowercase chars when typing an env var name. these lowercase chars are converted to uppercase on the fly.
|
8 years ago |
|
wildcards_and_files_ext.cpp
|
UI string normalization.
|
8 years ago |
|
worksheet.cpp
|
page layout editor: fix a crash on block move.
|
8 years ago |
|
worksheet_viewitem.cpp
|
Gerbview: GAL mode: shows the page worksheet, similar to legacy mode.
|
8 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
|
Legacy canvas: fix issue when zooming in/out using mousewheel: slightly shifts screen up/down.
|
7 years ago |