summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-10-19add explicit in constructor in layout.Andrei Karas1-1/+2
2013-10-19move virtual member calls from itempopup constuctor into postInit.Andrei Karas5-0/+8
2013-10-19Remove unused functions from itemcontainer.Andrei Karas2-89/+0
2013-10-19add missing break in itemcontainer.Andrei Karas1-0/+1
2013-10-19change inttextfield constructor to explicit.Andrei Karas1-3/+3
2013-10-19remove default parameter from guitable constructor.Andrei Karas2-2/+2
2013-10-19fix const in declaration in guitable.Andrei Karas2-6/+4
2013-10-19move virtual member calls from editdialog constuctor into postInit.Andrei Karas1-0/+2
2013-10-19In dropdown second constuctor now dont have default value.Andrei Karas1-1/+1
2013-10-19move virtual member calls from desktop constuctor into postInit.Andrei Karas2-1/+7
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-19dont call virtual function in constructor in colorpage.Andrei Karas1-2/+5
2013-10-19fix definitions in checkbox.Andrei Karas2-3/+3
2013-10-19fix initialisation style in chattab.Andrei Karas1-2/+1
2013-10-19add postInit function into popup.Andrei Karas1-0/+4
2013-10-19add postinit function into window.Andrei Karas1-0/+4
2013-10-17dont call virtual functions in characterview constructor.Andrei Karas2-2/+11
2013-10-17Fix button defenition in button class.Andrei Karas2-12/+12
2013-10-17Add missing break into browserbox.Andrei Karas1-0/+1
2013-10-17fix switch usage in avatarlistbox.Andrei Karas1-1/+2
2013-10-11fix code styleAndrei Karas1-1/+1
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas8-50/+44
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas5-14/+19
2013-10-11Put OpenLinkHandler in own namespace.Andrei Karas1-12/+15
2013-10-10fix code style.Andrei Karas3-4/+4
2013-10-09Add browserbox links theme options.Andrei Karas2-11/+5
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas2-8/+13
2013-10-09allow set different skin for browserboxes.Andrei Karas4-6/+11
2013-10-09Use all parameters in browserbox constructors.Andrei Karas4-10/+16
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 Karas2-0/+4
2013-10-08use different item padding in listbox and extendedlistbox depend on DPI.Andrei Karas4-22/+27
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