168 Commits (4066850f373174de2aa0566398313d27e7bc2149)

Author SHA1 Message Date
Seth Hillbrand 192fbfd5e5 Finalize Python Frame 5 years ago
jean-pierre charras 81c7fb61f8 Sub-menu "Preferences..." in main menu "Preferences": fix not working accelerator key. 5 years ago
Seth Hillbrand d7f219e98f Unify IsSave and IsModify 5 years ago
Wayne Stambaugh d2a7f81b10 Debugging improvements and clean up. 5 years ago
Marek Roszko f083f043cb Account for taskbar being on top for determining window positions on launch 5 years ago
Jeff Young dff5e7c55e Adjust infobar error/warning times. 5 years ago
Seth Hillbrand da6f9c399f Add in-app donate link 5 years ago
Jonathan Haas 55679be2e3 Fix some typos across the codebase 5 years ago
Ian McInerney 57518fd0f9 Update the icon set + toolbars when the system color theme changes 5 years ago
qu1ck 75819206a0 Add support for dark theme in plugin icons 5 years ago
Jon Evans 41d97e0007 Fix thread cleanup issue on Windows/msys2 5 years ago
Jon Evans 405fa183b2 Add icon theme selection behind advanced config flag 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Jeff Young b47453a93b Fix app names in Quit menu items on Mac. 5 years ago
Jon Evans 924accfdc8 Consolidate wxAui art providers 5 years ago
Jeff Young f3449452db Special case kicad manager default frame sizes. 5 years ago
Seth Hillbrand 505844f68c Generalize the Ctrl-Q to all frames 5 years ago
Marek Roszko d0aede5caf Fix the m_mruPath default 5 years ago
Jeff Young 648c42f643 Show collisions preventing routing from starting. 5 years ago
Jeff Young 9bc7aff3d0 Fix compile error on Linux and MSW. 5 years ago
Jeff Young 47ea51ec34 Allow both aui-manager-based infobars and window overlay infobars. 5 years ago
jean-pierre charras c47871e775 EDA_BASE_FRAME::ShowInfoBarMsg: add option to show a close button. 5 years ago
Jeff Young 94de8ada97 Formatting and naming conventions. 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Ian McInerney c207a90999 Use new upstream IsCheckable function in UI update event handling 5 years ago
Jeff Young a95e2184da A more generic error message when route start pt violates DRC. 5 years ago
Jon Evans e735d21824 Maximize main editors by default if config is missing 5 years ago
Marek Roszko da96c9959d Undo last commit and fix include. Woops 5 years ago
Marek Roszko 1f3796bd7a Add missing include due to commit f6b4b66a 5 years ago
Marek Roszko a5c9151800 Move the dock art provider to a pointer instance 5 years ago
Marek Roszko 29577a571d Add a custom dock art provider for aui manager with slight improvement 5 years ago
Jeff Young 1ee3df61c9 Improve robustness of infobar button handling. 5 years ago
Marek Roszko a1c75748a0 Remove GetChars(), a wxWidgets 2.9 compatibility hack 5 years ago
Ian McInerney 8bdf25d3e2 Show an error message when switching to a language that isn't installed 5 years ago
jean-pierre charras 9fdadcbcf5 EDA_BASE_FRAME::windowClosing( wxCloseEvent& event ): fix incorrect behavior. 5 years ago
Mark Roszko 9f128f942c Move shutdown blocker to kiplatform 5 years ago
Jeff Young 88635ee5b6 Clean up error messages. 5 years ago
Jeff Young 34d069ffd8 Bubble cancel up from app to kicad manager when closing. 5 years ago
Jon Evans 921703c711 Don't restore saved window state if saving is turned off 5 years ago
Jon Evans 9ebdd4bd83 Don't save file state for an empty file 5 years ago
Jon Evans 3673c23696 Code style 5 years ago
Mark Roszko 89e74140eb Save file / window states for kicad project locally 5 years ago
Jeff Young 80846dcbc7 Improve shutdown performance. 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Ian McInerney 45fb030b9b Rename and shorten the names in ACTION_CONDITIONS 5 years ago
Ian McInerney 72a1c71e07 Implement a framework to handle wxUpdateUIEvents for tool actions 5 years ago
Mark Roszko 8324cb30b7 Save the wxDisplay index to set the position of windows correctly 5 years ago
Jeff Young 3fd0a3f842 Update text variables even when they're changed from other binary. 5 years ago
Ian McInerney af729d578f Unify settings reset buttons into one location 5 years ago
Jeff Young 1cd2a51db2 Make undo/redo lists protected. 5 years ago