]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/dialog.h
moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be...
[wxWidgets.git] / include / wx / msw / dialog.h
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