summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2013-10-11fix code styleAndrei Karas1-1/+1
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas13-59/+50
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas9-29/+41
2013-10-11Put OpenLinkHandler in own namespace.Andrei Karas2-25/+31
2013-10-10fix code style.Andrei Karas3-4/+4
2013-10-09Add browserbox links theme options.Andrei Karas5-14/+5
2013-10-09use correct theme file in social window popup.Andrei Karas1-1/+1
2013-10-09add separate theme file for browserbox in who is online window.Andrei Karas1-1/+1
2013-10-09add support for popup menu browserbox theming.Andrei Karas1-1/+1
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas2-8/+13
2013-10-09allow set different skin for browserboxes.Andrei Karas12-14/+26
2013-10-09Use all parameters in browserbox constructors.Andrei Karas12-18/+24
2013-10-09do not allow at same time scroll by mouse in vertical and horizontal directions.Andrei Karas1-2/+2
2013-10-08extent profiler logging into some functions.Andrei Karas5-0/+14
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas4-22/+27
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