summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
AgeCommit message (Collapse)AuthorFilesLines
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
This menu allow copy/paste text to/from clipboard.
2012-10-30Add unused warnings to other files.Andrei Karas1-1/+1
2012-10-21Extend password field theming.Andrei Karas1-1/+2
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible.
2012-10-21Extend textfield theming.Andrei Karas1-0/+12
New theme options: padding frameSize
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
New theme colors: CARET
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
In X enviroments used xsel to copy string to clipboard. In windows used native clipboard api. MacOSX not supported.
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
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
This code add 2 seconds timeout between paste actions.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+110
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.