summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Add text colors for weight bar.Andrei Karas4-1/+7
2013-12-09Add text colors for xp bar.Andrei Karas4-1/+7
2013-12-09Add text colors for mp bar.Andrei Karas4-3/+30
2013-12-09Add text colors for hp bar.Andrei Karas4-2/+8
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas5-15/+24
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas6-34/+55
2013-12-03add UPDATE color into progress bar colors.Andrei Karas5-10/+10
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
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
2013-11-20add option to enable/disable map tiles animations.Andrei Karas1-0/+4
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
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas11-12/+12
2013-11-03add batch draw to slider.Andrei Karas2-57/+196
2013-11-03remove unused variable.Andrei Karas1-1/+0
2013-11-03fix editdialog theming.Andrei Karas1-5/+7
2013-11-03add action "move forward" default key unassigned.Andrei Karas1-0/+6
2013-11-01fix char deletion.Andrei Karas1-2/+2
2013-11-01Move timers from client into timers file.Andrei Karas5-5/+9
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas11-0/+15
2013-10-29Initial porting to NACL by Vasily_Makarov.Andrei Karas1-0/+5
2013-10-29fix char replacment in whispers for sender.Andrei Karas1-9/+6
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
2013-10-27same outfits after each change into in memory configuration xml.Andrei Karas1-0/+5
2013-10-26fix selection in shoplistbox.Andrei Karas1-1/+1
2013-10-25fix code style.Andrei Karas1-1/+2
2013-10-24add option to show motd message.Andrei Karas1-0/+4
2013-10-24add final keyword to gui files.Andrei Karas14-43/+45
2013-10-24add final keyword to windows files.Andrei Karas52-210/+212
2013-10-24add final keyword to widgets files.Andrei Karas79-313/+315
2013-10-23Fix inttextfield on SDL2.Andrei Karas1-0/+21
2013-10-22add context menu for items in buy/sell dialogs.Andrei Karas2-0/+17
2013-10-21fix code style.Andrei Karas1-1/+1