Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-21 | Move configuration options to the walls_config_t. | Jon Bergli Heier | 1 | -2/+0 | |
This closes feature #7. | |||||
2010-03-21 | Implemented a very basic configuration dialog. | Jon Bergli Heier | 1 | -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-09 | Implemented zooming with scrollwheel. | Jon Bergli Heier | 1 | -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-07 | Recreate the folder tree model when folders has been added. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-30 | Added options for recursive and non-recursive directory updating. | Jon Bergli Heier | 1 | -1/+1 | |
2010-01-30 | Added option to remove missing files from a directory. | Jon Bergli Heier | 1 | -0/+1 | |
2010-01-06 | Implemented threaded preloading of images. | Jon Bergli Heier | 1 | -0/+2 | |
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly. | |||||
2009-12-23 | Fixed recursive adding. | Jon Bergli Heier | 1 | -1/+3 | |
Removed Imlib2 dependency. | |||||
2009-12-23 | Added som directory adding stuff. | Jon Bergli Heier | 1 | -0/+8 | |