Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-12 | Split Palette into Theme and UserPalette | Jared Adams | 1 | -2/+2 | |
Themes can now control the colors they use. Colors in the Viewport (being names, particles, etc) can still be changed by the user. Also make ProgressBars more easily colored. DyePalette was made more flexible in the process. Also fixes comparing strings of different lengths insensitively. Reviewed-by: Thorbjørn Lindeijer | |||||
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2009-04-10 | Introduced a Desktop widget to handle the wallpaper | Bjørn Lindeijer | 1 | -2/+1 | |
Cleans up main.cpp a little. | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -0/+40 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. |