57 Commits (0922386262c2cdf9428b20c1481f56db947d3124)

Author SHA1 Message Date
Jeff Young b74c2791f4 Allow context menus in footprint chooser when called from Eeschema. 9 months ago
Jeff Young 240a745aa7 Hack-fix for paste into std dialog search box. 9 months ago
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 10 months ago
Wayne Stambaugh 2e7d819b5d Fix thread deadlock when closing the footprint chooser dialog. 10 months ago
Andrej Valek 3ad92bc8db ShowModal: override method in DIALOG_SHIM 12 months ago
Jeff Young 5ad8f0e387 Better OnModify() handling for Symbol Fields Table. 1 year ago
Alex Shvartzkop 16e3692e71 Build time optimizations. 1 year ago
Marek Roszko 83ef5fd7d6 Move PGM_BASE to kicommon 2 years ago
Jeff Young 0de966f9ce Add m_isClosing guard in an attempt to prevent KICAD-1XF. 2 years ago
Jeff Young 92ae0f4793 Save Footprint chooser size and location. 2 years ago
Jeff Young 50ff5e616f Don't delete text when cancelling changes. 2 years ago
Jeff Young a914f6e992 First <ESC> after an edit in a textEdit cancels the edit. 3 years ago
Jeff Young c3552a940a Make sure standard OK/Cancel buttons respond to current language. 4 years ago
Jeff Young c52cb229d0 Add unsaved-changes indication to Symbol Properties. 4 years ago
jean-pierre charras 1aadf45947 DIALOG_SHIM: fix not working initial size when creating a dialog. 4 years ago
Marek Roszko 4a1126c5e0 DIALOG_SHIM doesn't use hashtables.h 4 years ago
jean-pierre charras 5d2dc0b50e Fix a few (minor) issues: 5 years ago
Jeff Young f372c8025b Better sizing for some conditional dialogs. 5 years ago
Wayne Stambaugh bf00ebee3b Header clean up round 1. 5 years ago
Werni 0e44f5128c Add const specifiers 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Wayne Stambaugh 16b0689841 Make HTML message box close on escape key. 5 years ago
Jeff Young 0ddf53397f Make sure CvPcb gets its Cancel button fixed up. 5 years ago
Jeff Young 73eda91ec7 Allow some events to run behind a modal dialog. 6 years ago
Mark Roszko 11ff16be4e Switch to scoped enums 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Seth Hillbrand 90b5cd3032 Unify text edit dialog behavior 6 years ago
Seth Hillbrand ccc3b812b8 Make dialogs look more like frames 6 years ago
Jeff Young c85d1fa00c Try out our own tabbing logic. 6 years ago
Jeff Young a33d67f6b4 Push shift/cmd+<enter> processing down into dialog shim. 6 years ago
Jeff Young 6025256e07 Push KIWAY_HOLDER down a level so we can move a bunch of stuff that doesn't belong there out. 6 years ago
Baranovskiy Konstantin 65f5bd6a01 Dialog: Esc key closes a grid editor first. 7 years ago
Jeff Young 4050991d28 Move ERC marker focusing to GAL architecture. 7 years ago
jean-pierre charras d2585fda50 DIALOG_SHIM: make default style wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER. 7 years ago
Jeff Young eaf5b913b6 Add Manage Symbol and Footprint Library tables to project frame. 7 years ago
Jeff Young f5d70644f2 If you want to look at old code, use GIT. 8 years ago
Jeff Young 0f78f97232 Get rid of 5.0 dialog focus hacks. 8 years ago
Jeff Young 74acb76e7f Switch UNIT_BINDER and DIALOG_SHIM to local units. 8 years ago
Chris Pavlina 13bc706518 Fix several dialogs with bad default sizing 8 years ago
Chris Pavlina 57fe3739ca Symbol chooser: base default size on font for DPI flexibility 8 years ago
Jeff Young 88f23f17c1 Fix dialog OK button event issues on OSX. 8 years ago
Diogo Condeco 75ffcbcef5 MACOS Setfocus and CancelButtonIssue moved into dialog_shim. 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
jean-pierre charras 98bc4d3ba1 Fix dialog size issues (some widgets have a incorrect size when initialized inside a TransferToWindow() method because the SetSizeHints() method was called before the init) and fix OS X copy/close bug in a few dialogs. 9 years ago
jean-pierre charras 0eea3cffcf DIALOG_SHIM: add void FinishDialogSettings() method which calls the usual methods at end of a dialog, to ensure proper size and position, the first time the dialog is called. 9 years ago
Wayne Stambaugh f239aee1ad Fix quasi-modal dialog mode in DIALOG_SHIM class. 10 years ago
Simon Wells 09ef795a02 Minor coding style fixes in headers 10 years ago
jean-pierre charras 6cc91a074b Remove a few conditional compilation for wxWidgets version < 3.0 10 years ago
Dick Hollenbeck 49538cafb9 https://lists.launchpad.net/kicad-developers/msg14286.html 11 years ago
Dick Hollenbeck 80a402a369 wx 2.8 now builds, but the quasi-modal support seems broken on 2.8. Wanted others to be able to build at least. 12 years ago