Age | Commit message (Expand) | Author | Files | Lines |
2013-10-19 | move virtual member calls from registerdialog constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from quitdialog constuctor into postInit. | Andrei Karas | 2 | -1/+6 |
2013-10-19 | remove default parameter from progressbar constructor. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | remove unused variable from progressbar. | Andrei Karas | 1 | -1/+0 |
2013-10-19 | fix const in definition in popupmenu. | Andrei Karas | 2 | -4/+7 |
2013-10-19 | add missing const in popupmenu casts. | Andrei Karas | 1 | -2/+2 |
2013-10-19 | move virtual member calls from popupmenu constuctor into postInit. | Andrei Karas | 4 | -0/+10 |
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 | Fix declaration in palette. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | remove unused variable from outfitwindow. | Andrei Karas | 2 | -4/+0 |
2013-10-19 | add comments about virtual method calls in constructor in okdialog. | Andrei Karas | 1 | -0/+2 |
2013-10-19 | move virtual member calls from npcpostdialog constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from mpcdialog constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from logindialog constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from listbox constuctor into postInit. | Andrei Karas | 16 | -0/+34 |
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 | 9 | -0/+16 |
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 | move virtual member calls from itemamountwindow constuctor into postInit. | Andrei Karas | 2 | -5/+9 |
2013-10-19 | remove unused variables from inventorywindow. | Andrei Karas | 2 | -5/+0 |
2013-10-19 | move virtual member calls from inventory window constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
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 gui constuctor into postInit. | Andrei Karas | 2 | -2/+8 |
2013-10-19 | remove unused variable from equipmentwindow. | Andrei Karas | 1 | -2/+1 |
2013-10-19 | move virtual member calls from equipmentwindow constuctor into postInit. | Andrei Karas | 2 | -0/+5 |
2013-10-19 | move virtual member calls from emotewindow constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | add missing break in editserverdialog. | Andrei Karas | 1 | -0/+1 |
2013-10-19 | move virtual member calls from editserverdialog constuctor into postInit. | Andrei Karas | 3 | -7/+18 |
2013-10-19 | move virtual member calls from editdialog constuctor into postInit. | Andrei Karas | 3 | -6/+16 |
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 didyouknowwindow constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from desktop constuctor into postInit. | Andrei Karas | 2 | -1/+7 |
2013-10-19 | in debugwindow dont override logic function by pure virtual function. | Andrei Karas | 1 | -1/+3 |
2013-10-19 | move virtual member calls from debugwindow constuctor into postInit. | Andrei Karas | 2 | -1/+6 |
2013-10-19 | move virtual member calls from connectiondialog constuctor into postInit. | Andrei Karas | 2 | -0/+6 |
2013-10-19 | move virtual member calls from confirmdialog constuctor into postInit. | Andrei Karas | 7 | -7/+20 |
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 const usage in chatwindow. | Andrei Karas | 1 | -1/+1 |
2013-10-19 | use postInit in ChatWindow. | Andrei Karas | 4 | -7/+13 |
2013-10-19 | fix initialisation style in chattab. | Andrei Karas | 1 | -2/+1 |
2013-10-19 | add postInit function into popup. | Andrei Karas | 4 | -4/+16 |
2013-10-19 | add postinit function into window. | Andrei Karas | 3 | -2/+12 |
2013-10-17 | dont call virtual functions in characterview constructor. | Andrei Karas | 2 | -2/+11 |