summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-02-22Move color into gui dir.Andrei Karas1-5/+5
2014-02-21fix signed shifts.Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-1/+1
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-2/+2
2014-01-10fix dirs and files enumeration in some systems.Andrei Karas1-1/+1
2014-01-06simplify files enumerate function usage.Andrei Karas1-26/+3
2014-01-06Add missing npc font settings.Andrei Karas1-0/+2
2014-01-05Add chinese font auto usage if detected chinese locale.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into theme.Andrei Karas1-3/+3
2013-12-09add color for away chat messages.Andrei Karas1-1/+6
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE.
2013-12-09Add new theme color for old chat messages.Andrei Karas1-1/+6
New chat colors: OLDCHAT, OLDCHAT_OUTLINE
2013-12-09Add text colors for job bar.Andrei Karas1-1/+3
New theme colors: JOB_BAR, JOB_BAR_OUTLINE
2013-12-09Add text colors for status (yellow) bar.Andrei Karas1-1/+3
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE
2013-12-09add background color for status (yellow) bar.Andrei Karas1-2/+3
New progress color: STATUS.
2013-12-09Add text colors for arrows bar.Andrei Karas1-1/+3
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE
2013-12-09add background color for arrows bar.Andrei Karas1-0/+1
New progress color: ARROWS.
2013-12-09Add text colors for money bar.Andrei Karas1-1/+3
New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE
2013-12-09fix typos in colors definition.Andrei Karas1-4/+4
2013-12-09add background color for money bar.Andrei Karas1-1/+2
New progress color: MONEY.
2013-12-09Add text colors for weight bar.Andrei Karas1-0/+2
New theme colors: WEIGHT_BAR, WEIGHT_BAR_OUTLINE
2013-12-09Add text colors for xp bar.Andrei Karas1-0/+2
New theme colors: XP_BAR, XP_BAR_OUTLINE
2013-12-09Add text colors for mp bar.Andrei Karas1-0/+4
New theme colors: MP_BAR, MP_BAR_OUTLINE, NO_MP_BAR, NO_MP_BAR_OUTLINE
2013-12-09Add text colors for hp bar.Andrei Karas1-1/+3
New theme colors: HP_BAR, HP_BAR_OUTLINE
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas1-0/+1
Also add PROGRESSBAR_OUTLINE color.
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas1-2/+4
New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE.
2013-12-03add UPDATE color into progress bar colors.Andrei Karas1-2/+2
New progress color: UPDATE. also removed DEFAULT progress color.
2013-11-30Add new theme color TABLE_BACKGROUND.Andrei Karas1-1/+2
It used in background of table headers.
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+1
Also add configuration listeners removing in objects.
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-2/+2
2013-09-25improve a bit strings declaration.Andrei Karas1-3/+3
2013-09-11remove unused includes from gui files.Andrei Karas1-1/+0
2013-08-29fix some missing checks.Andrei Karas1-6/+9
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-14fix compilation warnings.Andrei Karas1-2/+2
2013-08-14add icons into tabs in chat emotes window.Andrei Karas1-5/+8
2013-05-30Add color for globals with player/npc name.Andrei Karas1-0/+5
New colors: GLOBAL, GLOBAL_OUTLINE.
2013-05-27improve theme class.Andrei Karas1-21/+11
2013-05-26Add outline for PLAYER_ADVANCED color.Andrei Karas1-0/+1
fix outline for header in beingpopup.
2013-05-23Add missing black color into browserbox.Andrei Karas1-0/+2
2013-05-21Add ability to change gui opacity from theme file.Andrei Karas1-0/+6
Set opacity for jewelry theme to 1.
2013-05-06add outline colors in speechbubble.Andrei Karas1-0/+2
2013-05-06add outline colors in itempopup.Andrei Karas1-0/+15
2013-05-06add outline color in dropdown.Andrei Karas1-0/+1
2013-05-06add outline color to radio button.Andrei Karas1-0/+1
2013-05-06add outline color in checbox class.Andrei Karas1-0/+1
2013-05-06Add outline colors for button class.Andrei Karas1-0/+4
2013-05-06add outline color in textfield class.Andrei Karas1-0/+1
2013-05-06Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED.Andrei Karas1-0/+2
2013-05-06add outline color for not supported color in servers dialog.Andrei Karas1-0/+1