summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
AgeCommit message (Collapse)AuthorFilesLines
2014-02-22Move color into gui dir.Andrei Karas1-7/+7
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-2/+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-0/+2
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE.
2013-12-09Add new theme color for old chat messages.Andrei Karas1-0/+2
New chat colors: OLDCHAT, OLDCHAT_OUTLINE
2013-12-09Add text colors for job bar.Andrei Karas1-0/+2
New theme colors: JOB_BAR, JOB_BAR_OUTLINE
2013-12-09Add text colors for status (yellow) bar.Andrei Karas1-0/+2
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE
2013-12-09add background color for status (yellow) bar.Andrei Karas1-0/+1
New progress color: STATUS.
2013-12-09Add text colors for arrows bar.Andrei Karas1-0/+2
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-0/+2
New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE
2013-12-09add background color for money bar.Andrei Karas1-0/+1
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-0/+2
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-0/+2
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-0/+1
It used in background of table headers.
2013-10-24add final keyword to gui files.Andrei Karas1-1/+1
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-2/+2
2013-09-11remove unused includes from gui files.Andrei Karas1-1/+2
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-05-30Add color for globals with player/npc name.Andrei Karas1-0/+2
New colors: GLOBAL, GLOBAL_OUTLINE.
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-27improve theme class.Andrei Karas1-5/+5
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-1/+3
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
2013-05-05add outline color to listbox.Andrei Karas1-0/+2
2013-05-05dehardcode status bar colors (yellow bar).Andrei Karas1-0/+2
2013-05-04add outline color TEXT color.Andrei Karas1-0/+1
2013-05-04add outline support for warning color.Andrei Karas1-0/+1
2013-05-04Add outline for label default color.Andrei Karas1-0/+1
2013-05-01Add ability to load theme xml files depend on screen density.Andrei Karas1-0/+1
Known densities: low medium tv high xhigh xxhigh Xml file name example with density: window_high.xml if file with density missing, will be loaded file without density.
2013-04-30add support for set fonts and font sizes from themes.Andrei Karas1-1/+17
Changed default font size from 11 to 12 px.