]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/dialog.h
don't call Init() twice when dialog is created in 2 steps
[wxWidgets.git] / include / wx / msw / dialog.h
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