Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / filectrlg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-08  Vadim ZeitlinDon't use values returned by lstat() if it failed in...
2012-05-04  Vadim ZeitlinDerive wxGenericFileCtrl from wxControl.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS checks and __WXMSW__ for GUI...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-13  Vadim ZeitlinMake wxListCtrl sort function take wxIntPtr, not long...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2009-12-09  Stefan Csomoravoiding string conversions on 1st param of wxStat...
2009-08-05  Paul Cornettnon-pch build fix
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2008-03-02  Vadim Zeitlinuse generic dialogs under Palm (generic.diff part of...
2007-10-07  Vadim Zeitlinblind fix for Borland problems with operator?: after...
2007-10-06  Vadim Zeitlinfix GetPaths() and GetFilenames() too
2007-10-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-19  Vadim Zeitlinuse drives paths, not names, in the dialog to avoid...
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Vadim Zeitlinrename wxFileList to wxFileListCtrl
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...