summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-2/+0
2013-08-30remove duplicate variables.Andrei Karas1-1/+0
2013-07-28move bools in textfield.Andrei Karas1-6/+6
2013-06-18improve textfield.Andrei Karas1-7/+7
2013-05-28fix guard header part1.Andrei Karas1-3/+3
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas1-0/+6
2013-05-06add outline color in textfield class.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-30Allow open context menu in textfields before connecting to server.Andrei Karas1-0/+2
2012-12-30Add popup menu for text fields.Andrei Karas1-4/+6
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