summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Add outlining support to textbox control.Andrei Karas1-0/+14
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Improve a bit draw speed in other controls.Andrei Karas1-0/+29
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add palette inheritance to textbox class.Andrei Karas1-2/+2
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-1/+1
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-09-28Fix textbox font color.Andrei Karas1-2/+2
2012-09-16Add const to variables with type size_t.Andrei Karas1-2/+1
2012-09-07Improve constructors in some classes.Andrei Karas1-1/+2
2012-08-30Add const to more classes.Andrei Karas1-8/+8
2012-08-29Add textbox own color.Andrei Karas1-1/+1
2012-08-17Improve size calculations.Andrei Karas1-2/+3
2012-07-18Another warning fixes.Andrei Karas1-6/+9
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-112/+147
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas1-0/+148
2012-04-01Last part of fixes.Andrei Karas1-2/+4
2012-02-18Fix code style.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+149