summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas1-1/+1
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas2-30/+45
2013-12-03add UPDATE color into progress bar colors.Andrei Karas2-5/+5
2013-11-30fix styled drawing after update.Andrei Karas3-18/+18
2013-11-30add customizable color for tiles separation border.Andrei Karas1-0/+2
2013-11-30add support for unselectable guitables.Andrei Karas3-7/+16
2013-11-30fix selecting first row in gui table.Andrei Karas1-3/+3
2013-11-30Add new theme color TABLE_BACKGROUND.Andrei Karas1-2/+2
2013-11-27Improve a bit draw speed in emoteshortcutcontainer.Andrei Karas1-5/+12
2013-11-26fix compilation with SDL2.Andrei Karas1-2/+0
2013-11-23fix compilation with SDL2 and without internal guichan and same time.Andrei Karas1-0/+4
2013-11-22fix code style.Andrei Karas1-9/+7
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