summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-thumbnails.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* #include <signal.h> for kill() and SIGKILL.Laszlo Peter2002-05-281-0/+1
* major changes to use a thread to create thumbnails instead of forking forDamon Chaplin2002-05-231-413/+669
* Remove public metadataAlex Larsson2002-05-091-19/+3
* Thumbnail in a low priority idle handler instead of in a 400ms timeout.Alex Larsson2002-03-281-5/+5
* Don't define JCONFIG_INCLUDED. That breaks libjpeg for me.Alex Larsson2002-03-281-23/+22
* Add patch to re-thumbnail if the thumbnail timestamp is different from theHavoc Pennington2002-03-201-21/+87
* don't try to set properties on a remote container that is being / has beenMichael Meeks2002-03-061-2/+2
* Get rid of code that passes around the "optimize for AA" flag.Darin Adler2002-01-211-2/+2
* lots of files Get rid of casts in callers to g_object_ref/g_object_unref.Darin Adler2001-12-071-3/+3
* Lots of files. Another GtkObject -> GObject pass.Darin Adler2001-11-061-3/+3
* libnautilus-private now compiles -- on to srcDarin Adler2001-10-301-5/+1
* More GNOME 2 work. We now compile up to libnautilus-private and I'mDarin Adler2001-10-281-1/+1
* Ref and sink the new adapter. (nautilus_adapter_new): Remove unusedDarin Adler2001-09-251-2/+3
* Updated bugzilla.eazel.com references to refer to theDarin Adler2001-09-151-5/+5
* Merge some stuff from the redhat-outstanding-patches branchAlex Larsson2001-09-111-2/+2
* Oops.Darin Adler2001-08-061-2/+2
* Simplify logic. (pixbuf_is_framed): Do size and format reality checks onDarin Adler2001-08-061-53/+55
* Remove eel_ prefix from name. (background_get_desktop_background_window):Darin Adler2001-07-241-43/+20
* changed thumbnailing to not draw the frame into the thumbnail imagesAndy Hertzfeld2001-07-231-61/+98
* Add includes that were inadevertantly pulled in by the older kinderSeth Nickell2001-07-071-1/+1
* Patch from Miguel Rodríguez Pérez <migras@atlas.uvigo.es>Ramiro Estrugo2001-06-261-3/+32
* Frederic Devernay <Frederic.Devernay@sophia.inria.fr>Darin Adler2001-06-061-3/+3
* Made the thumbnail mechanism respect the "PUBLIC_METADATA"John Sullivan2001-05-111-54/+66
* Changed code that uses g_list_append to use g_list_prepend in all theDarin Adler2001-05-111-8/+2
* Integrated a patch by Alexander Larsson <alla@lysator.liu.se> thatDarin Adler2001-04-271-6/+16
* Move vfs extensions to eel.Ramiro Estrugo2001-04-041-11/+11