summaryrefslogtreecommitdiff
path: root/wallpapers.h
AgeCommit message (Collapse)AuthorFilesLines
2010-03-21Move configuration options to the walls_config_t.Jon Bergli Heier1-2/+0
This closes feature #7.
2010-03-21Implemented a very basic configuration dialog.Jon Bergli Heier1-0/+2
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-03-09Implemented zooming with scrollwheel.Jon Bergli Heier1-0/+1
This works by holding control down while scrolling up or down. Horizontal scrolling will now also work by holding shift down.
2010-02-07Recreate the folder tree model when folders has been added.Jon Bergli Heier1-1/+1
2010-01-30Added options for recursive and non-recursive directory updating.Jon Bergli Heier1-1/+1
2010-01-30Added option to remove missing files from a directory.Jon Bergli Heier1-0/+1
2010-01-06Implemented threaded preloading of images.Jon Bergli Heier1-0/+2
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly.
2009-12-23Fixed recursive adding.Jon Bergli Heier1-1/+3
Removed Imlib2 dependency.
2009-12-23Added som directory adding stuff.Jon Bergli Heier1-0/+8