summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check if we are still holding the model before updating it; removes a setEmmanuele Bassi2007-08-231-6/+12
* Port to use new tooltips API. (#451397, Jan Arne Petersen)Matthias Clasen2007-07-241-34/+10
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-201-0/+61
* Apply a patch by Emmanuele Bassi to add tooltips to the file lists inMatthias Clasen2007-07-201-19/+88
* Fix a typo in the previous commit.Emmanuele Bassi2007-06-261-6/+8
* Show the time of last change in the file chooser, for files modified todayEmmanuele Bassi2007-06-261-13/+37
* Update changelogXan Lopez2007-06-171-2/+2
* gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_createKristian Rietveld2007-06-131-2/+2
* Use g_get_user_special_dir() to obtain the path for the DESKTOP directory.Matthias Clasen2007-06-071-15/+1
* Factor out the search shortcut, the recently used shortcut and theEmmanuele Bassi2007-06-061-10/+42
* Fix to update the file chooser entryEmmanuele Bassi2007-05-301-15/+2
* Refactor GtkFileChooserDialog sizing.Carlos Garnacho2007-05-181-54/+76
* remove dangling semicolon, fixes the segfault ebassi was seeing earlierKristian Rietveld2007-05-141-1/+1
* Convert the GtkTreeIter inside the sorting functions for the search andEmmanuele Bassi2007-05-141-20/+47
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-2/+231
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-104/+265
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-41/+299
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-51/+117
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-20/+49
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-39/+785
* GtkFileChooser search fixes and recent files support. (#435342)Emmanuele Bassi2007-05-111-58/+122
* Add key binding for the Search shortcut; default to MOD1+S.Emmanuele Bassi2007-05-111-101/+244
* Add search file support in the GtkFileChooser. Original patch by FedericoEmmanuele Bassi2007-05-021-326/+1173