112 Commits (7c08aa09d5eb4f6134b84df384c93da01802071a)

Author SHA1 Message Date
Marek Roszko 3a567a3ae1 Unbind event handlers in the DIALOG_SHIM destructor to prevent late event crashes 2 years ago
Seth Hillbrand b2ef620ea6 Focus back to the main window after dialog 2 years ago
Jeff Young f28d29ce1a Center paged dialog after lazy-loading first page. 2 years ago
Marek Roszko ea077bc34d Banish ignore.h to core 3 years ago
jean-pierre charras e208685f85 DIALOG_SHIM: fix missing aEvent.Skip() in DIALOG_SHIM::onChildSetFocus(). 3 years ago
Jeff Young a914f6e992 First <ESC> after an edit in a textEdit cancels the edit. 3 years ago
Mike Williams b32ba16da4 UI: Add Numpad Enter as "Return" equivalent in missing places 3 years ago
Jeff Young 98d7b14dbc A better solution to keep SPICE netlist from being entirely selected. 3 years ago
Marek Roszko 1edf84d756 More wxS ugh 3 years ago
Jeff Young 91dc79169a CLang-tidy. 3 years ago
Jeff Young 77998d7c51 Better fix for not selecting all of netlist. 3 years ago
dsa-t 01572c0f7d ADDED: Focus follows mouse between SCH and PCB editors (option). 3 years ago
Jeff Young b4492e0bd2 More EDA_RECE yeetage. 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
Seth Hillbrand 93fb00d815 Protect the Kiway dereference 3 years ago
Seth Hillbrand b5bf1da251 Keep track of blocking windows 3 years ago
Jeff Young b9eb3e9b05 Be more explicit about string conversions. 4 years ago
Jeff Young c3552a940a Make sure standard OK/Cancel buttons respond to current language. 4 years ago
Seth Hillbrand 4b5c010e63 Standardize asterix at the beginning of title 4 years ago
Jeff Young c52cb229d0 Add unsaved-changes indication to Symbol Properties. 4 years ago
Seth Hillbrand 548e5f49bd Clean up unused variable usage 4 years ago
Jeff Young 3a5d49f7b2 Make select-all hack work with Scintilla too. 4 years ago
jean-pierre charras 1aadf45947 DIALOG_SHIM: fix not working initial size when creating a dialog. 4 years ago
Jeff Young 8631d670a4 Don't selectall in GTK text boxes. 4 years ago
Marek Roszko 564826feae Use wxRect in dialog_shim rather than eda_rect for purely gui logic 5 years ago
Marek Roszko 7faee5eda5 Stop salt the eart with wxhtml.h 5 years ago
Ian McInerney ecd9bf696e Be consistent about using nullptr instead of 0 5 years ago
jean-pierre charras 5d2dc0b50e Fix a few (minor) issues: 5 years ago
jean-pierre charras bf332b3189 Fix minor compil warnings 5 years ago
Jeff Young f372c8025b Better sizing for some conditional dialogs. 5 years ago
Jeff Young 3e6b658b92 Use stronger language when talking to wx. 5 years ago
Jeff Young fc2bdc49de Once more into the depths of hell... er, I mean fix a focus issue. 5 years ago
Jeff Young 94de8ada97 Formatting and naming conventions. 5 years ago
Werni 0e44f5128c Add const specifiers 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young 1aaa690eb5 Remove errant extra include. 5 years ago
Jeff Young bfe750f88a Temp hack for square looking buttons on OSX. 5 years ago
Marek Roszko 6fa8ebab85 Remove the auto centering of dialog_shims as a experiment 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
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Simon Richter c407e96b14 std::min/std::max requires <algorithm> 5 years ago
Jeff Young 5ee806c3a3 The dispatch-behind & whitelist stuff got broken again, so I've 5 years ago
Jeff Young 0ddf53397f Make sure CvPcb gets its Cancel button fixed up. 6 years ago
Ian McInerney a843c74529 Add new kiplatform library for platform-specific code 6 years ago
Jeff Young bdf9491682 Re-factor the event whitelist stuff so that it doesn't promise what it can't deliver. 6 years ago
Jeff Young a3486b7cd4 Fix ESC handling with whitelist. 6 years ago
jean-pierre charras da05b43a9f DIALOG_SHIM: fix incorrect escape key handling. 6 years ago
Jeff Young 73eda91ec7 Allow some events to run behind a modal dialog. 6 years ago
Ian McInerney e2853862e5 Cleanup redundant type casting 6 years ago
Mark Roszko 11ff16be4e Switch to scoped enums 6 years ago