Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / progdlgg.cpp
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...