Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / generic / dirctrlg.cpp
2002-09-06  Julian SmartApplied patch [ 605592 ] Unicode patch for dirctrlg.cpp
2002-08-30  Julian SmartMods for Wine compilation
2002-04-10  Julian SmartAdded a wxDD_NEW_DIR_BUTTON style for wxDirDialog ...
2002-04-09  Václav Slavíkhidden root works in wxGenericDirCtrl again
2002-04-09  Julian SmartRemoved redundant project file
2002-04-08  Julian SmartAdded wxDIRCTRL_EDITABLE style so we can choose whether
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-04-07  Václav Slavík*DO* use wxTR_EDIT_LABELS, it is neccessary
2002-04-06  Julian SmartStrange sizing fix in DoResize() to workaround apparent
2002-04-04  Julian SmartRemoved wxTR_HIDE_ROOT under Windows, and removed wxTR_...
2002-02-11  Václav SlavíkwxGenericDirCtrl now correctly updates itself when...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-17  Václav Slavíktemporary Watcom fix
2002-01-10  Václav Slavík1. finished porting wxDir/FileDialog to MS-DOS
2002-01-09  Robert Roebling wxDirDialog no longer shows hidden files. I don't
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-08  Václav SlavíkwxDirDialog port to MS-DOS
2002-01-06  Václav Slavíkmerged both implementations of wxGenericDirCtrl
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2001-12-31  Václav Slavíkuse better check for drives even with Mingw32 (and...
2001-10-31  Gilles Depeyrotuse wxFILE_SEP_PATH instead of ':' separator for wxMac
2001-10-14  Gilles Depeyrotuse MoreFiles under Mac OS X
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-25  Gilles Depeyrotcorrections to directory management for Mac OS X
2001-05-24  Stefan Csomorreverting to native mac pathnames
2001-05-19  Václav SlavíkUnicode compilation fixes
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-10  Julian SmartNow sorts the files case-insensitively
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-03  David WebsterOS/2 fix in setdrive.
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-01-29  David WebsterOS/2 updates (mostly executing MSW code)
2000-11-05  Václav Slavíkfixed typo (IsOK instead of IsOk)
2000-11-03  Julian SmartReplaced comparisons with zero, with IsOk()
2000-10-17  Julian SmartMade wxGenericDirCtrl compile with Cygwin
2000-10-04  Julian SmartMore fixes
2000-10-04  Julian SmartFixes to generic dir dialog
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-09-01  Julian SmartSmall mods
2000-08-06  Julian SmartMingw32 fixes
2000-08-06  Michael BedwardMinor compilation fixes for Borland.
2000-08-02  Julian SmartCorrected resource type
2000-07-27  Julian SmartGeneric dirctrl corrections
2000-07-26  Julian SmartBetter behaviour on NT (no dialogs when searching drives)
2000-07-25  Václav SlavíkwxGTK compilation fixes
2000-07-23  Julian SmartAdded wxGenericDirCtrl, wxGenericDirDialog and associat...