| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an unused variable | Matthias Clasen | 2014-10-03 | 1 | -2/+0 |
* | Fix various compiler warnings | Matthias Clasen | 2014-09-05 | 1 | -1/+1 |
* | GktFileSystem: Support rendering symbolic icons | Matthias Clasen | 2014-07-23 | 1 | -13/+73 |
* | docs: use apostrophe in *'ll | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: use proper quotes | William Jon McCann | 2014-02-05 | 1 | -1/+1 |
* | filechooser: Don't crash if invalid thumbnails exist | Benjamin Otte | 2013-12-07 | 1 | -3/+6 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -7/+2 |
* | File chooser: Convert icons to using cairo_surface_twip/window-scales2 | Alexander Larsson | 2013-07-03 | 1 | -28/+40 |
* | Merge branch 'places-sidebar' into master | Federico Mena Quintero | 2013-04-11 | 1 | -433/+0 |
|\ |
|
| * | Merge branch 'origin/master' into places-sidebar | Federico Mena Quintero | 2013-02-27 | 1 | -1/+1 |
| |\ |
|
| * | | Remove the bookmarking bits from GtkFileSystem | Federico Mena Quintero | 2012-09-03 | 1 | -433/+0 |
* | | | filechooser: Rename _gtk_file_is_path_not_local() to _gtk_file_has_native_path() | Federico Mena Quintero | 2013-03-05 | 1 | -6/+5 |
* | | | filechooser: Show FUSE mounted locations in shortcuts | Timothy Arceri | 2013-03-05 | 1 | -0/+14 |
| |/
|/| |
|
* | | Fix deprecations for GtkIconInfo | Jasper St. Pierre | 2013-02-15 | 1 | -1/+1 |
|/ |
|
* | Migrate to XDG config dir for bookmarks | William Jon McCann | 2012-04-30 | 1 | -9/+42 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -6/+5 |
* | filechooserentry: Move _gtk_file_system_parse() | Benjamin Otte | 2011-12-16 | 1 | -140/+0 |
* | gtkfolder: Remove | Benjamin Otte | 2011-12-16 | 1 | -489/+0 |
* | bgo#514843 - [filechooser] Deal with corrupted .gtk-bookmarks gracefully | John Ralls | 2011-09-12 | 1 | -4/+9 |
* | Allow resolving absolute paths even if there is no base_folder | Federico Mena Quintero | 2011-07-01 | 1 | -2/+15 |
* | Ensure we always grab the gdk lock in async callbacks | Alexander Larsson | 2011-03-28 | 1 | -0/+3 |
* | Initialize private structure | Jonh Wendell | 2010-09-30 | 1 | -1/+5 |
* | Use GtkFooPrivate instead GtkFooPriv | Javier Jardón | 2010-08-27 | 1 | -27/+27 |
* | gtk/gtkfilesystem: Do not use GET_PRIVATE macro all the time | Javier Jardón | 2010-08-26 | 1 | -77/+41 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -2/+0 |
* | Fix file chooser refcounting issues | Matthias Clasen | 2010-03-08 | 1 | -1/+23 |
* | Don't do completion in the middle of an incomplete hostname | Federico Mena Quintero | 2009-01-21 | 1 | -1/+32 |
* | bgo545980 - parse URIs in GtkFileChooserEntry | Federico Mena Quintero | 2009-01-21 | 1 | -1/+24 |
* | Mask G_FILE_TYPE_SHORTCUT as a directory (#561494) | Tomas Bzatek | 2008-12-15 | 1 | -1/+2 |
* | Privately export this method. It classifies directories and mountables the | Matthias Clasen | 2008-12-14 | 1 | -0/+15 |
* | Filter out shadow mounts | Matthias Clasen | 2008-12-01 | 1 | -2/+43 |
* | Bug 528320 - Incorrect icons displayed for files with custom mimetype | Alexander Larsson | 2008-10-23 | 1 | -0/+8 |
* | Bug 554702 – gtkfilesystem leaks GError | Christian Persch | 2008-10-08 | 1 | -3/+9 |
* | Bug 554701 – filechooser spams console with useless warnings | Christian Persch | 2008-10-02 | 1 | -1/+3 |
* | use the correct gi18n header. Fixes bug #553000. | Frederic Crozat | 2008-09-22 | 1 | -1/+1 |
* | Don't free a GFile. Reported by Sebastien Bacher | Matthias Clasen | 2008-07-16 | 1 | -1/+1 |
* | include the two needed headers instead of <gtk/gtk.h>. | Michael Natterer | 2008-07-07 | 1 | -1/+2 |
* | Fix a memory leak. Patch by Christian Persch. | Matthias Clasen | 2008-07-03 | 1 | -0/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | #include "config.h" | Michael Natterer | 2008-06-26 | 1 | -1/+4 |
* | must return a value of the appropriate type with g_return_val_if_fail | Hans Breuer | 2008-06-20 | 1 | -0/+2 |
* | Use standard icon names. | Matthias Clasen | 2008-06-18 | 1 | -7/+1 |
* | Remove GtkFileSystemError, use GtkFileChooserError instead. (#538378, | Carlos Garnacho | 2008-06-17 | 1 | -12/+6 |
* | Return full path here as expected, not just the basename. | Carlos Garnacho | 2008-06-15 | 1 | -56/+2 |
* | Avoid PLT entries | Matthias Clasen | 2008-06-13 | 1 | -0/+2 |
* | Really make GtkFileSystem private by _-prefixing all functions. | Matthias Clasen | 2008-06-13 | 1 | -88/+88 |
* | check surface status after ceating a pdf. Avoids crashing when the target | Hans Breuer | 2008-06-13 | 1 | -2/+2 |
* | Add standard icon names, and also fall back to builtin gtk stock icons. | Matthias Clasen | 2008-06-11 | 1 | -4/+24 |
* | do not leak the GIcon. | Paolo Borelli | 2008-06-10 | 1 | -1/+7 |