summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06Use fillRectangle instead of tiling a colored imageThorbjørn Lindeijer1-18/+6
2009-07-26Fixed a '+' string operation, and attempt to resolve the Mantis 427.Bertram1-1/+18
2009-07-24Made the wallpaper be rescaled when necessary under SDL and OpenGL.Bertram1-4/+23
The SDL methods to rescale the wallpaper has been optimized to permit rescaling at load time while OpenGL draws directly rescaled. Does someone know how to smooth the rescaled image under OpenGL?
2009-04-12Moved client version string creation to preprocessorBjørn1-3/+2
2009-04-12Merge version strings, add version to setup, etcJared Adams1-0/+8
All instances of version strings should now use the same text. The version label was moved from main.cpp to Desktop. A new version label was added to SetupDialog to make it easier to get the version if you are already in game.
2009-04-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer1-0/+95
Cleans up main.cpp a little.