summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * gtk: Add get_type() function declarations for private objectsBenjamin Otte2012-10-021-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
|/
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-7/+7
* Clear cached row sensitivity when the filter changesMatthias Clasen2012-07-151-11/+13
* Make the logic for setting the sensitivity column a bit more clearFederico Mena Quintero2012-07-151-4/+5
* Make it clear that 'filtered' means 'filtered_out'Federico Mena Quintero2012-07-151-1/+1
* Desensitize filtered folders when in folder selection modeWilliam Jon McCann2012-07-151-20/+45
* types: Clean up gtkwidget.h includesBenjamin Otte2012-03-031-2/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* filechooser: Use SELECTION_SINGLEBenjamin Otte2012-01-121-1/+1
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* Use the workarea when placing popupsMatthias Clasen2011-12-181-1/+1
* filechooserentry: Remove _gtk_file_chooser_entry_set_file_part()Benjamin Otte2011-12-161-7/+7
* filechooserentry: Modify _gtk_file_chooser_entry_get_current_folder()Benjamin Otte2011-12-161-2/+3
* filechooserentry: Remove file_system argumentBenjamin Otte2011-12-161-1/+1
* filechooserentry: Make the filesystem a construct-only argumentBenjamin Otte2011-12-161-3/+1
* [GtkFileChooserDefault] Don't destroy and re-create the filename entryFederico Mena Quintero2011-11-291-9/+6
* [GtkPathBar] Remove unused error argumentFederico Mena Quintero2011-11-291-3/+2
* filechooserdefault: Don't unref value twiceBenjamin Otte2011-11-291-1/+0
* Make sure we only show icons in the file selector bookmarks toolbarAlexander Larsson2011-11-021-0/+1
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-2/+2
* gtk: remove the private GTK_NO_TEXT_INPUT_MOD_MASKMichael Natterer2011-09-271-1/+5
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-2/+2
* gtk: use GTK_NO_TEXT_INPUT_MOD_MASK also in gtkfilechooserdefault.cMichael Natterer2011-09-261-5/+2
* Merge branch 'bgo593793-filechooser-recent-folders-master'Federico Mena Quintero2011-09-131-1/+2
|\
| * bgo#658600 - Don't try to focus the location entry in Recent-files modebgo593793-filechooser-recent-folders-masterFederico Mena Quintero2011-09-131-1/+2
* | filechooser: Fix compile warningBenjamin Otte2011-09-101-1/+1
|/
* Menu item to visit the selected files in recent-files modeFederico Mena Quintero2011-09-051-3/+28
* Factor out functions to create contextual menu items for the file listFederico Mena Quintero2011-09-051-28/+41
* Avoid warnings when widgets are not created yetMatthias Clasen2011-08-281-1/+2
* GtkFileChooserDefault: Replace GtkTable by GtkGridMatthias Clasen2011-08-281-20/+10
* Merge branch 'bgo593793-filechooser-recent-folders-master'Federico Mena Quintero2011-08-261-35/+10
|\
| * bgo#657186 - Sort the recent-files list in newest-to-oldest orderFederico Mena Quintero2011-08-261-0/+1
| * Load and populate the recent-items in a single passFederico Mena Quintero2011-08-261-23/+9
| * Don't sort the recent-items by handFederico Mena Quintero2011-08-261-12/+0
* | [filechooser] bgo#349502: Context menu option to copy selected files to the c...Arx Cruz2011-08-231-0/+126
* | Merge branch 'bgo593793-filechooser-recent-folders-master'Federico Mena Quintero2011-07-271-306/+195
|\ \ | |/