summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-09-16remove unused includes from render files.Andrei Karas1-0/+2
2013-09-13fix code style.Andrei Karas3-3/+6
2013-09-13Fix compilation errors with different flags.Andrei Karas2-0/+3
2013-09-12remove unused includes from input files.Andrei Karas4-0/+4
2013-09-12remove unused includes from widget files.Andrei Karas82-286/+34
2013-09-11remove unused includes from gui files.Andrei Karas2-0/+2
2013-09-03show icon on protected items.Andrei Karas2-0/+13
2013-09-02improve avatarlistbox draw speed.Andrei Karas1-1/+18
2013-09-02improve draw speed in tab.Andrei Karas1-10/+19
2013-09-02improve chat emote window draw speed.Andrei Karas2-10/+63
2013-09-02dehardcode some mode render mode constans usage.Andrei Karas7-8/+8
2013-09-01add software renderer for SDL2.Andrei Karas1-6/+0
2013-09-01add way to map render mode selection to actual modes.Andrei Karas1-2/+3
2013-09-01add renderer enum.Andrei Karas1-2/+2
2013-08-31move being related files into being dir.Andrei Karas17-21/+37
2013-08-31move input related files into input dir.Andrei Karas17-27/+41
2013-08-31move render classes into render dir.Andrei Karas1-2/+3
2013-08-31fix code style and some minor issues.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas27-42/+35
2013-08-29fix some more missign checks.Andrei Karas2-29/+35
2013-08-29add some more missing checks.Andrei Karas1-9/+10
2013-08-29fix some missing checks.Andrei Karas2-26/+52
2013-08-25fix rescaled images draw in software mode in SDL2.Andrei Karas1-2/+8
2013-08-25fix crash with missing resized image in desktop.Andrei Karas1-2/+9
2013-08-24remove most static methods from Client.Andrei Karas1-1/+1
2013-08-24improve some mode methods in Client.Andrei Karas20-36/+36
2013-08-24fix Client creation in unit tests.Andrei Karas1-1/+4
2013-08-24fix gui text input in SDL2.Andrei Karas1-1/+15
2013-08-20fix typo.Andrei Karas1-1/+1
2013-08-16fix code style.Andrei Karas1-3/+2
2013-08-14Fix outline color issues.Andrei Karas2-2/+2
2013-08-14add support for icon in tabs.Andrei Karas4-9/+57
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-0/+22
2013-08-09improve size() methods usage.Andrei Karas3-10/+11
2013-08-07add support for centered text in listbox.Andrei Karas2-19/+58
2013-08-06Allow resize chat emotes window.Andrei Karas2-3/+9
2013-08-06add colors tab into chat emotes window.Andrei Karas7-11/+346
2013-08-02fix code style.Andrei Karas2-2/+2
2013-08-01add gui for in chat emotes.Andrei Karas2-0/+164
2013-07-29move bools in guitable.Andrei Karas2-13/+13
2013-07-29move bools in button.Andrei Karas2-34/+35
2013-07-28move bools in checkbox.Andrei Karas2-4/+4
2013-07-28move bools in skillinfo.Andrei Karas2-17/+16
2013-07-28move bools in itemcontainer.Andrei Karas2-34/+34
2013-07-28move bools in setupitem.Andrei Karas2-18/+18
2013-07-28move bools in textfield.Andrei Karas2-11/+11
2013-07-28move bools in chattab.Andrei Karas2-3/+3
2013-07-28move bools in avatarlistbox.Andrei Karas2-3/+3
2013-07-28move bools in progressbar.Andrei Karas2-11/+11
2013-07-28move bools in tabbedarea.Andrei Karas2-10/+5