summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-10-07invert scrollarea scroll directions on Android.Andrei Karas1-1/+5
2013-10-05Add support for min and max label resize size.Andrei Karas3-8/+13
2013-10-05add dynamic labels string cutting.Andrei Karas2-0/+36
2013-10-05Fix incorrect ShopListBox height.Andrei Karas2-2/+7
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-04in drag and drop not allow give to npc or move to trade protected items.Andrei Karas1-2/+9
2013-10-04fix code style.Andrei Karas26-73/+69
2013-10-02bit cleanup tabbedarea.Andrei Karas2-11/+4
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas2-7/+8
2013-10-01Add on screen buttons layout 3x3, 4x2, 4x3Andrei Karas1-20/+12
2013-09-30move db files into db directory.Andrei Karas3-3/+4
2013-09-30move tabs into tabs directory.Andrei Karas48-20/+4894
2013-09-30move popups into popups directory.Andrei Karas9-10/+18
2013-09-30move windows classes to windows directory.Andrei Karas11-16/+24
2013-09-29change smaller letter literalt into capital letter.Andrei Karas15-25/+25
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-27fix code style and issues with different builds.Andrei Karas2-2/+2
2013-09-26remove useless virtual keywords.Andrei Karas13-31/+30
2013-09-26Change type for mCaptionAlign in Window class.Andrei Karas2-3/+4
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas10-11/+11
2013-09-25improve construcors in abstract classes.Andrei Karas8-79/+80
2013-09-25improve a bit strings declaration.Andrei Karas3-5/+5
2013-09-20improve a bit code speed.Andrei Karas1-3/+1
2013-09-19fix some compilation issues in different platforms.Andrei Karas1-1/+1
2013-09-18add const to other files.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas34-44/+44
2013-09-16remove unused includes from render files.Andrei Karas1-0/+2
2013-09-13fix code style.Andrei Karas3-3/+6
2013-09-13Fix compilation errors with different flags.Andrei Karas2-0/+3
2013-09-12remove unused includes from input files.Andrei Karas4-0/+4
2013-09-12remove unused includes from widget files.Andrei Karas82-286/+34
2013-09-11remove unused includes from gui files.Andrei Karas2-0/+2
2013-09-03show icon on protected items.Andrei Karas2-0/+13
2013-09-02improve avatarlistbox draw speed.Andrei Karas1-1/+18
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 Karas7-8/+8
2013-09-01add software renderer for SDL2.Andrei Karas1-6/+0
2013-09-01add way to map render mode selection to actual modes.Andrei Karas1-2/+3
2013-09-01add renderer enum.Andrei Karas1-2/+2
2013-08-31move being related files into being dir.Andrei Karas17-21/+37
2013-08-31move input related files into input dir.Andrei Karas17-27/+41
2013-08-31move render classes into render dir.Andrei Karas1-2/+3
2013-08-31fix code style and some minor issues.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas27-42/+35
2013-08-29fix some more missign checks.Andrei Karas2-29/+35
2013-08-29add some more missing checks.Andrei Karas1-9/+10
2013-08-29fix some missing checks.Andrei Karas2-26/+52