Disable wxUSE_ENH_METAFILE for wxGTK builds.
[wxWidgets.git] / include / wx / filedlg.h
2013-05-31  Vadim ZeitlinAdd wxFileDialog::GetCurrentlySelectedFilename().
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2009-11-26  Vadim ZeitlinMake wxFileDialog::Set/SetPath() behave consistently.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-29  Vadim Zeitlinno changes, just corrected/completed a comment truncate...
2009-01-29  Vadim Zeitlinadd wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used...
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
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-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Robert Roebling[ 1823588 ] gtk filedlg - droping support for gtk 2.2
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-08  Václav Slavíkfix Watcom compilation: removed templates for wxFileSel...
2007-06-04  Václav Slavíkchanged wxFileSelector() etc. functions to use wxString...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-12-21  Vadim Zeitlinrestored (as deprecated) accidentally removed wx{Dir...
2006-10-27  Robert Roebling Move the wxFD_... flags back into m_windowStyle
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
2006-06-08  Robert Roebling Correct compilation for GTK < 2.4.
2006-05-30  Włodzimierz SkibawxFD_* constants without 2.6 compatibility (heavily...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-01-23  Michael Wetherellgtk1 fixes
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-11-08  Vadim Zeitlinremvoed wxFileDialogBase::m_parent as there is already...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-10  Włodzimierz SkibaOld API deprecated. Use new and remove old usage where...
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-10-18  David ElliottwxCocoa: Add native file dialog from Ryan Norton. ...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  Włodzimierz SkibaPatch #953165, Bug #821657: wxHIDE_READONLY no more...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-20  Mattia Barbon Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-03-22  David ElliottUse generic implementation for wxCocoa
2003-01-04  Mattia Barbon Remove #ifdef __WXSTUBS__ from headers.
2002-12-11  Chris Elliottfix for wxUniversal on win32 platforms
2002-02-08  Julian SmartNow compiling
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2001-11-19  Václav SlavíkwxMGL support for std dialogs
2001-10-14  Gilles Depeyrotuse native dialogs instead of generic ones under Mac...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-08-17  Robert Roebling Added new file dialog
1999-07-28  David Webster*** empty log message ***
1999-01-26  Julian SmartSome compile warnings removed; file selector prototypes...
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More configure fixes
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision