7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 04:15:03 +00:00
kicad/pcbnew/tools
2024-11-19 23:39:41 +00:00
..
array_tool.cpp Pcbnew array: allow selecting the center point interactively 2024-10-28 22:01:14 +08:00
array_tool.h Pcbnew array: allow selecting the center point interactively 2024-10-28 22:01:14 +08:00
board_editor_control.cpp Allow pcb rule areas to handle keepout and placement concurrently 2024-10-10 23:29:02 +01:00
board_editor_control.h Move Net Inspector dialog to a widget panel in pcbnew 2024-03-19 01:02:01 +00:00
board_inspection_tool.cpp Added DRC test for minimum/maximum segment length 2024-10-18 19:48:08 +00:00
board_inspection_tool.h Move Net Inspector dialog to a widget panel in pcbnew 2024-03-19 01:02:01 +00:00
board_reannotate_tool.cpp
board_reannotate_tool.h
convert_tool.cpp Allow pcb rule areas to handle keepout and placement concurrently 2024-10-10 23:29:02 +01:00
convert_tool.h Feature: Exact item offset tool 2024-09-19 06:35:43 +01:00
drawing_stackup_table_tool.cpp Reorganize layer numbering 2024-09-06 23:07:58 +00:00
drawing_tool.cpp Pcbnew: add an arrow change action to the menu when drawing an arrow 2024-10-30 21:22:37 +08:00
drawing_tool.h Pcbnew: add bezier editing tool 2024-09-25 21:41:32 +01:00
drc_tool.cpp Add a graphics handler to DRC Engine 2024-10-24 00:49:51 +02:00
drc_tool.h ADDED: DRC JSON report 2023-08-13 14:59:10 -04:00
edit_tool_move_fct.cpp Pcbnew: add interative relative offset tool 2024-10-30 09:00:14 +08:00
edit_tool.cpp Pcbnew: get footprint by name doesn't have to be a member on PCB_BASE_FRAME 2024-11-01 20:35:50 +08:00
edit_tool.h Pcbnew array: allow selecting the center point interactively 2024-10-28 22:01:14 +08:00
footprint_editor_control.cpp FP editor: add call-to-action to open a board footprint in the library 2024-11-01 10:29:59 +08:00
footprint_editor_control.h FP editor: add call-to-action to open a board footprint in the library 2024-11-01 10:29:59 +08:00
generator_tool_pns_proxy.cpp Speed up shutdown 2024-07-05 11:16:20 -07:00
generator_tool_pns_proxy.h Fix build; renaming. 2023-11-28 22:18:37 +03:00
generator_tool.cpp Re-factor frame pointer out of generator API. 2023-12-16 16:11:45 +00:00
generator_tool.h Use preview items instead of highlightNets & status popup 2023-12-02 16:15:43 +00:00
global_edit_tool.cpp DIALOG_ZONE_MANAGER: fix crash when modifying zones if a zone is selected 2024-11-16 16:18:08 +01:00
global_edit_tool.h Add some safety to layer swapping 2024-03-12 19:32:40 -04:00
group_tool.cpp Reduce dependency on dynamic_cast. 2024-09-04 17:24:49 +01:00
group_tool.h
item_modification_routine.cpp Fix some compiler warnings 2024-10-03 07:11:59 +01:00
item_modification_routine.h POLYGON_BOOLEAN_ROUTINE: Copy filled attribute from the source 2024-09-25 22:15:45 +01:00
multichannel_tool.cpp Multichannel: split out some geometric routines 2024-11-08 19:48:03 +08:00
multichannel_tool.h Add auto-generation of placement rules areas from component classes 2024-11-03 21:43:55 +00:00
pad_tool.cpp Add pad snapping in initial placer 2024-11-06 12:14:48 -08:00
pad_tool.h Streamline explodePad undo. 2024-02-09 10:08:37 +00:00
pcb_actions.cpp Don't duplicate tooltips and descriptions, but do use the description if there's no tooltip. 2024-11-19 23:39:41 +00:00
pcb_actions.h Pcbnew: add an arrow change action to the menu when drawing an arrow 2024-10-30 21:22:37 +08:00
pcb_control.cpp Limit fix to MacOS. 2024-10-20 11:57:11 +01:00
pcb_control.h Add layer pair cycle action 2024-08-06 23:45:55 +08:00
pcb_edit_table_tool.cpp Make sure to initialize cell start location. 2024-03-10 21:49:54 +00:00
pcb_edit_table_tool.h Split out table editing and table cell editing. 2024-02-24 20:05:51 +00:00
pcb_editor_conditions.cpp
pcb_editor_conditions.h
pcb_grid_helper.cpp Pcbnew: include pad snaps for visible layers when not in high-constrast mode 2024-11-10 22:25:53 +08:00
pcb_grid_helper.h Snapping: Add construction geometry snapping 2024-09-11 22:35:35 +01:00
pcb_picker_tool.cpp Pcbnew: Make point selection more reusable 2024-10-28 22:00:45 +08:00
pcb_picker_tool.h Pcbnew: Make point selection more reusable 2024-10-28 22:00:45 +08:00
pcb_point_editor.cpp Don't clone items when you want a duplicate. 2024-11-18 21:49:36 +00:00
pcb_point_editor.h PCB_POINT_EDITOR: support padstacks 2024-11-06 20:38:01 -05:00
pcb_selection_conditions.cpp Reduce dependency on dynamic_cast. 2024-09-04 17:24:49 +01:00
pcb_selection_conditions.h
pcb_selection_tool.cpp Remove unused pad layers and simplify pad colors 2024-11-16 11:27:20 -05:00
pcb_selection_tool.h Pcbnew: Allow lambdas with capture to be used for a selection filter 2024-09-06 19:26:57 +01:00
pcb_selection.cpp feature removal: remove Show Hidden Text 2024-09-19 15:41:44 -04:00
pcb_selection.h feature removal: remove Show Hidden Text 2024-09-19 15:41:44 -04:00
pcb_tool_base.cpp Unify flip direction handling 2024-09-27 17:13:13 +01:00
pcb_tool_base.h PCB_TOOL_BASE: allow casting the frame to types other than PCB_BASE_DRAW_FRAME. 2024-08-13 22:50:25 +02:00
pcb_tool_utils.cpp Pcbnew: Make point selection more reusable 2024-10-28 22:00:45 +08:00
pcb_tool_utils.h Pcbnew: convert to lines should take the width of polygons if it can 2024-09-15 21:08:04 +01:00
pcb_viewer_tools.cpp Pcbnew: allow to copy the ruler co-ordinates 2024-11-04 20:37:14 +08:00
pcb_viewer_tools.h Pcbnew: allow to copy the ruler co-ordinates 2024-11-04 20:37:14 +08:00
placement_tool.cpp feature removal: remove Show Hidden Text 2024-09-19 15:41:44 -04:00
placement_tool.h Menu condition: distribute requires at least three items 2024-05-05 03:35:09 +08:00
position_relative_tool.cpp Position interactive: use the forward vector value 2024-11-04 20:41:20 +08:00
position_relative_tool.h Pcbnew: add interative relative offset tool 2024-10-30 09:00:14 +08: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 Allow pcb rule areas to handle keepout and placement concurrently 2024-10-10 23:29:02 +01:00
zone_create_helper.h
zone_filler_tool.cpp Performance improvements. 2024-06-12 11:06:10 +01:00
zone_filler_tool.h