set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possib...
[wxWidgets.git] / src / msw / dialog.cpp
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2008-12-22  Vadim Zeitlinfix typo in r57455 which totally broke modal dialogs...
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-11-20  Vadim Zeitlinuse GetWindow() instead of GetNextWindow() to fix CE...
2008-08-16  Vadim Zeitlinfix spurious assert failure in DestroyGripper() which...
2008-06-22  Vadim Zeitlinallow wxDialog::ShowModal() after Show() (see #1416...
2008-06-21  Vadim Zeitlinassert if ShowModal() is called after a previous Show...
2008-06-07  Vadim Zeitlinensure that dialog gripper is always positioned below...
2008-05-14  Vadim Zeitlingenerate size event when the dialog is shown for consis...
2008-05-14  Vadim Zeitlindelay gripper positioning until the dialog is shown...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
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-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-02  Vadim Zeitlinignore hidden buttons when emulating clicks on them
2005-07-15  Włodzimierz SkibaMissing header after recent changes.
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-01-15  Vadim Zeitlinremoved obsolete wxUSE_CTL3D
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-16  Vadim Zeitlinmade default background colour BTNFACE (so that panels...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-06-23  Włodzimierz SkibaShortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
2004-06-21  Włodzimierz SkibaDifferent default buttons for native menubars on Smartp...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-05  Vadim Zeitlincall InitDialog() before showing the dialog, not after...
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-04-17  Robert Roebling Show the OK button in the title bar under PocketPC
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-15  Dimitri Schoolwerthuse Find, not Member
2004-04-14  Vadim Zeitlindon't use wxDIALOG_MODAL any more
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-08  Vadim Zeitlindon't use char hook to handle Esc in the dialogs, it...
2004-02-07  Vadim Zeitlinno changes (just removed some long unused junk)
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-12-11  Julian SmartApplied patch [ 816023 ] wxDialog overrides font setting
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-17  Vadim Zeitlinuse wxModalEvtLoop, made more code exception safe
2003-09-16  Vadim Zeitlinfixed modal dialogs after event loop change
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-11  Mattia Barbon Compilation fix for wxUSE_STL==1.
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-10  Vadim ZeitlinVC++ warning fixes
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
next