Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / filedlg.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.
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-01  Mart Raudsepp[wxGTK] wxFileDialog: Use native overwrite confirmation...
2005-06-14  Mart RaudseppUse the toplevel widget as the parent in gtk_file_choos...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-04-25  Robert Roebling Prevent unnecessary assert when someone tries to
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-03-31  Julian SmartApplied patch 1173802: Reimplementation of GtkFileChoos...
2005-03-27  Robert Roebling Use conversion class in native GTK+ file dialog.
2005-03-24  Vadim Zeitlinfile dialog with wxMULTIPLE style still doesn't allow...
2005-03-24  Vadim Zeitlinlame temporary "fix" for file names which are not UTF...
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2004-12-27  Václav Slavíkblind fix for GCC compilation when #pragmas are honored
2004-12-05  Robert Roebling Implemented run-time checks for the GTK version
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-11-28  Robert Roebling Dirty hack to prevent double destruction of file...
2004-11-28  Robert Roebling Reverted changes that set m_widget to NULL in native
2004-11-28  Václav Slavíkfixed subtle SetDirectory bug re-introduced by latest...
2004-11-28  Václav Slavíkreverted, the problem is deeper than that
2004-11-28  Václav Slavíkfixed to not duplicate code needlessly; clarified why...
2004-11-27  Robert Roebling Fixes for file dialog. No longer spits out
2004-11-23  Václav Slavíkcompilation fix
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-05-25  Dimitri Schoolwerthapplied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-09-20  Vadim Zeitlinmemory leak fixes in file dialogs (patch 783812)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-08-10  Jouk Jansen Committing in .
2000-03-07  Jouk Jansen Committing in .
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-27  Robert Roebling Small distrib updates,
1999-07-01  Robert Roebling Corrected bug in filedlg.
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-10  Vadim ZeitlinwxFileSelectorEx added - could someone please implement it?
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
1999-03-23  Vadim ZeitlinwxFileDialog::GetFilename and GetDir work now
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-10  Robert Roebling distribution things
1999-02-03  Vadim Zeitlincompilation problem fixed
1999-02-03  Robert Roebling Trying to repair what CVS can do to source code
1999-02-02  Vadim Zeitlincompilation warning removed
1999-02-01  Robert Roebling Removed some trash from that came through tha cables
1999-01-25  Julian Smartchar* -> wxString
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-10-27  Robert Roebling Added background colour again
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-07  Robert Roebling Tries unsuccesfully to cure a few more problems
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-14  Robert Roebling Added validation support
1998-08-08  Denis PershinDP:
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-02  Robert Roebling Fixed Fontdialog
1998-07-28  Unknown (MO)Fixed wxOVERWRITE_PROMPT bug in gtk file selector
1998-07-24  Karsten Ballüderfixed appending of '/' to empty string
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-20  Unknown (MO)Added use of default file/dir and confirm on overwrite...
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-20  Karsten BallüderInitial revision