summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Add unused warnings to other files.Andrei Karas1-1/+1
2012-10-21Extend password field theming.Andrei Karas1-1/+2
2012-10-21Extend textfield theming.Andrei Karas1-0/+12
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-1/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-1/+4
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-10-04Add text fileds cursor (caret) color.Andrei Karas1-0/+3
2012-09-22Add override keyword to most overriden methods.Andrei Karas1-3/+3
2012-08-30Add const to more classes.Andrei Karas1-5/+7
2012-01-31Add max chars limit for textfields.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+3
2011-09-28Add amount text field to buy dialog.Andrei Karas1-1/+6
2011-09-09Add to inventory filter by letters from item names.Andrei Karas1-1/+2
2011-09-07Add support for copy text to clipboard (Ctrl+C).Andrei Karas1-0/+2
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-20Possible fix for sticky paste key in X systems.Andrei Karas1-0/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+110