2010-09-09 |
Vadim Zeitlin | Use the same logic for closing dialogs as for handling... |
blob | commitdiff | raw |
2010-08-30 |
Vadim Zeitlin | Extract CreateSeparatedSizer() from wxDialog::CreateSep... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
Vadim Zeitlin | Make the main message of wxGenericMessageDialog stand... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Vadim Zeitlin | Change wxDIALOG_NO_PARENT value to avoid clashing with... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Vadim Zeitlin | No changes, just added comments summarizing the use... |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Vadim Zeitlin | Fix bug with using uninitialized flags in GetParentForM... |
blob | commitdiff | raw | diff to current |
2010-01-25 |
Stefan Csomor | make sure we can override GetModality |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Kevin Ollivier | Start on ShowWindowModal for OS X Cocoa. Not working... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-06-23 |
Vadim Zeitlin | remove confusing wxDialog::ButtonSizerFlags and extract... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Stefan Csomor | add window-modal dialog calls and fallback implementation |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Vadim Zeitlin | don't use GetParent() in GetParentForModalDialog()... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Vadim Zeitlin | remove wxMSW-specific FindSuitableParent() and use... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Vadim Zeitlin | added wxDialog::GetParentForModalDialog() and use it... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added CreateSeparatedButtonSizer(), changed signature... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Vadim Zeitlin | don't use dynamic handlers for standard buttons as... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Vadim Zeitlin | handle the buttons with ids specified in SetAffirmative... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | moved all wxDialog event handlers to wxDialogBase to... |
blob | commitdiff | raw | diff to current |
2006-08-19 |
Vadim Zeitlin | centralized Esc key handling for closing the dialogs... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Mart Raudsepp | Move constant strings to .rodata/.data.rel.ro ELF segme... |
blob | commitdiff | raw | diff to current |
2006-01-15 |
Włodzimierz Skiba | More common code moved from generic dialogs to wxDialog... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | added and documented SetEscapeId() |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-16 |
Vadim Zeitlin | put GetEscapeId() inside #if wxABI_VERSION > 20601 |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Vadim Zeitlin | added stub of GetEscapeId() |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | No resize border on WinCE by default |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2004-12-31 |
Robert Roebling | Applied modified form of the StdButtonSize patch. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Włodzimierz Skiba | Maximized dialogs for SmartPhone. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Robert Roebling | Set default dialog style to 0. |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Vadim Zeitlin | moved dialog/frame styles to their own headers; don... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 738821 ] Allow more features to be... |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Mattia Barbon | Removed redundant wx<Control>NameStr declarations. |
blob | commitdiff | raw | diff to current |
2003-03-22 |
David Elliott | Include wxCocoa specific header |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Václav Slavík | removed wxTLW cruft now that all ports have it |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Mattia Barbon | Remove #ifdef __WXSTUBS__ from headers. |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Václav Slavík | wxDialog for wxUniv |
blob | commitdiff | raw | diff to current |
2001-09-15 |
Václav Slavík | wxTopLevelWindow (only for wxGTK for now) |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
blob | commitdiff | raw | diff to current |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-10-12 |
Robert Roebling | Refresh() problem from DialogEd solved |
blob | commitdiff | raw | diff to current |
1999-08-11 |
Robert Roebling | Did somework on the generic dialogs, |
blob | commitdiff | raw | diff to current |
1999-07-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-06-29 |
Vadim Zeitlin | my wxMotif fixes (merged with Robert's changes), wxMoti... |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | wxGTK compile fixes for my wxMSW changes |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Robert Roebling | More work on wxQt integration, configure |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | Initial revision |
blob | commitdiff | raw | diff to current |
|