summaryrefslogtreecommitdiff
path: root/src/gui/widgets/desktop.h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using
2012-02-06Some cleanups in the initialization of wallpaper pathsThorbjørn Lindeijer1-1/+1
The 'paths' configuration in client-data now overrides any configuration in 'branding', so that it will apply after the updates for a certain server have been downloaded. Also, some isDirectory checks have been removed. When the configuration is wrong, it's probably better to see that there is a problem. Reviewed-by: Yohann Ferreira
2012-01-31Added missing copyright notices.Yohann Ferreira1-0/+1
Reviewed-by: Erik Schilling
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-3/+2
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-12Standardize header orderJared Adams1-2/+2
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2009-08-06Use fillRectangle instead of tiling a colored imageThorbjørn Lindeijer1-2/+4
2009-07-26Fixed a '+' string operation, and attempt to resolve the Mantis 427.Bertram1-1/+2
2009-04-12Moved client version string creation to preprocessorBjørn1-4/+5
2009-04-12Merge version strings, add version to setup, etcJared Adams1-2/+4
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/+62
Cleans up main.cpp a little.