The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / dirdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2008-03-02  Vadim Zeitlinuse generic dialogs under Palm (generic.diff part of...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-05-26  Włodzimierz SkibaInclude wx/wx/bmpbuttn.h according to precompiled heade...
2006-05-06  Vadim Zeitlinmisc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
2006-04-30  Włodzimierz SkibaWarning fixes.
2006-04-30  Robert Roebling Trying to commit wxDirDialog patch.
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-02  Julian SmartWinCE adaptations
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-11-23  Włodzimierz SkibaFix for assert after left click on tree in generic...
2004-10-30  Václav Slavíkusability improvement: set focus to text control so...
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-23  Włodzimierz SkibaSmartphone native look and feel.
2004-09-22  Włodzimierz SkibaAdjustement to the small display of Smartphones.
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