summaryrefslogtreecommitdiff
path: root/preload.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-09Store original pixbufs so that preloaded images can be properly resized.Jon Bergli Heier1-4/+27
load_pixbuf() will now load the original pixbuf, then draw the pre-resized pixbuf (if any) while keeping the original loaded. This way the image will be properly resized when needed. Added mutex calls to preload_clear().
2010-01-06Implemented threaded preloading of images.Jon Bergli Heier1-0/+281
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly.