7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-12-21 16:49:33 +00:00
kicad/common
2024-12-20 22:41:12 -05:00
..
api API: Add a mechanism to recreate Python environments 2024-12-20 17:07:09 -05:00
database Enable 'exclude_from_sim' property for DB libraries 2024-09-17 18:20:33 +01:00
dialog_about Added Eric's correct name to devs 2024-12-20 10:50:10 -08:00
dialogs Cleanup. 2024-12-18 12:03:29 +00:00
drawing_sheet Handle ERC/DRC assertions in drawing sheet. 2024-12-02 20:13:43 +00:00
font Fix switching bold option on and off alters text thickness 2024-11-13 02:14:19 +00:00
gal Reduce dependency on dynamic_cast. 2024-12-05 18:17:02 +00:00
git Make Git push/pull errors visible 2024-10-19 12:34:06 -04:00
http_lib HTTP Libraries: Add support for descriptions of sublibraries 2024-04-30 11:57:00 +00:00
import_gfx Some fixes for DXF import 2024-08-21 16:24:13 -07:00
io Fix parsing of Altium overbar notation. 2024-12-20 18:32:08 +00:00
jobs Pass pointer and not copy of struct to avoid job output crash 2024-12-20 22:41:12 -05:00
kicad_curl Add mutex include. 2024-07-04 23:08:22 +03:00
libeval Silence the assert in NUMERIC_EVALUATOR on windows due to unicode 2024-04-13 15:05:09 -04:00
libeval_compiler Add a null type for libeval / std::optional support 2024-12-02 21:21:18 -05:00
plotters Fix PDF plotter URI issues. 2024-11-04 20:05:42 -05:00
preview_items Cleanup ViewGetLayers() 2024-11-21 13:18:36 -08:00
project Migrate legacy layer presets to V9 2024-11-16 09:27:31 -05:00
properties wxWidgets 3.3 compatibility: properties API 2024-03-20 22:02:40 -04:00
settings API: Show API actions alongside SWIG action plugins in preferences 2024-12-14 18:00:07 -05:00
swig SWIG: Add Python-native add/sub for VECTOR2 2024-12-17 23:26:21 -05:00
tool Formatting. 2024-12-08 21:46:54 +00:00
view Fix ReorderLayerData to handle sparse maps 2024-12-02 09:01:34 -08:00
widgets Some DisplayError -> DisplayErrorMessage 2024-12-20 19:28:30 -05:00
advanced_config.cpp Unhide jobsets 2024-12-20 18:49:41 -05:00
array_axis.cpp Allow incrementing different parts of strings with modifiers 2024-10-26 16:01:07 +08:00
array_options.cpp Array: add option to centre grid on the original location 2024-10-28 00:47:01 +08:00
asset_archive.cpp
background_jobs_monitor.cpp Fix some warnings. 2024-04-14 01:19:39 +03:00
base_screen.cpp Slight reduction in asserts. 2024-07-18 18:01:05 +01:00
bin_mod.cpp
bitmap_base.cpp Handle pasting of image data from the clipboard 2024-10-13 20:47:45 +08:00
bitmap_info.cpp Added a button to open output directory in plot dialog 2024-10-27 23:33:24 +00:00
bitmap_store.cpp Respect system dark / light theme if common settings not available 2024-08-14 01:15:46 +01:00
bitmap.cpp REMOVED: manual icon scale preference 2023-10-22 14:02:06 -04:00
board_printout.cpp Printing system: Honor the Print background color option 2024-11-27 11:13:20 +01:00
build_version.cpp Enable IPC API by default 2024-11-03 12:30:18 -05:00
callback_gal.cpp
cli_progress_reporter.cpp ADDED: ERC over cli....mostly 2023-08-13 20:31:19 -04:00
clipboard.cpp Handle pasting of image data from the clipboard 2024-10-13 20:47:45 +08:00
CMakeLists.txt ODB++: Add to CLI and jobs system 2024-12-02 10:53:01 -05:00
commit.cpp Handle DXF files with out of bounds values 2024-08-14 13:06:18 -07:00
common.cpp Handle ERC/DRC assertions in drawing sheet. 2024-12-02 20:13:43 +00:00
config_params.cpp config_params doesnt need color4d 2023-09-14 19:21:55 -04:00
confirm.cpp Set accelerators for common dialogs 2024-10-26 17:56:32 +08:00
design_block_info_impl.cpp design blocks: move all loading out the main kicad frame 2024-09-10 15:50:03 -04:00
design_block_info_impl.h design blocks: move all loading out the main kicad frame 2024-09-10 15:50:03 -04:00
design_block_info.cpp new feature: Schematic Design Blocks 2024-09-05 08:35:49 -04:00
design_block_info.h design blocks: implement properties window 2024-09-26 15:48:39 -04:00
design_block_io.cpp design blocks: missing metadata shouldn't prevent load 2024-11-06 13:39:38 -05:00
design_block_io.h new feature: Schematic Design Blocks 2024-09-05 08:35:49 -04:00
design_block_lib_table.cpp Reduce dependency on dynamic_cast. 2024-12-08 21:46:54 +00:00
design_block.h design blocks: implement properties window 2024-09-26 15:48:39 -04:00
dialog_shim.cpp Fix thread deadlock when closing the footprint chooser dialog. 2024-12-18 08:13:15 -05:00
dpi_scaling_common.cpp Formatting. 2024-05-31 13:35:44 +01:00
dpi_scaling.cpp Move some things starting from reporter to kicommon 2024-09-02 21:15:14 -04:00
draw_panel_gal.cpp Some DisplayError -> DisplayErrorMessage 2024-12-20 19:28:30 -05:00
drc_rules.keywords Added DRC test for minimum/maximum segment length 2024-10-18 19:48:08 +00:00
dsnlexer.cpp Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
eda_base_frame.cpp Rename Action Plugins to Plugins in Preferences 2024-12-14 18:02:27 -05:00
eda_dde.cpp
eda_doc.cpp Some DisplayError -> DisplayErrorMessage 2024-12-20 19:28:30 -05:00
eda_draw_frame.cpp API: Show API actions alongside SWIG action plugins in preferences 2024-12-14 18:00:07 -05:00
eda_item.cpp Cleanup ViewGetLayers() 2024-11-21 13:18:36 -08:00
eda_pattern_match.cpp Ensure thread safety with EDA_PATTERN_MATCH_RELATIONAL. 2024-09-05 17:37:49 +01:00
eda_shape.cpp Eeschema, fille polygons: fix HitTest inside polygon. 2024-12-06 18:09:17 +01:00
eda_text.cpp API: Implement dimension serialization 2024-11-30 17:22:15 -05:00
eda_tools.cpp
eda_units.cpp Add default rotation format 2024-05-06 10:00:19 -07:00
embedded_files.cpp Remove (somewhat atrophied) manual pretty printing. 2024-11-28 11:08:16 +00:00
embedded_files.keywords Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
env_paths.cpp
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-24 19:22:05 +00:00
executable_names.cpp
file_history.cpp
filename_resolver.cpp Fix conflict with windows header define thats leaking in 2024-07-15 20:22:33 -04:00
filter_reader.cpp
footprint_filter.cpp Formatting. 2023-08-31 11:36:39 +01:00
footprint_info.cpp Deconflict some LIB_TREE_ITEM APIs so they can remain non-const. 2024-04-04 13:18:55 +01:00
fp_lib_table.cpp Reduce dependency on dynamic_cast. 2024-12-08 21:46:54 +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 Some DisplayError -> DisplayErrorMessage 2024-12-20 19:28:30 -05:00
gr_basic.cpp
gr_text.cpp RIP LIB_PIN. 2024-04-20 12:10:31 +01:00
grid_tricks.cpp Fix copy-paste issue for grids with checkboxes 2024-11-07 18:26:08 +00:00
hash_eda.cpp Table TODOs. 2024-12-16 21:29:31 +00:00
hotkey_store.cpp Add autocomplete accept & cancel to the hotkeys list. 2024-03-15 00:40:17 +00:00
hotkeys_basic.cpp Add autocomplete accept & cancel to the hotkeys list. 2024-03-15 00:40:17 +00:00
increment.cpp Allow incrementing different parts of strings with modifiers 2024-10-26 16:01:07 +08:00
json_conversions.cpp Add a new plugin system for the new API 2024-04-02 19:51:16 -04:00
kidialog.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
kiface_base.cpp
kiid.cpp KIID: Use Boost uuids own hash function (fix Boost 1.86) 2024-09-08 22:42:30 +01:00
kiway_express.cpp
kiway_holder.cpp
kiway_player.cpp Fix crash in wxSocketBase when the event handler has been destroyed. 2024-06-18 21:50:18 +00:00
kiway.cpp Initial jobset creation and running within the CLI and GUI. 2024-09-30 20:04:53 -04:00
launch_ext.cpp Require wxWidgets 3.2 2023-08-23 22:02:56 +00:00
layer_id.cpp REMOVED: separate color for via net names 2024-11-16 11:27:20 -05:00
lib_id.cpp Remove atrophied terminology (logical -> nickname) 2024-02-05 15:49:57 +00:00
lib_table_base.cpp Abstract LIB_TABLE IO to allow non-file-based tables 2024-09-19 06:35:43 +01:00
lib_table_grid_tricks.cpp Hidden footprint libraries are not yet supported. 2024-06-12 16:59:20 +01:00
lib_table.keywords new feature: Schematic Design Blocks 2024-09-05 08:35:49 -04:00
lib_tree_model_adapter.cpp Make sure symbol editor prefs go in symbol_editor file. 2024-10-13 20:14:14 +01:00
lib_tree_model.cpp new feature: Schematic Design Blocks 2024-09-05 08:35:49 -04:00
locale_io.cpp Move locale_io to kicommon 2023-09-11 21:51:58 -04:00
lseq.cpp Fix build on GCC 14.1.1. 2024-07-15 13:38:34 +03:00
lset.cpp Allow SWIG access to lset 2024-12-19 12:13:11 -08:00
marker_base.cpp Allow DRC markers to be selected with area selection 2024-12-08 14:10:07 +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 Multi-netclass support 2024-07-26 20:49:29 +00:00
netlist.keywords Implement Component Classes 2024-10-01 22:36:18 +01:00
newstroke_font.cpp Newstroke: neaten some Chinese characters. 2024-08-28 13:49:35 +01:00
notifications_manager.cpp Hide notification panel on focus loss. 2024-07-22 10:35:19 +00:00
origin_transforms.cpp
origin_viewitem.cpp
page_info.cpp Remove (somewhat atrophied) manual pretty printing. 2024-11-28 11:08:16 +00:00
paths.cpp new feature: Schematic Design Blocks 2024-09-05 08:35:49 -04:00
pcb_plot_params.keywords ADDED: plotting options for DNP footprints 2024-08-18 10:02:14 -06:00
pcb.keywords Pcbnew: Add inward/outward dimension arrows 2024-10-30 21:22:37 +08:00
pgm_base.cpp Re-enable low-translation testing languages 2024-10-01 10:59:47 -07:00
printout.cpp
project.cpp design blocks: move globals behind accessor functions 2024-09-10 15:50:03 -04:00
ptree.cpp
rc_item.cpp Support both short and long item descriptions. 2024-06-28 22:10:22 +01:00
refdes_utils.cpp
reference_image.cpp Add height get/set to reference image properties 2024-10-14 20:36:26 +08:00
render_settings.cpp RENDER_SETTINGS: try a slightly modified dot calculation. 2024-08-25 16:30:08 +02:00
reporter.cpp Make simulation reporter warnings non-fatal. 2024-09-05 05:59:35 +03:00
richio.cpp Remove (somewhat atrophied) manual pretty printing. 2024-11-28 11:08:16 +00:00
scintilla_tricks.cpp Autocomplete for ERC/DRCERROR/WARNING. 2024-11-17 16:27:31 +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
single_top.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
status_popup.cpp Use preview items instead of highlightNets & status popup 2023-12-02 16:15:43 +00:00
streamwrapper.cpp
string_utils.cpp Another attempt to fix Windows file URLs for PDF links. 2024-11-10 10:13:56 -05:00
stroke_params.cpp Remove (somewhat atrophied) manual pretty printing. 2024-11-28 11:08:16 +00:00
stroke_params.keywords
systemdirsappend.cpp
template_fieldnames.cpp Remove (somewhat atrophied) manual pretty printing. 2024-11-28 11:08:16 +00:00
template_fieldnames.keywords
textentry_tricks.cpp
title_block.cpp Handle ERC/DRC assertions in drawing sheet. 2024-12-02 20:13:43 +00:00
trace_helpers.cpp new feature: Schematic Design Blocks 2024-09-05 08:35:49 -04:00
ui_events.cpp Move some language changes to a event on the frame 2024-03-03 11:02:26 -05:00
undo_redo_container.cpp Store group id rather than group 2024-02-28 13:27:38 -08:00
validators.cpp Some DisplayError -> DisplayErrorMessage 2024-12-20 19:28:30 -05:00
wildcards_and_files_ext.cpp ADDED: STL and PLY (since OCCT 7.7.0) 3D model export. 2024-11-04 16:15:02 +03: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 Strip richio.h from headers that don't need them 2024-10-04 18:06:18 +01:00