summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas9-19/+33
2013-12-14Improve a bit separate images drawing.Andrei Karas26-49/+58
2013-12-13fix help window initialisation.Andrei Karas1-0/+1
2013-12-13add theme file for connection dialog.Andrei Karas1-1/+1
2013-12-12fix chat tabs scrolling issue with enabled colors picker.Andrei Karas3-1/+16
2013-12-12fix tabbed area resizing with scroll arrows disabled.Andrei Karas1-3/+5
2013-12-12fix possible division by zero in guitable.Andrei Karas1-1/+3
2013-12-12add theming for desktop object.Andrei Karas2-3/+25
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-11fix bot checker window in some themes.Andrei Karas1-8/+13
2013-12-10allow set smaller size for shortcuts containers.Andrei Karas1-11/+12
2013-12-09add color for away chat messages.Andrei Karas3-2/+9
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE.
2013-12-09Add new theme color for old chat messages.Andrei Karas3-2/+9
New chat colors: OLDCHAT, OLDCHAT_OUTLINE
2013-12-09Add theme option to show/hide window title.Andrei Karas2-5/+7
New theme option: showTitle default value: 1
2013-12-09Add text colors for job bar.Andrei Karas4-2/+8
New theme colors: JOB_BAR, JOB_BAR_OUTLINE
2013-12-09Add text colors for status (yellow) bar.Andrei Karas3-2/+6
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE
2013-12-09add background color for status (yellow) bar.Andrei Karas3-3/+5
New progress color: STATUS.
2013-12-09Add text colors for arrows bar.Andrei Karas3-2/+6
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE
2013-12-09add background color for arrows bar.Andrei Karas3-1/+3
New progress color: ARROWS.
2013-12-09Add text colors for money bar.Andrei Karas3-2/+6
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 Karas3-2/+4
New progress color: MONEY.
2013-12-09Add text colors for weight bar.Andrei Karas4-1/+7
New theme colors: WEIGHT_BAR, WEIGHT_BAR_OUTLINE
2013-12-09Add text colors for xp bar.Andrei Karas4-1/+7
New theme colors: XP_BAR, XP_BAR_OUTLINE
2013-12-09Add text colors for mp bar.Andrei Karas4-3/+30
New theme colors: MP_BAR, MP_BAR_OUTLINE, NO_MP_BAR, NO_MP_BAR_OUTLINE
2013-12-09Add text colors for hp bar.Andrei Karas4-2/+8
New theme colors: HP_BAR, HP_BAR_OUTLINE
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas5-15/+24
Also add PROGRESSBAR_OUTLINE color.
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas6-34/+55
New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE.
2013-12-03add UPDATE color into progress bar colors.Andrei Karas5-10/+10
New progress color: UPDATE. also removed DEFAULT progress color.
2013-11-30fix styled drawing after update.Andrei Karas6-36/+36
2013-11-30add customizable color for tiles separation border.Andrei Karas3-1/+8
2013-11-30fix background color in botchecker in guitable.Andrei Karas1-0/+2
2013-11-30add support for unselectable guitables.Andrei Karas4-7/+17
2013-11-30fix selecting first row in gui table.Andrei Karas1-3/+3
2013-11-30Add new theme color TABLE_BACKGROUND.Andrei Karas3-3/+5
It used in background of table headers.
2013-11-27Improve a bit draw speed in emoteshortcutcontainer.Andrei Karas1-5/+12
2013-11-26fix compilation with SDL2.Andrei Karas1-2/+0
2013-11-23fix compilation with SDL2 and without internal guichan and same time.Andrei Karas1-0/+4
2013-11-22fix code style.Andrei Karas3-11/+7
2013-11-21add new gui shortcuts into settings.Andrei Karas1-0/+56
Before it had only default values and cant be changed from settings.
2013-11-20add option to enable/disable map tiles animations.Andrei Karas1-0/+4
Misc \ Map \ Play map animations.
2013-11-16fix gui shortcuts in SDL2 text fields.Andrei Karas2-43/+147
2013-11-16fix "show all languages messages" option for client with language tab disabled.Andrei Karas1-4/+12
2013-11-12fix typo in option name.Andrei Karas1-1/+1
2013-11-11Fix compilation in clang with libc++.Andrei Karas6-3/+7
2013-11-08fix code style.Andrei Karas1-2/+0
2013-11-07remove client.h include from some files.Andrei Karas1-1/+2
2013-11-07redraw cached children if scrollarea position was changed.Andrei Karas1-1/+15
2013-11-05fix compilation warnings.Andrei Karas1-2/+0
2013-11-04Add option for features.xml for allow/not allow follow.Andrei Karas1-2/+5
New option: allowFollow default value is 1.
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas11-12/+12