Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / msw / dialog.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-02-05  Vadim ZeitlinNo changes, just implement Raise() in wxTopLevelWindow...
2012-01-11  Vadim ZeitlinOnly declare wxDialog::SetWindowStyleFlag() when wxUSE_...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2009-05-09  Vadim Zeitlinremove wxMSW-specific FindSuitableParent() and use...
2009-05-02  Vadim Zeitlindon't use dialog size gripper under CE (should close...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-21  Vadim Zeitlinremove m_endModalCalled flag, it seems to be unnecessary
2008-12-21  Vadim Zeitlindon't restore the focus manually after closing the...
2008-06-07  Vadim Zeitlinensure that dialog gripper is always positioned below...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Vadim Zeitlin(blind) CE compilation fix: declare wxToolBarNameStr
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-05  Vadim Zeitlindon't call Init() twice when dialog is created in 2...
2004-01-11  Julian SmartApplied patch [ 858324 ] Calling EndModal inside an...
2003-09-16  Vadim Zeitlinfixed modal dialogs after event loop change
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-06-01  Julian SmartFix for bug [ 744199 ] wxBringWindowToTop, child window...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-02-01  Vadim Zeitlinadded default value for Show() argument
2001-11-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-06-09  Vadim Zeitlinfixed bug 424212 (unworking close button in the progres...
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-01-30  Vadim ZeitlinwxDialog change (Show() completely rewritten, modal...
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-07-24  Vadim ZeitlinwxDialog::IsModal() works
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-10  Ove KaavenA few Unicode fixes.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-02-27  Vadim Zeitlinkeyboard navigation in dialogs works (again)
1999-02-26  Julian SmartDoSetClientSize omissions fixed; some doc fixes
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-06  Vadim Zeitlinresizeable dialogs support
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-13  Vadim Zeitlinonly one of SetSize()s, SetClientSize()s, GetPosition...
1998-12-12  Vadim Zeitlinremoved SetSize() methods which just called wxWindow...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim Zeitlinthe modal dialogs restore the focus to the control...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff