..
board_editor_control.cpp
Include description for page settings command.
2023-08-27 19:03:17 +01:00
board_editor_control.h
ADDED: Search/inspect pane
2022-09-14 02:59:57 +00:00
board_inspection_tool.cpp
ADDED: Connectivity for graphic shapes on copper layers
2023-08-10 21:47:43 -04:00
board_inspection_tool.h
ADDED footprint associations dialog.
2023-07-11 14:52:05 +01:00
board_reannotate_tool.cpp
Cleanup & performance enhancements.
2022-08-01 13:09:51 +01:00
board_reannotate_tool.h
Array creator tool: Add option to assign unique reference designators
2021-10-25 22:38:49 +01:00
convert_tool.cpp
Replace SHAPE_T::RECT by SHAPE_T::RECTANGLE: RECT creates a collision name
2023-07-25 09:11:55 +02:00
convert_tool.h
ADDED: user-specified gap and linewidth for bounding hull creation.
2023-02-12 23:16:45 +00:00
drawing_stackup_table_tool.cpp
Separate immediate and delayed action dispatch
2023-06-27 00:57:59 +01:00
drawing_tool.cpp
Minor cleanup and removal of stale comments.
2023-08-27 10:53:03 +01:00
drawing_tool.h
Unify go-back-one-step processing for drawing tools (and router).
2023-06-19 17:14:32 +01:00
drc_tool.cpp
ADDED: DRC JSON report
2023-08-13 14:59:10 -04:00
drc_tool.h
ADDED: DRC JSON report
2023-08-13 14:59:10 -04:00
edit_tool.cpp
ADDED: Move Corner To... and Move Midpoint To...
2023-08-05 16:43:55 +01:00
edit_tool.h
ADDED: Pcbnew chamfer and extend tools
2023-07-12 19:21:37 +01:00
edit_tool_move_fct.cpp
PCB: start of grid overrides
2023-08-24 10:29:09 -04:00
footprint_editor_control.cpp
Implement undo/redo for footprint children.
2023-07-15 17:37:31 +01:00
footprint_editor_control.h
Enable properties panel in footprint editor
2023-02-17 20:35:56 -05:00
global_edit_tool.cpp
Implement undo/redo for footprint children.
2023-07-15 17:37:31 +01:00
global_edit_tool.h
Make pad & via teardrops 1st-class citizens (props of the pad/via)
2023-05-19 18:02:03 +01:00
group_tool.cpp
Implement undo/redo for footprint children.
2023-07-15 17:37:31 +01:00
group_tool.h
Fix the last of broken Doxygen comment specifiers.
2021-01-27 17:39:44 -05:00
item_modification_routine.cpp
Fix fillets and chamfers when the original lines become zero-length
2023-07-30 15:12:28 +01:00
item_modification_routine.h
Fix fillets and chamfers when the original lines become zero-length
2023-07-30 15:12:28 +01:00
pad_tool.cpp
Allow for offset custom-shaped pads with no holes.
2023-08-28 18:07:18 +01:00
pad_tool.h
Collapse FP_* down into their PCB_* equivalents.
2023-03-31 22:57:46 +01:00
pcb_actions.cpp
Move pcb_actions to new constructor
2023-08-29 00:19:19 +01:00
pcb_actions.h
ADDED: Multi-layer object snapping
2023-08-17 09:25:47 -04:00
pcb_control.cpp
Schematic plugins refactoring, fixes for PCB plugins.
2023-08-31 05:08:03 +03:00
pcb_control.h
Move grid definitions to Prefs and grid origin to a separate dlg.
2023-08-26 13:32:24 +01:00
pcb_editor_conditions.cpp
Remove bad static_cast.
2022-07-24 23:41:41 +01:00
pcb_editor_conditions.h
Move 45° limit to hotkey
2021-09-05 13:42:51 -07:00
pcb_grid_helper.cpp
Grids: make overrides use existing grids (choice box)
2023-08-30 13:33:04 -04:00
pcb_grid_helper.h
PCB: start of grid overrides
2023-08-24 10:29:09 -04:00
pcb_picker_tool.cpp
Picker Tools: make sure we know what tool we are
2023-05-01 12:43:09 -04:00
pcb_picker_tool.h
Rename layer ids file.
2021-07-29 16:03:25 +01:00
pcb_point_editor.cpp
PCB: start of grid overrides
2023-08-24 10:29:09 -04:00
pcb_point_editor.h
ADDED: Move Corner To... and Move Midpoint To...
2023-08-05 16:43:55 +01:00
pcb_selection.cpp
Neurotically update position wxPoint usages
2022-01-01 11:55:51 -05:00
pcb_selection.h
We don't keep a CHANGELOG.TXT
2021-10-05 19:46:53 -07:00
pcb_selection_conditions.cpp
PCB Editor: make locking menu items conditional
2022-12-21 10:34:54 -05:00
pcb_selection_conditions.h
PCB Editor: make locking menu items conditional
2022-12-21 10:34:54 -05:00
pcb_selection_tool.cpp
Fix bone-headed copy/paste.
2023-08-15 23:28:19 +01:00
pcb_selection_tool.h
ADDED: Expand selection for graphics in PCB
2023-08-01 21:14:58 -04:00
pcb_tool_base.cpp
Separate immediate and delayed action dispatch
2023-06-27 00:57:59 +01:00
pcb_tool_base.h
TOOL_EVENT: make command string non-optional
2022-09-19 10:23:09 -04:00
pcb_viewer_tools.cpp
PCB: introduce PCB_FIELD_T
2023-06-20 18:34:52 +00:00
pcb_viewer_tools.h
Remove some more duplicated preferences.
2021-12-26 13:37:28 +00:00
placement_tool.cpp
Implement undo/redo for footprint children.
2023-07-15 17:37:31 +01:00
placement_tool.h
Some more wxPoint/EDA_RECT yeeting.
2022-08-31 00:44:33 +01:00
position_relative_tool.cpp
Remove a bunch of blind (and a few redundant) static_casts.
2023-07-13 14:14:45 +01:00
position_relative_tool.h
Don't keep value of user or grid anchors between invocations.
2022-11-17 00:51:52 +00:00
tool_event_utils.cpp
Switch TOOL_EVENT and TOOL_ACTION to have a std::any parameter
2023-06-20 21:52:50 +01:00
tool_event_utils.h
Fix a few more doxygen errors (no actual code change)
2023-04-19 20:24:42 +02:00
zone_create_helper.cpp
Minor cleanup and removal of stale comments.
2023-08-27 10:53:03 +01:00
zone_create_helper.h
Choose the first unused priority value for zones
2022-08-25 10:05:30 -07:00
zone_filler_tool.cpp
Changed: Allow filling/unfilling individual zones with no selection
2023-07-12 23:00:13 +01:00
zone_filler_tool.h
Don't allow quit while zone filler is running.
2023-01-16 16:01:45 +00:00