.. |
bitmaps
|
ADDED: Pack and Move Footprints, improved footprint spread algorithm.
|
2022-09-28 13:37:23 +00:00 |
cli
|
Move the cli definitions to kicad
|
2022-10-29 11:55:38 -04:00 |
core
|
Blacklist hashes for 2d integer elements
|
2022-08-26 08:43:37 -07:00 |
database
|
DbLib: Support showing field names
|
2022-09-04 13:01:32 -04:00 |
dialogs
|
Viewport switcher keys are platform-specific.
|
2022-10-27 14:28:11 +01:00 |
drawing_sheet
|
Formatting.
|
2022-10-22 14:11:01 +01:00 |
font
|
Underline for hypertext rollovers.
|
2022-08-27 23:58:13 +01:00 |
gal
|
Work around more instances of the wxWidgets color string locale bug.
|
2022-09-30 20:56:25 +01:00 |
kicad_curl
|
…
|
|
libeval
|
Add unit and eval support to WX_GRIDs.
|
2022-10-11 23:40:58 +01:00 |
libeval_compiler
|
Bug fixes for layer expression processing.
|
2022-09-16 14:14:43 +01:00 |
plotters
|
Add missing clear of children memory in outline node
|
2022-09-25 08:47:28 -04:00 |
plugins
|
…
|
|
preview_items
|
Nuke base_units from orbit
|
2022-09-16 04:38:10 +00:00 |
project
|
Store netclass visibility separately from nets
|
2022-10-01 19:54:13 -04:00 |
settings
|
Store netclass visibility separately from nets
|
2022-10-01 19:54:13 -04:00 |
tool
|
Formatting and cleanup.
|
2022-10-12 16:36:54 +01:00 |
view
|
ADDED: Focus follows mouse between SCH and PCB editors (option).
|
2022-09-30 18:32:06 +00:00 |
widgets
|
Dark mode hacks for SPLIT_BUTTON on OSX.
|
2022-10-23 17:56:44 +01:00 |
advanced_config.h
|
Add Clipper2
|
2022-10-19 16:25:45 -07:00 |
array_axis.h
|
Replace boost::optional with std::optional
|
2022-08-25 15:50:47 -07:00 |
array_options.h
|
…
|
|
asset_archive.h
|
…
|
|
base64.h
|
…
|
|
base_screen.h
|
…
|
|
base_units.h
|
Readability improvements.
|
2022-09-19 11:18:20 +01:00 |
bin_mod.h
|
…
|
|
bitmap_base.h
|
More EDA_RECE yeetage.
|
2022-08-31 17:19:50 +01:00 |
bitmap_store.h
|
…
|
|
bitmaps.h
|
…
|
|
board_design_settings.h
|
Read, write and process the board-wide Allow soldermask bridges in FPs.
|
2022-08-14 22:56:29 +01:00 |
board_item.h
|
Name shortening and line-break reduction.
|
2022-10-21 18:41:39 +01:00 |
board_printout.h
|
More EDA_RECE yeetage.
|
2022-08-31 17:19:50 +01:00 |
build_version.h
|
…
|
|
callback_gal.h
|
…
|
|
class_draw_panel_gal.h
|
Work around focus issues for status popups.
|
2022-09-04 21:08:01 +01:00 |
collector.h
|
More EDA_RECT expungification, and an attempt to fix the python test.
|
2022-08-31 17:19:48 +01:00 |
commit.h
|
…
|
|
common.h
|
…
|
|
config_map.h
|
…
|
|
config_params.h
|
…
|
|
confirm.h
|
…
|
|
dialog_shim.h
|
…
|
|
dsnlexer.h
|
Revert "Simplify the generated lexers to the use of a templated class"
|
2022-08-21 18:45:09 -04:00 |
eda_base_frame.h
|
Push autosave-require down in to EDA_BASE_FRAME.
|
2022-10-10 14:03:52 +01:00 |
eda_dde.h
|
…
|
|
eda_doc.h
|
Fix eda_doc not looking for schematic locally
|
2022-05-10 21:28:48 -04:00 |
eda_draw_frame.h
|
Allow text variable resolution through properties in drawing sheet text.
|
2022-09-20 15:28:05 +01:00 |
eda_item.h
|
Some header cleanup
|
2022-09-27 23:25:20 -04:00 |
eda_item_flags.h
|
Allow click-selection and greedy-drag selection of visible pin text.
|
2022-07-23 23:27:14 +01:00 |
eda_list_dialog.h
|
Remove unused include
|
2022-09-28 21:18:09 -04:00 |
eda_pattern_match.h
|
Add contexts to EDA_COMBINED_MATCHER.
|
2022-08-14 22:56:29 +01:00 |
eda_search_data.h
|
Replace wxFindReplaceData with our own container
|
2022-08-23 22:16:51 -04:00 |
eda_shape.h
|
Name shortening and line-break reduction.
|
2022-10-21 18:41:39 +01:00 |
eda_text.h
|
Move default font to RENDER_SETTINGS.
|
2022-10-22 21:32:42 +01:00 |
eda_tools.h
|
Fix shadowed definition of EAGLE constant
|
2022-09-24 01:37:57 +01:00 |
eda_units.h
|
Formatting and commenting.
|
2022-10-06 13:19:08 +01:00 |
enum_vector.h
|
Begin development of a new Sim Model Editor dialog
|
2022-07-30 02:25:34 +00:00 |
env_paths.h
|
…
|
|
env_vars.h
|
Replace boost::optional with std::optional
|
2022-08-25 15:50:47 -07:00 |
executable_names.h
|
…
|
|
filehistory.h
|
…
|
|
filename_resolver.h
|
Don't use the 3d resolver config anymore
|
2022-10-08 14:27:10 -04:00 |
filter_reader.h
|
…
|
|
fmt.h
|
database_connection.cpp: Fix compil issues on msys2. these issues are
|
2022-08-26 18:15:57 +02:00 |
footprint_editor_settings.h
|
…
|
|
footprint_filter.h
|
…
|
|
footprint_info.h
|
ADDED: Threadpool
|
2022-06-24 22:59:24 +00:00 |
fp_lib_table.h
|
…
|
|
frame_type.h
|
Move gerbview colors to preferences dialog.
|
2022-09-10 16:11:24 +01:00 |
gbr_metadata.h
|
…
|
|
gbr_netlist_metadata.h
|
…
|
|
gestfich.h
|
…
|
|
gl_context_mgr.h
|
…
|
|
gl_utils.h
|
OpenGL: Fix SetSwapInterval logic.
|
2022-06-09 19:29:57 +00:00 |
gr_basic.h
|
RIP EDA_RECT.
|
2022-08-31 23:57:24 +01:00 |
gr_text.h
|
Separate text-thickness clamping into strict and lenient modes.
|
2022-09-08 00:28:30 +01:00 |
grid_tricks.h
|
Fix GCC build error.
|
2022-09-09 09:17:26 -04:00 |
hash_eda.h
|
Utilize our combine_hash routine for multiple hash
|
2022-08-26 08:45:13 -07:00 |
hashtables.h
|
RIP EDA_RECT.
|
2022-08-31 23:57:24 +01:00 |
hotkey_store.h
|
…
|
|
hotkeys_basic.h
|
Hotkeys: show user config for unloaded KiFACEs
|
2022-07-05 13:37:45 +00:00 |
html_window.h
|
…
|
|
i18n_utility.h
|
…
|
|
id.h
|
Try a slightly different tack for cancelling net highlighting.
|
2022-07-19 10:31:49 +01:00 |
ignore.h
|
…
|
|
import_export.h
|
…
|
|
inspectable.h
|
Replace boost::optional with std::optional
|
2022-08-25 15:50:47 -07:00 |
intrusive_list.h
|
…
|
|
ki_exception.h
|
…
|
|
kiface_base.h
|
…
|
|
kiface_ids.h
|
…
|
|
kiid.h
|
Allow KIID to directly take in std::string
|
2022-08-14 16:19:24 +00:00 |
kiway.h
|
Make -f set standalone mode in kiway
|
2022-10-04 23:03:03 -04:00 |
kiway_express.h
|
…
|
|