- 21 Jul, 2014 1 commit
-
-
jean-pierre charras authored
fix Bug #1345193: Drill Map coordinates alway 0 when using Gerber format (due to a missing plotter initialization).
-
- 20 Jul, 2014 4 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
Apply a workaround to fix a wxWidgets bug in versions 3.0.x relative to mouse wheel event (Windows specific). Therefore wxWidgets 3.0.1 can be used without need to patch it. (This bug is fixed in wxWidgets 3.1)
-
jean-pierre charras authored
-
- 17 Jul, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 15 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 14 Jul, 2014 3 commits
-
-
Dick Hollenbeck authored
-
Maciej Suminski authored
-
jean-pierre charras authored
Gerbview: allows x.7 format (recently indroduced in Gerber format) Also minor coding style fixes.
-
- 09 Jul, 2014 30 commits
-
-
jean-pierre charras authored
Gerbview: allows x.7 format (recently indroduced in Gerber format) Also minor coding style fixes.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Introduced SELECTION_CONDITIONS to determine which menu entries should be visible in the SELECTION_TOOL context menu, depending on the selection.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Reworked the way of processing events in TOOL_MANAGER class. Added GetCommandStr() for TOOL_EVENT class.
-
Maciej Suminski authored
-
Maciej Suminski authored
Introduced a new type of action: TA_ACTIVATE to distinguish events activating tools from common tool actions.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Reduced number of switched events, allowing to use VIEW_CONTROLS, even if there is no extra event dispatcher.
-
Maciej Suminski authored
-
Maciej Suminski authored
Event handlers are (dis)connected depending on the active view. TOOL_DISPATCHER inherits from wxEvtHandler, so now it receives events directly instead of being fed by external handlers.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
Minor changes (removed an unnecessary event handler and two function calls that had no real influence).
-
Maciej Suminski authored
Moved View related routines & fields from PCB_{BASE,EDIT}_FRAME & BOARD to PCB_DRAW_PANEL_GAL.
-