summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Set the location mode when changing the operation modeFederico Mena Quintero2011-07-271-0/+1
| * Switch to OPERATION_MODE_BROWSE when switching to volume or file shortcutsFederico Mena Quintero2011-07-271-0/+4
| * Remove the unused, initial-text logic from the location entryFederico Mena Quintero2011-07-271-75/+5
| * Create the location_entry in a single functionFederico Mena Quintero2011-07-271-14/+20
| * Only unset the entry's contents if the entry existsFederico Mena Quintero2011-07-271-1/+4
| * Discard the search widgets in a separate functionFederico Mena Quintero2011-07-271-3/+13
| * Move the widgets above the hpaned to their own boxFederico Mena Quintero2011-07-271-7/+12
| * Make operation_mode_set() handle SEARCH and RECENT modes as wellFederico Mena Quintero2011-07-271-90/+71
| * Centralize changing the operation mode in operation_mode_set()Federico Mena Quintero2011-07-271-88/+40
| * Remove duplicated code from *_switch_to_browse_mode()Federico Mena Quintero2011-07-271-8/+2
| * Rename stop_operation() to operation_mode_stop()Federico Mena Quintero2011-07-271-28/+31
| * Save selection to recent-files in the asynchronous Save casesFederico Mena Quintero2011-07-271-7/+19
| * Log to recent-files when confirming the file chooserFederico Mena Quintero2011-07-271-17/+59
* | Switch to g_format_size()Ryan Lortie2011-07-201-1/+1
* | Save selection to recent-files in the asynchronous Save casesFederico Mena Quintero2011-07-131-7/+19
* | Log to recent-files when confirming the file chooserFederico Mena Quintero2011-07-121-17/+59
* | filechooser: Fix set-but-not-used warning from gccBenjamin Otte2011-07-091-2/+0
|/
* Hide the Create Folder button in recent-files mode when the pathbar is onFederico Mena Quintero2011-07-011-1/+3
* Centralize the setting of the pathbar's widgetsFederico Mena Quintero2011-07-011-163/+199
* Create the recently-used widgets and infobar from the pathbar widgets as wellFederico Mena Quintero2011-07-011-28/+36
* Move the pathbar creation to its own functionFederico Mena Quintero2011-07-011-27/+24
* Warn the user when he still needs to type a filename or choose a folderFederico Mena Quintero2011-07-011-13/+94