summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Collapse)AuthorFilesLines
2013-10-19fix code styleAndrei Karas2-4/+5
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas2-8/+8
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas2-0/+4
2013-10-19change textfield constructor to explicit.Andrei Karas1-6/+6
2013-10-19move virtual member calls from textdialog constructor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from tabbedarea constuctor into postInit.Andrei Karas2-0/+6
2013-10-19fix definition in tab.Andrei Karas2-13/+13
2013-10-19move virtual member calls from spellpopup constuctor into postInit.Andrei Karas2-0/+3
2013-10-19removed default parameter from sliderlist constructor.Andrei Karas1-1/+1
2013-10-19move virtual member calls from sliderlist constuctor into postInit.Andrei Karas3-9/+17
2013-10-19add explicit to shortcutcontainer constructor.Andrei Karas1-1/+1
2013-10-19remove pure functions from overrided members in shortcutcontainer.Andrei Karas1-3/+9
2013-10-19improve pointers using in setup_video.Andrei Karas1-1/+1
2013-10-19change constructors in scrollarea into explicit.Andrei Karas1-3/+4
2013-10-19remove default parameter from progressbar constructor.Andrei Karas1-1/+1
2013-10-19remove unused variable from progressbar.Andrei Karas1-1/+0
2013-10-19move virtual member calls from popupmenu constuctor into postInit.Andrei Karas1-0/+3
2013-10-19remove virtual method calls from popuplist constructor and destructor.Andrei Karas3-2/+9
2013-10-19change popup constructor into explicit.Andrei Karas1-2/+2
2013-10-19change playerbox constructors into explicit.Andrei Karas1-4/+4
2013-10-19change passwordfield constructor into explicit.Andrei Karas1-2/+2
2013-10-19move virtual member calls from listbox constuctor into postInit.Andrei Karas6-0/+12
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
This mean cant be implicit conversions to dropdown from Widget2.
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
use postInit in beingpopup.
2013-10-19add postinit function into window.Andrei Karas1-0/+4
use postinit for call virtual functions in charselectdialog.
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
New theme options: highlightBackground - highlight link with background filling. highlightUnderline - highlight link with underline.
2013-10-09add theme attribute "itemPadding" into browserbox.Andrei Karas2-8/+13
2013-10-09allow set different skin for browserboxes.Andrei Karas4-6/+11