| .. |
|
bitmaps
|
Schematic: re-enable old break wire functionality, add slice
|
3 years ago |
|
cli
|
Fix commit 0a881e09, not working on wxWidgets 3.1.5/msys2
|
3 years ago |
|
core
|
Excise the remaining occurrences of "Alias" for derived symbols.
|
3 years ago |
|
database
|
DbLib: Allow inheriting field properties from source symbol
|
3 years ago |
|
dialogs
|
Get rid of bloated bitmap buttons on wxWidgets 3.2.
|
3 years ago |
|
drawing_sheet
|
Formatting.
|
3 years ago |
|
font
|
Add some heuristics to guess a better font overbar offset.
|
3 years ago |
|
gal
|
Fix snapping dist when disabling grid
|
3 years ago |
|
kicad_curl
|
Code cleaning.
|
4 years ago |
|
libeval
|
Properties: update evaluator locale when creating editors
|
3 years ago |
|
libeval_compiler
|
Bug fixes for layer expression processing.
|
3 years ago |
|
plotters
|
Add missing clear of children memory in outline node
|
3 years ago |
|
plugins
|
Get rid of anonymous struct typedefs
|
4 years ago |
|
preview_items
|
Improve H/V/45 deg mode when drawing zones and polygons.
|
3 years ago |
|
project
|
Store netclass visibility separately from nets
|
3 years ago |
|
properties
|
Properties: Allow dynamic update of read-only state
|
3 years ago |
|
settings
|
Expose changing arc edit mode in arc button context menu and Preferences
|
3 years ago |
|
tool
|
Fix snapping dist when disabling grid
|
3 years ago |
|
view
|
Handle view centering properly when drag-panning and zooming.
|
3 years ago |
|
widgets
|
Class name <-> file name sync.
|
3 years ago |
|
advanced_config.h
|
Properties: enable in PCB editor for everyone
|
3 years ago |
|
array_axis.h
|
Replace boost::optional with std::optional
|
3 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
|
Readability improvements.
|
3 years ago |
|
bin_mod.h
|
Include optimization: move some things from common.h to point-of-use
|
5 years ago |
|
bitmap_base.h
|
More EDA_RECE yeetage.
|
3 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
|
Read, write and process the board-wide Allow soldermask bridges in FPs.
|
3 years ago |
|
board_item.h
|
Tighten lifecycle management of parent group pointers.
|
3 years ago |
|
board_printout.h
|
More EDA_RECE yeetage.
|
3 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
|
Improve canvas responsiveness by better swap interval management.
|
3 years ago |
|
collector.h
|
More EDA_RECT expungification, and an attempt to fix the python test.
|
3 years ago |
|
commit.h
|
More tightening of group parent lifecycles.
|
3 years ago |
|
common.h
|
Support env variables in spice library paths.
|
3 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 |
|
dialog_shim.h
|
Make sure standard OK/Cancel buttons respond to current language.
|
4 years ago |
|
dsnlexer.h
|
Centralize the parseDouble functions in the parsers and gcc specialcase
|
3 years ago |
|
eda_base_frame.h
|
Do not translate name in version info
|
3 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
|
4 years ago |
|
eda_draw_frame.h
|
Never call ReCreateMenuBar inside a menu event handler
|
3 years ago |
|
eda_item.h
|
Flags: remove unused IS_DRAGGING
|
3 years ago |
|
eda_item_flags.h
|
Flags: remove unused IS_DRAGGING
|
3 years ago |
|
eda_list_dialog.h
|
Scale list columns with dialog width.
|
3 years ago |
|
eda_pattern_match.h
|
Add contexts to EDA_COMBINED_MATCHER.
|
3 years ago |
|
eda_search_data.h
|
Reinstate marker searching.
|
3 years ago |
|
eda_shape.h
|
Separate creation of polygons for open and closed shapes.
|
3 years ago |
|
eda_text.h
|
Properties: Add text orientation
|
3 years ago |
|
eda_tools.h
|
Fix shadowed definition of EAGLE constant
|
3 years ago |
|
eda_units.h
|
Formatting and commenting.
|
3 years ago |
|
enum_vector.h
|
Implement iterator_traits in ENUM_ITERATOR
|
3 years ago |
|
env_paths.h
|
Normalize drawing sheet path to env vars & prj, not just prj.
|
4 years ago |
|
env_vars.h
|
Replace boost::optional with std::optional
|
3 years ago |
|
eseries.h
|
Move eseries helper class to common.
|
3 years ago |
|
executable_names.h
|
Move executable name constants to own file
|
9 years ago |
|
file_history.h
|
Class name <-> file name sync.
|
3 years ago |
|
filename_resolver.h
|
Don't use the 3d resolver config anymore
|
3 years ago |
|
filter_reader.h
|
Cleanup wx includes in the filter reader
|
4 years ago |
|
fmt.h
|
database_connection.cpp: Fix compil issues on msys2. these issues are
|
3 years ago |
|
footprint_editor_settings.h
|
Expose changing arc edit mode in arc button context menu and Preferences
|
3 years ago |
|
footprint_filter.h
|
Pass wxString objects by reference instead of on the stack.
|
4 years ago |
|
footprint_info.h
|
ADDED: Threadpool
|
3 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
|
Move gerbview colors to preferences dialog.
|
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
|
gl_utils.h: fix compatibility with gcc/msys2 and wxWidgets version < 3.1.6
|
3 years ago |
|
gr_basic.h
|
RIP EDA_RECT.
|
3 years ago |
|
gr_text.h
|
Split another couple of hairs in the never-ending "how big is a font".
|
3 years ago |
|
grid_tricks.h
|
Fix GCC build error.
|
3 years ago |
|
hash_eda.h
|
Utilize our combine_hash routine for multiple hash
|
3 years ago |
|
hashtables.h
|
RIP EDA_RECT.
|
3 years ago |
|
hotkey_store.h
|
All the preferences, all the time.
|
4 years ago |
|
hotkeys_basic.h
|
Hotkeys: show user config for unloaded KiFACEs
|
3 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
|
Try a slightly different tack for cancelling net highlighting.
|
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
|
Properties: move to custom editor for distances; refactoring
|
3 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
|
Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header
|
3 years ago |
|
kiface_ids.h
|
All the preferences, all the time.
|
4 years ago |
|
kiid.h
|
Sheet instance handling improvements.
|
3 years ago |
|
kiway.h
|
Avoid crashing due to empty lib tables in cli
|
3 years ago |
|
kiway_express.h
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
|
kiway_holder.h
|
Protect the Kiway dereference
|
3 years ago |
|
kiway_mgr.h
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
|
kiway_player.h
|
Shove kicad2step into pcbnew itself with a new cli
|
3 years ago |
|
launch_ext.h
|
Fix opening files with spaces on Linux
|
4 years ago |
|
layer_ids.h
|
Move zone borders back to their "host" layer.
|
3 years ago |
|
lib_id.h
|
Add support for sub-libraries concept
|
3 years ago |
|
lib_table_base.h
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
|
3 years ago |
|
lib_table_grid.h
|
Allow hiding symbol library tables from symbol chooser
|
3 years ago |
|
lib_table_grid_tricks.h
|
Add Make selected active/inactive actions to the symbol libraries
|
3 years ago |
|
lib_tree_item.h
|
Add support for symbol unit display names in eeschema and symbol editor
|
3 years ago |
|
lib_tree_model.h
|
ADDED: Dynamic field columns in symbol chooser
|
3 years ago |
|
lib_tree_model_adapter.h
|
ADDED: Column selection and reordering in symbol chooser
|
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
|
Cvpcb: Reload footprint libraries in CVPCB
|
3 years ago |
|
marker_base.h
|
More EDA_RECE yeetage.
|
3 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
|
Replace boost::optional with std::optional
|
3 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
|
Commonize page_info by simply making the Iu scale a parameter on call.
|
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
|
Never call ReCreateMenuBar inside a menu event handler
|
3 years ago |
|
pcb_display_options.h
|
PCB: Add bitmap layer per board layer
|
3 years ago |
|
pcb_group.h
|
Don't add non-groupable items to the group
|
3 years ago |
|
pcb_screen.h
|
Header clean up round 3.
|
5 years ago |
|
pgm_base.h
|
Hotglue the unit tests to work for now
|
3 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
|
Cleanup 3D caches before d'tors run.
|
3 years ago |
|
ptree.h
|
Header clean up round 4.
|
5 years ago |
|
rc_item.h
|
Push UNITS_PROVIDER down into a low-level mixin.
|
3 years ago |
|
refdes_utils.h
|
We don't keep a CHANGELOG.TXT
|
4 years ago |
|
render_settings.h
|
Reduce compiler warnings.
|
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
|
Work around focus issues for status popups.
|
3 years ago |
|
streamwrapper.h
|
Header clean up round 4.
|
5 years ago |
|
string_utf8_map.h
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
|
3 years ago |
|
string_utils.h
|
Split up Double2Str to a format function to make its use case clear
|
3 years ago |
|
stroke_params.h
|
Push UNITS_PROVIDER down into a low-level mixin.
|
3 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.
|
4 years ago |
|
textentry_tricks.h
|
Header clean up round 4.
|
5 years ago |
|
thread_pool.h
|
ADDED: Threadpool
|
3 years ago |
|
title_block.h
|
Fix issue with predefined variable texts ${COMMENT0} to ${COMMENT9}
|
5 years ago |
|
trace_helpers.h
|
Schematic import bug fix.
|
3 years ago |
|
transform.h
|
More EDA_RECE yeetage.
|
3 years ago |
|
undo_redo_container.h
|
Fix missing include
|
3 years ago |
|
units_provider.h
|
Cleanup 3D caches before d'tors run.
|
3 years ago |
|
utf8.h
|
Start expunging NULL.
|
4 years ago |
|
validators.h
|
WIP: Properties GUI
|
3 years ago |
|
wildcards_and_files_ext.h
|
Add cli export of symbols from kicad libraries
|
3 years ago |
|
wx_filename.h
|
Implement output targeting of symlib/fplib upgrade per request
|
3 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 |