summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-thumbnails.c
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* thumbnails: default to GNOME_DESKTOP_THUMBNAIL_SIZE_LARGECosimo Cecchi2012-10-261-1/+1
* ui-utilities: move nautilus_thumbnail_frame_image() hereCosimo Cecchi2012-08-311-50/+0
* Remove unnecessary gdk_threads_enter/leave callsCosimo Cecchi2012-08-301-4/+0
* Add more info to DEBUG_THUMBNAILSWilliam Jon McCann2012-08-161-0/+8
* thumbnails: remove unused codeCosimo Cecchi2012-04-111-128/+5
* all: remove eel_g_hash_table_new_free_at_exit()Cosimo Cecchi2012-03-071-2/+0
* Move all ui files and icons into resourcesAlexander Larsson2012-01-161-5/+4
* thumbnails: make sure to cache all mime types from gdk-pixbufCosimo Cecchi2011-07-271-1/+1
* thumbnails: remove unused struct definitionCosimo Cecchi2011-04-041-11/+0
* thumbnails: remove obsolete check for GLib < 2.14 compatibilityCosimo Cecchi2011-04-041-5/+0
* thumbnails: remove code unused for yearsCosimo Cecchi2011-04-041-254/+0
* all: don't use eel_g_settings_add_auto_* methodsCosimo Cecchi2011-01-301-8/+4
* all: remove unused includes of eel-gdk-pixbuf-extensionsCosimo Cecchi2011-01-201-1/+0
* libgnome-desktop build fixesBaptiste Mille-Mathias2010-11-121-1/+1
* thumbnails: don't use GDK_THREADS_* macrosCosimo Cecchi2010-09-191-2/+2
* Convert icon-view preferences to gsettingsAlexander Larsson2010-07-231-2/+3
* Don't load files for thumbnailing that we can't thumbnail anywayAlexander Larsson2009-09-181-6/+24
* Free get_types_table internal hashtable on exitAlexander Larsson2009-09-081-1/+6
* Remove useless functionCosimo Cecchi2009-04-221-16/+0
* Use g_timeout_add_seconds where appropriateNelson Benitez2009-04-211-1/+1
* Bug 538888 – crash in Home Folder: I tried to open a direct...Alexander Larsson2009-03-121-1/+6
* check if the mtime attribute is actually available.Paolo Borelli2009-02-231-11/+12
* don't hardcode mimetypes for which we limit the file size, but load theCosimo Cecchi2009-02-231-12/+17
* Replace deprecated gdk_pixbuf_unref with g_object_unrefThomas Hindoe Paaboel Andersen2009-02-091-1/+1
* Require trunk eel. Drop libgnome* and librsvg deps.Alexander Larsson2008-10-071-31/+32
* Fix thumbnail handling. Always request thumbnailing if a file without anyChristian Neumair2008-06-111-0/+16
* Move all of Nautilus to single Gtk+ includes, because Mitch says so.A. Walton2008-05-211-1/+1
* Always use the thumbnails regardless of the original file size if it hasCosimo Cecchi2008-03-181-0/+38
* Fix memleak.Alexander Larsson2008-01-081-0/+1
* Merge gio-branchAlexander Larsson2007-11-301-56/+148
* Add nautilus_thumbnail_load_image_async and cancel.Alexander Larsson2007-09-101-25/+135
* Work with glib < 2.13.0Alexander Larsson2007-04-161-0/+5
* Avoid searching possibly long lists of thumbnails. Based on patch fromAlexander Larsson2007-04-131-54/+52
* Added support for a thumbnail icon size prefs (#424127)Alexander Larsson2007-04-121-3/+11
* Fix crash on broken images. (#403255) Patch from Lucas Mazzardo VelosoAlexander Larsson2007-02-061-1/+3
* Use GdkPixbufLoader for thumbnailing.Christian Neumair2006-05-301-9/+133
* Don't frame thumbnails with alpha channel.Alexander Larsson2005-11-231-1/+3
* Copy thumbnails when copying file metadata. Fixes #45191.Christian Neumair2005-09-191-12/+20
* Don't try to thumbnail files which have been modified in the last fewMartin Wehner2005-05-081-0/+19
* remove nautilus-theme.[c-h] from the build process. remove the need to useDiego Gonzalez2005-04-041-20/+4
* Better handling of icon sizes, including framing of large file-as-iconAlexander Larsson2004-12-151-16/+23
* Check _POSIX_THREAD_ATTR_STACKSIZE before using pthread_attr_setstacksize.Dave Camp2004-04-281-0/+2
* Fix race on thumbnail creation. If a thumbnail was being created when theAlexander Larsson2003-03-251-10/+27
* Keep track of whether the file is being thumbnailed. If it is atAlexander Larsson2003-03-121-18/+138
* Free pixbuf when saved.Alexander Larsson2003-02-131-0/+1
* Allocate 128K thread stack. Patch from marcus@freebsd.org. (#99917)Alexander Larsson2002-12-021-0/+1
* Remove unused files.Alexander Larsson2002-09-261-1/+0
* Merge the new-icon-factory-branch branch to HEAD.Alexander Larsson2002-09-181-693/+112
* pass in info if we have it already.Michael Meeks2002-08-071-0/+1