summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Merge GtkFileChooserWidget and GtkFileChooserDefaultWilliam Jon McCann2014-01-281-7520/+0
* Respect 12/24-hour clock setting in the file chooserMatthias Clasen2014-01-241-4/+17
* Use GDateTime in the file chooserGarrett Regier2014-01-241-88/+15
* resources: move resources into a subdirectoryWilliam Jon McCann2014-01-231-1/+1
* Update all internal users of alternative button orderMatthias Clasen2014-01-171-0/+2
* GtkFileChooser: Don't fill location_entry if we just populated the file listVolker Sobek2013-12-121-27/+41
* GtkFileChooserDefault: Remove unused struct fieldVolker Sobek2013-12-121-1/+0
* file-chooser: add a sort-directories-first gsettingWilliam Jon McCann2013-12-031-1/+5
* Move a function aroundMatthias Clasen2013-11-091-56/+0
* GtkFileChooser: propagate local-only to sidebarMatthias Clasen2013-11-091-0/+2
* GtkFileChooserDefault: Drop some unused struct membersMatthias Clasen2013-11-091-4/+0
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* Fix a typo in an error messageJiro Matsuzawa2013-09-041-1/+1
* filechooser: Don't use an underline mnemonic in the 'Save in folder' labelFederico Mena Quintero2013-08-211-4/+3
* Another round of template binding api changesMatthias Clasen2013-07-261-27/+27
* Rename the widget template APIEmmanuele Bassi2013-07-261-46/+44
* widget: Use a real offset in gtk_widget_class_automate_childAlexander Larsson2013-07-261-27/+27
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-2/+2
* Use proper quotation marksWilliam Jon McCann2013-07-171-2/+2
* Set reasonable minimum size for the file chooserWilliam Jon McCann2013-07-171-0/+1
* Deprecate and hardcode gtk-recent-files-limitWilliam Jon McCann2013-07-091-17/+3
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* 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