summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-09-03name 5'h equipment slot number as cape.Andrei Karas1-1/+1
2013-09-03add separator before drop and protect context menu items.Andrei Karas1-0/+3
2013-09-03show icon on protected items.Andrei Karas2-0/+13
2013-09-03add drag and drop support for equipment window.Andrei Karas2-4/+77
2013-09-02improve avatarlistbox draw speed.Andrei Karas1-1/+18
2013-09-02fix emote window resize issue in software mode.Andrei Karas2-0/+9
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 Karas8-9/+9
2013-09-02fix compilation warning.Andrei Karas1-1/+1
2013-09-02Improve setup input window.Andrei Karas1-2/+9
2013-09-02fix compilation warning.Andrei Karas1-1/+0
2013-09-02dehardcode shift key to stop mouse moving.Andrei Karas1-2/+4
2013-09-01add software renderer for SDL2.Andrei Karas1-6/+0
2013-09-01add SDL2 default render mode.Andrei Karas2-1/+5
2013-09-01add way to map render mode selection to actual modes.Andrei Karas4-47/+24
2013-09-01add renderer enum.Andrei Karas4-11/+13
2013-08-31move being related files into being dir.Andrei Karas50-70/+114
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas44-74/+111
2013-08-31move render classes into render dir.Andrei Karas3-4/+7
2013-08-31fix code style and some minor issues.Andrei Karas3-3/+5
2013-08-30remove duplicate variables.Andrei Karas28-44/+36
2013-08-29fix some more missign checks.Andrei Karas2-29/+35
2013-08-29add some more missing checks.Andrei Karas11-21/+40
2013-08-29fix some missing checks.Andrei Karas3-32/+61
2013-08-29show npc name in npc dialog caption.Andrei Karas1-0/+3
2013-08-27fix compilation warnings.Andrei Karas1-1/+1
2013-08-26add surface allocation debug code.Andrei Karas2-10/+13
2013-08-26Disable being caching in soft mode in SDL2.Andrei Karas1-1/+2
2013-08-26disable map reduce in SDL2.Andrei Karas1-0/+2
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-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas1-6/+11
2013-08-24fix mouse wheel usage in SDL2.Andrei Karas2-0/+33
2013-08-24move threads creation into sdl helper.Andrei Karas1-6/+2
2013-08-24move surface combination into sdlimagehelper.Andrei Karas1-5/+6
2013-08-24show/hide mouse cursor if mouse in/out window.Andrei Karas1-6/+2
2013-08-24remove most static methods from Client.Andrei Karas3-8/+8
2013-08-24improve some mode methods in Client.Andrei Karas24-41/+41
2013-08-24improve dirs usage in Client.Andrei Karas2-4/+4
2013-08-24fix Client creation in unit tests.Andrei Karas1-1/+4
2013-08-24improve getState/setState in Client.Andrei Karas11-36/+36
2013-08-24fix outlined text draw in SDL2.Andrei Karas1-2/+2
2013-08-24fix compilation errors with SDL1.2Andrei Karas1-0/+4
2013-08-24fix gui text input in SDL2.Andrei Karas4-2/+31
2013-08-24fix keyboard handling in gui in SDL2.Andrei Karas2-20/+26
2013-08-24fix mouse cursor drawing in SDL2.Andrei Karas1-2/+2
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas1-1/+2
2013-08-24second part with compilation fixes for SDL2.Andrei Karas1-1/+15