Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / progdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-02-05  Vadim ZeitlinEnsure that the progress dialog parent is activated...
2011-12-03  Vadim ZeitlinAllow 2-step creation of wxGenericProgressDialog.
2011-11-30  Vadim ZeitlinFix setting the parent of wxProgressDialog.
2011-03-06  Stefan Csomorposition buttons to the right on OSX as well
2010-09-10  Vadim ZeitlinInitialize wxGenericProgressDialog button members in...
2010-09-10  Vadim ZeitlinFix errors in handling of maximum field in wxGenericPro...
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-07-26  Francesco Montorsiadd a spacer in case the progress dialog is built witho...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-02  Vadim ZeitlinRemove unused GetTextExtent() call from wxProgressDialog.
2010-05-22  Vadim ZeitlinFix for user input processing in wxProgressDialog.
2010-04-20  Vadim ZeitlinAdd wxProgressDialog::Was{Cancelled,Skipped}() convenie...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2009-06-01  Francesco Montorsiadd wxProgressDialog::SetRange() function
2009-03-23  Vadim Zeitlindon't change the dialog size when updating the message...
2009-03-08  Francesco Montorsidocument wxProgressDialog::Update(maximumValue) behavio...
2009-02-19  Francesco MontorsiwxCHECK that there is an active event loop before using...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-04  Francesco Montorsifix no-PCH builds for wxMac
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-27  Francesco Montorsiuse HasFlag(wxXX) instead of GetWindowStyle() & wxXX...
2008-12-04  Francesco Montorsicall Fit() when updating the message label to adapt...
2008-12-02  Francesco Montorsiadd GetValue,GetRange and GetMessage helpers
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
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-11-02  Vadim Zeitlindon't make the dialog 3 times as wide as the length...
2007-07-06  Vadim Zeitlinremove the unneeded +1 from wxGauge::SetValue() call...
2007-05-05  Paul Cornettbuild fix
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-03-06  Julian SmartCorrect too-small size when the progress dialog is...
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-09-09  Robert Roebling Applied wxGauge:Pulse() patch.
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-07  Włodzimierz Skiba[1178593] Outdated exclamation mark.
2005-02-16  Julian SmartStandard dialogs becoming useable on WinCE.
2005-01-06  Włodzimierz SkibaUse stock labels for Smartphone.
2005-01-05  Włodzimierz SkibaRemoved all duplicated and complicated #ifdefs for...
2005-01-03  Włodzimierz SkibaGCC warning fix.
2004-12-30  Włodzimierz SkibawxPD_CAN_SKIP for skipping parts of progress and reintr...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-23  Włodzimierz SkibaSmartphone native look and feel.
2004-09-22  Jouk Jansen Committing in .
2004-09-16  Vadim Zeitlindon't assert if Update(m_maximum) is called twice ...
2004-09-16  Vadim Zeitlinsmoother time estimation updates in wxProgressDialog...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-15  Václav Slavíkuse stock buttons in generic dialogs
2004-07-22  Włodzimierz SkibaRemoved unused variable.
2004-07-22  Václav Slavíkuse sizers instead of constraints in wxProgressDialog...
2004-06-14  Robin Dunnfixed compile error
2004-06-14  Vadim Zeitlinfill up the gauge when Update(maximum) is called
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-10  Vadim Zeitlindisable the first top level parent, not the topmost...
2004-05-25  Dimitri Schoolwerthapplied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Vadim Zeitlingot rid of some ifdefs; added comment explaining why...
2004-04-21  Stefan Csomorreplaced Yield with YieldIfNeeded for Mac
2004-03-27  Stefan Csomormac fixes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-05  Mattia Barbon Fix warning.
2003-03-03  Stefan Csomoroverflow fix
2002-12-16  Julian SmartApplied [ 652962 ] wxProgressDialog::Show(FALSE) bug
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-08-31  Vadim Zeitlinfix for losing focus under Windows after showing the...
2002-08-06  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...
2002-03-21  Julian SmartPut dialog in more sensible place in Forty, got a bit...
2002-02-04  Vadim Zeitlinminor fix to the constraints of the cancel button to...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-22  Mattia BarbonMade wxPD_AUTO_HIDE work.
2001-12-22  Vadim Zeitlinfixed wxProgressDialog for ranges > 65535
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-30  Vadim Zeitlinreverted previous change - it doesn't fix the bug I...
2001-11-30  Vadim Zeitlindon't use implicit parent for the progress dialogs
2001-11-19  Vadim Zeitlinfixes for the dialog layout for the multiline labels
2001-09-28  Václav Slavíkcompilation fixes for MSW+Univ+Mingw32
2001-07-04  Vadim Zeitlincorrected progress dialog appearance
2001-06-09  Vadim Zeitlinfixed bug 418766 (elapsed time not initialized in wxPro...
2001-06-09  Vadim Zeitlinfixed bug 424212 (unworking close button in the progres...
2000-10-07  Vadim Zeitlin1. more warnings fixed
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-09  Julian SmartMmedia, OGL lib directory changes; omitted naughty...
2000-03-07  Václav Slavíkfix of previous commit
2000-03-07  Václav Slavíkfixed bug: removed m_windowStyle = style
2000-02-28  Vadim Zeitlinfixed wxPD_AUTO_HIDE bug (didn't auto hide)
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
2000-01-29  Vadim Zeitlin1. small changes to wxProgressDialog to make it more...
next