summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Collapse)AuthorFilesLines
2013-12-16fix compilation warnings.Andrei Karas1-2/+2
2013-12-15in updater window cut news to 50 lines and show link to full news.Andrei Karas2-2/+34
2013-12-15rename drawTile methods into separate names drawTileVertexes, ↵Andrei Karas1-1/+1
drawTileCollection.
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas1-3/+4
2013-12-14Improve a bit separate images drawing.Andrei Karas4-9/+12
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 Karas2-0/+15
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 Karas1-1/+1
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE.
2013-12-09Add text colors for job bar.Andrei Karas2-1/+3
New theme colors: JOB_BAR, JOB_BAR_OUTLINE
2013-12-09Add text colors for status (yellow) bar.Andrei Karas1-1/+1
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE
2013-12-09add background color for status (yellow) bar.Andrei Karas1-1/+1
New progress color: STATUS.
2013-12-09Add text colors for arrows bar.Andrei Karas1-1/+1
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE
2013-12-09add background color for arrows bar.Andrei Karas1-1/+1
New progress color: ARROWS.
2013-12-09Add text colors for money bar.Andrei Karas1-1/+1
New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE
2013-12-09add background color for money bar.Andrei Karas1-1/+1
New progress color: MONEY.
2013-12-09Add text colors for weight bar.Andrei Karas2-1/+3
New theme colors: WEIGHT_BAR, WEIGHT_BAR_OUTLINE
2013-12-09Add text colors for xp bar.Andrei Karas2-1/+3
New theme colors: XP_BAR, XP_BAR_OUTLINE
2013-12-09Add text colors for mp bar.Andrei Karas2-3/+22
New theme colors: MP_BAR, MP_BAR_OUTLINE, NO_MP_BAR, NO_MP_BAR_OUTLINE
2013-12-09Add text colors for hp bar.Andrei Karas2-1/+3
New theme colors: HP_BAR, HP_BAR_OUTLINE
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas2-14/+21
Also add PROGRESSBAR_OUTLINE color.
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas2-2/+4
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.
2013-11-30fix styled drawing after update.Andrei Karas3-18/+18
2013-11-30fix background color in botchecker in guitable.Andrei Karas1-0/+2
2013-11-30add support for unselectable guitables.Andrei Karas1-0/+1
2013-11-22fix code style.Andrei Karas1-1/+0
2013-11-16fix "show all languages messages" option for client with language tab disabled.Andrei Karas1-4/+12
2013-11-11Fix compilation in clang with libc++.Andrei Karas1-0/+1
2013-11-08fix code style.Andrei Karas1-2/+0
2013-11-05fix compilation warnings.Andrei Karas1-2/+0
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas1-1/+1
2013-11-03remove unused variable.Andrei Karas1-1/+0
2013-11-03fix editdialog theming.Andrei Karas1-5/+7
2013-11-01fix char deletion.Andrei Karas1-2/+2
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+2
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas5-0/+5
Also add configuration listeners removing in objects.
2013-10-28fix items amount in trade in selling to personal shop.Andrei Karas1-1/+1
2013-10-28Revert "Remove setMap from being constructor."Andrei Karas2-2/+3
This reverts commit 9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c.
2013-10-27same outfits after each change into in memory configuration xml.Andrei Karas1-0/+5
2013-10-25fix code style.Andrei Karas1-1/+2
2013-10-24add final keyword to windows files.Andrei Karas52-210/+212
2013-10-21fix code style.Andrei Karas1-1/+1
2013-10-21add theming parameters for for chat window (chat.xml).Andrei Karas1-4/+17
New theme parameters: emoteButtonSpacing - space between input chat line and emote button. Default 2 emoteButtonY - relative y position for emote button. Default -2
2013-10-20Add emotes button in chat input line.Andrei Karas2-3/+38
Enabled by default.
2013-10-20close in chat emotes window by f1 if it already opened.Andrei Karas1-1/+6
2013-10-20Remove setMap from being constructor.Andrei Karas2-3/+2
2013-10-19fix code styleAndrei Karas1-1/+0