summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-18add consts in gui classes.Andrei Karas1-1/+1
2013-08-31move input related files into input dir.Andrei Karas1-2/+2
2013-08-30remove duplicate variables.Andrei Karas1-1/+1
2013-08-09improve size() methods usage.Andrei Karas1-5/+5
2013-07-01improve size() usage in textbox.Andrei Karas1-5/+7
2013-06-17improve textbox.Andrei Karas1-13/+15
2013-05-04add function to graphics class to set normal and outline colors at once.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+3
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+6
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