summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to the newly created folder on success.Matthias Clasen2009-03-011-1/+1
* Never scroll the places horizontally. Instead, ellipsize the text.Matthias Clasen2009-02-241-1/+2
* Skip Desktop if it equals the home folderMatthias Clasen2009-01-231-0/+9
* GtkFileChooser: only set local_only on the location entry if it existsFederico Mena Quintero2009-01-211-1/+3
* Add a local_only property to GtkFileChooserEntryFederico Mena Quintero2009-01-211-0/+2
* Load/save the file chooser's sizeFederico Mena Quintero2009-01-141-0/+42
* Avoid visibly resizing the file chooser at startupFederico Mena Quintero2009-01-141-6/+18
* Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)Tomas Bzatek2008-12-151-1/+2
* Mount the enclosing volume if the folder we're switching to is notMatthias Clasen2008-12-141-0/+56
* Privately export this method. It classifies directories and mountables theMatthias Clasen2008-12-141-24/+39
* fix the buildMatthias Clasen2008-12-141-1/+1
* Don't show an error dialog when changing to a non-existing folder, sinceMatthias Clasen2008-12-141-2/+7
* Avoid a warning in tests. Patch by Christian DywanMatthias Clasen2008-12-141-1/+2
* Don't forget to reset reload_state when current_folder is already correct.Matthias Clasen2008-10-081-2/+2
* Bug 554698 – mem leak in filechooserChristian Persch2008-10-021-0/+1
* Bug 554690 – mem leak in filechooserChristian Persch2008-10-021-2/+9
* Bug 553133 – GtkFileChooser won't ask to mount a volumeMatthias Clasen2008-09-261-3/+7
* don't unref the file system backend, the newly addedMichael Natterer2008-09-251-2/+0
* Bug 553135 – eog crash: assertion failed. Gtk error:Matthias Clasen2008-09-221-0/+14
* Bug 552789 – Show size column in the search and recently used filesEmmanuele Bassi2008-09-221-68/+116
* Save the size column visibility state with the rest of the FileChooserEmmanuele Bassi2008-09-181-0/+1
* Bug 325095 – show a 'size' columnEmmanuele Bassi2008-09-181-23/+64
* Fix content type handlingMatthias Clasen2008-09-081-6/+5
* Don't leak all search resultsMatthias Clasen2008-09-081-10/+38
* Don't unref the GFile we just put into the search_model. This adds a newMatthias Clasen2008-09-081-1/+0
* plug a memory leakMatthias Clasen2008-09-071-0/+2
* stop the emission of the signal also when we bail out early because weMichael Natterer2008-09-051-2/+5
* Bug 549354 – Crash trying to open a file on a remote folderMatthias Clasen2008-08-271-1/+1
* [PATCH 7/7] bgo543308 - Remove the default_width/height stuff, since we are n...Federico Mena Quintero2008-08-201-12/+0
* [PATCH 6/7] bgo543308 - Only compute a font-based size if we are in expanded ...Federico Mena Quintero2008-08-201-11/+23
* [PATCH 5/7] bgo543308 - Unconditionally compute a size based on font sizeFederico Mena Quintero2008-08-201-19/+12
* [PATCH 4/7] bgo543308 - Emit default-size-changed when the file chooser is ma...Federico Mena Quintero2008-08-201-0/+2
* [PATCH 3/7] bgo543308 - Factor out the code to emit default-size-changed.Federico Mena Quintero2008-08-201-6/+15
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-8/+8
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-22/+23
* Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already usedCarlos Garnacho2008-08-041-4/+2
* Make GFile-oriented API public. Fixes #545978.Carlos Garnacho2008-08-041-6/+6
* remove _gtk_binding_signal_new().Michael Natterer2008-07-211-77/+87
* Fix a problem with context menu sensitivityMatthias Clasen2008-07-151-2/+1
* Bug 541645 – gtkfilechooserdefault segfaults when bookmark does notMatthias Clasen2008-07-061-26/+31
* Don't select the first row if the folder is empty. Patch by OlleMatthias Clasen2008-07-031-1/+8
* remove some of the million includes.Michael Natterer2008-07-021-5/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* current_folder can be NULL here, do not try to reference it (Bug #540235)Carlos Garnacho2008-06-261-2/+10
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use gtk_drag_[dest|source]_add_[text|uri]_targets(), and simplify code. Bug #...Christian Persch2008-06-191-42/+26
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-4/+4
* bgo538784 - Don't change the filename entry in CREATE_FOLDER modeOlle Bergkvist2008-06-181-2/+3