133 Commits (ddd026da8746e071e0b20e3a4bc0625c7de1a8c1)

Author SHA1 Message Date
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young 7bd31d5237 Naming conventions. 5 years ago
Jeff Young 84dd5108ba Remove some "class_" prefixes from files. 5 years ago
Jeff Young 4dc877d0e9 Module -> Footprint. 5 years ago
Seth Hillbrand a551a500bb Fix crash when pasting to view-only frames 5 years ago
Marek Roszko a785f70ea1 msgpanel is a widget, shove it to the right folder. 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
jean-pierre charras 87a220b8e2 more cleanup about removing useless include 5 years ago
Ian McInerney fc565edb33 Add a palette to the toolbars to display groups of actions 5 years ago
jean-pierre charras 9fdadcbcf5 EDA_BASE_FRAME::windowClosing( wxCloseEvent& event ): fix incorrect behavior. 5 years ago
jean-pierre charras 756d6a123b FOOTPRINT_WIZARD_FRAME: fix a crash when opening the frame. 5 years ago
Jeff Young 2697fc3864 Remove canvas-switching from OSX. 5 years ago
Mark Roszko 89e74140eb Save file / window states for kicad project locally 5 years ago
Jon Evans 5444a1b4b0 Only init display options after creating a canvas 5 years ago
Ian McInerney fb10406e67 Add right-click context menus for toolbar items 5 years ago
Ian McInerney 52856a8ce4 Move scaled toolbar separator into ACTION_TOOLBAR 5 years ago
Jeff Young c48f4272f3 Collapse a level out of the zoom settings. 5 years ago
Jeff Young f84406009b Push a couple of layers of indirection out of grid settings. 5 years ago
Ian McInerney 6692935808 Consolidate common viewer actions across cvpcb and pcbnew frames 6 years ago
Jeff Young 05855a5a1c Performance enhancements for DRC. 6 years ago
Jon Evans f2e003147e ADDED: Enable color themes for PcbNew printing 6 years ago
Jon Evans 9916f24fab Split out footprint editor color settings 6 years ago
Jeff Young 1535c83b88 Lay some groundwork for adding distances to DRC errors. 6 years ago
Jeff Young ba36fc0009 Fix some Coverity issues. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Seth Hillbrand 6625d0721e Implement Get/Set display options 6 years ago
jean-pierre charras 11f0acefe2 Footprint wizard frame: rebuild the parameter grid list after any parameter change. 6 years ago
Jeff Young 2553dd2942 Bail on our custom dockart provider. 6 years ago
Jeff Young 10c25a2290 Update frame type enum to match current class names. 6 years ago
jean-pierre charras 2f2aba2333 FOOTPRINT_WIZARD_FRAME: fix UI issues (incorrect size of message panel and not selectable first item in param list) 6 years ago
Jeff Young 49610085ea Don't try to show sub-dialog in OnActivate(). High Sierra asserts. 6 years ago
Jeff Young 8f84c3ec4f Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 6 years ago
Jeff Young ce1f35a1be Cleanup some left-over vestiages of the legacy canvas architecture. 6 years ago
Jeff Young a568e70b99 Follow naming conventions. 6 years ago
Jeff Young 5e49517781 Move hotkeys to ACTION architecture. 6 years ago
Jeff Young 1ea001d497 Go back to event-loop zooming for new frames. 6 years ago
Jeff Young 1bf04d1722 More ACTIONs work. 6 years ago
Jeff Young 6ac273264d Move Show3DViewer to common action. 6 years ago
Seth Hillbrand d1877d7c1b Moving modules from DLIST to std::deque 7 years ago
Jeff Young c2662b0e11 Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 7 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young 03bab2f4a9 Remove some more legacy drawing stuff. 7 years ago
Jeff Young d2daab808c Remove some legacy cursor handling stuff. 7 years ago
Jeff Young edc8438ef0 Start the process of removing the legacy draw panel. 7 years ago
Jeff Young a27e4246e0 Move some more menu commands to ACTIONs. 7 years ago
Jeff Young c0909611d3 Remove a bunch more legacy editing code. 7 years ago
Jeff Young 718ad77891 Fix a bug introduced when UseGalCanvas() no longer switches. 7 years ago
Jeff Young 9d9745b555 Remove more legacy editing code. 7 years ago
Jeff Young 69afa27a5f Implement ACTION_TOOLBAR and update some of the menus to ACTION_MENU. 7 years ago
Jeff Young 69f003ba4a Remove previous cell selection fixes in favour of slow-click hack. 7 years ago