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