249 Commits (1c2891e6d4f58e66526ebeefd0f9f047e944b9b9)

Author SHA1 Message Date
Maciej Suminski 52fcddf4f4 Allow drawing self-intersecting polygons, just display a warning 8 years ago
Maciej Suminski 4da47f2c01 Forbid drawing self-intersecting polygons. 8 years ago
Jeff Young cd81254262 Respect 45-degree mode when set from zone dialog. 8 years ago
Jeff Young 4d5e1489fb New menu structure for ModEdit. 8 years ago
jean-pierre charras de72ef8518 Fix code after renaming files 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
jean-pierre charras 270a63daac DRAWSEGMENT, S_POLYGON shape: remove useless copies or conversion to std::vector<wxPoint> of SHPE_POLY_SET polygon shape. 8 years ago
Maciej Suminski 388d07a808 Fix disappearance of placed objects after 'Properties' action 8 years ago
Maciej Suminski 903e33375f Fix rotation & flip of newly placed texts 8 years ago
jean-pierre charras 5a74fe373b Fix incorrect parent in dialog edit_module_text, when this dialog is called from an other dialog. 8 years ago
Jeff Young 658d181ec7 Don't capture cursor if zone or polygon cancelled. 8 years ago
Robbert Lagerweij bd7f5081d1 Pcbnew: make the line/arc drawing tool show segment length 8 years ago
Tomasz Włostowski 9932ff32ae refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
jean-pierre charras 78ec983632 DRAWSEGMENT fix crash when trying to copy a empty polygon. 8 years ago
Tomasz Włostowski d9bfbb4fec pcbnew: added graphical polygon drawing & editing tools 8 years ago
Tomasz Włostowski 32185ddcd3 Multiple improvements concerning colors, configuration handling and legacy features in pcbnew: 8 years ago
Maciej Suminski 76bd05a69b Prevent creating too many transitions by TOOL_MANAGER 8 years ago
Maciej Suminski f3fbce9560 Code formatting and clean-up 9 years ago
Tomasz Włostowski 113163257d Fixed compilation warnings 9 years ago
Tomasz Włostowski a7759efc59 Multiple fixes: 9 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski 63f4ab697b post-rebase fixes 9 years ago
Tomasz Włostowski 3b7b0603b6 pcbnew: via placement tool, initial version 9 years ago
jean-pierre charras 6ed4f9b208 Make EDA_DRAW_FRAME::SetToolID and mouse cursor shape setting working in GAL canvases, and uses same mouse cursor shapes in legacy and gal canvases. 9 years ago
Maciej Suminski 6507dbf3ad Fixed code formatting & comments typos 9 years ago
jean-pierre charras 9a7abd5914 Pcbnew: fix some issues in GAL when adding holes in zones. 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Maciej Suminski f2763e90ea Disable autopanning & cursor capture when drawing is finished 9 years ago
John Beard 9fe780f1b3 Rework zone creation in GAL 9 years ago
John Beard 1fd503bf58 Move DIRECTION45 to common/geometry 9 years ago
John Beard 5f303f7b25 Enhance Pcbnew arc construction 9 years ago
Maciej Suminski 3174573361 Removed code resetting VIEW_CONTROLS settings 9 years ago
Maciej Suminski 275ba503d1 Fix drawing arcs on Edge.Cuts layer 9 years ago
Jon Evans fd4e2b042c Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common 9 years ago
John Beard 796f3219d0 Draw zone hatching in GAL 9 years ago
John Beard c001c6114f Add cancel interactive tool action to GAL 9 years ago
Jon Evans 4c83b0a94d Move TOOL_ACTIONs to their corresponding tools; create COMMON_TOOLS 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
Maciej Suminski 95794df088 Code formatting 9 years ago
John Beard 728349ea12 Add similar zone tool in GAL 9 years ago
John Beard abe83b54ae Add zone cutout tool to GAL 9 years ago
John Beard d37586aeaf Refactor GAL dialog prompt for new zone settings 9 years ago
John Beard 7045ed92fb Add CCW rotation to GAL canvas 9 years ago
Maciej Suminski a3e16988be Remove shadow of drawn arcs after undoing them (GAL) 9 years ago
Maciej Suminski 2a9c6a6283 Minor DRAWING_TOOL refactor 9 years ago
John Beard 019b949646 Pre-select highlighted net in zone create dialog 9 years ago
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Maciej Suminski e5fbd0c442 Fixed crash upon finished zone drawing in GAL. 9 years ago
Maciej Suminski 2eefa11732 SELECTION has-a VIEW_GROUP instead of being-a VIEW_GROUP 9 years ago
Maciej Suminski c758f434c0 Removed unused fields in VIEW & ANTIALIASING_SMAA classes 9 years ago