.. |
api
|
Fix incorrect lambda capture
|
2024-07-21 17:29:24 -04:00 |
bitmaps
|
Added a button to open output directory in plot dialog
|
2024-10-27 23:33:24 +00:00 |
cli
|
Initial jobset creation and running within the CLI and GUI.
|
2024-09-30 20:04:53 -04:00 |
core
|
Unify flip direction handling
|
2024-09-27 17:13:13 +01:00 |
database
|
DbLib: Fill entire table if cache is empty when loading one part
|
2024-05-03 21:04:13 +00:00 |
dialogs
|
Pcbnew: add way to re-enable locking prompts
|
2024-10-05 22:26:18 +01:00 |
drawing_sheet
|
Support both short and long item descriptions.
|
2024-06-28 22:10:22 +01:00 |
font
|
Text alignment: add a flip function
|
2024-10-08 23:30:50 +08:00 |
gal
|
Avoid GL ctx deadlock
|
2024-09-06 16:00:49 -07:00 |
http_lib
|
HTTP Libraries: Add support for descriptions of sublibraries
|
2024-04-30 11:57:00 +00:00 |
io
|
Fix kicommon exports
|
2024-09-08 08:00:47 -04:00 |
kicad_curl
|
Fix build issue with experimental GCC version 15.
|
2024-08-14 07:34:18 -04:00 |
libeval
|
Move libeval to kicommon
|
2024-05-07 20:44:19 -04:00 |
libeval_compiler
|
Move libeval to kicommon
|
2024-05-07 20:44:19 -04:00 |
plotters
|
Substitute variables in PDF plotter URI links and add file:// URI handler.
|
2024-10-24 08:06:28 -04:00 |
plugins
|
Initial rename of file plugin infrastructure components to IO
|
2023-12-24 01:22:21 +00:00 |
preview_items
|
Pcbnew: add interative relative offset tool
|
2024-10-30 09:00:14 +08:00 |
project
|
Implement ODB++ export
|
2024-09-14 15:34:51 +00:00 |
properties
|
Clear field listener when quitting
|
2024-05-16 20:49:27 -04:00 |
settings
|
Use a persistent flag to track JSON modifications
|
2024-10-31 17:39:03 -04:00 |
tool
|
Construction geometry: lighter on the stack
|
2024-10-27 07:07:25 +08:00 |
view
|
mouse settings: add reverse zoom option
|
2024-09-23 17:09:44 +00:00 |
widgets
|
Eeschema: use filterable comboxbox for parent symbols
|
2024-10-27 05:13:32 +08:00 |
3d_enums.h
|
ADDED: PCB 3D image raytracing rendering from CLI.
|
2024-03-08 14:38:18 +00:00 |
advanced_config.h
|
Fix DRC error with arcs
|
2024-10-21 13:37:28 -07:00 |
array_axis.h
|
Low hanging fruit to kicommon
|
2023-09-11 21:52:10 -04:00 |
array_options.h
|
Array: add option to centre grid on the original location
|
2024-10-28 00:47:01 +08:00 |
asset_archive.h
|
Low hanging fruit to kicommon
|
2023-09-11 21:52:10 -04:00 |
background_jobs_monitor.h
|
Fix some warnings.
|
2024-04-14 01:19:39 +03:00 |
base_screen.h
|
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
|
2023-02-18 22:57:18 -05:00 |
base_set.h
|
Fix exports
|
2024-10-19 07:12:07 -04:00 |
base_units.h
|
Make sure users don't run into min text size.
|
2024-03-23 15:50:45 +00:00 |
bin_mod.h
|
|
|
bitmap_base.h
|
Handle pasting of image data from the clipboard
|
2024-10-13 20:47:45 +08:00 |
bitmap_store.h
|
Move PGM_BASE to kicommon
|
2024-03-20 23:29:42 -04:00 |
bitmaps.h
|
|
|
board_design_settings.h
|
Creepage : add minimum slot width
|
2024-10-22 08:42:42 +02:00 |
board_item.h
|
Consolidation of Component Class implementation
|
2024-10-24 20:11:35 +01:00 |
board_printout.h
|
Split out LSEQ/LSET from LAYER_ID
|
2024-07-08 20:59:46 -07:00 |
build_version.h
|
Add OpenGL info to About.
|
2024-05-05 21:30:25 +03:00 |
callback_gal.h
|
performance efficiencies
|
2023-12-18 17:20:34 +00:00 |
class_draw_panel_gal.h
|
Deferred redraw for netnames.
|
2024-06-12 17:20:20 +01:00 |
cli_progress_reporter.h
|
ADDED: ERC over cli....mostly
|
2023-08-13 20:31:19 -04:00 |
clipboard.h
|
Handle pasting of image data from the clipboard
|
2024-10-13 20:47:45 +08:00 |
collector.h
|
Fix MSVC warning C4355: 'this': used in base member initializer list.
|
2024-06-01 06:49:30 +03:00 |
commit.h
|
Replace stale pin references with UNDO copy
|
2024-04-24 12:55:02 -07:00 |
common.h
|
Substitute variables in PDF plotter URI links and add file:// URI handler.
|
2024-10-24 08:06:28 -04:00 |
config_map.h
|
|
|
config_params.h
|
Move configparams to kicommon
|
2023-09-23 20:06:58 -04:00 |
confirm.h
|
Build time optimizations.
|
2024-04-27 23:49:13 +03:00 |
ctl_flags.h
|
Ensure non handled text properties are never written in .kicad_pcb files
|
2024-07-14 20:45:40 +02:00 |
design_block_lib_table.h
|
design blocks: move globals behind accessor functions
|
2024-09-10 15:50:03 -04:00 |
dialog_shim.h
|
ShowModal: override method in DIALOG_SHIM
|
2024-10-27 16:37:47 +00:00 |
dpi_scaling_common.h
|
Move some things starting from reporter to kicommon
|
2024-09-02 21:15:14 -04:00 |
dpi_scaling.h
|
Move some things starting from reporter to kicommon
|
2024-09-02 21:15:14 -04:00 |
dsnlexer.h
|
Add ability to embed files in various elements
|
2024-07-15 16:06:55 -07:00 |
eda_base_frame.h
|
Fix some platform ifdef checks.
|
2024-06-01 06:49:11 +03:00 |
eda_dde.h
|
|
|
eda_doc.h
|
Add ability to embed files in various elements
|
2024-07-15 16:06:55 -07:00 |
eda_draw_frame.h
|
new feature: Schematic Design Blocks
|
2024-09-05 08:35:49 -04:00 |
eda_item_flags.h
|
More undo cleanup.
|
2023-07-16 14:43:29 +01:00 |
eda_item.h
|
Reduce dependency on dynamic_cast.
|
2024-09-04 17:24:49 +01:00 |
eda_list_dialog.h
|
Validate new symbol / save as symbol info before exiting dialog.
|
2023-09-05 22:07:58 +01:00 |
eda_pattern_match.h
|
Ensure thread safety with EDA_PATTERN_MATCH_RELATIONAL.
|
2024-09-05 17:37:49 +01:00 |
eda_search_data.h
|
Allow EDA_COMBINED_MATCHER use in KiCad find architecture.
|
2023-06-10 14:50:06 +01:00 |
eda_shape.h
|
Unify flip direction handling
|
2024-09-27 17:13:13 +01:00 |
eda_text.h
|
Update font when needed on italic/bold change
|
2024-08-28 13:49:36 +01:00 |
eda_tools.h
|
|
|
eda_units.h
|
Clamp ratio properties
|
2023-11-25 18:40:14 -05:00 |
embedded_files_parser.h
|
Embedded files parser in own header
|
2024-10-04 15:00:58 +01:00 |
embedded_files.h
|
Strip richio.h from headers that don't need them
|
2024-10-04 18:06:18 +01:00 |
enum_vector.h
|
Make comparison operators const.
|
2023-06-21 08:49:26 +00:00 |
env_paths.h
|
|
|
env_vars.h
|
Move PGM_BASE to kicommon
|
2024-03-20 23:29:42 -04:00 |
executable_names.h
|
|
|
file_history.h
|
Class name <-> file name sync.
|
2022-12-29 18:05:57 +00:00 |
filename_resolver.h
|
Add ability to embed files in various elements
|
2024-07-15 16:06:55 -07:00 |
filter_reader.h
|
|
|
fmt.h
|
|
|
footprint_editor_settings.h
|
ADDED: Selection filter for schematic editor
|
2024-02-25 17:44:10 -05:00 |
footprint_filter.h
|
Dont leak richio into everything
|
2023-09-07 22:29:40 -04:00 |
footprint_info.h
|
Remove cover types.
|
2024-06-16 10:47:48 +01:00 |
fp_lib_table.h
|
Enum class ELEM.
|
2024-08-18 21:09:37 -04:00 |
frame_type.h
|
new feature: Schematic Design Blocks
|
2024-09-05 08:35:49 -04:00 |
gal_display_options_common.h
|
Break out the boundary violating parts of gal into common through subclassing
|
2023-09-23 09:37:47 -04:00 |
gbr_metadata.h
|
Cleanup. No (intentional) functional changes.
|
2023-06-06 12:30:35 +01:00 |
gbr_netlist_metadata.h
|
|
|
gestfich.h
|
Initial jobset creation and running within the CLI and GUI.
|
2024-09-30 20:04:53 -04:00 |
gr_basic.h
|
|
|
gr_text.h
|
Build time optimizations.
|
2024-04-27 23:49:13 +03:00 |
grid_tricks.h
|
Hidden footprint libraries are not yet supported.
|
2024-06-12 16:59:20 +01:00 |
hash_eda.h
|
Added IPC2581 support
|
2023-11-26 15:30:58 -08:00 |
hashtables.h
|
|
|
hotkey_store.h
|
Minor Coverity and compil warnings fixes.
|
2023-07-17 16:19:22 +02:00 |
hotkeys_basic.h
|
Hotkeys: add support for alternate hotkeys
|
2023-07-13 10:11:46 -04:00 |
i18n_utility.h
|
|
|
id.h
|
Re-enable low-translation testing languages
|
2024-10-01 10:59:47 -07:00 |
import_export.h
|
Move JSON_SETTINGS and PARAMS to kicommon
|
2024-03-20 23:29:42 -04:00 |
increment.h
|
Allow incrementing different parts of strings with modifiers
|
2024-10-26 16:01:07 +08:00 |
inspectable.h
|
Add system for property change notifications
|
2023-12-02 19:22:59 -05:00 |
json_common.h
|
Move JSON_SETTINGS and PARAMS to kicommon
|
2024-03-20 23:29:42 -04:00 |
json_conversions.h
|
Add a new plugin system for the new API
|
2024-04-02 19:51:16 -04:00 |
ki_exception.h
|
Parse generator_version and improve error output on mismatch
|
2023-11-29 16:17:41 +00:00 |
kicommon.h
|
Start a kicommon shared lib
|
2023-09-09 18:04:50 -04:00 |
kidialog.h
|
Build time optimizations.
|
2024-04-27 23:49:13 +03:00 |
kiface_base.h
|
Schematic parity checking for CLI DRC.
|
2024-02-02 23:05:37 +00:00 |
kiface_ids.h
|
Fix shadowed/conflicting enum values.
|
2024-06-21 16:16:29 +03:00 |
kiid.h
|
Fix schematic hierarchy navigator refresh issues.
|
2024-10-02 11:05:54 -04:00 |
kiway_express.h
|
Move PGM_BASE to kicommon
|
2024-03-20 23:29:42 -04:00 |
kiway_holder.h
|
Move PGM_BASE to kicommon
|
2024-03-20 23:29:42 -04:00 |
kiway_mgr.h
|
|
|
kiway_player.h
|
Build time optimizations.
|
2024-04-27 23:49:13 +03:00 |
kiway.h
|
Initial jobset creation and running within the CLI and GUI.
|
2024-09-30 20:04:53 -04:00 |
launch_ext.h
|
Move PGM_BASE to kicommon
|
2024-03-20 23:29:42 -04:00 |
layer_ids.h
|
Restore GAL layer order
|
2024-10-23 18:41:20 +02:00 |
layer_range.h
|
Pcb editor and 3d viewer: fix some issues:
|
2024-09-14 15:57:56 +02:00 |
lib_id.h
|
Remove atrophied terminology (logical -> nickname)
|
2024-02-05 15:49:57 +00:00 |
lib_table_base.h
|
Abstract LIB_TABLE IO to allow non-file-based tables
|
2024-09-19 06:35:43 +01:00 |
lib_table_grid_tricks.h
|
Hidden footprint libraries are not yet supported.
|
2024-06-12 16:59:20 +01:00 |
lib_table_grid.h
|
Refactor: Move DIALOG_PLUGIN_OPTIONS to common and use enum for event ID
|
2023-05-28 23:56:41 +02:00 |
lib_tree_item.h
|
Factor common parts of SCH_ & LIB_SYMBOL into SYMBOL.
|
2024-04-04 13:18:55 +01:00 |
lib_tree_model_adapter.h
|
Make sure symbol editor prefs go in symbol_editor file.
|
2024-10-13 20:14:14 +01:00 |
lib_tree_model.h
|
new feature: Schematic Design Blocks
|
2024-09-05 08:35:49 -04:00 |
locale_io.h
|
Move locale_io to kicommon
|
2023-09-11 21:51:58 -04:00 |
lockfile.h
|
Kick the wildcards and file exts into a static class, export it from kicommon
|
2023-12-27 21:10:01 -05:00 |
logging.h
|
|
|
lseq.h
|
Simplify LSEQ
|
2024-07-16 14:48:33 -07:00 |
lset.h
|
Fix exports
|
2024-10-19 07:12:07 -04:00 |
macros_swig.h
|
|
|
macros.h
|
Unwrap the FROM_UTF8 macro in favor of direct function
|
2023-09-09 00:10:57 -04:00 |
mail_type.h
|
ADDED support for pin and fp filtering in FOOTPRINT_CHOOSER.
|
2023-09-29 17:03:50 +01:00 |
marker_base.h
|
ADDED: ERC/DRC exclusion comments.
|
2024-02-24 20:05:51 +00:00 |
markup_parser.h
|
MARKUP_PARSER kicommon
|
2023-09-13 21:37:35 -04:00 |
netclass.h
|
Fix warning: 'const' qualifier on return type has no effect.
|
2024-07-28 03:34:17 +03:00 |
newstroke_font.h
|
newstroke_font can live in kicommon
|
2023-09-18 07:40:02 -04:00 |
notifications_manager.h
|
Move PGM_BASE to kicommon
|
2024-03-20 23:29:42 -04:00 |
origin_transforms.h
|
|
|
origin_viewitem.h
|
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
|
2023-02-18 22:57:18 -05:00 |
outline_mode.h
|
|
|
page_info.h
|
Move PAGE_INFO to kicommon
|
2024-01-09 07:26:04 -05:00 |
panel_hotkeys_editor.h
|
Add more missing destructor event cleanups
|
2023-10-02 07:22:00 -04:00 |
panel_text_variables.h
|
ADDED: importing text vars from Schematic Setup.
|
2024-08-11 19:33:15 -06:00 |
paths.h
|
new feature: Schematic Design Blocks
|
2024-09-05 08:35:49 -04:00 |
pcb_base_frame.h
|
Further cleanup of LSET
|
2024-07-08 22:00:53 -07:00 |
pcb_display_options.h
|
ADDED: Opacity control for filled graphic shapes
|
2024-06-26 22:29:58 -04:00 |
pcb_screen.h
|
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
|
2023-02-18 22:57:18 -05:00 |
pgm_base.h
|
More build time optimizations.
|
2024-05-06 04:39:28 +03:00 |
policy_keys.h
|
Add policy to alter curl revoke settings on windows
|
2023-07-13 19:01:04 -04:00 |
printout.h
|
|
|
progress_reporter.h
|
kicommon PROGRESS_REPORTER
|
2023-12-25 23:22:39 -05:00 |
project_pcb.h
|
Clear text before replacing in ImportSettingsFrom.
|
2024-02-24 20:05:51 +00:00 |
project.h
|
new feature: Schematic Design Blocks
|
2024-09-05 08:35:49 -04:00 |
ptree.h
|
Rename PCB IO classes/files
|
2023-12-24 01:22:21 +00:00 |
rc_item.h
|
ADDED: ERC/DRC exclusion comments.
|
2024-02-24 20:05:51 +00:00 |
rc_json_schema.h
|
Add a new plugin system for the new API
|
2024-04-02 19:51:16 -04:00 |
refdes_utils.h
|
|
|
reference_image.h
|
Add height get/set to reference image properties
|
2024-10-14 20:36:26 +08:00 |
render_settings.h
|
Split out LSEQ/LSET from LAYER_ID
|
2024-07-08 20:59:46 -07:00 |
reporter.h
|
Make simulation reporter warnings non-fatal.
|
2024-09-05 05:59:35 +03:00 |
richio.h
|
Abstract LIB_TABLE IO to allow non-file-based tables
|
2024-09-19 06:35:43 +01:00 |
scintilla_tricks.h
|
Performance improvements for multi-page dialogs.
|
2024-03-10 12:18:50 +00:00 |
scoped_set_reset.h
|
ADDED: Git integration support
|
2023-10-20 12:51:47 +00:00 |
search_stack.h
|
Enum class ELEM.
|
2024-08-18 21:09:37 -04:00 |
status_popup.h
|
Use preview items instead of highlightNets & status popup
|
2023-12-02 16:15:43 +00:00 |
streamwrapper.h
|
|
|
string_any_map.h
|
Add STRING_ANY_MAP.
|
2023-10-08 02:41:17 +00:00 |
string_utils.h
|
eeschema, DIALOG_SHEET_PROPERTIES: add test for valid sheet filename
|
2024-10-25 11:44:29 +02:00 |
stroke_params_parser.h
|
STROKE_PARAMS: Separate parser into own header
|
2024-10-04 15:01:00 +01:00 |
stroke_params.h
|
Remove unneeded forward declaration
|
2024-10-17 12:23:54 -07:00 |
systemdirsappend.h
|
Move PGM_BASE to kicommon
|
2024-03-20 23:29:42 -04:00 |
template_fieldnames.h
|
Strip richio.h from headers that don't need them
|
2024-10-04 18:06:18 +01:00 |
textentry_tricks.h
|
|
|
title_block.h
|
|
|
trace_helpers.h
|
new feature: Schematic Design Blocks
|
2024-09-05 08:35:49 -04:00 |
ui_events.h
|
Move some language changes to a event on the frame
|
2024-03-03 11:02:26 -05:00 |
undo_redo_container.h
|
Handle undo of a Repeat Draw Item.
|
2024-06-24 13:59:05 +01:00 |
units_provider.h
|
Multi-netclass support
|
2024-07-26 20:49:29 +00:00 |
validators.h
|
Centralize ref-des error checking.
|
2024-10-28 18:40:11 +00:00 |
wildcards_and_files_ext.h
|
Initial jobset creation and running within the CLI and GUI.
|
2024-09-30 20:04:53 -04:00 |
wx_filename.h
|
wx_filename to kicommon
|
2023-09-13 21:16:27 -04:00 |
wx_fstream_progress.h
|
Coverity fixes
|
2023-11-27 11:57:31 -08:00 |
wxstream_helper.h
|
|
|
xnode.h
|
Strip richio.h from headers that don't need them
|
2024-10-04 18:06:18 +01:00 |
zoom_defines.h
|
Add a "hyperzoom" mode for debugging "up close".
|
2023-06-20 14:19:21 +01:00 |