kicad/pcbnew/tools
Maciej Suminski ae431bbb05 Added MODULE::Add( BOARD_ITEM* )/Remove( BOARD_ITEM* )/Delete( BOARD_ITEM* ).
Removed MODULE::AddPad().
2014-07-09 14:22:29 +02:00
..
bright_box.cpp Upstream merge. 2014-04-02 15:38:59 +02:00
bright_box.h Upstream merge. 2014-04-02 15:38:59 +02:00
common_actions.cpp Added support for placing the footprint anchor. 2014-07-09 14:01:06 +02:00
common_actions.h Added support for placing the footprint anchor. 2014-07-09 14:01:06 +02:00
drawing_tool.cpp Added support for placing the footprint anchor. 2014-07-09 14:01:06 +02:00
drawing_tool.h Added support for placing the footprint anchor. 2014-07-09 14:01:06 +02:00
edit_constraints.cpp Added EC_SNAPLINE to make possible snapping EDIT_LINES by their ends rather than by its center. 2014-04-02 15:57:21 +02:00
edit_constraints.h Added EC_SNAPLINE to make possible snapping EDIT_LINES by their ends rather than by its center. 2014-04-02 15:57:21 +02:00
edit_points.cpp Refactoring EDIT_POINTS, part 1: separated functions that operate on EDIT_POINTS and EDIT_LINES. 2014-04-01 17:18:43 +02:00
edit_points.h Added EC_SNAPLINE to make possible snapping EDIT_LINES by their ends rather than by its center. 2014-04-02 15:57:21 +02:00
edit_tool.cpp Added MODULE::Add( BOARD_ITEM* )/Remove( BOARD_ITEM* )/Delete( BOARD_ITEM* ). 2014-07-09 14:22:29 +02:00
edit_tool.h Added support for pads, texts and graphics removal in module editor (GAL). 2014-07-09 14:01:06 +02:00
pcb_editor_control.cpp Moved some layout editor specific tool actions to another class (PCB_EDITOR_CONTROL). 2014-07-09 13:50:27 +02:00
pcb_editor_control.h Moved some layout editor specific tool actions to another class (PCB_EDITOR_CONTROL). 2014-07-09 13:50:27 +02:00
pcb_tools.cpp Moved some layout editor specific tool actions to another class (PCB_EDITOR_CONTROL). 2014-07-09 13:50:27 +02:00
pcbnew_control.cpp Added support for placing the footprint anchor. 2014-07-09 14:01:06 +02:00
pcbnew_control.h Added a handler for not implemented toolbar buttons functionality in GAL. 2014-07-09 13:50:27 +02:00
point_editor.cpp Updated POINT_EDITOR to handle module edges. 2014-07-09 13:50:27 +02:00
point_editor.h Refactoring EDIT_POINTS, part 2: replaced index numbers with constants. 2014-04-01 17:41:24 +02:00
selection_area.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
selection_area.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
selection_tool.cpp SELECTION_TOOL in edit module mode does not try to select MODULEs. 2014-07-09 13:50:27 +02:00
selection_tool.h Restored invocation of SELECTION_TOOL commands with TOOL_ACTIONs. 2014-07-09 13:50:27 +02:00