Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / filedlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-20  Vadim ZeitlinAdd a public wxModalDialogHook class for intercepting...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
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-05  Vadim Zeitlinfix wxGenericFileDialog::Get{Path,Directory,Filename...
2007-10-04  Vadim Zeitlincheck for m_filectrl != NULL in OnUpdateButtonsUI(...
2007-09-19  Vadim Zeitlinuse update UI handler for the up and new directory...
2007-09-19  Vadim Zeitlinremove platform check, always compile this file as...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-05-05  Paul Cornettbuild fix for wxUSE_CONFIG==0
2007-05-05  Robert Roebling Fix wxFD_FILE_MUST_EXIST
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2006-10-27  Robert Roebling Don't overwrite wxFD_ styles in m_windowStyle.
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-25  Robert Roebling Fix test for wxFD_MULTIPLE.
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-07-27  Mart RaudseppDon't mark "." and ".." for translation when they are...
2006-07-27  Mart RaudseppUse wxPLURAL to allow for singular "%ld bytes" version...
2006-06-09  Włodzimierz SkibaInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
2006-06-08  Robert Roebling Correct compilation for GTK < 2.4.
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/stattext.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaInclude wx/checkbox.h according to precompiled headers...
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-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-24  Włodzimierz Skibawx/debug.h is always unconditionally included by wx...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Julian SmartApplied patch [ 1487942 ] Fixed bug in generic file...
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-04-25  Włodzimierz SkibaBack to previous #include order - wxGTK1 include loop...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-07  Włodzimierz Skiba::GetFileAttributes takes Unicode in Unicode build...
2006-03-07  Włodzimierz SkibaReplace dummy wxCommandEvent with dedicated API. Disabl...
2006-03-07  Włodzimierz SkibaApply WinCE OK-button policy. Use standard buttons...
2006-03-06  Julian SmartFixed wxGenericFileDialog to work with WinCE, so it...
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-09-26  Włodzimierz SkibaDefault serting by name.
2005-09-25  Vadim Zeitlinfixed warnings about truncating 64 bit integers
2005-09-25  Vadim Zeitlinfixed warnings about pointer to integer cast
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-08  Michael WetherellCorrection to previous commit
2005-07-08  Michael WetherellCompilation fix for unix builds with cygwin
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-05-21  Robert Roebling Don't check for wildcards if wxSAVE is given.
2005-05-17  Julian SmartFixed Cygwin double definition
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
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...
next