summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Menu item to visit the selected files in recent-files modeFederico Mena Quintero2011-09-051-0/+1
* [filechooser] bgo#349502: Context menu option to copy selected files to the c...Arx Cruz2011-08-231-0/+1
* Move the widgets above the hpaned to their own boxFederico Mena Quintero2011-07-271-0/+1
* Centralize the setting of the pathbar's widgetsFederico Mena Quintero2011-07-011-2/+3
* Warn the user when he still needs to type a filename or choose a folderFederico Mena Quintero2011-07-011-0/+2
* Instruct the user to pick a folder when nothing is selected in the recent-fol...Federico Mena Quintero2011-07-011-0/+1
* Start in recently-used mode when no folder is setFederico Mena Quintero2011-07-011-1/+0
* Put the pathbar in the 'Save in folder:' row in Save modeFederico Mena Quintero2011-07-011-1/+2
* Get rid of the save_folder_comboFederico Mena Quintero2011-07-011-6/+0
* Remove the expander in Save mode, and the configuration keyFederico Mena Quintero2011-07-011-2/+0
* GtkFileChooserDefault: derive from GtkBox, not GtkVBoxMatthias Clasen2011-06-071-2/+2
* bgo#634558 - filechooser - Actually focus the Search entry when selecting the...Federico Mena Quintero2010-11-161-0/+2
* Use GSettings for the filechooser settingsChristian Persch2010-10-131-0/+2
* bgo#625416 - Don't reload the filechooser's folder during a re-map eventFederico Mena Quintero2010-08-101-2/+1
* Improve show_and_select_files() functionBenjamin Otte2009-10-151-1/+0
* Convert recent files to a GtkFileSystemModelBenjamin Otte2009-10-151-3/+1
* Convert search to use a GtkFileSystemModelBenjamin Otte2009-10-151-3/+1
* Use the GtkTreeSortable of the filesystem modelBenjamin Otte2009-10-151-2/+0
* move GtkFileSystemModel private stuff out of the private headerBenjamin Otte2009-10-151-57/+0
* Allow disabling New Folder button in File ChoserPascal Terjan2009-07-301-0/+1
* bgo#586315 - gtk_file_chooser_list_shortcut_folders() was crashingFederico Mena Quintero2009-06-181-0/+1
* bgo#484922 - Remember the sort column and order in the file chooserBenjamin Gramlich2009-06-121-0/+3
* bgo#486839 - The path bar's area shouldn't change vertical size to avoid the ...Milan Bouchet-Valat2009-06-111-0/+3
* Bug 325095 – show a 'size' columnEmmanuele Bassi2008-09-181-0/+3
* [PATCH 7/7] bgo543308 - Remove the default_width/height stuff, since we are n...Federico Mena Quintero2008-08-201-3/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* remove GtkTooltips member from the GtkFileChooserDefault struct.Michael Natterer2008-06-161-3/+0
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-43/+43
* Refactor GtkFileChooserDialog sizing.Carlos Garnacho2007-05-181-4/+3
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-0/+2
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-2/+4
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-2/+10
* Add search file support in the GtkFileChooser. Original patch by FedericoEmmanuele Bassi2007-05-021-4/+31
* Save the expanded state of the folder browser with the file chooserPeter Teichman2007-01-081-0/+1
* change file_exists_and_is_not_folder checks to get the file info for theKristian Rietveld2006-09-031-0/+1
* Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the locationFederico Mena Quintero2006-07-181-1/+1
* Merged the federico-filename-entry branch, to fix bug #136541. CombinedAFTER_FEDERICO_FILENAME_ENTRY_MERGEFederico Mena Quintero2006-05-031-1/+12
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-1/+15
* Don't reload the current folder unnecessarily on ::map().Federico Mena Quintero2005-09-281-0/+7
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-151-0/+203
* Add overwrite confirmation for SAVE mode. Fixes bug #152850:Federico Mena Quintero2005-07-151-0/+1
* Add gboolean return values and GError arguments to ::set_current_folder()Federico Mena Quintero2004-03-051-8/+12
* Removed. (gtk_file_system_gnome_vfs_set_bookmarks): Removed.Federico Mena Quintero2003-10-181-2/+12
* Added methods for ::get_supports_bookmarks(), ::set_bookmarks(),Federico Mena Quintero2003-10-081-21/+23
* Connect to "row_activated" on the file list. (list_row_activated): NewFederico Mena Quintero2003-09-111-0/+1
* Add over-big test case for preview (much of size from a modified copy ofOwen Taylor2003-07-231-2/+3
* File filter objects.Owen Taylor2003-07-231-12/+6
* Add gtk_file_chooser_set_current_name() to set the current entry contents.Owen Taylor2003-07-111-9/+11