fix warnings about conversion to bool, closes #14381
[wxWidgets.git] / src / gtk / filectrl.cpp
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-05-17  Paul Cornettremove some unnecessary c_str() calls
2012-04-08  Vadim ZeitlinAlways use UTF-8 for file names passed to GTK+ function...
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-02-25  Vadim ZeitlinAlways use UTF-8 for GTK+ strings.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2008-09-11  Jouk Jansenrename variable which was redefined inside a loop
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-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2007-11-11  Vadim Zeitlinadd wxUSE_FILECTRL guards
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-28  Chris Elliott2.4 GTK fix as at thread.gmane.org/gmane.comp.lib.wxwid...
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-17  Paul Cornettvarious small cleanups
2007-09-17  Robert RoeblingDon't compile with < GTK 2.4
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...