summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-21/+3
2012-02-10Arbitrary small code cleanupsThorbjørn Lindeijer1-1/+1
2012-02-09Fixed wallpaper prescaling issuesThorbjørn Lindeijer1-17/+26
2012-02-06Some cleanups in the initialization of wallpaper pathsThorbjørn Lindeijer1-1/+1
2012-01-31Added missing copyright notices.Yohann Ferreira1-0/+1
2010-10-22Turned the OpenGL and disable transparency options as static members.Yohann Ferreira1-2/+2
2010-02-27Report more info on client in cURL useragent and DesktopJared Adams1-1/+11
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-3/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-12Standardize header orderJared Adams1-4/+4
2010-01-11Cleanup GUI classesJared Adams1-0/+1
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
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
2009-04-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer1-0/+95