Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-03 | Added support for the "too fast" login error | Thorbjørn Lindeijer | 1 | -4/+2 | |
So that next time somebody encounters it, it doesn't turn up as "unknown error". | |||||
2009-10-02 | Updating Code::Blocks project and adding header to fix compiler error. | Stefan Dombrowski | 1 | -0/+1 | |
2009-08-11 | Added the possibility to get random login wallpapers, when several fit the ↵ | Bertram | 1 | -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-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+1 | |
2009-04-10 | Introduced a Desktop widget to handle the wallpaper | Bjørn Lindeijer | 1 | -7/+7 | |
Cleans up main.cpp a little. | |||||
2009-04-10 | Some tweaks to wallpaper loading code | Bjørn Lindeijer | 1 | -26/+30 | |
Mainly to conform better with coding conventions. | |||||
2009-04-09 | Fixed some warnings | Bjørn Lindeijer | 1 | -4/+13 | |
Unused variable, compiler suggested braces to disambiguate an else statement and another comparision between signed and unsigned integers. | |||||
2009-04-08 | Add a more flexible wallpaper system | Jared Adams | 1 | -0/+99 | |