Age | Commit message (Collapse) | Author | Files | Lines |
|
This closes feature #7.
|
|
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.
|
|
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().
|
|
The number of preloads is currently hardcoded in preload.c, an
option to change this will be added shortly.
|