Age | Commit message (Expand) | Author | Files | Lines |
2013-10-19 | remove unused variable from progressbar. | Andrei Karas | 1 | -1/+0 |
2013-10-19 | move virtual member calls from popupmenu constuctor into postInit. | Andrei Karas | 1 | -0/+3 |
2013-10-19 | remove virtual method calls from popuplist constructor and destructor. | Andrei Karas | 3 | -2/+9 |
2013-10-19 | change popup constructor into explicit. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | change playerbox constructors into explicit. | Andrei Karas | 1 | -4/+4 |
2013-10-19 | change passwordfield constructor into explicit. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | move virtual member calls from listbox constuctor into postInit. | Andrei Karas | 6 | -0/+12 |
2013-10-19 | add explicit in constructor in layout. | Andrei Karas | 1 | -1/+2 |
2013-10-19 | move virtual member calls from itempopup constuctor into postInit. | Andrei Karas | 5 | -0/+8 |
2013-10-19 | Remove unused functions from itemcontainer. | Andrei Karas | 2 | -89/+0 |
2013-10-19 | add missing break in itemcontainer. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | change inttextfield constructor to explicit. | Andrei Karas | 1 | -3/+3 |
2013-10-19 | remove default parameter from guitable constructor. | Andrei Karas | 2 | -2/+2 |
2013-10-19 | fix const in declaration in guitable. | Andrei Karas | 2 | -6/+4 |
2013-10-19 | move virtual member calls from editdialog constuctor into postInit. | Andrei Karas | 1 | -0/+2 |
2013-10-19 | In dropdown second constuctor now dont have default value. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | move virtual member calls from desktop constuctor into postInit. | Andrei Karas | 2 | -1/+7 |
2013-10-19 | move virtual member calls from confirmdialog constuctor into postInit. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | dont call virtual function in constructor in colorpage. | Andrei Karas | 1 | -2/+5 |
2013-10-19 | fix definitions in checkbox. | Andrei Karas | 2 | -3/+3 |
2013-10-19 | fix initialisation style in chattab. | Andrei Karas | 1 | -2/+1 |
2013-10-19 | add postInit function into popup. | Andrei Karas | 1 | -0/+4 |
2013-10-19 | add postinit function into window. | Andrei Karas | 1 | -0/+4 |
2013-10-17 | dont call virtual functions in characterview constructor. | Andrei Karas | 2 | -2/+11 |
2013-10-17 | Fix button defenition in button class. | Andrei Karas | 2 | -12/+12 |
2013-10-17 | Add missing break into browserbox. | Andrei Karas | 1 | -0/+1 |
2013-10-17 | fix switch usage in avatarlistbox. | Andrei Karas | 1 | -1/+2 |
2013-10-11 | fix code style | Andrei Karas | 1 | -1/+1 |
2013-10-11 | Second part of checks from Parasoft C++ Test. | Andrei Karas | 8 | -50/+44 |
2013-10-11 | First part of checks from Parasoft C++ Test. | Andrei Karas | 5 | -14/+19 |
2013-10-11 | Put OpenLinkHandler in own namespace. | Andrei Karas | 1 | -12/+15 |
2013-10-10 | fix code style. | Andrei Karas | 3 | -4/+4 |
2013-10-09 | Add browserbox links theme options. | Andrei Karas | 2 | -11/+5 |
2013-10-09 | add theme attribute "itemPadding" into browserbox. | Andrei Karas | 2 | -8/+13 |
2013-10-09 | allow set different skin for browserboxes. | Andrei Karas | 4 | -6/+11 |
2013-10-09 | Use all parameters in browserbox constructors. | Andrei Karas | 4 | -10/+16 |
2013-10-09 | do not allow at same time scroll by mouse in vertical and horizontal directions. | Andrei Karas | 1 | -2/+2 |
2013-10-08 | extent profiler logging into some functions. | Andrei Karas | 2 | -0/+4 |
2013-10-08 | use different item padding in listbox and extendedlistbox depend on DPI. | Andrei Karas | 4 | -22/+27 |
2013-10-07 | invert scrollarea scroll directions on Android. | Andrei Karas | 1 | -1/+5 |
2013-10-05 | Add support for min and max label resize size. | Andrei Karas | 3 | -8/+13 |
2013-10-05 | add dynamic labels string cutting. | Andrei Karas | 2 | -0/+36 |
2013-10-05 | Fix incorrect ShopListBox height. | Andrei Karas | 2 | -2/+7 |
2013-10-05 | Allow scroll listboxes and popup list by holding and moving mouse. | Andrei Karas | 4 | -0/+36 |
2013-10-05 | Run click action in list box only after mouse released. | Andrei Karas | 6 | -8/+14 |
2013-10-05 | do mouse scrolling in scroll area only with mouse moved more than 20 px. | Andrei Karas | 1 | -3/+4 |
2013-10-04 | in drag and drop not allow give to npc or move to trade protected items. | Andrei Karas | 1 | -2/+9 |
2013-10-04 | fix code style. | Andrei Karas | 26 | -73/+69 |
2013-10-02 | bit cleanup tabbedarea. | Andrei Karas | 2 | -11/+4 |
2013-10-01 | replace tile size from 32 to mapTitleSize. | Andrei Karas | 2 | -7/+8 |