summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* File chooser: Convert icons to using cairo_surface_twip/window-scales2Alexander Larsson2013-07-031-6/+7
* Deprecate GtkIconFactory, GtkIconSet, GtkIconSourceWilliam Jon McCann2013-06-261-4/+1
* Deprecate and ignore gtk-icon-sizes settingWilliam Jon McCann2013-06-261-2/+1
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-21/+13
* filechooser: Add gtk_file_chooser_get_current_name()Jonh Wendell2013-06-191-0/+15
* Fix error_selecting_folder_over_existing_file_dialog() never displaying messageTimothy Arceri2013-05-261-7/+5
* Handle G_IO_ERROR_FILENAME_TOO_LONG errors when savingTimothy Arceri2013-05-261-1/+12
* GtkFileChooser: Only allow creating bookmarks for folders, not filesFederico Mena Quintero2013-05-221-7/+7
* Improve wording of filechooser context menuMatthias Clasen2013-05-121-2/+2
* Improve sensitivity handling in filechooser context menuMatthias Clasen2013-05-121-4/+8
* Load the file chooser's widgets from the .ui fileTristan Van Berkom2013-04-151-650/+385
* Move all of GtkFileChooserDefault's fields into a private structureFederico Mena Quintero2013-04-111-992/+1211
* Move GtkFileChooserDefault to gtkfilechooserdefault.cFederico Mena Quintero2013-04-111-0/+168
* Merge branch 'places-sidebar' into masterFederico Mena Quintero2013-04-111-3157/+236
|\
| * Merge branch 'origin/master' into places-sidebarFederico Mena Quintero2013-02-271-6/+15
| |\
| * \ Merge branch 'master' into places-sidebarFederico Mena Quintero2013-02-131-143/+41
| |\ \
| * | | Make the set_location()/get_location() API consistentFederico Mena Quintero2013-01-101-2/+2
| * | | New API, gtk_places_sidebar_set_open_flags()Federico Mena Quintero2013-01-101-1/+1
| * | | Remove gtk_places_sidebar_set_show_cwd(), implement that in the file chooserFederico Mena Quintero2012-12-111-1/+59
| * | | Remove the GError from the shortcut-related functionsFederico Mena Quintero2012-12-111-2/+4
| * | | Rename signal location-selected to open-locationFederico Mena Quintero2012-12-111-3/+3
| * | | Implement the Search keyboard shortcutFederico Mena Quintero2012-12-101-13/+6
| * | | Remove unused codeFederico Mena Quintero2012-12-101-16/+0
| * | | Go back to our machinery for Recent files instead of reading recent:/// as-isFederico Mena Quintero2012-12-101-38/+32
| * | | Remove an obsolete functionFederico Mena Quintero2012-12-101-20/+0
| * | | Implement the Alt-number quick bookmark shortcutsFederico Mena Quintero2012-12-101-16/+7
| * | | Implement the Desktop keyboard shortcutFederico Mena Quintero2012-12-101-4/+11
| * | | Implement the Home keyboard shortcutFederico Mena Quintero2012-12-101-15/+18
| * | | Implement the 'Add to bookmarks' command as beforeFederico Mena Quintero2012-12-101-3/+30
| * | | Remove an obsolete functionFederico Mena Quintero2012-12-101-32/+0
| * | | Implement the application-side shortcuts in GtkFileChooserDefaultFederico Mena Quintero2012-12-101-171/+3
| * | | Remove the old shortcuts pane code from GtkFileChooserDefaultFederico Mena Quintero2012-12-051-2943/+7
| * | | Highlight the currently-viewed location in the places sidebarFederico Mena Quintero2012-11-241-10/+1
| * | | Actually switch to recent:/// in its key shortcut handlerFederico Mena Quintero2012-11-231-3/+5
| * | | Allow switching to recent:/// even though GIO thinks it is not a native fileFederico Mena Quintero2012-11-231-1/+15
| * | | Switch to Recent Files or $CWD at startupFederico Mena Quintero2012-11-211-3/+35
| * | | Add a new org.gtk.SettingsFileChooser startup-mode settings keyFederico Mena Quintero2012-11-211-0/+5
| * | | New way to show in the sidebarFederico Mena Quintero2012-11-201-0/+1
| * | | Present error dialogs from the places sidebarFederico Mena Quintero2012-10-221-0/+13
| * | | Merge master into places-sidebar to keep up with developmentFederico Mena Quintero2012-10-191-0/+2
| |\ \ \
| * | | | Connect to location-selected on the places sidebar, and actually switch folde...Federico Mena Quintero2012-09-071-0/+37
| * | | | Create the places sidebar instead of the old custom treeviewFederico Mena Quintero2012-09-051-1/+3
| * | | | Fix compilationFederico Mena Quintero2012-09-031-1/+17
| * | | | #if out another bunch of stuff, to make the fucking thing compileFederico Mena Quintero2012-09-031-5/+69
| * | | | #if out a few thingsFederico Mena Quintero2012-09-031-0/+8
| * | | | Make GtkFileChooserDefault use GtkBookmarksManagerFederico Mena Quintero2012-09-031-9/+26
* | | | | Revert "GtkFileChooserDefault: Define children with a GtkBuilder template"Federico Mena Quintero2013-04-111-1682/+1945
* | | | | GtkFileChooserDefault: Define children with a GtkBuilder templateTristan Van Berkom2013-04-081-1945/+1682
* | | | | filechooser: Use _gtk_file_has_native_path() throughout when testing for loca...Federico Mena Quintero2013-03-051-1/+1
* | | | | filechooser: Rename _gtk_file_is_path_not_local() to _gtk_file_has_native_path()Federico Mena Quintero2013-03-051-5/+5