]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/progdlgg.h
Ensure that the progress dialog parent is activated at the end under MSW.
[wxWidgets.git] / include / wx / generic / progdlgg.h
2012-02-05  Vadim ZeitlinEnsure that the progress dialog parent is activated...
2011-12-03  Vadim ZeitlinAllow 2-step creation of wxGenericProgressDialog.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-15  Mattia BarbonFixed compilation when WXINTL_NO_GETTEXT_MACRO is defined.
2010-09-10  Vadim ZeitlinBlock in wxMSW wxProgressDialog::Update(max) until...
2010-09-10  Vadim ZeitlinFix errors in handling of maximum field in wxGenericPro...
2010-09-10  Vadim ZeitlinRename wxGenericProgressDialog::ProgressDialogState...
2010-09-10  Vadim ZeitlinDon't use wxGenericProgressDialog::m_windowStyle for...
2010-09-10  Vadim ZeitlinCreate temporary wxEventLoop in wxGenericProgressDialog...
2010-09-10  Vadim ZeitlinInitialize wxGenericProgressDialog::m_winDisabler properly.
2010-08-18  Vadim ZeitlinUse task dialog for wxProgressDialog implementation...
2010-05-22  Vadim ZeitlinFix for user input processing in wxProgressDialog.
2010-04-20  Vadim ZeitlinAdd wxProgressDialog::Was{Cancelled,Skipped}() convenie...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-05-11  Bryan PettyReplaced @returns with @return for more standard comman...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-01-06  Vadim Zeitlinuse wxFlexGridSizer for layout of the labels in the...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-05  Włodzimierz SkibaRemoved all duplicated and complicated #ifdefs for...
2004-12-31  Włodzimierz SkibawxDialog::Show is virtual as elsewhere. Native PalmOS...
2004-12-30  Włodzimierz SkibawxPD_CAN_SKIP for skipping parts of progress and reintr...
2004-09-16  Vadim Zeitlinsmoother time estimation updates in wxProgressDialog...
2004-07-22  Václav Slavíkuse sizers instead of constraints in wxProgressDialog...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-20  Vadim Zeitlinmade Update() virtual
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-16  Julian SmartApplied [ 652962 ] wxProgressDialog::Show(FALSE) bug
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-19  David Webstersome OS/2 updates
2002-06-04  Vadim Zeitlin(re)enable Cancel button in Resume()
2002-04-03  Vadim Zeitlindon't reenable the disabled windows in OnShow(), it...
2001-12-22  Vadim Zeitlinfixed wxProgressDialog for ranges > 65535
2001-07-24  Vadim Zeitlinfixed compilation problem with multiple Update()s
2001-07-06  David WebsterOS/2 update for wxUniv merge.
2000-10-07  Vadim Zeitlin1. more warnings fixed
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-29  Karsten BallüderProgressDialog was *comletely* broken!
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-06-26  Václav Slavík*** empty log message ***
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-10  Ove KaavenUnicode fix.
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-05-27  Robert Roebling compile fixes. Vadim ows me a pizza.
1999-05-27  Vadim Zeitlin1. warning in wxDataObject fixed
1999-05-27  Vadim Zeitlin1. wxDataObject compilation fixes (can't test if it...
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-09  Karsten BallüderAdded a generic wxProgressDialog and made wxPostscriptP...