summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-24first part of fixes for compilation with SDL2Andrei Karas4-0/+19
2013-08-20Fix default inventory and shop window size on big screens.Andrei Karas2-2/+8
2013-08-20fix typo.Andrei Karas1-1/+1
2013-08-20fix typo.Andrei Karas1-1/+1
2013-08-20fix typo.Andrei Karas2-6/+6
2013-08-19fix compilation with old gcc.Andrei Karas1-1/+1
2013-08-16fix code style.Andrei Karas3-6/+12
2013-08-16add missing checks.Andrei Karas1-8/+14
2013-08-14fix icons order in chat emotes window.Andrei Karas1-2/+2
2013-08-14fix compilation warnings.Andrei Karas2-4/+4
2013-08-14Fix outline color issues.Andrei Karas3-3/+3
2013-08-14add icons into tabs in chat emotes window.Andrei Karas3-12/+41
2013-08-14add support for icon in tabs.Andrei Karas4-9/+57
2013-08-13Add player/item/other counter in social window.Andrei Karas2-2/+172
2013-08-11Fixed 2 typos in the setup chat window.Alige1-2/+2
2013-08-11dont show input text in npc dialog if npc requested item.Andrei Karas1-3/+5
2013-08-11add support for giving item to npc (evol only)Andrei Karas3-46/+209
2013-08-11fix type in emotewindow cleanup.Andrei Karas1-1/+1
2013-08-09improve size() methods usage.Andrei Karas3-10/+11
2013-08-08add autocomplete support for online list.Andrei Karas3-0/+15
2013-08-07Add font tab into chat emotes window.Andrei Karas3-6/+76
2013-08-07add support for centered text in listbox.Andrei Karas2-19/+58
2013-08-06Allow resize chat emotes window.Andrei Karas6-5/+29
2013-08-06add colors tab into chat emotes window.Andrei Karas10-15/+404
2013-08-05move money lable in status window for small resolutions.Andrei Karas1-2/+3
2013-08-02fix code style.Andrei Karas2-2/+2
2013-08-02hide emotes window if chat is closed.Andrei Karas1-0/+2