summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-11-20add option to enable/disable map tiles animations.Andrei Karas1-0/+4
2013-11-16fix gui shortcuts in SDL2 text fields.Andrei Karas2-43/+147
2013-11-12fix typo in option name.Andrei Karas1-1/+1
2013-11-11Fix compilation in clang with libc++.Andrei Karas1-0/+1
2013-11-07redraw cached children if scrollarea position was changed.Andrei Karas1-1/+15
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas10-11/+11
2013-11-03add batch draw to slider.Andrei Karas2-57/+196
2013-11-01Move timers from client into timers file.Andrei Karas2-2/+4
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas2-0/+2
2013-10-29fix char replacment in whispers for sender.Andrei Karas1-9/+6
2013-10-26fix selection in shoplistbox.Andrei Karas1-1/+1
2013-10-24add option to show motd message.Andrei Karas1-0/+4
2013-10-24add final keyword to widgets files.Andrei Karas79-313/+315
2013-10-23Fix inttextfield on SDL2.Andrei Karas1-0/+21
2013-10-22add context menu for items in buy/sell dialogs.Andrei Karas2-0/+17
2013-10-21add function to load separate image into button.Andrei Karas2-1/+64
2013-10-20Add emotes button in chat input line.Andrei Karas1-2/+6
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
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