summaryrefslogtreecommitdiff
path: root/src/gui/widgets
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Remove unused members from itemcontainer.Andrei Karas2-4/+0
2013-12-18fix compilation with some flags after adding restrict keywords.Andrei Karas2-4/+3
2013-12-17add restrict into widgetgroup.Andrei Karas2-3/+4
2013-12-17add restrict into textfield.Andrei Karas2-8/+10
2013-12-17add restrict into tabbedarea.Andrei Karas2-2/+4
2013-12-17add restrict into setuptouchitem.Andrei Karas2-25/+29
2013-12-17add restrict into setupitem.Andrei Karas2-196/+221
2013-12-17add restrict into radiobutton.Andrei Karas2-3/+6
2013-12-17add restrict into layout.Andrei Karas2-6/+8
2013-12-17add restrict into guitable.Andrei Karas1-4/+5
2013-12-17add missing const into dropdown.Andrei Karas2-4/+4
2013-12-17add restrict into checkbox.Andrei Karas2-4/+5
2013-12-17add restrict into button.Andrei Karas2-14/+22
2013-12-16fix speechbubble size.Andrei Karas2-0/+12
2013-12-16add ability to show emotes in text over heads.Andrei Karas2-0/+10
2013-12-15add theme option into checkbox to hide X icon (draw box).Andrei Karas2-2/+5
2013-12-15rename drawTile methods into separate names drawTileVertexes, drawTileCollect...Andrei Karas10-11/+12
2013-12-15rename calcTile methods into separate names calcTileVertexes, calTileCollection.Andrei Karas8-16/+29
2013-12-14Improve a bit separate images drawing.Andrei Karas20-36/+42
2013-12-12fix chat tabs scrolling issue with enabled colors picker.Andrei Karas1-1/+1
2013-12-12fix tabbed area resizing with scroll arrows disabled.Andrei Karas1-3/+5
2013-12-12fix possible division by zero in guitable.Andrei Karas1-1/+3
2013-12-12add theming for desktop object.Andrei Karas2-3/+25
2013-12-09Add new theme color for old chat messages.Andrei Karas1-1/+1
2013-12-09Add theme option to show/hide window title.Andrei Karas2-5/+7
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