summaryrefslogtreecommitdiff
path: root/data/graphics/gui
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23Adjust imageOffsetY in emotes shortcuts bar.Andrei Karas1-1/+1
2018-05-23Adjust image offsetY in item shortcut container.Andrei Karas1-1/+2
2018-05-23Use skin option textOffsetY in item shortcut container.Andrei Karas1-0/+2
2018-05-23Add textOffsetY skin field into spell shortcut container.Andrei Karas1-0/+2
Before it used box/2 as offset.
2018-05-23Add missing skin file items.xml into themes.Andrei Karas3-0/+25
2018-05-23Add missing skin file spells.xml into themes.Andrei Karas3-0/+25
2018-05-23Add skin offsets for images and text in shortcut containers.Andrei Karas3-0/+27
2018-05-22Add option for show shortcuts buttons icons.Andrei Karas3-0/+2
Icons by Guaritore.
2018-03-09Add own skin for pincode keyboard buttons.Andrei Karas6-0/+96
Also resize pincode dialog if pincode control too big.
2018-03-07Add support for set new pincode.Andrei Karas3-0/+8
Add pincode dialog and widget.
2018-02-09Add clan chat tab colors into themes.Andrei Karas1-0/+3
2017-06-18Add missing file.Andrei Karas1-0/+23
2017-06-17Add skin xml for server info window.Andrei Karas2-0/+2
New file: serverinfo.xml
2016-12-15Add theme files for skill rectangle listbox.Andrei Karas3-0/+14
2016-02-12Fix drawing keyboard icon.Andrei Karas1-1/+1
2016-02-10Fix cutin window in different themes.Andrei Karas3-0/+25
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-02Add inventory cell to all themes.Andrei Karas4-0/+8
2015-10-30Add support in themes to draw each inventory cell background.Andrei Karas3-0/+8
By default no images for cell background in any theme.
2015-07-14Add card color into all themes.Andrei Karas1-0/+1
2015-04-30Fix mail edit window in different themes.Andrei Karas1-0/+25
2015-04-29Allos send items by mail.Andrei Karas2-0/+2
2014-10-12Add channeltab class and colors for it.Andrei Karas1-0/+3
2014-10-12Add own battle chat tab colors.Andrei Karas1-0/+3
2014-09-28Add new equipment.xml theme options.Andrei Karas1-0/+2
New options: tabHeightAdjust - how many pixels adjust tabs height. tabPadding - padding between tabs and other controls.
2014-09-18Add new theme colors for disabled text.Andrei Karas1-0/+1
New colors: TEXT_DISABLED, TEXT_DISABLED_OUTLINE For now unused.
2014-09-18Add skill cooldown color.Andrei Karas1-0/+1
New color: SKILL_COOLDOWN
2014-03-25If player poisoned, hightlight his life bar in social window with special color.Andrei Karas1-0/+1
2014-01-01update copyright year in xml files.Andrei Karas1-1/+1
2013-12-22allow fill complete part of progress bar with images.Andrei Karas4-0/+23
For this need add in progress bar theme file option fillImage and set it to 1. Then add progress bar xml file for image with name: name_fill.xml. Default is: progressbar_fill.xml New theme option: fillImage New theme file (default name): progressbar_fill.xml
2013-12-16fix speechbubble size.Andrei Karas4-0/+15
2013-12-15add theme option into checkbox to hide X icon (draw box).Andrei Karas1-0/+1
New theme option: drawBox
2013-12-13add theme file for connection dialog.Andrei Karas3-0/+7
2013-12-12add theming for desktop object.Andrei Karas3-0/+10
New theme file: desktop.xml Theme options: showBackground - to show or hide background versionX - version label position by x versionY - version label position by y
2013-12-09add color for away chat messages.Andrei Karas1-0/+1
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE.
2013-12-09Add new theme color for old chat messages.Andrei Karas1-0/+1
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-1/+1
New progress color: UPDATE. also removed DEFAULT progress color.