summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-6/+5
* filechooserentry: Move _gtk_file_system_parse()Benjamin Otte2011-12-161-140/+0
* gtkfolder: RemoveBenjamin Otte2011-12-161-489/+0
* bgo#514843 - [filechooser] Deal with corrupted .gtk-bookmarks gracefullyJohn Ralls2011-09-121-4/+9
* Allow resolving absolute paths even if there is no base_folderFederico Mena Quintero2011-07-011-2/+15
* Ensure we always grab the gdk lock in async callbacksAlexander Larsson2011-03-281-0/+3
* Initialize private structureJonh Wendell2010-09-301-1/+5
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-27/+27
* gtk/gtkfilesystem: Do not use GET_PRIVATE macro all the timeJavier Jardón2010-08-261-77/+41
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-2/+0
* Fix file chooser refcounting issuesMatthias Clasen2010-03-081-1/+23
* Don't do completion in the middle of an incomplete hostnameFederico Mena Quintero2009-01-211-1/+32
* bgo545980 - parse URIs in GtkFileChooserEntryFederico Mena Quintero2009-01-211-1/+24
* Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)Tomas Bzatek2008-12-151-1/+2
* Privately export this method. It classifies directories and mountables theMatthias Clasen2008-12-141-0/+15
* Filter out shadow mountsMatthias Clasen2008-12-011-2/+43
* Bug 528320 - Incorrect icons displayed for files with custom mimetypeAlexander Larsson2008-10-231-0/+8
* Bug 554702 – gtkfilesystem leaks GErrorChristian Persch2008-10-081-3/+9
* Bug 554701 – filechooser spams console with useless warningsChristian Persch2008-10-021-1/+3
* use the correct gi18n header. Fixes bug #553000.Frederic Crozat2008-09-221-1/+1
* Don't free a GFile. Reported by Sebastien BacherMatthias Clasen2008-07-161-1/+1
* include the two needed headers instead of <gtk/gtk.h>.Michael Natterer2008-07-071-1/+2
* Fix a memory leak. Patch by Christian Persch.Matthias Clasen2008-07-031-0/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* #include "config.h"Michael Natterer2008-06-261-1/+4
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-201-0/+2
* Use standard icon names.Matthias Clasen2008-06-181-7/+1
* Remove GtkFileSystemError, use GtkFileChooserError instead. (#538378,Carlos Garnacho2008-06-171-12/+6
* Return full path here as expected, not just the basename.Carlos Garnacho2008-06-151-56/+2
* Avoid PLT entriesMatthias Clasen2008-06-131-0/+2
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-88/+88
* check surface status after ceating a pdf. Avoids crashing when the targetHans Breuer2008-06-131-2/+2
* Add standard icon names, and also fall back to builtin gtk stock icons.Matthias Clasen2008-06-111-4/+24
* do not leak the GIcon.Paolo Borelli2008-06-101-1/+7
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-1081/+1447
* Fix fallback icon rendering sizeTomas Bzatek2008-04-081-2/+2
* gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_createKristian Rietveld2007-06-131-1/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-14/+7
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* Remove dead code. Reduce spurious differences between this file andTor Lillqvist2006-08-231-0/+4
* Do better fallbacks if the icon theme does not have icons. (#345666,Matthias Clasen2006-08-151-9/+22
* Don't return values from void functions.Matthias Clasen2006-05-221-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Make symbol list mstch reality.Matthias Clasen2006-05-041-8/+0
* Boilerplate reductionMatthias Clasen2006-05-021-30/+1
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-43/+263
* No point in making the error path fast by caching quarks.Matthias Clasen2006-04-041-4/+1
* Return NULL instead of FALSE in g_return_val_if_fail in aBehdad Esfahbod2006-04-011-1/+1