.. |
database
|
DbLib: Use case-insensitive lookup for column caching
|
2025-01-02 17:59:36 +00:00 |
dialog_about
|
Update a few more list/tree views for macOS
|
2024-03-05 13:39:39 +00:00 |
dialogs
|
Set read-only color swatches on first use
|
2025-01-24 01:21:04 +00:00 |
drawing_sheet
|
Drawing sheet can't share glyph cache entries with editors.
|
2024-09-07 17:59:24 +01:00 |
font
|
Cache based on sub/subscript
|
2025-02-07 10:07:52 -08:00 |
gal
|
Drawing sheet can't share glyph cache entries with editors.
|
2024-09-07 17:59:24 +01:00 |
git
|
Hide unused variable warnings in git error strings
|
2023-12-24 01:22:21 +00:00 |
http_lib
|
removed unnecessary variables
|
2024-01-23 22:32:05 +00:00 |
import_gfx
|
DXF import: scale text size too inside scaled blocks.
|
2024-11-21 12:19:31 -05:00 |
io
|
Eagle: Make pad drill optional to support some DipTrace-exported boards.
|
2025-01-05 13:28:02 +05:00 |
jobs
|
Schematic parity checking for CLI DRC.
|
2024-02-02 23:05:37 +00:00 |
kicad_curl
|
Protect against calling curl_easy_cleanup after curl_global_cleanup.
|
2025-01-22 18:27:00 +03:00 |
libeval
|
QA: do not pass negative char values to isdigit in NUMERIC_EVALUATOR.
|
2024-10-30 08:22:38 +03:00 |
libeval_compiler
|
Handle backslash-escaped quotes in libeval.
|
2023-09-30 17:38:44 +01:00 |
plotters
|
Pcbnew, PDF plot: fix property popup locations when plotting mirrored.
|
2025-01-26 08:12:16 +01:00 |
preview_items
|
Smallest font size was a bit too small.
|
2023-12-18 14:24:04 +00:00 |
project
|
Don't autosave future formats of project settings
|
2025-02-10 18:31:18 -05:00 |
properties
|
Fix image size in Layer selector in Properties panel on hidpi.
|
2025-01-20 22:13:49 +03:00 |
settings
|
Don't autosave future formats of project settings
|
2025-02-10 18:31:18 -05:00 |
swig
|
Revert "Add ERROR_LOC to exports"
|
2024-09-29 14:31:26 +00:00 |
tool
|
Exclude letter hotkeys from Shift fallback
|
2024-11-13 19:50:48 +01:00 |
view
|
gerbview: Sort layer maps after reordering view layers.
|
2025-01-05 13:32:52 +05:00 |
widgets
|
Make controls of grid cell editors mostly invisible on creation.
|
2025-01-22 18:29:05 +03:00 |
advanced_config.cpp
|
Update max recursiondepth default per @jeffyoung
|
2025-01-25 20:03:19 +08:00 |
array_axis.cpp
|
Some more wxS
|
2023-01-15 21:32:23 -05:00 |
array_options.cpp
|
|
|
asset_archive.cpp
|
Fix a bunch of compiler warnings
|
2023-04-11 17:01:30 +00:00 |
background_jobs_monitor.cpp
|
Fix crash when closing project manager during KiCad update check.
|
2025-01-22 19:35:26 +03:00 |
base_screen.cpp
|
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
|
2023-02-18 22:57:18 -05:00 |
bin_mod.cpp
|
|
|
bitmap_base.cpp
|
Coverity warning fixes.
|
2023-12-18 16:09:13 -05:00 |
bitmap_info.cpp
|
Generate hidpi variants for mid size (_24) application icons.
|
2024-07-21 21:29:42 +03:00 |
bitmap_store.cpp
|
ADDED: Icon scaling for toolbars only
|
2023-10-22 14:02:06 -04:00 |
bitmap.cpp
|
REMOVED: manual icon scale preference
|
2023-10-22 14:02:06 -04:00 |
board_printout.cpp
|
Fail GAL on its header leaking audit
|
2023-09-18 19:52:27 -04:00 |
build_version.cpp
|
Add OpenGL info to About.
|
2024-05-05 21:58:10 +03:00 |
callback_gal.cpp
|
Improve appearance of stroked knockout text.
|
2023-05-26 19:53:38 +01:00 |
cli_progress_reporter.cpp
|
ADDED: ERC over cli....mostly
|
2023-08-13 20:31:19 -04:00 |
CMakeLists.txt
|
Support Altium Schematic ASCII import
|
2024-03-15 01:17:49 +03:00 |
commit.cpp
|
Handle DXF files with out of bounds values
|
2024-11-16 02:29:19 -06:00 |
common.cpp
|
Substitute variables in PDF plotter URI links and add file:// URI handler.
|
2024-11-08 14:55:19 -05:00 |
config_params.cpp
|
config_params doesnt need color4d
|
2023-09-14 19:21:55 -04:00 |
confirm.cpp
|
Remove confirms dependence on pgm_base and unused header
|
2023-09-23 10:20:31 -04:00 |
dialog_shim.cpp
|
Fix thread deadlock when closing the footprint chooser dialog.
|
2024-12-18 08:28:37 -05:00 |
dpi_scaling_common.cpp
|
Break out the boundary violating parts of gal into common through subclassing
|
2023-09-23 09:37:47 -04:00 |
draw_panel_gal.cpp
|
Disable hidpi cursors on GTK and OSX.
|
2024-06-29 21:43:47 +03:00 |
drc_rules.keywords
|
|
|
dsnlexer.cpp
|
dsnlexer can live in kicommon
|
2024-01-03 23:18:31 -05:00 |
eda_base_frame.cpp
|
Disconnect events used in EDA_BASE_FRAME
|
2024-08-16 07:03:16 -04:00 |
eda_dde.cpp
|
Fix comment placement
|
2022-09-28 21:19:19 -04:00 |
eda_doc.cpp
|
Move two pgm_base method definitions back to pgm_base.cpp
|
2023-12-28 08:26:10 -05:00 |
eda_draw_frame.cpp
|
Improve message panel alignment on hidpi monitors.
|
2025-01-20 22:13:49 +03:00 |
eda_item.cpp
|
Reduce dependency on dynamic_cast.
|
2024-12-06 08:04:50 -05:00 |
eda_pattern_match.cpp
|
Also limit the number of search terms (as well as their length)
|
2025-01-20 20:16:29 +00:00 |
eda_shape.cpp
|
EDA_SHAPE::move(): Do not move m_arcCenter twice.
|
2025-01-30 08:33:03 +01:00 |
eda_text.cpp
|
Fix switching bold option on and off alters text thickness
|
2024-11-24 07:46:40 -05:00 |
eda_tools.cpp
|
Fix shadowed definition of EAGLE constant
|
2022-09-24 01:37:57 +01:00 |
eda_units.cpp
|
Fix spelling mistake.
|
2024-03-23 18:43:47 +00:00 |
env_paths.cpp
|
More wxS ugh
|
2023-01-17 07:43:04 -05:00 |
env_vars.cpp
|
Remove hard-coded versioned env vars in most places
|
2024-02-15 15:31:08 +00:00 |
exceptions.cpp
|
More defensive coding for KICAD-YP.
|
2024-03-29 17:46:07 +00:00 |
executable_names.cpp
|
wxS more things
|
2023-01-22 09:41:42 -05:00 |
file_history.cpp
|
Class name <-> file name sync.
|
2022-12-29 18:05:57 +00:00 |
filename_resolver.cpp
|
Remove hard-coded versioned env vars in most places
|
2024-02-15 15:31:08 +00:00 |
filter_reader.cpp
|
|
|
footprint_filter.cpp
|
Formatting.
|
2023-08-31 11:36:39 +01:00 |
footprint_info.cpp
|
Escape error messages for HTML.
|
2024-01-05 11:03:36 +00:00 |
fp_lib_table.cpp
|
Attempt to prevent KICAD-YP.
|
2024-03-29 17:46:04 +00:00 |
gal_display_options_common.cpp
|
Break out the boundary violating parts of gal into common through subclassing
|
2023-09-23 09:37:47 -04:00 |
gbr_metadata.cpp
|
Fix wrong path slash
|
2023-09-07 22:09:26 -04:00 |
gestfich.cpp
|
Fix opening zip archives from project manager tree on Win11.
|
2025-01-05 13:28:58 +05:00 |
gr_basic.cpp
|
Fix my commit d07738a06c .
|
2023-02-25 19:06:46 +01:00 |
gr_text.cpp
|
ADDED: parameterize font metrics and allow customization of overbar height.
|
2023-08-06 20:57:41 +01:00 |
grid_tricks.cpp
|
Fix copy-paste issue for grids with checkboxes
|
2024-11-21 11:37:47 -08:00 |
hash_eda.cpp
|
Added IPC2581 support
|
2023-11-26 15:30:58 -08:00 |
hotkey_store.cpp
|
Add autocomplete accept & cancel to the hotkeys list.
|
2024-03-15 22:24:53 +00:00 |
hotkeys_basic.cpp
|
Add autocomplete accept & cancel to the hotkeys list.
|
2024-03-15 22:24:53 +00:00 |
kiface_base.cpp
|
Fix paths for Copy default global library table.
|
2023-01-27 09:24:52 +03:00 |
kiid.cpp
|
Support legacy timestamps with stripped leading zeros.
|
2025-01-05 13:24:58 +05:00 |
kiway_express.cpp
|
|
|
kiway_holder.cpp
|
Banish ignore.h to core
|
2023-04-18 22:44:04 -04:00 |
kiway_player.cpp
|
Fix crash in wxSocketBase when the event handler has been destroyed.
|
2024-06-19 00:49:53 +03:00 |
kiway.cpp
|
Schematic parity checking for CLI DRC.
|
2024-02-02 23:05:37 +00:00 |
launch_ext.cpp
|
Require wxWidgets 3.2
|
2023-08-23 22:02:56 +00:00 |
layer_id.cpp
|
Allow GetLayer() to be used with single-layer zones.
|
2023-08-08 12:43:22 +01:00 |
lib_id.cpp
|
Remove atrophied terminology (logical -> nickname)
|
2024-02-05 15:49:57 +00:00 |
lib_table_base.cpp
|
Remove a couple of fixed-version-number stragglers.
|
2024-12-25 18:22:13 +00:00 |
lib_table_grid_tricks.cpp
|
Hidden footprint libraries are not yet supported.
|
2024-06-25 13:54:56 +01:00 |
lib_table.keywords
|
Add versioning to lib tables
|
2023-01-23 22:21:12 +00:00 |
lib_tree_model_adapter.cpp
|
Also limit the number of search terms (as well as their length)
|
2025-01-20 20:16:29 +00:00 |
lib_tree_model.cpp
|
Show all library children if library name matches search
|
2024-04-02 18:51:19 -04:00 |
locale_io.cpp
|
Move locale_io to kicommon
|
2023-09-11 21:51:58 -04:00 |
lset.cpp
|
Only allow expected values in visible_items
|
2025-02-04 08:24:36 -05:00 |
marker_base.cpp
|
Allow DRC markers to be selected with area selection
|
2024-12-09 23:16:09 +00:00 |
markup_parser.cpp
|
Unwrap the FROM_UTF8 macro in favor of direct function
|
2023-09-09 00:10:57 -04:00 |
netclass.cpp
|
pcbnew: Change some of the default settings in board setup and netclasses
|
2023-01-29 23:20:40 +00:00 |
netlist.keywords
|
|
|
newstroke_font.cpp
|
Add the fraction numeric form glyphs.
|
2023-07-25 16:58:16 +00:00 |
notifications_manager.cpp
|
Hide notification panel on focus loss.
|
2024-07-22 13:33:08 +03:00 |
origin_transforms.cpp
|
|
|
origin_viewitem.cpp
|
More EDA_RECE yeetage.
|
2022-08-31 17:19:50 +01:00 |
page_info.cpp
|
PAGE_INFO: use double instead of int to store the page size.
|
2023-10-31 13:47:32 +01:00 |
paths.cpp
|
Change the platform detection order
|
2024-03-16 12:23:04 +00:00 |
pcb_plot_params.keywords
|
Normalize formatting of booleans in the PCB file format
|
2023-11-29 16:17:41 +00:00 |
pcb.keywords
|
Parse generator_version and improve error output on mismatch
|
2023-11-29 16:17:41 +00:00 |
pgm_base.cpp
|
Make instance checker path globally writable
|
2024-11-16 01:43:18 -06:00 |
printout.cpp
|
|
|
project.cpp
|
Do not mess with KIPRJMOD when loading aux projects
|
2024-02-08 18:28:20 -05:00 |
ptree.cpp
|
|
|
rc_item.cpp
|
Set an excluded property in json reports for erc/drc
|
2024-02-13 18:38:26 -05:00 |
refdes_utils.cpp
|
More wxS ugh
|
2023-01-17 07:43:04 -05:00 |
render_settings.cpp
|
RENDER_SETTINGS: try a slightly modified dot calculation.
|
2024-08-25 17:18:30 +02:00 |
reporter.cpp
|
Make simulation reporter warnings non-fatal.
|
2024-09-07 12:38:27 +03:00 |
richio.cpp
|
Initial rename of file plugin infrastructure components to IO
|
2023-12-24 01:22:21 +00:00 |
scintilla_tricks.cpp
|
Re-enter auto-complete on a ctrl-space.
|
2023-12-27 21:14:27 +00:00 |
search_stack.cpp
|
Unwrap the FROM_UTF8 macro in favor of direct function
|
2023-09-09 00:10:57 -04:00 |
searchhelpfilefullpath.cpp
|
Don't use SystemDirsAppend on windows for finding the docs
|
2023-01-29 20:50:16 -05:00 |
single_top.cpp
|
Allow enabling WXTRACE in release builds on all platforms
|
2024-02-02 14:21:33 +00:00 |
status_popup.cpp
|
Use preview items instead of highlightNets & status popup
|
2023-12-02 16:15:43 +00:00 |
streamwrapper.cpp
|
|
|
string_utf8_map.cpp
|
Rename PROPERTIES to STRING_UTF8_MAP for clarity
|
2022-11-06 11:51:52 -05:00 |
string_utils.cpp
|
Another attempt to fix Windows file URLs for PDF links.
|
2024-11-10 10:17:27 -05:00 |
stroke_params.cpp
|
Cleanup.
|
2023-11-25 13:12:45 +00:00 |
stroke_params.keywords
|
|
|
systemdirsappend.cpp
|
Fix paths for Copy default global library table.
|
2023-01-27 09:24:52 +03:00 |
template_fieldnames.cpp
|
Performance optimizations for database libraries.
|
2024-02-23 17:22:20 +00:00 |
template_fieldnames.keywords
|
|
|
textentry_tricks.cpp
|
Add select-all to TEXT_ENTRY_TRICKS.
|
2023-04-09 21:25:09 +01:00 |
title_block.cpp
|
Resolve double-indirection CURRENT_DATE in title blocks.
|
2024-03-14 18:02:50 +00:00 |
trace_helpers.cpp
|
Print traces on windows to stderr
|
2024-02-10 19:05:21 +00:00 |
undo_redo_container.cpp
|
Store group id rather than group
|
2024-02-28 13:27:08 -08:00 |
validators.cpp
|
Centralize ref-des error checking.
|
2024-10-28 19:03:50 +00:00 |
wildcards_and_files_ext.cpp
|
kicad: Fixed multi-line title in project template selector
|
2024-12-11 14:52:08 +01:00 |
wx_filename.cpp
|
wx_filename.cpp: replace include macro.h by include string_utils.h
|
2023-09-09 09:38:44 +02:00 |
xnode.cpp
|
Unwrap the FROM_UTF8 macro in favor of direct function
|
2023-09-09 00:10:57 -04:00 |