summaryrefslogtreecommitdiff
path: root/preload.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21Move configuration options to the walls_config_t.Jon Bergli Heier1-4/+1
This closes feature #7.
2010-03-21Implemented a very basic configuration dialog.Jon Bergli Heier1-1/+3
This code is a bit hackish, all configuration options should be collected in a single place (eg. a config struct) in order to easily keep track of all configuration options.
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.