You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Jeff Young ffd6fde700 Improve consistency and hotkey access in Appearances. 4 years ago
..
dialog_about Added Japanese translators missing from the list 4 years ago
dialogs Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
drawing_sheet Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
gal Cleanup. 4 years ago
kicad_curl Code cleaning. 4 years ago
libeval Fix kicad_string.h / string.cpp mismatch. 4 years ago
libeval_compiler Add a compile error for ill-defined rules, and more performance. 4 years ago
plotters Move plotter headers into include folder. 4 years ago
plugins Read netclasses when importing Eagle projects. 4 years ago
preview_items Rename layer ids file. 4 years ago
project Remove Setup Dialog assignment of netclasses to buses. 4 years ago
settings Remove hard-coded anchor color in eeschema 4 years ago
swig Rename layer ids file. 4 years ago
tool Improve consistency and hotkey access in Appearances. 4 years ago
view Cleanup. 4 years ago
widgets Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
CMakeLists.txt KIFACE_I -> KIFACE_BASE. 4 years ago
advanced_config.cpp Move zone fracture display mode to AdvancedCfg, and add triangulation. 4 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
asset_archive.cpp Cleanup memory in the asset archive reader 5 years ago
base64.cpp Plot SVG embedded 6 years ago
base_screen.cpp Remove unused m_crossHairPosition 4 years ago
base_units.cpp Fix kicad_string.h / string.cpp mismatch. 4 years ago
basic_gal.cpp Move plotter headers into include folder. 4 years ago
bin_mod.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
bitmap.cpp Add a quantized scaling mode for bitmaps. 4 years ago
bitmap_base.cpp Move plotter headers into include folder. 4 years ago
bitmap_store.cpp Add support mode for dark mode to SCINTILLA_TRICKS. 4 years ago
board_printout.cpp Remove extraneous isPrinting test. 4 years ago
build_version.cpp Add support for ngspice >= 35 version reporting 4 years ago
commit.cpp Proper numeric sorting for intersheet refs. 4 years ago
common.cpp Remove tilde expansion 4 years ago
config_params.cpp Kick wx.h mostly out of common 4 years ago
confirm.cpp Lock the windows when we ask about unsaved changes 4 years ago
dialog_shim.cpp Make select-all hack work with Scintilla too. 4 years ago
draw_panel_gal.cpp KIFACE_I -> KIFACE_BASE. 4 years ago
drc_rules.keywords Add missing token to DRC rule parser. 4 years ago
dsnlexer.cpp pcb parser: ensure the parser is reinitialized before parsing a new fp file 4 years ago
eda_base_frame.cpp Fix a crash bug on quitting on OSX. 4 years ago
eda_dde.cpp Start expunging NULL. 4 years ago
eda_doc.cpp Trim some (probably) excess includes. 4 years ago
eda_draw_frame.cpp Improve obscuring dialog algorithm to handle multiple dialogs. 4 years ago
eda_item.cpp Pull back some 7.0 fixes to Custom Rules code completion. 4 years ago
eda_pattern_match.cpp Add missing <algorithm> 5 years ago
eda_rect.cpp Fix source comment / documentation typos 4 years ago
eda_text.cpp Formatting. 4 years ago
eda_units.cpp Split EDA_UNITS out from common. 5 years ago
env_paths.cpp Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
env_vars.cpp Add KICAD6_3RD_PARTY env variable 4 years ago
exceptions.cpp Refuse to load schematics from the future. 4 years ago
executable_names.cpp Move executable name constants to own file 9 years ago
filehistory.cpp File history (recent opened files): fix incorrect behavior when a filename 5 years ago
filename_resolver.cpp More changes to file resolvers. 4 years ago
filter_reader.cpp Start expunging NULL. 4 years ago
footprint_filter.cpp In footprint filter, check pin count mismatch first 5 years ago
footprint_info.cpp KIFACE_I -> KIFACE_BASE. 4 years ago
fp_lib_table.cpp KIFACE_I -> KIFACE_BASE. 4 years ago
gbr_metadata.cpp Start expunging NULL. 4 years ago
gestfich.cpp Make sure there is a filename before creating a parameter for it. 4 years ago
getrunningmicrosecs.cpp Cleanup: Replace C-only deprecated headers 6 years ago
gl_context_mgr.cpp Start expunging NULL. 4 years ago
gr_basic.cpp Pass wxPoint objects by reference instead of on the stack. 4 years ago
gr_text.cpp Move plotter headers into include folder. 4 years ago
grid_tricks.cpp Check for column existence before checking for tooltip enabled 4 years ago
hash_eda.cpp enum class PAD_SHAPE_T 5 years ago
hotkey_store.cpp Fix hotkey documentation for modifier update 4 years ago
hotkeys_basic.cpp KIFACE_I -> KIFACE_BASE. 4 years ago
kiface_base.cpp KIFACE_I -> KIFACE_BASE. 4 years ago
kiid.cpp Start expunging NULL. 4 years ago
kiway.cpp KIFACE_I -> KIFACE_BASE. 4 years ago
kiway_express.cpp Fix source comment / documentation typos 4 years ago
kiway_holder.cpp Replace EESchema DLIST 6 years ago
kiway_player.cpp Code cleaning. 4 years ago
languages_menu.cpp Cleanup some pgm_base.h includes 4 years ago
launch_ext.cpp Don't add quotes for LaunchExternal in 3.0 either 4 years ago
layer_id.cpp Remove hard-coded anchor color in eeschema 4 years ago
lib_id.cpp Remove long-dead revision support for LIB_IDs. 4 years ago
lib_table.keywords Added "enabled" parameter for LIB_TABLE_ROW 8 years ago
lib_table_base.cpp Proper numeric sorting for intersheet refs. 4 years ago
lib_tree_model.cpp Fix kicad_string.h / string.cpp mismatch. 4 years ago
lib_tree_model_adapter.cpp A better algorithm for centering library items in the tree. 4 years ago
locale_io.cpp Looks like clang (or OSX?) needs an extra include.... 4 years ago
lockfile.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
lset.cpp Rename layer ids file. 4 years ago
marker_base.cpp Dark mode for a bunch of HTML dialogs. 4 years ago
netclass.cpp Fix typo initializing buswidth with linewidth value. 4 years ago
netlist.keywords Transmit pin electrical types through to pads. 5 years ago
newstroke_font.cpp Readd half and full width forms 5 years ago
observable.cpp Add const specifiers 5 years ago
origin_transforms.cpp Add more consts all over the place 5 years ago
origin_viewitem.cpp Break out eda_item_flags.h, fix the typedef to std::uint32_t, fix some signed vars 4 years ago
page_info.cpp Eeschema : Add A5 sheet size 5 years ago
painter.cpp Only apply B&W printer fixes when printing. 5 years ago
paths.cpp Add KICAD6_3RD_PARTY env variable 4 years ago
pcb.keywords Don't put up "old version" warning for gerbview-generated PCBs. 4 years ago
pcb_plot_params.keywords Save DXF plot params to file and remove some dead code. 5 years ago
pgm_base.cpp Add Thai language option 4 years ago
printout.cpp Implement a new settings framework across all of KiCad 6 years ago
project.cpp Fix kicad_string.h / string.cpp mismatch. 4 years ago
properties.cpp Eeschema: initial schematic I/O plugin. 9 years ago
property_mgr.cpp Hook libeval compiler up to rule parser 5 years ago
ptree.cpp Add const specifiers 5 years ago
rc_item.cpp Add cross-probing between PCB (markers) and DRC marker list. 4 years ago
refdes_utils.cpp Remove broken RefDesStringCompare 4 years ago
render_settings.cpp Don't try and highlight netnames or holes of selected items. 4 years ago
reporter.cpp Remove all wxWidgets build dependencies from REPORTER object header. 4 years ago
richio.cpp Start expunging NULL. 4 years ago
scintilla_tricks.cpp Pull back some 7.0 fixes to Custom Rules code completion. 4 years ago
search_stack.cpp Make search stack path_seps correct for msvc 5 years ago
searchhelpfilefullpath.cpp Respect KICAD_DOCS when searching for help files 5 years ago
single_top.cpp Avoid loading python stuff when starting applications that do not use it. 4 years ago
status_popup.cpp Start expunging NULL. 4 years ago
streamwrapper.cpp Start expunging NULL. 4 years ago
string_utils.cpp Fix escaping of double quotes in LIB_IDs 4 years ago
strtok_r.c Add strtok_r.c 12 years ago
systemdirsappend.cpp Allow to relocate EDA libraries out of KICAD_DATA 5 years ago
template_fieldnames.cpp Naming conventions. 5 years ago
template_fieldnames.keywords Variable substitution framework. 6 years ago
textentry_tricks.cpp Evict the last bits of wx.h 4 years ago
title_block.cpp Import more Alitum parameters. 4 years ago
trace_helpers.cpp Start expunging NULL. 4 years ago
undo_redo_container.cpp Start expunging NULL. 4 years ago
utf8.cpp Start expunging NULL. 4 years ago
validators.cpp Fix kicad_string.h / string.cpp mismatch. 4 years ago
wildcards_and_files_ext.cpp Avoid duplicate strings to avoid typos and not synchronized strings 4 years ago
wx_filename.cpp Add utility method to resolve symlinks 4 years ago
wx_stl_compat.cpp Include optimization: move some things from common.h to point-of-use 5 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