72 Commits (34abef3f5abfb71b4451398655f44723c8a7979a)

Author SHA1 Message Date
Maciej Suminski e18475f220 Renamed remaining constants to match the action (see ab44e7cc) 8 years ago
Kristoffer Ödmark 4fb2f80dd4 Eeschema copy/cut/paste to ctrl+c/x/v cut is now undoable Highlight net is now at ctrl+b by default 8 years ago
Tomasz Włostowski 3b16d3cffe further DLIST/Iterators cleanup, some code formatting 9 years ago
Tomasz Włostowski 9ad886344b New connectivity algorithm. 9 years ago
jean-pierre charras ad48cd435d Replace SetToolID( ID_NO_TOOL_SELECTED, ...) by SetNoToolSelected() in code 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
jean-pierre charras 04e24282a8 Fix bug: Render->Grid(Color) doesn't saved between kicad sessions. 9 years ago
John Beard 27374c0aa3 Move file locking utilities to a separate file 9 years ago
John Beard b8edecc10f Move cursor shape flag into GAL settings 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
John Beard cdfcc9a2ab Put draw_frame.h GAL_DISPLAY_OPTIONS behind firewall 9 years ago
decimad 77138e3702 Add UI control to set up gal opengl antialiasing and load/store the settings 9 years ago
Chris Pavlina 9eef653625 Remove legacy option to zoom to selection on middle mouse button 10 years ago
jean-pierre charras cdf2b6950e Legacy mode: Pan with mouse middle button fix an unwanted displacement of the drawings (half width of scroll bars) when starting the pan (due to a parameter (new reference position of scroll bars in IU) which was stored with an incorrect value) 10 years ago
Chris Pavlina 8c01318141 Add zoom-to-selection tool 10 years ago
Chris Pavlina ce3ccec528 Fix incorrect scaling in scrollbar fix (r6895, 35883bb) 10 years ago
Chris Pavlina 35883bb74b Account for scrollbars when centering 10 years ago
Chris Pavlina 0f407a756c Pull existing settings into Doxygen module 10 years ago
Chris Pavlina 84d3fbfd68 Remove MaxUndoItems, make devel option DevelMaxUndoItems 10 years ago
Chris Pavlina 540275fe44 OS X: Disable full-screen cursor 10 years ago
jean-pierre charras c146cc09eb Kicad: fix a crash when changing a project, if pcbnew was run and "Update PCB from Schematic" was run and Schematic editor never opened. 10 years ago
Bernhard Stegmaier f8abe9c191 Add support for optional touchpad panning. 10 years ago
Chris Pavlina c490e7dd06 Fix typing problems with GR_KB_* constants 10 years ago
jean-pierre charras f7f7e3e918 Remove useless or not working code used in Load/Save config. 10 years ago
Jon Neal 0aa9fad668 Push UI preferences to child edit and view windows. (fixes lp:1468388) 10 years ago
Maciej Suminski 0386a4df94 Bulletproof canvas switching. 10 years ago
Chris Pavlina fa29c62277 Fix saving undo/redo limits in Eeschema. 10 years ago
Chris Pavlina aaadb40a71 Make undo/redo limits user configurable. 10 years ago
Maciej Suminski c9837595ef Fixed VIEW_CONTROLS too frequent reset. 10 years ago
Maciej Suminski 36d3d9f78e Cursor warps to the drag origin (GAL). 10 years ago
Jon Neal fdf5b821f0 Add centering cursor on zoom to GAL. 11 years ago
Maciej Suminski 3cb095b7c2 GAL canvases update status bar, message panel & zoom widget. 11 years ago
Maciej Suminski 705c4ef4c5 bugfix: Blank footprint viewer in legacy canvas. 11 years ago
jean-pierre charras 1311f81448 Replace wxComboBoxes by wxChoice in auxiliary horizontal toolbar, to try to avoid issues on OSX. 11 years ago
Maciej Suminski 37db33cbca Update cross hairshape (GAL). 11 years ago
Maciej Suminski b3d4a680fa Prevent weird viewport settings after switching twice to GAL canvas. 11 years ago
jean-pierre charras 84ba36fa72 Allows switching GAL or legacy mode in footprint editor (previously, the mode was inherited from the board editor, and was not modifiable without closing the footprint editor) by menu or F9, F11 and F12 keys) 11 years ago
jean-pierre charras 37b0868376 Pcbnew: fix minor issues about fast grid switching, and next/previous grid selection from hotkeys. (GAL mode still has an issue) 11 years ago
Maciej Suminski da75c52665 Hot keys settings are synchronized between GAL & legacy 11 years ago
jean-pierre charras d41bc31c49 Fix bug #1447905 (very minor bug, in fact). Fix a few minor coding style issues. 11 years ago
jean-pierre charras 5a02b91e5f Fix some issues created by rev 5632: 11 years ago
Maciej Suminski 025d4cf23a Alternative way of handling grid settings in GAL. 11 years ago
Maciej Suminski c4888afbcc Refactored the way GAL handles zoom settings. 11 years ago
Maciej Suminski 557bb43dd2 Moved TOOL_MANAGER & TOOL_DISPATCHER to EDA_DRAW_FRAME. 11 years ago
https://launchpad.net/~john-j-beard 0350290499 Fix Bug #1426675 (Undo and cancel commands don't have effect for Duplicate operation in legacy mode) 11 years ago
jean-pierre charras c7d04c3d08 Code cleaning: Remove EDA_BASE_FRAME::m_FrameName member which is a duplicate of wxFrame name. 11 years ago
Wayne Stambaugh ca065833ea Remove EDA_DRAW_FRAME::IsActive() and replace with wxFrame::IsActive(). 11 years ago
jean-pierre charras d82f403fd7 Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. 11 years ago
Wayne Stambaugh 99f30c9d38 Road map and Doxygen work. 11 years ago