File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / samples / dialogs / dialogs.cpp
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-23  Julian SmartAdded wxGenericDirCtrl, wxGenericDirDialog and associat...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
2000-02-16  Vadim Zeitlinremoved test wxYield
2000-02-15  Vadim Zeitlin1. dnd demo in treetest
2000-02-15  Vadim Zeitlindemo of wxYield() bug
2000-02-08  Julian SmartMinor mods if any
2000-01-30  Vadim Zeitlinadded modeless dlg test to dialogs
2000-01-28  Vadim Zeitlintest for log dialog with only 1 msg
2000-01-24  Vadim Zeitlinadded wxGetPasswordFromUser(), dialogs sample shows...
2000-01-21  Vadim Zeitlin1. some DDE tests in exec
1999-12-07  Vadim Zeitlinsmall cosmetic fix for wxListCtrl
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-11-11  Vadim Zeitlin1. wxStaticBox doesn't draw over the underlying control...
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-11-03  Robert Roebling wxDialog now stays on top of its parent.
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-05  Robert Roebling Compile fix for button, MSW
1999-08-04  Robert Roebling Minor changes to viusal appearance,
1999-07-26  Ove KaavenJust a _T()
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-10  Julian SmartAdded an #ifdef
1999-07-04  Robert Roebling Small changed to wxExtDialog
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-05  Karsten BallüderModified WM hints handling which should be much better...
1999-04-26  Robert Roebling added check for GTK 1.2
1999-04-26  Robert Roebling Layout things in wxMessageBox
1999-04-25  Robert Roebling The colour is called Aquamarine, not Aquaramine. No,
1999-04-23  Karsten BallüderModify to demonstrate layout bug.
1999-03-23  Vadim ZeitlinEndModal() isn't called twice any more
1999-02-19  Julian SmartAdded George Tasker's forward slash fix to file dialog...
1998-12-17  Robert Roebling Added wxDirDialog
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-31  Robert Roebling Added bitmaps and icons to samples
1998-07-27  Robert Roebling wxFrame::SetIcon()
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-28  Julian Smart#ifdefed out a typedef not appropriate to MSW; added...
1998-05-22  Julian Smart*** empty log message ***