summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-11Add support for padding in theme configuration files.Andrei Karas1-2/+6
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-0/+2
2011-08-28Move simple colors to themes.Andrei Karas1-0/+9
Need add to all themes, or all simple colors will be black.
2011-08-22Improve draw perfomance.Andrei Karas1-0/+1
Add new theme color DROPDOWN_SHADOW.
2011-08-22Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY.Andrei Karas1-0/+3
2011-08-22Fix some theme font colors in different gui elements.Andrei Karas1-0/+1
Add new color ITEM_NOT_EQUIPPED.
2011-07-05Add ability to send client states to other clients.Andrei Karas1-0/+1
Using for this emotes.
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+1
2011-02-19Update copyrights.Andrei Karas1-1/+2
2011-01-02Initial commit.Andrei Karas1-0/+273
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.