Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-09 | Store original pixbufs so that preloaded images can be properly resized. | Jon Bergli Heier | 1 | -1/+2 | |
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-06 | Implemented threaded preloading of images. | Jon Bergli Heier | 1 | -0/+22 | |
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly. |