kicad/pcbnew/tools
jean-pierre charras 9cfb97d8b4 Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
this option was possible only by modifying the way display options are managed.
before these changes, display options were a global DISPLAY_OPTIONS class instance.
Now each EDA_DRAW_FRAME(and derivated classes)  includes its own DISPLAY_OPTIONS class instance.
As a consequence, some duplicate display option variables in these classes have been removed, because there were just duplicate variables of the  DISPLAY_OPTIONS class instance.
2015-01-10 11:27:49 +01: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 Shortcut for fill all and unfill all zones for GAL. 2014-12-08 23:41:47 +01:00
common_actions.h Shortcut for fill all and unfill all zones for GAL. 2014-12-08 23:41:47 +01:00
drawing_tool.cpp Minor fixes: specctra export: skip malformed circles (having a radius = 0) in board outline creation, which can crash 3d-viewer or vrml export. 2014-09-22 09:51:06 +02:00
drawing_tool.h Fixed line width settings in the module editor (GAL). 2014-09-01 13:48:51 +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 Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 2014-11-02 17:25:04 +01: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 selection_tool: Renamed selectSingle to selectCursor. 2014-11-21 11:49:28 +01:00
edit_tool.h pcbnew: bugfix for crashes when canvas is switched while dragging items (GAL). 2014-09-08 14:09:20 +02:00
module_tools.cpp More work on module texts, and especially on the collector 2014-09-11 18:35:19 +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 Shortcut for fill all and unfill all zones for GAL. 2014-12-08 23:41:47 +01:00
pcb_editor_control.h Shortcut for fill all and unfill all zones for GAL. 2014-12-08 23:41:47 +01:00
pcbnew_control.cpp Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. 2015-01-10 11:27:49 +01:00
pcbnew_control.h Zone fill/unfill actions in context menu (GAL). 2014-07-09 16:57:01 +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 selection_tool: Renamed deselect* to unselect* for naming consistency. 2014-11-21 11:49:54 +01:00
point_editor.h "Create corner" context menu entry for draw segments and zone outlines (GAL). 2014-07-09 16:50:31 +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 Fixed the only-type condition for empty selection case. 2014-07-09 16:50:31 +02:00
selection_conditions.h Compile warning fixes and minor code policy fixes. 2014-11-15 08:43:23 -05:00
selection_tool.cpp selection_tool: Added SelectItem and UnselectItem actions. 2014-11-21 11:50:13 +01:00
selection_tool.h selection_tool: Added SelectItem and UnselectItem actions. 2014-11-21 11:50:13 +01:00