Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-28 | move bools in textfield. | Andrei Karas | 1 | -6/+6 | |
2013-06-18 | improve textfield. | Andrei Karas | 1 | -7/+7 | |
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -3/+3 | |
2013-05-11 | Add ability to show onscreen keyboard if input field focused. | Andrei Karas | 1 | -0/+6 | |
2013-05-06 | add outline color in textfield class. | Andrei Karas | 1 | -0/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-30 | Allow open context menu in textfields before connecting to server. | Andrei Karas | 1 | -0/+2 | |
2012-12-30 | Add popup menu for text fields. | Andrei Karas | 1 | -4/+6 | |
This menu allow copy/paste text to/from clipboard. | |||||
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 1 | -1/+1 | |
2012-10-21 | Extend password field theming. | Andrei Karas | 1 | -1/+2 | |
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible. | |||||
2012-10-21 | Extend textfield theming. | Andrei Karas | 1 | -0/+12 | |
New theme options: padding frameSize | |||||
2012-10-20 | Add palette inheritance to textfield class. | Andrei Karas | 1 | -1/+2 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -1/+4 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -0/+2 | |
2012-10-04 | Add text fileds cursor (caret) color. | Andrei Karas | 1 | -0/+3 | |
New theme colors: CARET | |||||
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -3/+3 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -5/+7 | |
2012-01-31 | Add max chars limit for textfields. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+3 | |
2011-09-28 | Add amount text field to buy dialog. | Andrei Karas | 1 | -1/+6 | |
2011-09-09 | Add to inventory filter by letters from item names. | Andrei Karas | 1 | -1/+2 | |
2011-09-07 | Add support for copy text to clipboard (Ctrl+C). | Andrei Karas | 1 | -0/+2 | |
In X enviroments used xsel to copy string to clipboard. In windows used native clipboard api. MacOSX not supported. | |||||
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-05-20 | Possible fix for sticky paste key in X systems. | Andrei Karas | 1 | -0/+1 | |
This code add 2 seconds timeout between paste actions. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+110 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |