removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / msw / dialog.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-24  Vadim Zeitlinoops... compilation fix
1999-07-24  Vadim ZeitlinwxDialog::IsModal() works
1999-06-25  Vadim Zeitlin1. wxSingleChoiceDialog looks Ok under Windows
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-20  Vadim Zeitlinmysterious radiobox bug finally fixed
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-04-17  Vadim Zeitlintooltips in controls in dialogs actually work now
1999-03-14  Vadim Zeitlintypos in error messages corrected
1999-03-08  Julian SmartSmall changes incl. making wxTAB_TRAVERSAL always on...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-27  Vadim Zeitlinkeyboard navigation in dialogs works (again)
1999-02-26  Julian SmartDoSetClientSize omissions fixed; some doc fixes
1999-02-22  Julian SmartSoem corrections for SetSize changes
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-06  Vadim Zeitlinresizeable dialogs support
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Julian SmartChanged GetForce -> !CanVeto
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-12  Vadim Zeitlinremoved wxDialog::SetSize() which just called wxWindow...
1998-12-05  Vadim Zeitlincorrected a crash in wxDialog::Show() which would happe...
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Julian SmartMore Motif stuff
1998-08-21  Julian SmartAccelerators now work for wxDialog; wxToolBarSimple...
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-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff