summaryrefslogtreecommitdiff
path: root/data/themes/wood
AgeCommit message (Collapse)AuthorFilesLines
2012-10-18Add button in themes to show additional theme info.Andrei Karas3-0/+6
2012-10-12Add missing files from previous commit.Andrei Karas1-0/+25
2012-10-12Add new parameters to equipment window tehming.Andrei Karas2-0/+2
New parameters: itemPadding - ofset in pixels from left top corner or item box boxSize - slot item box size (by default 36 px)
2012-10-04Add support for padding in progress bars.Andrei Karas3-0/+27
Also fixed progress bars size. New progress bar attributes: fillPadding - padding for will rectangle padding - normal padding for bar
2012-10-04Add text fileds cursor (caret) color.Andrei Karas1-0/+1
New theme colors: CARET
2012-10-04Fix padding in some themes.Andrei Karas3-0/+25
2012-09-29Add equipment background to equipment window in some themes.Andrei Karas1-0/+0
2012-09-20Add theme color for text in popup windows.Andrei Karas1-0/+1
New theme color: POPUP
2012-09-11Add new colors for button theming.Andrei Karas1-0/+2
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED.
2012-09-08Add new colors for whisper tabs.Andrei Karas1-0/+4
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED
2012-09-08Add new colors for party and guild tabs.Andrei Karas1-0/+8
For party tabs: PARTY_CHAT_TAB_HIGHLIGHTED, PARTY_SOCIAL_TAB_HIGHLIGHTED, PARTY_CHAT_TAB_SELECTED, PARTY_SOCIAL_TAB_SELECTED For guild tabs: GUILD_CHAT_TAB_HIGHLIGHTED, GUILD_SOCIAL_TAB_HIGHLIGHTED, GUILD_CHAT_TAB_SELECTED, GUILD_SOCIAL_TAB_SELECTED
2012-09-08Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and ↵Andrei Karas1-2/+2
WHISPER_TAB_OFFLINE.
2012-09-06Add colors font color for highlighted and selected tab.Andrei Karas1-0/+2
New colors: TAB_HIGHLIGHTED, TAB_SELECTED
2012-08-29Add browserbox own color.Andrei Karas1-0/+1
Parameter "BROWSERBOX" in colors.xml Also fix colors for some derived controls.
2012-08-29Add window header own color.Andrei Karas1-0/+1
Parameter "WINDOW" in colors.xml
2012-08-29Add textfield own color.Andrei Karas1-0/+1
Parameter "TEXTFIELD" in colors.xml
2012-08-29Add textbox own color.Andrei Karas1-0/+1
Parameter "TEXTBOX" in colors.xml
2012-08-29Add radiobutton own color.Andrei Karas1-0/+1
Parameter "RADIOBUTTON" in colors.xml
2012-08-29Add listbox own color.Andrei Karas1-0/+1
Parameter "LISTBOX" in colors.xml
2012-08-29Add label own color.Andrei Karas1-0/+1
Parameter "LABEL" in colors.xml
2012-08-29Add dropdown own color.Andrei Karas1-0/+1
Parameter "DROPDOWN" in colors.xml
2012-08-29Add checkbox own color.Andrei Karas1-0/+1
Parameter "CHECKBOX" in colors.xml
2012-08-09Revert "Highlight gms in online list with color."Andrei Karas1-1/+1
This reverts commit 5804dfb0eb162fcd73e6ae7bac9232bb44dbf398.
2012-08-09Highlight gms in online list with color.Andrei Karas1-1/+1
2012-08-04Extend background theming.Andrei Karas7-1/+132
2012-07-31Add theme option to show hide opaque background for some windows.Andrei Karas4-0/+53
2012-07-30Fix radio button images in wood theme.Andrei Karas1-0/+0
2012-07-29Add complete/incomplete image to all themes.Andrei Karas1-0/+0
2012-07-21Add two new colors to themes.Andrei Karas1-0/+2
BUBBLE_NAME for speaker nick. BUBBLE_TEXT for speach text.
2012-07-21Fix close and sticky buttons in some themes.Andrei Karas1-0/+4
2012-07-14Convert wood theme to new format.Andrei Karas37-71/+4
2012-02-24Remove some duplicates from themes.Andrei Karas13-40/+0
2012-01-04Fix color in wood theme for /me messages.Andrei Karas1-1/+1
2011-12-08Fix some colors in wood theme.Andrei Karas1-5/+5
2011-08-28Move simple colors to themes.Andrei Karas1-0/+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-07-05Add ability to send client states to other clients.Andrei Karas1-0/+1
Using for this emotes.
2011-05-27add more missing files to EXTRA_DIST so that make dist will work out wellMaarten Vanraes1-1/+2
2011-05-16Remove execute permissions from themes files.Andrei Karas49-0/+0
2011-04-23Update local player chat color in light themes.Andrei Karas1-1/+1
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+1
2011-01-30Adding additional cursors to mouse.pngs on wood's theme.Reid1-0/+0
2011-01-02Initial commit.Andrei Karas51-0/+199
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.