]> git.saurik.com Git - wxWidgets.git/history - src/generic/dirdlgg.cpp
new stock buttons API
[wxWidgets.git] / src / generic / dirdlgg.cpp
2004-08-30  Václav Slavíknew stock buttons API
2004-08-22  Václav SlavíkwxArtProvider usage fixes
2004-08-15  Václav Slavíkuse stock buttons in generic dialogs
2004-06-18  Václav Slavíkfixed badly looking dialog (different spacing)
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-14  Mattia Barbon Add wxRTTI to generic wxDirDialog.
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-05-04  Vadim Zeitlinreverted the header change to include the generic one...
2002-05-04  Vadim ZeitlinwxDirDialog now has the same ctor under all platforms...
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-08  Julian SmartAdded wxDIRCTRL_EDITABLE style so we can choose whether
2002-04-07  Václav Slavíkoops, forgot to implement Home button
2002-03-22  Václav SlavíkAdded 'go home' button to generic dir dialog
2002-01-19  Václav Slavíkmoved 'show hidden dirs' checkbox elsewhere, the dialog...
2002-01-09  Robert Roebling wxDirDialog no longer shows hidden files. I don't
2002-01-08  Václav Slavíkexpand . into cwd
2002-01-08  Julian SmartMoved include for Windows compilation; minor doc tweaks
2002-01-06  Václav Slavíkmerged both implementations of wxGenericDirCtrl
2001-08-27  Vadim Zeitlinfixed bug with directory expansion
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-07-23  Vadim Zeitlinadded and documented wxDir::HasFiles/SubDirs(), use...
2001-03-06  Vadim Zeitlinmerged fix from the 2.2 branch but the test I changed...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-12-23  Robert Roebling Added wxBitmap::GetSubBitmap()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Robert Roebling String changes for translations,
1999-10-29  Ove KaavenA few Unicode compilation fixes (mostly wxT())
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-10  Robert Roebling Minor changes to keep my MSW source
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-03  Harco de Hilsterfixed crashing generic dir dialog.
1999-08-23  Robert Roebling Small optical changes for MSW
1999-08-17  Robert Roebling Added new file dialog
1999-08-15  Robert Roebling Added and corrected a few more html makefiles,
1999-08-04  Robert Roebling Minor changes to viusal appearance,
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-02-10  Robert Roebling distribution things
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-18  Robert Roebling wxDirDialog now sorts its entries
1998-12-18  Robert Roebling Tried to add sorting to wxTreeCtrl
1998-12-17  Julian SmartAdded wxDirDialog to generic directories