87 Commits (d1bf889e712620b220b6d4fb68f6693c4a3903a4)

Author SHA1 Message Date
Jeff Young da7eaeffd2 Move IsOK() to wxRichMessageDialog so it handles <ESC> properly. 3 years ago
Mikolaj Wielgus 67d149ca73 QA: Use wxLogError() (not wxLogDebug()) in DisplayError[Message]() 3 years ago
Jeff Young e4b6da287f Fix errant string format char. 3 years ago
Mikolaj Wielgus 7cf5138c63 Sim: Bugfixes, mostly for MS Windows compilation errors 3 years ago
Jeff Young 6eada34f41 Use "Cancel" for cancel semantics, even when affirmitave to question. 3 years ago
Marek Roszko 0e3b001c51 Lock the windows when we ask about unsaved changes 4 years ago
Jeff Young 3aae3c6f65 Dark mode for a bunch of HTML dialogs. 4 years ago
Jeff Young 2cdd3c9ebf Work-around incorrect spacing (and order) of buttons on Mac. 4 years ago
Wayne Stambaugh 5a28a06597 Use wxMessageDialog instead of wxRichMessageDialog. 4 years ago
Jeff Young b5a3385ea9 Overhaul file locking system. 4 years ago
Wayne Stambaugh 37b200cb3e Pass wxString objects by reference instead of on the stack. 4 years ago
Jeff Young 7fde05e8ee Add title to Save Changes dialog. 4 years ago
Jon Evans 720147d272 Remove transitive inclusion of bitmaps.h 5 years ago
Jeff Young d0af4e9f9d Save a cancel value when asked if it's not being used to cancel. 5 years ago
Jeff Young 412c9c8c4e Save should be disabled only if the file is up-to-date. 5 years ago
Marek Roszko e49ac45b84 HTML_MESSAGE_BOX is a dialog 5 years ago
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include. 5 years ago
Ian McInerney 4fef513a3f Fix library table panel path adding and cleanup duplicate dialog 6 years ago
Ian McInerney 415aaabc29 Fix return type in KIDIALOG 6 years ago
Mark Roszko a80b2b7e39 KIDIALOG should ignore "cancel" for the do not show again option. 6 years ago
Wayne Stambaugh 1abb198fb4 Minor UI improvement. 6 years ago
Jeff Young a25368cc6b Improve spelling. 6 years ago
Jeff Young 4eab89d9ef Fix OSX button order issue in Unsaved Changes dialog. 7 years ago
Wayne Stambaugh 77bf575742 CvPcb: fix save changes dialog layout issue. 7 years ago
Seth Hillbrand a0f477cc5f Fix default button option on close 7 years ago
jean-pierre charras ec59361f75 Fix a few coverity errors 7 years ago
Wayne Stambaugh f839278597 Fix exit dialog layout issue on windows. 7 years ago
jean-pierre charras 95af750fc9 Very minor fix in dialog_exit_base. 7 years ago
Seth Hillbrand 591e4137d7 pcbnew: Exit Yes/No with escape key 7 years ago
John Beard 55b5c7189a Exit dialog: use Layout on the whole window 7 years ago
Jeff Young c9ca1013b2 Make ModEdit and LibEdit library tree actions more consistent. 7 years ago
Seth Hillbrand 4eece522df kicad: keep KIDIALOG boxes above other windows 7 years ago
Seth Hillbrand ec33381064 pcbnew: Keep Yes/No dialogs above the windows 7 years ago
Jeff Young c90a3efea2 Change KIDIALOG hashing algorithm to __FILE__ + __LINE__. 7 years ago
Jeff Young 4b1a31ffad Regularize save-changes dialogs. 7 years ago
Jeff Young 0cd75b2556 Flip show/hide of controls so they're shown when doing layout. 7 years ago
Jeff Young d8d4f75fa1 Fix button order and genralize Exit dialog so it can be shared more. 7 years ago
Jeff Young 2155dd6591 Simplify ExitDialog and make platform-compliant. 7 years ago
Maciej Suminski 39d8d143d6 Fixed KIDIALOG freeze 7 years ago
Jeff Young c842ddfb97 Fix message mismatch in YesNoCancelDialog. 8 years ago
Seth Hillbrand e6245c5c5a Fix type comparison warning 8 years ago
Maciej Suminski 3f1a3fe65b Derive DIALOG_MULTI_OPTIONS from wxMultiChoiceDialog 8 years ago
Maciej Suminski be13bb0013 Refactored SelectSingleOption() to take advantage of wxSingleChoiceDialog. 8 years ago
Maciej Suminski 18167f829a Derive KIDIALOG from wxRichMessageDialog 8 years ago
Maciej Suminski 1d5df8e975 Renamed KI_DIALOG to KIDIALOG 8 years ago
jean-pierre charras 43cb1b7bc7 Fix a compil issue with too old compilers 8 years ago
Maciej Suminski 2dfc35a9d6 Fix a typo in KI_DIALOG::Title() 8 years ago
Maciej Suminski 918ac567e5 Fix constant naming conflict in KI_DIALOG 8 years ago
Maciej Suminski 01aca9d783 KI_DIALOG: flexible way of creating dialogs, including "do not show again" 8 years ago
Maciej Suminski 81b3c420fd Set OK as the default button in Select{Single,Multi}Option() dialogs 8 years ago