support for GTK3
[wxWidgets.git] / src / gtk / filedlg.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2012-03-14  Vadim ZeitlinImplement wxDirDialog:: and wxFileDialog::Create()...
2012-02-29  Vadim ZeitlinIgnore setting empty path in wxGTK wxFileDialog.
2012-02-28  Vadim ZeitlinInterpret default file name relatively to initial dir...
2012-02-27  Vadim ZeitlinOnly include <unistd.h> under Unix in wxGTK code.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2010-05-22  Vadim ZeitlinSet wild card in the base class too in wxGTK wxFileDialog.
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2010-02-25  Vadim ZeitlinAlways use UTF-8 for GTK+ strings.
2009-12-03  Vadim ZeitlinDon't assert if the path is not absolute in wxFileDialo...
2009-10-09  Vadim ZeitlinAppend default extension before showing file save dialo...
2009-09-24  Julian SmartApplied #10917: wxGTK wxFileDialog::SetDirectory and...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-29  Robert RoeblingFix #9917: File save dialog does not honor file extensi...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-10  Paul Cornettsome code cleanup
2008-08-10  Paul Cornettset extra widget from child inserter, so that correct...
2008-08-10  Paul Cornettfix previous commit to respect minimum width
2008-08-07  Paul Cornettallow dialog to be resized smaller with extra control
2008-08-07  Paul Cornettfix sizing of extra control
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
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-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-07-14  Vadim Zeitlinmake the path absolute before using it with gtk_file_ch...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-05-05  Robert Roebling Fix wxFD_FILE_MUST_EXIST
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-16  Vadim Zeitlincall gtk_file_chooser_set_current_folder even if the...
2007-01-12  Robin DunnFix for when only a default dir is given without a...
2006-12-08  Vadim Zeitlin1. don't assert if we're passed an empty defaultDir...
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-03  Paul CornettDon't free a string that is managed by wxGtkString...
2006-09-17  Robert Roebling Commit patch [ 1559950 ] fix mem leaks in wx{Dir...
2006-08-19  Vadim Zeitlindon't call base class OnOk() directly, use EndDialog...
2006-07-31  Mart RaudseppDon't use filename encoding conversion when passing...
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
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-05-28  Vadim Zeitlinfix the bug which prevented the same wxFile/DirDialog...
2006-05-25  Włodzimierz SkibaInclude wx/msgdlg.h according to precompiled headers...
2006-05-19  Mart RaudseppCheck if wxOVERWRITE_PROMPT style flag exists in the...
2006-05-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-11  Mart Raudsepp[wxGTK2.4] Make affirmative button the default in wxFil...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
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
next