Destroy the wxDialog::ShowWindowModalThenDo() functor a.s.a.p.
[wxWidgets.git] / include / wx / dialog.h
2013-10-01  Václav SlavíkDestroy the wxDialog::ShowWindowModalThenDo() functor...
2013-09-06  Václav SlavíkAdd lambda-friendly wxDialog::ShowWindowModalThenDo().
2013-08-27  Vadim ZeitlinDon't enable dialog navigation inside wxFrame by default.
2013-08-24  Paul CornettwxDialogBase only has one ctor, so just do initializati...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-12-24  Vadim ZeitlinAdd EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
2011-09-17  Vadim ZeitlinChange wxDIALOG_NO_PARENT to avoid clash with wxICON_EX...
2010-11-10  Vadim ZeitlinFix wxStandardDialogLayoutAdapter compilation with...
2010-09-09  Vadim ZeitlinUse the same logic for closing dialogs as for handling...
2010-08-30  Vadim ZeitlinExtract CreateSeparatedSizer() from wxDialog::CreateSep...
2010-08-19  Vadim ZeitlinMake the main message of wxGenericMessageDialog stand...
2010-05-10  Vadim ZeitlinChange wxDIALOG_NO_PARENT value to avoid clashing with...
2010-05-10  Vadim ZeitlinNo changes, just added comments summarizing the use...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-01-25  Stefan Csomormake sure we can override GetModality
2010-01-23  Kevin OllivierStart on ShowWindowModal for OS X Cocoa. Not working...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-23  Vadim Zeitlinremove confusing wxDialog::ButtonSizerFlags and extract...
2009-05-13  Stefan Csomoradd window-modal dialog calls and fallback implementation
2009-05-09  Vadim Zeitlindon't use GetParent() in GetParentForModalDialog()...
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2006-10-09  Vadim Zeitlinadded CreateSeparatedButtonSizer(), changed signature...
2006-08-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
2006-08-20  Vadim Zeitlinhandle the buttons with ids specified in SetAffirmative...
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2005-09-25  Vadim Zeitlinadded and documented SetEscapeId()
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-16  Vadim Zeitlinput GetEscapeId() inside #if wxABI_VERSION > 20601
2005-07-14  Vadim Zeitlinadded stub of GetEscapeId()
2005-04-02  Julian SmartNo resize border on WinCE by default
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-06-22  Włodzimierz SkibaMaximized dialogs for SmartPhone.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-18  Robert Roebling Set default dialog style to 0.
2004-04-13  Vadim Zeitlinmoved dialog/frame styles to their own headers; don...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-05-12  Mattia Barbon Removed redundant wx<Control>NameStr declarations.
2003-03-22  David ElliottInclude wxCocoa specific header
2003-01-07  Václav Slavíkremoved wxTLW cruft now that all ports have it
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-18  Václav SlavíkwxDialog for wxUniv
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
1999-10-12  Robert Roebling Refresh() problem from DialogEd solved
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-07-28  David Webster*** empty log message ***
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-28  Vadim ZeitlinwxGTK compile fixes for my wxMSW changes
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision