summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bgo#658600 - Don't try to focus the location entry in Recent-files modefilechooser-recent-folders-2-24Federico Mena Quintero2011-09-131-1/+2
* bgo#657949 - [filechooser] Don't ellipsize filter names for 2.24Federico Mena Quintero2011-09-011-14/+0
* bgo#657186 - Sort the recent-files list in newest-to-oldest orderFederico Mena Quintero2011-08-301-0/+1
* Load and populate the recent-items in a single passFederico Mena Quintero2011-08-301-23/+9
* Don't sort the recent-items by handFederico Mena Quintero2011-08-301-12/+0
* Set the location mode when changing the operation modeFederico Mena Quintero2011-08-301-0/+1
* Switch to OPERATION_MODE_BROWSE when switching to volume or file shortcutsFederico Mena Quintero2011-08-301-0/+4
* Remove the unused, initial-text logic from the location entryFederico Mena Quintero2011-08-301-75/+5
* Create the location_entry in a single functionFederico Mena Quintero2011-08-301-14/+20
* Only unset the entry's contents if the entry existsFederico Mena Quintero2011-08-301-1/+4
* Discard the search widgets in a separate functionFederico Mena Quintero2011-08-301-3/+13
* Move the widgets above the hpaned to their own boxFederico Mena Quintero2011-08-302-7/+13
* Make operation_mode_set() handle SEARCH and RECENT modes as wellFederico Mena Quintero2011-08-301-90/+71
* Centralize changing the operation mode in operation_mode_set()Federico Mena Quintero2011-08-301-88/+40
* Remove duplicated code from *_switch_to_browse_mode()Federico Mena Quintero2011-08-301-8/+2
* Rename stop_operation() to operation_mode_stop()Federico Mena Quintero2011-08-301-28/+31
* Revert "Updated Indonesian translation"Andika Triwidada2011-08-181-1309/+1511
* Updated Indonesian translationAndika Triwidada2011-08-181-1511/+1309
* bgo#652045 - Initialize local_only in GtkFileChooserEntryMichal Suchanek2011-08-171-0/+1
* Bug 655122: Lion crashes during resize.John Ralls2011-08-131-24/+61
* Bug 655122: Detect OSX version for handling version-dependent special cases (...John Ralls2011-08-132-0/+30
* Bug 655087: Prevent drqwing when there are no rectangles in which to draw.John Ralls2011-08-133-42/+75
* quartz: Remove MAC_OS_X_VERSION_MIN_ALLOWED ifdefKristian Rietveld2011-08-121-2/+0
* Fix polling for new data in cups print backend (bug #599664)Benjamin Berg2011-08-063-38/+70
* Bug 508601 - Copying from GTK+ applications causes crashKristian Rietveld2011-07-311-3/+4
* Bug 655074 - Fix crash with undecorated windows on MacOS LionMichael Hutchinson2011-07-251-12/+21
* Update Visual C++ compilation itemsChun-wei Fan2011-07-2520-19/+2067
* Save selection to recent-files in the asynchronous Save casesFederico Mena Quintero2011-07-131-7/+19
* Don't dereference a NULLFederico Mena Quintero2011-07-131-1/+1
* [l10n] Updated German translationMario Blättermann2011-07-131-324/+346
* Updated Spanish translationDaniel Mustieles2011-07-131-319/+340
* Updated Polish translationPiotr Drąg2011-07-131-105/+111
* Log to recent-files when confirming the file chooserFederico Mena Quintero2011-07-121-17/+59
* No need to highlight the file's basename when setting the base folderFederico Mena Quintero2011-07-121-1/+0
* Hide the Create Folder button in recent-files mode when the pathbar is onFederico Mena Quintero2011-07-121-1/+3
* Centralize the setting of the pathbar's widgetsFederico Mena Quintero2011-07-122-165/+202
* Create the recently-used widgets and infobar from the pathbar widgets as wellFederico Mena Quintero2011-07-121-28/+36
* Move the pathbar creation to its own functionFederico Mena Quintero2011-07-121-28/+24
* Warn the user when he still needs to type a filename or choose a folderFederico Mena Quintero2011-07-122-13/+96
* Return the recent-folder plus filename in Save mode from get_files()Federico Mena Quintero2011-07-121-5/+13
* Allow resolving absolute paths even if there is no base_folderFederico Mena Quintero2011-07-122-3/+15
* Set the filename entry's base folder when a recent-folder is selectedFederico Mena Quintero2011-07-121-2/+18
* Instruct the user to pick a folder when nothing is selected in the recent-fol...Federico Mena Quintero2011-07-122-14/+77
* Put recently-used folders in the recently-used listFederico Mena Quintero2011-07-123-68/+62
* Turn a struct field into a local variableFederico Mena Quintero2011-07-121-6/+3
* Remove unused struct fieldFederico Mena Quintero2011-07-121-3/+0
* Actually highlight the 'recently used' and 'search' items in the shortcuts barFederico Mena Quintero2011-07-121-0/+22
* Start in recently-used mode when no folder is setFederico Mena Quintero2011-07-122-39/+39
* Make GtkFileChoser remember the last directory openedStéphane Maniaci2011-07-123-17/+77
* Put the pathbar in the 'Save in folder:' row in Save modeFederico Mena Quintero2011-07-122-29/+68