prevent infinite loop if gtk_menu_popup() fails, fixes #15387
[wxWidgets.git] / src / gtk / filepicker.cpp
2013-08-02  Paul Cornettfix Gtk-CRITICAL errors when deleting wxDirButton
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-22  Vadim ZeitlinFix GTK+ errors during wxFilePickerCtrl destruction...
2013-05-19  Vadim ZeitlinDelete the associated dialog in wxGTK wx{File,Dir}Button.
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-09-09  Vadim ZeitlinSimplify and correct setting of initial directory for...
2012-07-10  Paul Cornettupdate minimum GTK2 version requirement to 2.6
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...