summaryrefslogtreecommitdiff
path: root/src/resources/wallpaper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11Added the possibility to get random login wallpapers, when several fit the ↵Bertram1-34/+57
resolution. This resolve the Mantis #809. The images filenames must end using the mask "_<width>x<height>.png" For instance: myskylogin_800x600.png. Of course, the images must be in the data/graphics/images folder.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+1
2009-04-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer1-7/+7
Cleans up main.cpp a little.
2009-04-10Some tweaks to wallpaper loading codeBjørn Lindeijer1-26/+30
Mainly to conform better with coding conventions.
2009-04-09Fixed some warningsBjørn Lindeijer1-4/+13
Unused variable, compiler suggested braces to disambiguate an else statement and another comparision between signed and unsigned integers.
2009-04-08Add a more flexible wallpaper systemJared Adams1-0/+99