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.
 
 
 
 
 
Marek Roszko 3b33f94c56 Use a wxSearchCtrl instead of wxTextCtrl for the symbol chooser window 4 years ago
..
bitmaps Fix source comment / documentation typos 4 years ago
core Refactor SHAPE_LINE_CHAIN to allow two shapes per point 4 years ago
dialogs Fix source comment / documentation typos 4 years ago
drawing_sheet Add versioning to page layout editor worksheets 4 years ago
gal Get rid of anonymous struct typedefs 4 years ago
kicad_curl Fix source comment / documentation typos 4 years ago
libeval Fix source comment / documentation typos 4 years ago
libeval_compiler Add rudimentary type checking to rule eval with reporter. 5 years ago
plugins Get rid of anonymous struct typedefs 4 years ago
preview_items Fix source comment / documentation typos 4 years ago
project Migrate net names in netclass info. 4 years ago
settings Fix source comment / documentation typos 4 years ago
tool Fix python console toggle to work across pcbnew/eeschema 4 years ago
view Remove extraneous isPrinting test. 4 years ago
widgets Use a wxSearchCtrl instead of wxTextCtrl for the symbol chooser window 4 years ago
advanced_config.h Enable dark mode for MacOS 5 years ago
array_axis.h Pcbnew: add a step field to the array tool 7 years ago
array_options.h Arrays: isolate axis code in a new class 7 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 Remove unused m_crossHairPosition 4 years ago
base_units.h Move inline function declaration to allow removing include 4 years ago
basic_gal.h Fix source comment / documentation typos 4 years ago
bin_mod.h Include optimization: move some things from common.h to point-of-use 5 years ago
bitmap_base.h Added a lot of consts and refactored a few lines 5 years ago
bitmap_store.h Fix source comment / documentation typos 4 years ago
bitmaps.h Rework bitmap system to load from archived PNGs 5 years ago
board_design_settings.h Use consistent terminology. 4 years ago
board_item.h Remove a leaky wx/msgdlg.h include 4 years ago
board_printout.h Round 2 of Worksheet -> Drawing Sheet. 5 years ago
build_version.h Replace tabs with spaces 5 years ago
class_draw_panel_gal.h More worksheet -> drawing sheet cleanup. 4 years ago
collector.h Be consistent about using nullptr instead of 0 5 years ago
commit.h Suppress leaking eda_item so much via undo_redo_container.h 4 years ago
common.h Fix localization of OS unsupported message, disallow bug reports from W7 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 Fix broken Doxygen comment specifiers. 5 years ago
convert_to_biu.h Fix source comment / documentation typos 4 years ago
dialog_helpers.h Use a list dialog that can be parented by the Board Setup dialog. 4 years ago
dialog_shim.h DIALOG_SHIM doesn't use hashtables.h 4 years ago
dsnlexer.h Header clean up round 1. 5 years ago
eda_base_frame.h Fix several window sizing problems on macOS 4 years ago
eda_dde.h Finalize Python Frame 4 years ago
eda_doc.h Remove another abandoned function 5 years ago
eda_draw_frame.h Fix python console toggle to work across pcbnew/eeschema 4 years ago
eda_item.h Break out eda_item_flags.h, fix the typedef to std::uint32_t, fix some signed vars 4 years ago
eda_item_flags.h Add missing cstdint include 4 years ago
eda_pattern_match.h Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
eda_rect.h Pass objects by reference instead of on the stack. 4 years ago
eda_text.h Update text variables after changes. 4 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 Namespace the env_vars.h functions 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 Header clean up round 2. 5 years ago
filename_resolver.h Write all variables to temp config file and have Kicad2Step use that. 4 years ago
fill_type.h Header clean up round 2. 5 years ago
filter_reader.h Cleanup wx includes in the filter reader 4 years ago
footprint_editor_settings.h Deduplicate settings migration handling 5 years ago
footprint_filter.h Cleanup to make implementation names consistent with what they now do. 6 years ago
footprint_info.h Be consistent about using nullptr instead of 0 5 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 Working python window 4 years ago
gbr_metadata.h Header clean up round 2. 5 years ago
gbr_netlist_metadata.h Fix source comment / documentation typos 4 years ago
gestfich.h Remove another abandoned prototype 5 years ago
gl_context_mgr.h Fix broken Doxygen comment specifiers. 5 years ago
gl_utils.h Header clean up round 2. 5 years ago
gr_basic.h Header clean up round 2. 5 years ago
gr_text.h Header clean up round 2. 5 years ago
grid_tricks.h Implement Delete in grid tricks. 5 years ago
hash_eda.h Fix broken Doxygen comment specifiers. 5 years ago
hashtables.h hashtables.h doesn't need eda_item.h 4 years ago
hotkey_store.h Add Quit and Close to the HotKeys list. 5 years ago
hotkeys_basic.h Header clean up round 2. 5 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 Fix source comment / documentation typos 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 Refuse to load schematics from the future. 4 years ago
kicad_string.h Add conversion from old `~...~` to new `~{...}` notation 4 years ago
kiface_i.h Header clean up round 2. 5 years ago
kiface_ids.h Centralizing SCRIPTING class 4 years ago
kiid.h Fix eeschema copy/paste: save and load sheet and symbol instances 5 years ago
kiway.h Kiway: Improve performance by using IDs and clearing closed frame entries 4 years ago
kiway_express.h Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
kiway_holder.h KIWAY_HOLDER doesnt need wx/frame.h 4 years ago
kiway_mgr.h Header clean up round 2. 5 years ago
kiway_player.h Fix source comment / documentation typos 4 years ago
launch_ext.h Fix URL launching on MacOS 6 years ago
layers_id_colors_and_visibility.h Fix source comment / documentation typos 4 years ago
lib_id.h Remove long-dead revision support for LIB_IDs. 4 years ago
lib_table_base.h Implement thread safety for symbol loading routines 5 years ago
lib_table_grid.h UI improvements for Manage Symbol Libraries. 4 years ago
lib_tree_item.h Evict some more eda_item.h includes 4 years ago
lib_tree_model.h Fix source comment / documentation typos 4 years ago
lib_tree_model_adapter.h Rename SCH_COMPONENT to SCH_SYMBOL. 4 years ago
locale_io.h Move LOCALE_IO out of common.h 5 years ago
lockfile.h Header clean up round 3. 5 years ago
logging.h Header clean up round 3. 5 years ago
macros.h Header clean up round 3. 5 years ago
macros_swig.h Split KIID out of common.h 5 years ago
mail_type.h Pcbnew: remove update schematic option for geographical annotation dialog. 5 years ago
marker_base.h Make RENDER_SETTINGS argument const 5 years ago
menus_helpers.h Remove transitive inclusion of bitmaps.h 5 years ago
multivector.h Added a lot of consts and refactored a few lines 5 years ago
netclass.h Header clean up round 3. 5 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 Break out eda_item_flags.h, fix the typedef to std::uint32_t, fix some signed vars 4 years ago
outline_mode.h python wrap: fix undefined FILLED/SKETCH constants in pcbnew.py 5 years ago
pad_shapes.h Enum class PAD_PROP_T 5 years ago
page_info.h Header clean up round 3. 5 years ago
painter.h Only apply B&W printer fixes when printing. 5 years ago
panel_hotkeys_editor.h Add a helper to generate action documentation 5 years ago
panel_text_variables.h Variable substitution framework. 6 years ago
paths.h Avoid generating paths on windows with ".." in them 4 years ago
pcb_base_frame.h Naming conventions. 4 years ago
pcb_display_options.h Make live 3D refresh optional 5 years ago
pcb_group.h Test for group in footprint was snagging all footprint children. 5 years ago
pcb_screen.h Header clean up round 3. 5 years ago
pgm_base.h Bail on single instance checker. 4 years ago
plotter.h Evict some more eda_item.h includes 4 years ago
plotters_specific.h Standardize PostScript capitalizaiton 5 years ago
printout.h Header clean up round 4. 5 years ago
profile.h Header clean up round 4. 5 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 common: add PROPERTY::IsValueDefined() 5 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 Reduce some eda_item.h usage in headers 4 years ago
refdes_utils.h Fix eeschema copy/paste: save and load sheet and symbol instances 5 years ago
render_settings.h More worksheet -> drawing sheet cleanup. 4 years ago
reporter.h Move importers from wxLog to REPORTER. 5 years ago
richio.h File open/import progress dialogs. 4 years ago
scintilla_tricks.h Attempt to fix gcc builds.... 4 years ago
scoped_set_reset.h Header clean up round 4. 5 years ago
search_stack.h Header clean up round 4. 5 years ago
status_popup.h Fix broken Doxygen comment specifiers. 5 years ago
streamwrapper.h Header clean up round 4. 5 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 source comment / documentation typos 4 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 Add logging of the functions used in the coroutine implemntation 5 years ago
undo_redo_container.h Fix source comment / documentation typos 4 years ago
utf8.h Fix source comment / documentation typos 4 years ago
validators.h Pass objects by reference instead of on the stack. 4 years ago
wildcards_and_files_ext.h Define .wbk in wildcards_and_files.{cpp,h}, cosmetic code changes 4 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
xnode.h Header clean up round 4. 5 years ago
zoom_defines.h Increase maximum zoom for pcbnew and gerbview 4 years ago