summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgo419737 - Don't clear filename entry in SAVE/CREATE_FOLDER modesOlle Bergkvist2008-06-181-2/+5
* Use standard icon names.Matthias Clasen2008-06-181-2/+2
* remove static integer variables which hold the number of members inMichael Natterer2008-06-171-14/+4
* Remove the GtkRecentManager screen dance, as it has been deprecated sinceEmmanuele Bassi2008-06-171-26/+1
* remove GtkTooltips member from the GtkFileChooserDefault struct.Michael Natterer2008-06-161-8/+3
* Return full path here as expected, not just the basename.Carlos Garnacho2008-06-151-0/+4
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-94/+94
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-1170/+983
* bgo533891 - disallow DnD from the file list into itselfFederico Mena Quintero2008-05-271-1/+1
* Enable rubberbanding when "select-multiple" is TRUE. Bug #446068.Carlos Garnacho2008-05-271-0/+2
* Add GDK_ACTION_MOVE to the drag actions to allow trash (#137717).Jan Arne Petersen2008-05-251-1/+1
* Ignore G_IO_ERROR_FAILED_HANDLED errors (#532262).Jan Arne Petersen2008-05-251-5/+8
* Don't try to toggle the visibility of the location entry field in searchJan Arne Petersen2008-05-241-0/+8
* Show parse name as tooltip for path shortcuts (#137503).Jan Arne Petersen2008-05-241-0/+70
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-231-1/+1
* bgo322298 - Make the file chooser dialog always resizableFederico Mena Quintero2008-05-191-22/+0
* gtk/gtkfilechooserdefault.c set alternative button order for overwriteSven Neumann2008-03-131-2/+7
* Oops, forgot to make the raw "%H:%M" string localizable (as it should be).William Rikard Lachance2008-03-061-1/+1
* Don't print "Today at" in front of the time for today's date. It's William Rikard Lachance2008-03-061-1/+1