summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.c
Commit message (Expand)AuthorAgeFilesLines
* Chain up in state_flags_changedBenjamin Otte2015-12-021-24/+0
* css: Query icon theme from style, not from settingsBenjamin Otte2015-12-021-8/+10
* gtkfilesystem: protect against null filesystem typeCarlos Soriano2015-10-081-1/+4
* Intern all signal names beforehandMatthias Clasen2015-09-121-1/+2
* GtkFileSystem: Add to the list of remote filesystemsRoss Lagerwall2015-09-101-0/+2
* file system: Add an api to get a GIconMatthias Clasen2015-09-041-14/+17
* Code cleanupMatthias Clasen2015-07-311-4/+2
* Add a helper function for remote locationsMatthias Clasen2015-07-271-0/+31
* Remove an unused variableMatthias Clasen2014-10-031-2/+0
* Fix various compiler warningsMatthias Clasen2014-09-051-1/+1
* GktFileSystem: Support rendering symbolic iconsMatthias Clasen2014-07-231-13/+73
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* filechooser: Don't crash if invalid thumbnails existBenjamin Otte2013-12-071-3/+6
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+2
* File chooser: Convert icons to using cairo_surface_twip/window-scales2Alexander Larsson2013-07-031-28/+40
* Merge branch 'places-sidebar' into masterFederico Mena Quintero2013-04-111-433/+0
|\
| * Merge branch 'origin/master' into places-sidebarFederico Mena Quintero2013-02-271-1/+1
| |\
| * | Remove the bookmarking bits from GtkFileSystemFederico Mena Quintero2012-09-031-433/+0
* | | filechooser: Rename _gtk_file_is_path_not_local() to _gtk_file_has_native_path()Federico Mena Quintero2013-03-051-6/+5
* | | filechooser: Show FUSE mounted locations in shortcutsTimothy Arceri2013-03-051-0/+14
| |/ |/|
* | Fix deprecations for GtkIconInfoJasper St. Pierre2013-02-151-1/+1
|/
* Migrate to XDG config dir for bookmarksWilliam Jon McCann2012-04-301-9/+42
* 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