summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small further change to make it more robust.Tor Lillqvist2008-02-211-1/+2
* Must pass the format string to strftime in the C library's locale'sTor Lillqvist2008-02-211-3/+45
* Fix 419737 - don't focus the file list when activating a shortcut in the file...Federico Mena Quintero2008-02-121-23/+1
* Skip exensions when selecting filenames in the save-as dialog. (#362516,Matthias Clasen2008-02-121-2/+6
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-1/+2
* Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890,Matthias Clasen2008-02-121-6/+4
* Use the correct comparison function (kudos to Christian Persch and ClaudioEmmanuele Bassi2008-01-031-1/+1
* Don't leak pixbufs. (#502250, Yevgen Muntyan)Matthias Clasen2007-12-071-14/+8
* reviewed by: Federico Mena QuinteroJosselin Mouette2007-11-261-51/+21
* Convert the format to the current locale before passing it to strtime().Emmanuele Bassi2007-10-101-1/+6
* Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)Emmanuele Bassi2007-10-101-3/+3
* Fix warnings and display of modified date / time in filechooser for someLoïc Minier2007-10-041-1/+1
* 455284 - Focus or toggle location entryFederico Mena Quintero2007-10-021-17/+28
* Fixes for bug #480123.Emmanuele Bassi2007-09-251-0/+2
* Use the "document-open-recent" icon for the the Recently Used shortcut inEmmanuele Bassi2007-09-121-1/+17
* Initialize error to NULL before calling g_set_error(). Should fix #473954,Matthias Clasen2007-09-061-1/+1