summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28Extend window theming.Andrei Karas1-0/+12
New theme options: stickyPadding - padding for sticky button from top. stickySpacing - space between sticky button and close button. By default both parameters is 3.
2012-10-20Fix palettes loading and using.Andrei Karas1-4/+4
2012-10-20Allow get colors from Widget2.Andrei Karas1-2/+0
2012-10-20Add support for loading different color palettes.Andrei Karas1-17/+31
colors.xml converted to new format
2012-10-18Add button in themes to show additional theme info.Andrei Karas1-0/+32
2012-10-18Simplify reading values from config.Andrei Karas1-6/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-24/+26
2012-10-04Add text fileds cursor (caret) color.Andrei Karas1-0/+1
New theme colors: CARET
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-20Add theme color for text in popup windows.Andrei Karas1-0/+1
New theme color: POPUP
2012-09-19Add resize grip padding.Andrei Karas1-0/+7
Fix resize grip position. New theme option: resizePadding
2012-09-13Fix code style.Andrei Karas1-1/+1
2012-09-12Add for windows close button hover image.Andrei Karas1-4/+20
New theme parameter "closeImageHighlighted". It have attributes same as "closeImage".
2012-09-11Add new colors for button theming.Andrei Karas1-0/+2
New colors: BUTTON_PRESSED and BUTTON_HIGHLIGHTED.
2012-09-09Fix offline player chat tab colors.Andrei Karas1-2/+2
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-6/+6
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-09-06Add theme option for title bar height.Andrei Karas1-1/+8
Option name: titlebarHeight Default value: 20 px
2012-09-05Add theme attribute for close button padding.Andrei Karas1-0/+7
Attribute name: closePadding Default value: 3 pixels.
2012-09-05another some const fixes.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-1/+1
fix other small style issues.
2012-09-04Add const to more classes.Andrei Karas1-2/+2
2012-08-29Add const to more classes.Andrei Karas1-43/+48
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-23Remove useless includes.Andrei Karas1-3/+0
2012-08-04Add support for default theme file names.Andrei Karas1-10/+16
2012-07-30Add addition options to skin objects.Andrei Karas1-19/+53
2012-07-21Add two new colors to themes.Andrei Karas1-0/+2
BUBBLE_NAME for speaker nick. BUBBLE_TEXT for speach text.
2012-07-16Add new dye type A.Andrei Karas1-1/+1
Same as type S for colors + alpha channel. Example: equipment/feet/boots.png|A:#3c3c3cff,40332d40,4d4d4dff,5e4a3d40 here colors in format RRGGBBAA.
2012-07-14Change checkbox theming.Andrei Karas1-0/+6
2012-07-14Add to resourcemanager method to load imageset from image.Andrei Karas1-0/+24
2012-07-13Change radio button theming.Andrei Karas1-0/+4
2012-07-13Remove useless debug messages about skins.Andrei Karas1-24/+1
2012-07-13Fix leaks after last commit.Andrei Karas1-16/+40
2012-07-13Change resize grip theming.Andrei Karas1-1/+0
2012-07-13Change theme loading.Andrei Karas1-73/+112
2012-07-13Change slider theming.Andrei Karas1-4/+12
2012-07-13Change scrollarea theming.Andrei Karas1-0/+26
2012-07-13Improve theming.Andrei Karas1-15/+36
Add support for theming button.