| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bug 520874 - Should use gio directly. | Carlos Garnacho | 2008-06-10 | 1 | -1081/+1447 |
* | Fix fallback icon rendering size | Tomas Bzatek | 2008-04-08 | 1 | -2/+2 |
* | gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create | Kristian Rietveld | 2007-06-13 | 1 | -1/+1 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -14/+7 |
* | Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) | Matthias Clasen | 2006-10-03 | 1 | -2/+2 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+1 |
* | Remove dead code. Reduce spurious differences between this file and | Tor Lillqvist | 2006-08-23 | 1 | -0/+4 |
* | Do better fallbacks if the icon theme does not have icons. (#345666, | Matthias Clasen | 2006-08-15 | 1 | -9/+22 |
* | Don't return values from void functions. | Matthias Clasen | 2006-05-22 | 1 | -2/+2 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Make symbol list mstch reality. | Matthias Clasen | 2006-05-04 | 1 | -8/+0 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -30/+1 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -43/+263 |
* | No point in making the error path fast by caching quarks. | Matthias Clasen | 2006-04-04 | 1 | -4/+1 |
* | Return NULL instead of FALSE in g_return_val_if_fail in a | Behdad Esfahbod | 2006-04-01 | 1 | -1/+1 |
* | Copy the display_key as well. (#330389, Markku Vire) | Matthias Clasen | 2006-02-08 | 1 | -0/+2 |
* | Use G_MODULE_BIND_LAZY when opening modules. | Matthias Clasen | 2005-12-16 | 1 | -1/+1 |
* | Use G_MODULE_BIND_LAZY when dlopening modules. (#319557, Laszlo Peter) | Matthias Clasen | 2005-10-27 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -11/+12 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -4/+4 |
* | Use g_utf8_collate_key_for_filename(). | Matthias Clasen | 2005-06-08 | 1 | -4/+4 |