| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to the newly created folder on success. | Matthias Clasen | 2009-03-01 | 1 | -1/+1 |
* | Never scroll the places horizontally. Instead, ellipsize the text. | Matthias Clasen | 2009-02-24 | 1 | -1/+2 |
* | Skip Desktop if it equals the home folder | Matthias Clasen | 2009-01-23 | 1 | -0/+9 |
* | GtkFileChooser: only set local_only on the location entry if it exists | Federico Mena Quintero | 2009-01-21 | 1 | -1/+3 |
* | Add a local_only property to GtkFileChooserEntry | Federico Mena Quintero | 2009-01-21 | 1 | -0/+2 |
* | Load/save the file chooser's size | Federico Mena Quintero | 2009-01-14 | 1 | -0/+42 |
* | Avoid visibly resizing the file chooser at startup | Federico Mena Quintero | 2009-01-14 | 1 | -6/+18 |
* | Mask G_FILE_TYPE_SHORTCUT as a directory (#561494) | Tomas Bzatek | 2008-12-15 | 1 | -1/+2 |
* | Mount the enclosing volume if the folder we're switching to is not | Matthias Clasen | 2008-12-14 | 1 | -0/+56 |
* | Privately export this method. It classifies directories and mountables the | Matthias Clasen | 2008-12-14 | 1 | -24/+39 |
* | fix the build | Matthias Clasen | 2008-12-14 | 1 | -1/+1 |
* | Don't show an error dialog when changing to a non-existing folder, since | Matthias Clasen | 2008-12-14 | 1 | -2/+7 |
* | Avoid a warning in tests. Patch by Christian Dywan | Matthias Clasen | 2008-12-14 | 1 | -1/+2 |
* | Don't forget to reset reload_state when current_folder is already correct. | Matthias Clasen | 2008-10-08 | 1 | -2/+2 |
* | Bug 554698 – mem leak in filechooser | Christian Persch | 2008-10-02 | 1 | -0/+1 |
* | Bug 554690 – mem leak in filechooser | Christian Persch | 2008-10-02 | 1 | -2/+9 |
* | Bug 553133 – GtkFileChooser won't ask to mount a volume | Matthias Clasen | 2008-09-26 | 1 | -3/+7 |
* | don't unref the file system backend, the newly added | Michael Natterer | 2008-09-25 | 1 | -2/+0 |
* | Bug 553135 – eog crash: assertion failed. Gtk error: | Matthias Clasen | 2008-09-22 | 1 | -0/+14 |
* | Bug 552789 – Show size column in the search and recently used files | Emmanuele Bassi | 2008-09-22 | 1 | -68/+116 |
* | Save the size column visibility state with the rest of the FileChooser | Emmanuele Bassi | 2008-09-18 | 1 | -0/+1 |
* | Bug 325095 – show a 'size' column | Emmanuele Bassi | 2008-09-18 | 1 | -23/+64 |
* | Fix content type handling | Matthias Clasen | 2008-09-08 | 1 | -6/+5 |
* | Don't leak all search results | Matthias Clasen | 2008-09-08 | 1 | -10/+38 |
* | Don't unref the GFile we just put into the search_model. This adds a new | Matthias Clasen | 2008-09-08 | 1 | -1/+0 |
* | plug a memory leak | Matthias Clasen | 2008-09-07 | 1 | -0/+2 |
* | stop the emission of the signal also when we bail out early because we | Michael Natterer | 2008-09-05 | 1 | -2/+5 |
* | Bug 549354 – Crash trying to open a file on a remote folder | Matthias Clasen | 2008-08-27 | 1 | -1/+1 |
* | [PATCH 7/7] bgo543308 - Remove the default_width/height stuff, since we are n... | Federico Mena Quintero | 2008-08-20 | 1 | -12/+0 |
* | [PATCH 6/7] bgo543308 - Only compute a font-based size if we are in expanded ... | Federico Mena Quintero | 2008-08-20 | 1 | -11/+23 |
* | [PATCH 5/7] bgo543308 - Unconditionally compute a size based on font size | Federico Mena Quintero | 2008-08-20 | 1 | -19/+12 |
* | [PATCH 4/7] bgo543308 - Emit default-size-changed when the file chooser is ma... | Federico Mena Quintero | 2008-08-20 | 1 | -0/+2 |
* | [PATCH 3/7] bgo543308 - Factor out the code to emit default-size-changed. | Federico Mena Quintero | 2008-08-20 | 1 | -6/+15 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -8/+8 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c | Sven Neumann | 2008-08-11 | 1 | -22/+23 |
* | Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used | Carlos Garnacho | 2008-08-04 | 1 | -4/+2 |
* | Make GFile-oriented API public. Fixes #545978. | Carlos Garnacho | 2008-08-04 | 1 | -6/+6 |
* | remove _gtk_binding_signal_new(). | Michael Natterer | 2008-07-21 | 1 | -77/+87 |
* | Fix a problem with context menu sensitivity | Matthias Clasen | 2008-07-15 | 1 | -2/+1 |
* | Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not | Matthias Clasen | 2008-07-06 | 1 | -26/+31 |
* | Don't select the first row if the folder is empty. Patch by Olle | Matthias Clasen | 2008-07-03 | 1 | -1/+8 |
* | remove some of the million includes. | Michael Natterer | 2008-07-02 | 1 | -5/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | current_folder can be NULL here, do not try to reference it (Bug #540235) | Carlos Garnacho | 2008-06-26 | 1 | -2/+10 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use gtk_drag_[dest|source]_add_[text|uri]_targets(), and simplify code. Bug #... | Christian Persch | 2008-06-19 | 1 | -42/+26 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -4/+4 |
* | bgo538784 - Don't change the filename entry in CREATE_FOLDER mode | Olle Bergkvist | 2008-06-18 | 1 | -2/+3 |