summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas8-17/+17
2013-09-28Use fonts loading with physfs only with SDL2.Andrei Karas1-5/+5
2013-09-27Fix fonts loading on windows.Andrei Karas1-1/+8
2013-09-27fix code style and issues with different builds.Andrei Karas3-3/+2
2013-09-27fix reading auction bot integration checkbox.Andrei Karas1-0/+1
2013-09-26remove useless virtual keywords.Andrei Karas31-103/+101
2013-09-26Change type for mCaptionAlign in Window class.Andrei Karas2-3/+4
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas12-16/+16
2013-09-25fix compilation varningsAndrei Karas1-6/+1
2013-09-25improve construcors in abstract classes.Andrei Karas9-84/+84
2013-09-25improve a bit strings declaration.Andrei Karas13-36/+36
2013-09-23fix calling gettext before gettext initialisation.Andrei Karas2-4/+4
2013-09-22by default assign back button to quit in SDL2 on Android.Andrei Karas1-0/+3
2013-09-22add support in ADNROID+SDL2 for loading data from assets.Andrei Karas1-2/+7
2013-09-22load fonts in separate function.Andrei Karas2-5/+11
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas2-0/+16
2013-09-20improve a bit code speed.Andrei Karas5-8/+7
2013-09-19fix some compilation issues in different platforms.Andrei Karas2-2/+2
2013-09-19rename "fast opengl" into "normal opengl".Andrei Karas2-2/+2
2013-09-18fix name conflicts.Andrei Karas3-6/+6
2013-09-18remove useless conditions.Andrei Karas2-1/+2
2013-09-18add const to other files.Andrei Karas3-3/+3
2013-09-18add consts in gui classes.Andrei Karas54-67/+74
2013-09-18add missing const in being classes.Andrei Karas10-10/+11
2013-09-18show online messages in party tab.Andrei Karas1-0/+4
2013-09-16remove unused includes from resources.Andrei Karas1-0/+2
2013-09-16remove unused includes from render files.Andrei Karas3-0/+5
2013-09-15remove some other unused includes.Andrei Karas1-0/+1
2013-09-15add option to not unload sounds after using.Andrei Karas1-0/+5
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