summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-03-16Fix some color issuesJared Adams1-3/+14
Colors in BrowserBoxes generally didn't work. Also simplify much palette control detail. Reviewed-by: Thorbjørn Lindeijer
2010-03-15Fix some branding issuesJared Adams1-1/+1
Reviewed-by: Chuck Miller
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-11/+214
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-03-05Rename SkinLoader to ThemeJared Adams1-0/+345
Also merge the guialpha ConfigListener into Theme. Reviewed-by: Thorbjørn Lindeijer