| Commit message (Expand) | Author | Age | Files | Lines |
* | bgo533891 - disallow DnD from the file list into itself | Federico Mena Quintero | 2008-05-27 | 1 | -1/+1 |
* | Enable rubberbanding when "select-multiple" is TRUE. Bug #446068. | Carlos Garnacho | 2008-05-27 | 1 | -0/+2 |
* | Add GDK_ACTION_MOVE to the drag actions to allow trash (#137717). | Jan Arne Petersen | 2008-05-25 | 1 | -1/+1 |
* | Ignore G_IO_ERROR_FAILED_HANDLED errors (#532262). | Jan Arne Petersen | 2008-05-25 | 1 | -5/+8 |
* | Don't try to toggle the visibility of the location entry field in search | Jan Arne Petersen | 2008-05-24 | 1 | -0/+8 |
* | Show parse name as tooltip for path shortcuts (#137503). | Jan Arne Petersen | 2008-05-24 | 1 | -0/+70 |
* | updated fix c99ism (variable at start of block export functions for window | Hans Breuer | 2008-05-23 | 1 | -1/+1 |
* | bgo322298 - Make the file chooser dialog always resizable | Federico Mena Quintero | 2008-05-19 | 1 | -22/+0 |
* | gtk/gtkfilechooserdefault.c set alternative button order for overwrite | Sven Neumann | 2008-03-13 | 1 | -2/+7 |
* | Oops, forgot to make the raw "%H:%M" string localizable (as it should be). | William Rikard Lachance | 2008-03-06 | 1 | -1/+1 |
* | Don't print "Today at" in front of the time for today's date. It's | William Rikard Lachance | 2008-03-06 | 1 | -1/+1 |
* | Small further change to make it more robust. | Tor Lillqvist | 2008-02-21 | 1 | -1/+2 |
* | Must pass the format string to strftime in the C library's locale's | Tor Lillqvist | 2008-02-21 | 1 | -3/+45 |
* | Fix 419737 - don't focus the file list when activating a shortcut in the file... | Federico Mena Quintero | 2008-02-12 | 1 | -23/+1 |
* | Skip exensions when selecting filenames in the save-as dialog. (#362516, | Matthias Clasen | 2008-02-12 | 1 | -2/+6 |
* | Unify the handling of various "Enter" keysyms all over the place. | Matthias Clasen | 2008-02-12 | 1 | -1/+2 |
* | Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890, | Matthias Clasen | 2008-02-12 | 1 | -6/+4 |
* | Use the correct comparison function (kudos to Christian Persch and Claudio | Emmanuele Bassi | 2008-01-03 | 1 | -1/+1 |
* | Don't leak pixbufs. (#502250, Yevgen Muntyan) | Matthias Clasen | 2007-12-07 | 1 | -14/+8 |
* | reviewed by: Federico Mena Quintero | Josselin Mouette | 2007-11-26 | 1 | -51/+21 |
* | Convert the format to the current locale before passing it to strtime(). | Emmanuele Bassi | 2007-10-10 | 1 | -1/+6 |
* | Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara) | Emmanuele Bassi | 2007-10-10 | 1 | -3/+3 |
* | Fix warnings and display of modified date / time in filechooser for some | Loïc Minier | 2007-10-04 | 1 | -1/+1 |
* | 455284 - Focus or toggle location entry | Federico Mena Quintero | 2007-10-02 | 1 | -17/+28 |
* | Fixes for bug #480123. | Emmanuele Bassi | 2007-09-25 | 1 | -0/+2 |
* | Use the "document-open-recent" icon for the the Recently Used shortcut in | Emmanuele Bassi | 2007-09-12 | 1 | -1/+17 |
* | Initialize error to NULL before calling g_set_error(). Should fix #473954, | Matthias Clasen | 2007-09-06 | 1 | -1/+1 |
* | Check if we are still holding the model before updating it; removes a set | Emmanuele Bassi | 2007-08-23 | 1 | -6/+12 |
* | Port to use new tooltips API. (#451397, Jan Arne Petersen) | Matthias Clasen | 2007-07-24 | 1 | -34/+10 |
* | Apply a patch by Emmanuele Bassi to limit the number of shown recent | Matthias Clasen | 2007-07-20 | 1 | -0/+61 |
* | Apply a patch by Emmanuele Bassi to add tooltips to the file lists in | Matthias Clasen | 2007-07-20 | 1 | -19/+88 |
* | Fix a typo in the previous commit. | Emmanuele Bassi | 2007-06-26 | 1 | -6/+8 |
* | Show the time of last change in the file chooser, for files modified today | Emmanuele Bassi | 2007-06-26 | 1 | -13/+37 |
* | Update changelog | Xan Lopez | 2007-06-17 | 1 | -2/+2 |
* | gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create | Kristian Rietveld | 2007-06-13 | 1 | -2/+2 |
* | Use g_get_user_special_dir() to obtain the path for the DESKTOP directory. | Matthias Clasen | 2007-06-07 | 1 | -15/+1 |
* | Factor out the search shortcut, the recently used shortcut and the | Emmanuele Bassi | 2007-06-06 | 1 | -10/+42 |
* | Fix to update the file chooser entry | Emmanuele Bassi | 2007-05-30 | 1 | -15/+2 |
* | Refactor GtkFileChooserDialog sizing. | Carlos Garnacho | 2007-05-18 | 1 | -54/+76 |
* | remove dangling semicolon, fixes the segfault ebassi was seeing earlier | Kristian Rietveld | 2007-05-14 | 1 | -1/+1 |
* | Convert the GtkTreeIter inside the sorting functions for the search and | Emmanuele Bassi | 2007-05-14 | 1 | -20/+47 |
* | GtkFileChooser search fixes and recent files support. (#435342) | Emmanuele Bassi | 2007-05-11 | 1 | -2/+231 |
* | GtkFileChooser search fixes and recent files support. (#435342) | Emmanuele Bassi | 2007-05-11 | 1 | -104/+265 |
* | GtkFileChooser search fixes and recent files support. (#435342) | Emmanuele Bassi | 2007-05-11 | 1 | -41/+299 |
* | GtkFileChooser search fixes and recent files support. (#435342) | Emmanuele Bassi | 2007-05-11 | 1 | -51/+117 |
* | GtkFileChooser search fixes and recent files support. (#435342) | Emmanuele Bassi | 2007-05-11 | 1 | -20/+49 |
* | GtkFileChooser search fixes and recent files support. (#435342) | Emmanuele Bassi | 2007-05-11 | 1 | -39/+785 |
* | GtkFileChooser search fixes and recent files support. (#435342) | Emmanuele Bassi | 2007-05-11 | 1 | -58/+122 |
* | Add key binding for the Search shortcut; default to MOD1+S. | Emmanuele Bassi | 2007-05-11 | 1 | -101/+244 |
* | Add search file support in the GtkFileChooser. Original patch by Federico | Emmanuele Bassi | 2007-05-02 | 1 | -326/+1173 |