summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-thumbnails.c
Commit message (Expand)AuthorAgeFilesLines
* #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
* Remove librsvg.Ramiro Estrugo2001-04-041-8/+8
* reviewed by: Gene Ragan <gzr@eazel.com>Darin Adler2001-02-211-28/+36
* reviewed by: John Sullivan <sullivan@eazel.com>Darin Adler2001-02-031-0/+4
* reviewed by: Gene Z. Ragan <gzr@eazel.com>Pavel Cisler2001-01-311-8/+8
* fixed bug 5817, removing the extension from images makes their thumbnailsAndy Hertzfeld2001-01-251-2/+3
* Fix a crash that was blocking Eli -- a close was being called withoutPavel Cisler2001-01-181-1/+5
* fixed bugs 5674, 5697 and 5699, Nautilus shows a broken image icon insteadAndy Hertzfeld2001-01-181-17/+52
* Removed a g_assert (!vfs_file_exists). I ran into this while testingJohn Sullivan2000-12-201-1/+0
* reviewed by: Maciej Stachowiak <mjs@eazel.com>Pavel Cisler2000-11-211-20/+96
* made thumbnailing work remotely for all images, by treating small remoteAndy Hertzfeld2000-10-311-13/+20
* fixed bug 4190, problem thumbnailing icons in vault, by adding a test toAndy Hertzfeld2000-10-311-1/+7
* fixed problem Arlo found where tighter layout mode causes the selectionAndy Hertzfeld2000-10-051-3/+2
* finished fixing bug 3342, thumbnailing never gives up on bad images, byAndy Hertzfeld2000-09-291-4/+30
* partially fixed bug 3342, thumbnailing never gives up on bad images. IfAndy Hertzfeld2000-09-291-2/+9
* fixed big 2932, nautilus doesn't finish making thumbnails if there is aAndy Hertzfeld2000-09-261-69/+53
* Storage leak fixes. Today I concentrated on leaks that happenDarin Adler2000-09-231-1/+4
* Fixed bug 640 (icon cache never frees images (awaiting GdkPixbufDarin Adler2000-09-201-0/+505