kicad/pcbnew/tools
Maciej Suminski 49dd416c53 Dragged items offset is cleared when dragging is finished. 2014-07-09 16:50:31 +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 Simplified code for switching layers in GAL view. Tools are notified of layer change event. 2014-07-09 16:25:50 +02:00
common_actions.h Simplified code for switching layers in GAL view. Tools are notified of layer change event. 2014-07-09 16:25:50 +02:00
drawing_tool.cpp Simplified code for switching layers in GAL view. Tools are notified of layer change event. 2014-07-09 16:25:50 +02:00
drawing_tool.h Fixed continous line drawing. 2014-07-09 15:10:32 +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 Dragged items offset is cleared when dragging is finished. 2014-07-09 16:50:31 +02:00
edit_tool.h Moved SELECTION out of SELECTION_TOOL class. 2014-07-09 15:10:32 +02:00
module_tools.cpp New pads in the module editor does not show up in the center of the edited module. 2014-07-09 16:50:31 +02:00
module_tools.h Outline display mode for module edges & texts in the module editor. 2014-07-09 15:10:32 +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 module editor-specific tools to a separate class (MODULE_TOOLS). 2014-07-09 15:02:56 +02:00
pcbnew_control.cpp Workarounded restoring focus to GAL canvas after layer switching. 2014-07-09 16:44:22 +02:00
pcbnew_control.h Simplified code for switching layers in GAL view. Tools are notified of layer change event. 2014-07-09 16:25:50 +02:00
placement_tool.cpp wxWidgets 2.8 compatibility fixes. 2014-07-09 15:10:32 +02:00
placement_tool.h Initial version of the Placement Tool. 2014-07-09 14:23:13 +02:00
point_editor.cpp Moved SELECTION out of SELECTION_TOOL class. 2014-07-09 15:10:32 +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_conditions.cpp Introduced SELECTION_CONDITIONS to determine which menu entries should be visible in the SELECTION_TOOL context menu, depending on the selection. 2014-07-09 15:10:32 +02:00
selection_conditions.h Introduced SELECTION_CONDITIONS to determine which menu entries should be visible in the SELECTION_TOOL context menu, depending on the selection. 2014-07-09 15:10:32 +02:00
selection_tool.cpp Introduced SELECTION_CONDITIONS to determine which menu entries should be visible in the SELECTION_TOOL context menu, depending on the selection. 2014-07-09 15:10:32 +02:00
selection_tool.h Introduced SELECTION_CONDITIONS to determine which menu entries should be visible in the SELECTION_TOOL context menu, depending on the selection. 2014-07-09 15:10:32 +02:00