kicad/pcbnew/tools
Maciej Suminski 7ade7db078 SELECTION_TOOL got a new mode to edit MODULEs. 2014-07-09 12:10:27 +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 Removed TOOL_ACTIONs: selectionSingle, selectionClear. SELECTION_TOOL methods are called directly instead. 2014-07-09 11:59:24 +02:00
common_actions.h Removed TOOL_ACTIONs: selectionSingle, selectionClear. SELECTION_TOOL methods are called directly instead. 2014-07-09 11:59:24 +02:00
drawing_tool.cpp Removed TOOL_ACTIONs: selectionSingle, selectionClear. SELECTION_TOOL methods are called directly instead. 2014-07-09 11:59:24 +02:00
drawing_tool.h Activation of any drawing/placement tool clears current selection. 2014-04-01 14:06:19 +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 Minor changes. 2014-07-09 11:59:24 +02:00
edit_tool.h Dragging items by their origin is optional (activated by dragging elements with Ctrl held). 2014-06-23 16:12:59 +02:00
pcb_tools.cpp Code formatting and cleaning. 2014-07-09 11:22:43 +02:00
pcbnew_control.cpp {Set,Get}ActiveLayer moved from PCB_EDIT_FRAME to PCB_BASE_FRAME. 2014-07-09 11:50:27 +02:00
pcbnew_control.h Placing the grid origin is possible with GAL. 2014-06-04 17:46:43 +02:00
point_editor.cpp Removed an unused parameter from TOOL_BASE::getModel<T>() method. 2014-06-06 14:59:25 +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 got a new mode to edit MODULEs. 2014-07-09 12:10:27 +02:00
selection_tool.h SELECTION_TOOL got a new mode to edit MODULEs. 2014-07-09 12:10:27 +02:00