summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-10-05do mouse scrolling in scroll area only with mouse moved more than 20 px.Andrei Karas1-3/+4
2013-10-05fix equipment context menu focus order.Andrei Karas1-0/+1
2013-10-04in drag and drop not allow give to npc or move to trade protected items.Andrei Karas1-2/+9
2013-10-04Fix inventory "store" button if item was protected.Andrei Karas1-3/+3
2013-10-04add pickup and drop sound effects.Andrei Karas3-5/+5
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas4-21/+9
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas4-49/+11
2013-10-04fix code style.Andrei Karas87-236/+216
2013-10-02fix char sign in online list in tmw like servers.Andrei Karas1-4/+4
2013-10-02bit cleanup tabbedarea.Andrei Karas4-16/+9
2013-10-02Add support for gm detection in online list on "new" tmw server.Andrei Karas1-0/+10
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas5-17/+19
2013-10-01Add on screen buttons layout 3x3, 4x2, 4x3Andrei Karas1-20/+12
2013-09-30move db files into db directory.Andrei Karas7-10/+14
2013-09-30move tabs into tabs directory.Andrei Karas57-68/+74
2013-09-30move popups into popups directory.Andrei Karas31-29/+46
2013-09-30move windows classes to windows directory.Andrei Karas108-149/+181
2013-09-29add additional translation comments to popup menu items.Andrei Karas1-1/+177
2013-09-29change smaller letter literalt into capital letter.Andrei Karas29-59/+59
2013-09-29fix crash if open rename map item dialog and walk to other map.Andrei Karas2-14/+24
2013-09-29Fix password length limit messages.Andrei Karas4-4/+4
2013-09-29fix custom update servers from gui.Andrei Karas1-1/+1
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