STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / msw / dialog.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Vadim Zeitlinensure that we don't get stuck in modal loop forever...
2003-06-01  Julian SmartFix for bug [ 744199 ] wxBringWindowToTop, child window...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-06-14  Vadim Zeitlincompilation fixes for wxUniv (moved wxDlgProc back...
2002-06-13  Vadim Zeitlinfixed problems with hanging inside IsDialogMessage...
2002-04-26  Vadim Zeitlinrefresh and flicker even more to ensure proper refresh...
2002-04-07  Vadim Zeitlinrefresh the dialog children forcefully even if wxCLIP_C...
2002-04-06  Vadim Zeitlinrefresh the dialogs after resize - this is the only...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-04  Vadim Zeitlinfixed the dialog event table (bug #498611)
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-10-20  Vadim Zeitlindon't use hidden windows as implicit dialog parents...
2001-10-15  Vadim Zeitlinfix for the dialog controls font
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-07-06  Julian SmartAdded WS_POPUP for MicroWindows dialogs
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-07-02  Julian SmartVarious wxUniversal/wxMicroWindows fixes
2001-07-01  Julian SmartRemoved arbitrary window-shrinking code; corrected...
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-09  Vadim Zeitlinfixed bug 424212 (unworking close button in the progres...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-10  Vadim Zeitlinattempts at making modal dialogs without parent work...
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-09-10  Julian Smart#ifdefs for WIN16
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-02-25  Vadim Zeitlinonly modal dialogs ignore busy cursor, not all dialogs
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
2000-02-22  Julian SmartMoved the wxDialog BringWindowToFront fix to Show becau...
2000-02-21  Julian SmartFixed (I hope) the wxDialog reactivation bug
2000-02-12  Julian SmartDistrib file updates; test for bitmap presence in contr...
2000-01-30  Vadim ZeitlinwxDialog change (Show() completely rewritten, modal...
2000-01-29  Vadim Zeitlin1. small changes to wxProgressDialog to make it more...
1999-12-16  Robin DunnKilled a bug that sometimes prevented ShowModal from...
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