support for GTK3
[wxWidgets.git] / src / gtk / filepicker.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-02-29  Paul Cornettremove unnecessary gtk_widget_show() calls, PostCreatio...
2012-02-27  Vadim ZeitlinOnly include <unistd.h> under Unix in wxGTK code.
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-02-12  Robert RoeblingDon't use native file/dir picker buttons when using...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-07-20  Vadim Zeitlinfix generation of events for an initially empty wxDirPi...
2008-02-09  Vadim Zeitlinuse generic file picker in wxFLP_SAVE case as the nativ...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-06-29  Julian SmartPrevent seg fault for older GTK+
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-03  Paul CornettDon't free a string that is managed by wxGtkString...
2006-06-27  Vadim Zeitlinuse wxBoxSizer in wxPickerBase instead of doing the...
2006-06-26  Vadim Zeitlinpicker controls improvements: fixes to valid paths...
2006-06-03  Paul Cornettcorrect access for virtuals, unneeded includes
2006-06-02  Michael WetherellCommit pickers-fixes.patch added to 1472329 (Francesco...
2006-06-01  Włodzimierz SkibaMinor source cleaning.
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...