summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-10-08remove unused system headers.Andrei Karas2-3/+1
2013-10-07emulate right click with SDL2 by multitouch two fingers click.Andrei Karas2-0/+19
2013-10-07invert scrollarea scroll directions on Android.Andrei Karas1-1/+5
2013-10-06Fix crash if opened char select dialog and whole game closed by X.Andrei Karas1-0/+1
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas4-8/+2
2013-10-05Add support for min and max label resize size.Andrei Karas4-13/+17
2013-10-05add dynamic labels string cutting.Andrei Karas3-3/+40
2013-10-05Remember sort order in buy dialog between restarts.Andrei Karas3-28/+43
2013-10-05Fix incorrect ShopListBox height.Andrei Karas2-2/+7
2013-10-05Remember sort order in inventory and storage between restarts.Andrei Karas2-2/+42
2013-10-05Allow scroll listboxes and popup list by holding and moving mouse.Andrei Karas4-0/+36
2013-10-05Run click action in list box only after mouse released.Andrei Karas6-8/+14
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