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.
 
 
 
 
 
jean-pierre charras 3bacfacf95 Ensure non handled text properties are never written in .kicad_pcb files 1 year ago
..
api Fix warnings. 1 year ago
database Remove extraneous cache fill per row 1 year ago
dialog_about Build time optimizations. 1 year ago
dialogs Open library file preselected in the file explorer for both symbol and footprint editors. 1 year ago
drawing_sheet Support both short and long item descriptions. 1 year ago
font Silence font replace warnings for libs 1 year ago
gal Don't try to clear empty bitmap cache. 1 year ago
git Fix a build issue on MSVC with wx 3.3. 1 year ago
http_lib HTTP Libraries: Add support for descriptions of sublibraries 1 year ago
import_gfx Fix ellipse angles when importing DXF. 1 year ago
io Clearer naming and commenting. 1 year ago
jobs ADDED: --use-drill-origin arg to export DXF. 1 year ago
kicad_curl Add mutex include. 1 year ago
libeval Silence the assert in NUMERIC_EVALUATOR on windows due to unicode 2 years ago
libeval_compiler Handle backslash-escaped quotes in libeval. 2 years ago
plotters Cleanup unused vars 1 year ago
preview_items Add SCH_RULE_AREA shapes to eeschema 1 year ago
project CHANGED: Backup project only when different 1 year ago
properties wxWidgets 3.3 compatibility: properties API 2 years ago
settings Cleanup !1322 for Project Backup 1 year ago
swig Add VECTOR2L to Swig. 1 year ago
tool Open library file preselected in the file explorer for both symbol and footprint editors. 1 year ago
view Fix some signed/unsigned comparisons 1 year ago
widgets ADDED: RMB > Copy item for HTML_WINDOW. 1 year ago
CMakeLists.txt Split out LSEQ/LSET from LAYER_ID 1 year ago
advanced_config.cpp ADDED: pcbnew fill avoids kissing fills 1 year ago
array_axis.cpp Some more wxS 3 years ago
array_options.cpp More EDA_ANGLE changes. 4 years ago
asset_archive.cpp Fix a bunch of compiler warnings 3 years ago
background_jobs_monitor.cpp Fix some warnings. 2 years ago
base_screen.cpp Remove wchar mixed into ostream output 2 years ago
bin_mod.cpp Include optimization: move some things from common.h to point-of-use 5 years ago
bitmap.cpp REMOVED: manual icon scale preference 2 years ago
bitmap_base.cpp Fix numerous bugs in schematic item rotation. 1 year ago
bitmap_info.cpp bitmap_info.xxx: add comments to try to avoid issues like 8b1e971f 1 year ago
bitmap_store.cpp ADDED: Icon scaling for toolbars only 2 years ago
board_printout.cpp Split out LSEQ/LSET from LAYER_ID 1 year ago
build_version.cpp Add OpenGL info to About. 1 year ago
callback_gal.cpp Improve appearance of stroked knockout text. 2 years ago
cli_progress_reporter.cpp ADDED: ERC over cli....mostly 2 years ago
commit.cpp Fix overly agressive assert. 2 years ago
common.cpp Clean up more exception processing in simulation GUI. 1 year ago
config_params.cpp config_params doesnt need color4d 2 years ago
confirm.cpp Coding policy fixes. 1 year ago
dialog_shim.cpp Build time optimizations. 1 year ago
dpi_scaling_common.cpp Formatting. 1 year ago
draw_panel_gal.cpp Show/hide scrollbars earlier to reduce flickering. 1 year ago
drc_rules.keywords Move connection width testing to rule system. 3 years ago
dsnlexer.cpp dsnlexer can live in kicommon 2 years ago
eda_base_frame.cpp Fix some platform ifdef checks. 1 year ago
eda_dde.cpp Fix comment placement 3 years ago
eda_doc.cpp Launch default URI handler if exists 1 year ago
eda_draw_frame.cpp Don't use wxLogMessage/wxLogError for messages not meant for user. 1 year ago
eda_item.cpp Support both short and long item descriptions. 1 year ago
eda_pattern_match.cpp Support wildcards and regEx's in Net Inspector. 1 year ago
eda_shape.cpp Formatting. 1 year ago
eda_text.cpp Ensure non handled text properties are never written in .kicad_pcb files 1 year ago
eda_tools.cpp Fix shadowed definition of EAGLE constant 3 years ago
eda_units.cpp Add default rotation format 1 year ago
env_paths.cpp More wxS ugh 3 years ago
env_vars.cpp Remove hard-coded versioned env vars in most places 2 years ago
exceptions.cpp More defensive coding for KICAD-YP. 2 years ago
executable_names.cpp wxS more things 3 years ago
file_history.cpp Class name <-> file name sync. 3 years ago
filename_resolver.cpp Remove hard-coded versioned env vars in most places 2 years ago
filter_reader.cpp Start expunging NULL. 4 years ago
footprint_filter.cpp Formatting. 2 years ago
footprint_info.cpp Deconflict some LIB_TREE_ITEM APIs so they can remain non-const. 2 years ago
fp_lib_table.cpp Patch another dynamic_cast-across-compile-unit-boundaries issue. 1 year ago
gal_display_options_common.cpp Break out the boundary violating parts of gal into common through subclassing 2 years ago
gbr_metadata.cpp Fix wrong path slash 2 years ago
gestfich.cpp ADDED: library tree context menu option to open sym/fp library files from the defined text editor. 2 years ago
gr_basic.cpp Fix my commit d07738a06c313896bf105e6ecd3337f38340526a. 3 years ago
gr_text.cpp RIP LIB_PIN. 1 year ago
grid_tricks.cpp Close active cell editor when showing/hiding columns. 2 years ago
hash_eda.cpp Performance improvements. 1 year ago
hotkey_store.cpp Add autocomplete accept & cancel to the hotkeys list. 2 years ago
hotkeys_basic.cpp Add autocomplete accept & cancel to the hotkeys list. 2 years ago
json_conversions.cpp Add a new plugin system for the new API 2 years ago
kidialog.cpp Build time optimizations. 1 year ago
kiface_base.cpp Fix paths for Copy default global library table. 3 years ago
kiid.cpp Reduce KIID size from 20 to 16 bytes. 1 year ago
kiway.cpp Get rid of code path that has been unreachable for many years 2 years ago
kiway_express.cpp We don't keep a CHANGELOG.TXT 4 years ago
kiway_holder.cpp Banish ignore.h to core 3 years ago
kiway_player.cpp Fix crash in wxSocketBase when the event handler has been destroyed. 1 year ago
launch_ext.cpp Require wxWidgets 3.2 2 years ago
layer_id.cpp Fix overzealous replace 1 year ago
lib_id.cpp Remove atrophied terminology (logical -> nickname) 2 years ago
lib_table.keywords Add versioning to lib tables 3 years ago
lib_table_base.cpp Make sure database library has updated pointer to library table 1 year ago
lib_table_grid_tricks.cpp Hidden footprint libraries are not yet supported. 1 year ago
lib_tree_model.cpp Fix shadowed/conflicting enum values. 1 year ago
lib_tree_model_adapter.cpp Fix shadowed/conflicting enum values. 1 year ago
locale_io.cpp Move locale_io to kicommon 2 years ago
lseq.cpp Split out LSEQ/LSET from LAYER_ID 1 year ago
lset.cpp Further cleanup of LSET 1 year ago
marker_base.cpp Small performance improvement for DRC. 2 years ago
markup_parser.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
netclass.cpp pcbnew: Change some of the default settings in board setup and netclasses 3 years ago
netlist.keywords Transmit pin electrical types through to pads. 5 years ago
newstroke_font.cpp Optimize the newstroke font representation 1 year ago
notifications_manager.cpp Lambda capture this for a callafter 2 years ago
origin_transforms.cpp Add more consts all over the place 5 years ago
origin_viewitem.cpp More EDA_RECE yeetage. 3 years ago
page_info.cpp PAGE_INFO: use double instead of int to store the page size. 2 years ago
paths.cpp Fix some platform ifdef checks. 1 year ago
pcb.keywords ADDED: Support tenting control of individual vias 1 year ago
pcb_plot_params.keywords ADDED: sketch-pads-on-fab-layers to CLI PDF & SVG export. 1 year ago
pgm_base.cpp Don't use message as part of the assert dedup 1 year ago
printout.cpp Implement a new settings framework across all of KiCad 6 years ago
project.cpp Do not mess with KIPRJMOD when loading aux projects 2 years ago
ptree.cpp We don't keep a CHANGELOG.TXT 4 years ago
rc_item.cpp Support both short and long item descriptions. 1 year ago
refdes_utils.cpp More wxS ugh 3 years ago
render_settings.cpp Don't skip highlighting selected NPTH/via holes 2 years ago
reporter.cpp Coding policy fixes. 1 year ago
richio.cpp Initial rename of file plugin infrastructure components to IO 2 years ago
scintilla_tricks.cpp Build time optimizations. 1 year ago
search_stack.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
searchhelpfilefullpath.cpp Don't use SystemDirsAppend on windows for finding the docs 3 years ago
single_top.cpp Build time optimizations. 1 year ago
status_popup.cpp Use preview items instead of highlightNets & status popup 2 years ago
streamwrapper.cpp Start expunging NULL. 4 years ago
string_utf8_map.cpp Rename PROPERTIES to STRING_UTF8_MAP for clarity 3 years ago
string_utils.cpp Trim punctuation from end of URLs. 1 year ago
stroke_params.cpp Implement STROKE_PARAMS::Stroke() for SH_RECT. 2 years ago
stroke_params.keywords Shapes for schematic. 4 years ago
systemdirsappend.cpp Fix paths for Copy default global library table. 3 years ago
template_fieldnames.cpp Collapse LIB_FIELD into SCH_FIELD. 2 years ago
template_fieldnames.keywords Variable substitution framework. 6 years ago
textentry_tricks.cpp Add select-all to TEXT_ENTRY_TRICKS. 3 years ago
title_block.cpp Resolve double-indirection CURRENT_DATE in title blocks. 2 years ago
trace_helpers.cpp Eagle schematic importer improvements. 1 year ago
ui_events.cpp Move some language changes to a event on the frame 2 years ago
undo_redo_container.cpp Store group id rather than group 2 years ago
validators.cpp Build time optimizations. 1 year ago
wildcards_and_files_ext.cpp Consistent capitalization. 1 year ago
wx_filename.cpp wx_filename.cpp: replace include macro.h by include string_utils.h 2 years ago
xnode.cpp Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago