]> git.saurik.com Git - wxWidgets.git/history - src/generic/progdlgg.cpp
use stock buttons in generic dialogs
[wxWidgets.git] / src / generic / progdlgg.cpp
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...
1999-06-24  Vadim Zeitlinthe progres dialog now looks decently under Windows
1999-06-23  Robert Roebling wxProgressDialg works again.
1999-06-21  Karsten Ballüderfixes to progressdialog and its use in printing framework
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-28  Robert Roebling Added fixes for Unicode compilation.
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...