Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
[wxWidgets.git] / src / generic / filedlgg.cpp
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-08  Vadim Zeitlinfixed loop deleting the old filters in SetWildcard...
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-02-27  Vadim Zeitlinadded default ctor and fixed copying of wxFileData...
2005-02-08  Włodzimierz SkibaMinor decorations.
2004-12-06  Włodzimierz SkibaWarning fixes.
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-17  Stefan CsomorwxStat call preliminary fix
2004-10-15  Vadim Zeitlinimplemented SetWildcard()
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-08-31  Włodzimierz SkibaFix of memory leak with generic file dialog (Patch...
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-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-16  Włodzimierz SkibaMissed header.
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-05-26  Julian SmartReverted config/resource name change
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinunused param warning
2004-03-01  Robert Roebling Applied patch for generic file dialog Show()
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Robert Roebling Updates to MIME-types and wxFileDialog code for better
2004-02-07  Vadim Zeitlinfix for memory leaks (patch 885242)
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-11-23  Stefan NeisEnabled handling of drive letters on OS/2.
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinadded missing wxCMPFUNC_CONVs (patch 817551)
2003-09-20  Vadim Zeitlinmemory leak fixes in file dialogs (patch 783812)
2003-08-25  Václav Slavíkcompilation fix for wxUSE_UNICODE_MSLU
2003-08-25  Julian SmartCorrection for Unicode
2003-08-16  Vadim Zeitlintypo in assert (patch 789156)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Vadim ZeitlinwxUniv compilation fixes
2003-07-20  Vadim Zeitlinwarning fix
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-04-28  Vadim Zeitlinfix for Unicode compilation
2003-04-24  Mattia Barbon COmpilation fix.
2003-04-15  David WebsterOS/2 updates to catch the port up with the rest of...
2003-04-06  Julian SmartRemoved redundant fixme comment
2003-04-06  Julian SmartApplied [ 716064 ] Second part of wxFileCtrl & wxDirCtr...
2003-04-05  Julian SmartAPplied patch [ 705301 ] Don't send event for wxSplitte...
2003-04-03  Julian SmartApplied patch [ 708582 ] wxGenericFileDialog & expose...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-02  Vadim Zeitlinfixed memory leak (patch 696164)
2003-03-02  Vadim Zeitlinadded missing include (patch 690352)
2003-02-18  Julian SmartApplied patch [ 686843 ] File Dialog Wildcard Bug
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-01  Vadim Zeitlinimplemented wxFileSelectorEx() (this fixes docview...
2003-01-26  Václav Slavíkeliminate __WIN32__ only code
2003-01-12  Vadim Zeitlindon't call stat() *and* lstat() (as if the file dialog...
2002-12-13  Chris Elliottfix visual c bugs for wxUNIVRERSAL
2002-12-11  Chris Elliottfix for wxUniversal on win32 platforms
2002-12-09  Julian SmartApplied patch [ 649590 ] fixes bug 611264: wxFileDialog...
2002-12-04  Vadim Zeitlincompilation fix after recent patch
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Julian SmartRenamed duplicate style variable
2002-09-07  Vadim Zeitlinmade SetDirectory() work, minor code cleanup (much...
2002-08-08  Robert Roebling Adapted to Unicode compilation.
2002-07-28  Robert Roebling IMplement SetFilterINdex()
2002-07-12  Vadim Zeitlintreat NULL extension properly in wxLoad/SaveFileSelecto...
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-04  Robert Roebling Added screen design to system settings for
2002-04-20  Vadim Zeitlinfixed huge memory leak in wxFileDialog (closes patch...
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-07  Robert Roebling Make wxFileDialog even smaller under X11.
2002-04-01  Robert Roebling Made wxFileDialog PDA friendlier.
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-22  Václav Slavíkuse wxArtProvider in wxFileDialog
2002-03-08  Vadim Zeitlintheoretically unnecessary but practically required...
2002-01-26  Václav SlavíkwxFileCtrl::Update was hiding wxWindow::Update
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-10  Václav Slavík1. finished porting wxDir/FileDialog to MS-DOS
2002-01-08  Václav Slavíkmore MS-DOS stuff in generic wxFileDialog
2001-12-30  Václav Slavíkmaking generic file dialog less Unixcentric
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-13  Robert RoeblingVerbose languages such as German need a big
2001-12-07  Václav Slavíkfixes for wxUSE_MIMETYPE==0 and fixes for compilation...
2001-09-28  Vadim Zeitlinallow multiple extensions in tge generic wxFileDialog...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-11-24  Václav Slavíkfixed bug in wxFileDialog: it tested wxCHANGE_DIR again...
2000-10-08  Vadim Zeitlincompilation fix
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  Jouk Jansen Committing in .
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-05  Robert Roebling wxWindow no longer emits any scroll events after
2000-02-02  Robert Roebling Tried to fix corrupted display of wxTextCtrl,
next