Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-21 | Move configuration options to the walls_config_t. | Jon Bergli Heier | 1 | -4/+3 | |
This closes feature #7. | |||||
2010-03-21 | Implemented a very basic configuration dialog. | Jon Bergli Heier | 1 | -2/+4 | |
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 | -1/+1 | |
This works by holding control down while scrolling up or down. Horizontal scrolling will now also work by holding shift down. | |||||
2010-03-09 | Implemented zoom buttons. | Jon Bergli Heier | 1 | -0/+15 | |
2010-02-07 | Added recursive removal of missing files. | Jon Bergli Heier | 1 | -0/+9 | |
2010-02-07 | Recreate the folder tree model when folders has been added. | Jon Bergli Heier | 1 | -4/+8 | |
2010-01-30 | Added options for recursive and non-recursive directory updating. | Jon Bergli Heier | 1 | -2/+3 | |
2010-01-30 | Added option to remove missing files from a directory. | Jon Bergli Heier | 1 | -2/+53 | |
2010-01-06 | Implemented threaded preloading of images. | Jon Bergli Heier | 1 | -0/+40 | |
The number of preloads is currently hardcoded in preload.c, an option to change this will be added shortly. | |||||
2010-01-04 | Added -Wall to CCFLAGS and some code cleanup. | Jon Bergli Heier | 1 | -3/+1 | |
2009-12-25 | Use g_error_free in add_dir_recursive (fixes crash when adding). | Jon Bergli Heier | 1 | -1/+1 | |
2009-12-23 | Remember to free GError. | Jon Bergli Heier | 1 | -0/+1 | |
2009-12-23 | Fixed recursive adding. | Jon Bergli Heier | 1 | -15/+45 | |
Removed Imlib2 dependency. | |||||
2009-12-23 | Added som directory adding stuff. | Jon Bergli Heier | 1 | -19/+28 | |
2009-12-22 | Initial commit. | Jon Bergli Heier | 1 | -0/+82 | |