summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-09-14fix closing not own equipment window.Andrei Karas1-0/+3
2013-09-13fix code style.Andrei Karas7-7/+11
2013-09-13Fix compilation errors with different flags.Andrei Karas2-0/+3
2013-09-13fix compilation errors after last commit.Andrei Karas1-0/+2
2013-09-12disable native guild support for "new" tmw server.Andrei Karas1-0/+3
2013-09-12remove unused includes from input files.Andrei Karas6-0/+6
2013-09-12remove unused includes from widget files.Andrei Karas99-286/+80
2013-09-11remove unused includes from gui files.Andrei Karas113-378/+36
2013-09-08fix window resize from settings in SDL2.Andrei Karas1-0/+1
2013-09-06add globals filter.Andrei Karas3-0/+34
2013-09-05add option to use special diagonal moving speed.Andrei Karas1-0/+4
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