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.
 
 
 
 
 
Seth Hillbrand e1ee1ef7e5 Quiet gcc and clang warnings 3 years ago
..
bitmaps Add some missing icons. 3 years ago
core Fix annotation of incomplete multi-unit symbols and re-annotation of duplicates 3 years ago
dialogs Don't allow PCBNew netclass cols in Eesceham and vice versa. 3 years ago
drawing_sheet ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH} 4 years ago
font EDA_TEXT Get/SetTextSize should use VECTOR2I 3 years ago
gal Move 3D controls to a new class 3 years ago
kicad_curl Code cleaning. 4 years ago
libeval Fix source comment / documentation typos 4 years ago
libeval_compiler Add field access to custom DRC rules. 4 years ago
plotters ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH} 4 years ago
plugins Get rid of anonymous struct typedefs 4 years ago
preview_items Remove unit-less angles from geometry manager APIs. 4 years ago
project ADDED: User viewports for 3D viewer. 3 years ago
settings Introduce sentry for crash data collection 4 years ago
tool Performance enhancements for hotkeys. 3 years ago
view Uniformly use a single facility for location-less prime events. 3 years ago
widgets Add a radioButton mode to IMAGE_BUTTON. 3 years ago
advanced_config.h Activate teardrops: remove advanced config option and add teardrop keywords in files. (the ability to read teardrop keywords was added some time ago) 3 years ago
array_axis.h Pcbnew: add a step field to the array tool 7 years ago
array_options.h Move EDA_ANGLE to KiMath lib 4 years ago
asset_archive.h Get rid of anonymous struct typedefs 4 years ago
base64.h Plot SVG embedded 6 years ago
base_screen.h Update BASE_SCREEN to VECTOR2I 4 years ago
base_units.h Cleanup. 4 years ago
bin_mod.h Include optimization: move some things from common.h to point-of-use 5 years ago
bitmap_base.h Neurotically update position wxPoint usages 4 years ago
bitmap_store.h Add support mode for dark mode to SCINTILLA_TRICKS. 4 years ago
bitmaps.h We don't keep a CHANGELOG.TXT 4 years ago
board_design_settings.h Retire the V5 zone fill algorithm. 4 years ago
board_item.h Separate flashing check for connectivity 4 years ago
board_printout.h Gerbview: fix a long standing issue: negative objects are now correctly printed. 4 years ago
build_version.h Avoid calling deprecated wxPlatformInfo::GetArchName() in more than one place. 4 years ago
callback_gal.h ADDED: knockout pcb and fp text. 4 years ago
class_draw_panel_gal.h Add profile counters for PCB mouse and paint events 4 years ago
collector.h Neurotically update position wxPoint usages 4 years ago
commit.h Reconcile zone-auto-fill with undo. 4 years ago
common.h Use individual parameter version of wxExecute. 4 years ago
config_map.h Fix a few doxygen warnings 8 years ago
config_params.h Header clean up round 1. 5 years ago
confirm.h Overhaul file locking system. 4 years ago
convert_to_biu.h Fix typo initializing buswidth with linewidth value. 4 years ago
dialog_shim.h Make sure standard OK/Cancel buttons respond to current language. 4 years ago
dsnlexer.h pcb parser: ensure the parser is reinitialized before parsing a new fp file 4 years ago
eda_base_frame.h Add support for using a SpaceMouse to pan & zoom in the schematic editor. 4 years ago
eda_dde.h We don't keep a CHANGELOG.TXT 4 years ago
eda_doc.h Fix eda_doc not looking for schematic locally 3 years ago
eda_draw_frame.h Zoom wxChoice in horizontal toolbar: display the actual or nearest zoom level. 4 years ago
eda_item.h Overhaul bitmap text for performance. 3 years ago
eda_item_flags.h Pcbnew, on line DRC when moving footprints: add visible collisions between courtyards 3 years ago
eda_list_dialog.h EDA_LIST_DIALOG: fix a crash due to use after delete data. 3 years ago
eda_pattern_match.h Fix shadow variable defn. 4 years ago
eda_rect.h Finish with EDA_ANGLE. 4 years ago
eda_shape.h Repair point editing of rotated text boxes. 3 years ago
eda_text.h Code clarity. 3 years ago
eda_units.h Split EDA_UNITS out from common. 5 years ago
enum_vector.h Comment-only changes 6 years ago
env_paths.h Normalize drawing sheet path to env vars & prj, not just prj. 4 years ago
env_vars.h Namespace the env_vars.h functions 4 years ago
executable_names.h Move executable name constants to own file 9 years ago
filehistory.h Ensure "Open Recent" and "Clear files" menu titles are updated after language change. 4 years ago
filename_resolver.h Fully resolve path list for Kicad2Step. 4 years ago
filter_reader.h Cleanup wx includes in the filter reader 4 years ago
footprint_editor_settings.h Move rotation angle increments to UNIT_BINDER and EDA_ANGLE. 4 years ago
footprint_filter.h Pass wxString objects by reference instead of on the stack. 4 years ago
footprint_info.h Pass wxString objects by reference instead of on the stack. 4 years ago
fp_lib_table.h Fp editor: do not change item UUIDs when loading a footprint from library. 5 years ago
frame_type.h Schematic: Automatic Symbol Annotation 3 years ago
gbr_metadata.h Header clean up round 2. 5 years ago
gbr_netlist_metadata.h More wxT-ification. 4 years ago
gestfich.h Remove printing files from Project Manager 4 years ago
gl_context_mgr.h Fix broken Doxygen comment specifiers. 5 years ago
gl_utils.h OpenGL: Fix SetSwapInterval logic. 3 years ago
gr_basic.h Bug fixes in arc & textbox printing. 4 years ago
gr_text.h Use default text properties for textboxes. 3 years ago
grid_tricks.h ADDED unit-filtering for pin table. 4 years ago
hash_eda.h Fix broken Doxygen comment specifiers. 5 years ago
hashtables.h Nix the deprecated binary/unary base class that aren't actually needed 4 years ago
hotkey_store.h All the preferences, all the time. 4 years ago
hotkeys_basic.h Fix Linux build issue. 4 years ago
html_window.h Substitute all wxHtmlWindow with HTML_WINDOW 4 years ago
i18n_utility.h Try to fix a compil issue on OSX (no viable conversion from 'const wxString' to 'const wxChar *', in colors.cpp) 10 years ago
id.h Adding Ukranian language option 3 years ago
ignore.h We don't keep a CHANGELOG.TXT 4 years ago
import_export.h Use _WIN32 instead of __MINGW32__ in 2 conditional compilations which are Windows specific, not especially mingw32 specific. 10 years ago
inspectable.h Coverity issue fixes. 4 years ago
intrusive_list.h Fix broken Doxygen comment specifiers. 5 years ago
ki_exception.h Fix source comment/doc typos (follow-up) 4 years ago
kiface_base.h All the preferences, all the time. 4 years ago
kiface_ids.h All the preferences, all the time. 4 years ago
kiid.h Don't generate duplicate IDs in line/wire/bus tool. 4 years ago
kiway.h All the preferences, all the time. 4 years ago
kiway_express.h We don't keep a CHANGELOG.TXT 4 years ago
kiway_holder.h KIWAY_HOLDER doesnt need wx/frame.h 4 years ago
kiway_mgr.h We don't keep a CHANGELOG.TXT 4 years ago
kiway_player.h KIFACE_I -> KIFACE_BASE. 4 years ago
launch_ext.h Fix opening files with spaces on Linux 4 years ago
layer_ids.h Pcbnew, on line DRC when moving footprints: add visible collisions between courtyards 3 years ago
lib_id.h Remove long-dead revision support for LIB_IDs. 4 years ago
lib_table_base.h Fix source comment/doc typos (follow-up) 4 years ago
lib_table_grid.h Fix kicad_string.h / string.cpp mismatch. 4 years ago
lib_table_grid_tricks.h Add Make selected active/inactive actions to the symbol libraries 3 years ago
lib_tree_item.h Keep footprint selection in Symbol Chooser history list. 3 years ago
lib_tree_model.h Keep footprint selection in Symbol Chooser history list. 3 years ago
lib_tree_model_adapter.h Don't break alphabetical sorting on search 3 years ago
locale_io.h Quiet gcc and clang warnings 3 years ago
lockfile.h Header clean up round 3. 5 years ago
logging.h Header clean up round 3. 5 years ago
macros.h More wxT-ification. 4 years ago
macros_swig.h We don't keep a CHANGELOG.TXT 4 years ago
mail_type.h Cross-probing/selection for multiple items (SCH->PCB) 4 years ago
marker_base.h Another batch of point changes 4 years ago
markup_parser.h Make gcc (or linux?) happy. 4 years ago
menus_helpers.h Remove transitive inclusion of bitmaps.h 5 years ago
multivector.h More wxT-ification. 4 years ago
netclass.h Return new string to avoid losing the reference 4 years ago
newstroke_font.h Fix incorrect (too small) bounding box EDA_TEXT, noticeable when chars like j or { are used in zone fill functions. 10 years ago
observable.h Header clean up round 3. 5 years ago
origin_transforms.h Header clean up round 3. 5 years ago
origin_viewitem.h Neurotically update position wxPoint usages 4 years ago
outline_mode.h python wrap: fix undefined FILLED/SKETCH constants in pcbnew.py 5 years ago
pad_shapes.h Minor cleanup. 4 years ago
page_info.h paper min size set to 1 inch (previously 0.1 inch, very small indeed) 3 years ago
painter.h Rename layer ids file. 4 years ago
panel_hotkeys_editor.h Expunge update UI event handler from paged dialog object. 4 years ago
panel_text_variables.h Variable substitution framework. 6 years ago
paths.h Simplify locale data path setting... 4 years ago
pcb_base_frame.h Better error reporting for DP uncoupled length. 4 years ago
pcb_display_options.h Remove some more duplicated preferences. 4 years ago
pcb_group.h More wxT-ification. 4 years ago
pcb_screen.h Header clean up round 3. 5 years ago
pgm_base.h Introduce sentry for crash data collection 4 years ago
policy_keys.h Add policy to enable/disable pcm 4 years ago
printout.h Header clean up round 4. 5 years ago
profile.h Add legacy CTOR for PROF_COUNTER 4 years ago
progress_reporter.h Decouple PROGRESS_REPORTER interface from implementations. 4 years ago
project.h Expunge the use of the word part from Eeschema code. 4 years ago
properties.h Header clean up round 4. 5 years ago
property.h More wxT-ification. 4 years ago
property_mgr.h Include optimization: move some things from common.h to point-of-use 5 years ago
ptree.h Header clean up round 4. 5 years ago
rc_item.h Better error reporting for DP uncoupled length. 4 years ago
refdes_utils.h We don't keep a CHANGELOG.TXT 4 years ago
render_settings.h Bug fixes for printing vias. 3 years ago
reporter.h Remove all wxWidgets build dependencies from REPORTER object header. 4 years ago
richio.h File open/import progress dialogs. 4 years ago
scintilla_tricks.h A right-to-left single-char sel followed by typing leaves cursor the same. 4 years ago
scoped_set_reset.h Header clean up round 4. 5 years ago
search_stack.h Fix broken search stack behavior. 4 years ago
status_popup.h Fix broken Doxygen comment specifiers. 5 years ago
streamwrapper.h Header clean up round 4. 5 years ago
string_utils.h Cross-probing/selection for multiple items (SCH->PCB) 4 years ago
stroke_params.h Update message panel from PCB point editor and SCH drawing tools. 4 years ago
sync_queue.h Header clean up round 4. 5 years ago
systemdirsappend.h Header clean up round 4. 5 years ago
template_fieldnames.h Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS. 3 years ago
textentry_tricks.h Header clean up round 4. 5 years ago
title_block.h Fix issue with predefined variable texts ${COMMENT0} to ${COMMENT9} 5 years ago
trace_helpers.h Trace logging for fonts. 4 years ago
undo_redo_container.h Fix compil warnings (UNDO_REDO::GROUP renamed to UNDO_REDO::REGROUP to fix 4 years ago
utf8.h Start expunging NULL. 4 years ago
validators.h More wxT-ification. 4 years ago
wildcards_and_files_ext.h Schematic: Add CSV export to Symbol Fields Table 3 years ago
wx_filename.h Add utility method to resolve symlinks 4 years ago
wxdataviewctrl_helpers.h Move wxDataViewCtrl manipulators out of dialog_choose_component.cpp 9 years ago
wxstream_helper.h Use heap instead of stack for CopyStreamData 4 years ago
xnode.h Header clean up round 4. 5 years ago
zoom_defines.h Increase maximum zoom for pcbnew and gerbview 4 years ago