summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-09-11Fix code style.Andrei Karas1-2/+2
2011-09-11Add support for padding in theme configuration files.Andrei Karas1-109/+114
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-0/+28
2011-08-28Move simple colors to themes.Andrei Karas1-1/+10
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-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-05Add ability to send client states to other clients.Andrei Karas1-1/+2
Using for this emotes.
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-04-02Add missing checks.Andrei Karas1-2/+5
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-1/+2
2011-02-19Update copyrights.Andrei Karas1-1/+2
2011-01-02Initial commit.Andrei Karas1-0/+791
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.