summaryrefslogtreecommitdiff
path: root/data/graphics
AgeCommit message (Collapse)AuthorFilesLines
2012-10-20Add support for loading different color palettes.Andrei Karas1-95/+97
colors.xml converted to new format
2012-10-18Fix padding for ok dialog.Andrei Karas1-0/+1
2012-10-18Fix in ok dialog size and button position.Andrei Karas3-0/+26
2012-10-18Add button in themes to show additional theme info.Andrei Karas3-0/+6
2012-10-18Extend theming listbox with image.Andrei Karas1-0/+2
New theme options: imagePadding - padding for image from left spacing - space between image and text
2012-10-18Extend dropdown theming.Andrei Karas1-0/+4
New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size
2012-10-17Extend radio button theming.Andrei Karas1-0/+5
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding
2012-10-17Extend checkbox theming.Andrei Karas1-0/+5
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding
2012-10-16Add listbox padding.Andrei Karas3-0/+7
New theme file: listbox.xml Theme option: padding
2012-10-14Add missing file.Andrei Karas1-0/+5
2012-10-14Extend theming in tab control.Andrei Karas1-0/+2
Add padding parameter.
2012-10-14Add theming to labels.Andrei Karas2-0/+2
New theme file: label.xml Parameters: padding
2012-10-14Add new parameters to buttons theming.Andrei Karas4-0/+12
New parameters: padding - padding over button text. spacing - space between text and image.
2012-10-12Add new parameters to equipment window tehming.Andrei Karas3-0/+27
New parameters: itemPadding - ofset in pixels from left top corner or item box boxSize - slot item box size (by default 36 px)
2012-10-12Fix padding in progress bars.Andrei Karas1-1/+1
2012-10-04Add support for padding in progress bars.Andrei Karas1-0/+2
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-21Add to equipment window, background image theming.Andrei Karas4-0/+8
New theme file: equipment_background.xml
2012-09-20Add theme color for text in popup windows.Andrei Karas1-0/+1
New theme color: POPUP
2012-09-13Add theming support for background for scrollbars.Andrei Karas4-0/+29
By default background is transparent.
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-08-02Hide in default theme background in quests window.Andrei Karas1-2/+2
2012-07-31Add theme option to show hide opaque background for some windows.Andrei Karas5-0/+53
2012-07-29Add icons to quests window.Andrei Karas4-0/+14
Fix memory leak in extendednamesmodel.
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+0
2012-07-28Add missing theme files from previous commit.Andrei Karas2-0/+36
2012-07-28Extend playerbox theming.Andrei Karas2-0/+4
2012-07-21Add two new colors to themes.Andrei Karas1-1/+2
BUBBLE_NAME for speaker nick. BUBBLE_TEXT for speach text.
2012-07-15Change text buble theming.Andrei Karas4-0/+20
2012-07-14Change checkbox theming.Andrei Karas5-2/+12
2012-07-13Change radio button theming.Andrei Karas8-8/+10
2012-07-13Change selection theming.Andrei Karas6-2/+14
2012-07-13Change shortcuts windows theming.Andrei Karas5-2/+7