don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / generic / progdlgg.cpp
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...
2000-01-16  Václav SlavíkwxProgressDialog now accepts wxGA_SMOOTH style
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-03  David Webstersmall updates for OS/2
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-02  David Webster*** empty log message ***
1999-08-04  Robert Roebling Compile fixes for samples and dialoged,
1999-08-02  David WebsterChanges to make common and generic compilable under...
1999-07-29  Robert Roebling Compile fixes and typos corrected.
1999-07-29  Karsten BallüderProgressDialog was *comletely* broken!
1999-07-29  Karsten BallüderFixed missing header.
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-24  Karsten Ballüdercompilation fixes and minor improvements
1999-07-21  Karsten Ballüderbug fix for m_parent == NULL
1999-07-15  Guilhem Lavaux* wxMemoryStreams updates
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-06-30  Karsten Ballüderfixed wrong assert
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-26  Václav Slavík*** empty log message ***
1999-06-26  J. Russell SmythAdded #include wx/dcclient.h for Vadims changes to...
1999-06-25  Vadim Zeitlin1. wxSingleChoiceDialog looks Ok under Windows
1999-06-25  Karsten Ballüderfixed frame style
1999-06-25  Karsten Ballüderslightly more intelligent size calculation to prevent...
next