Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -2/+21 | |
2012-12-30 | Add popup menu for text fields. | Andrei Karas | 1 | -0/+11 | |
This menu allow copy/paste text to/from clipboard. | |||||
2012-12-27 | Remove set font from graphics object. | Andrei Karas | 1 | -1/+0 | |
2012-12-27 | Improve a bit draw speed in other controls. | Andrei Karas | 1 | -2/+3 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+4 | |
2012-10-21 | Extend password field theming. | Andrei Karas | 1 | -1/+1 | |
New theme parameter: passwordChar - ASCII code for password char. If zero password invisible. | |||||
2012-10-21 | Extend textfield theming. | Andrei Karas | 1 | -12/+74 | |
New theme options: padding frameSize | |||||
2012-10-21 | Rename theme file textfield_background.xml to textfield.xml | Andrei Karas | 1 | -1/+4 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -4/+0 | |
2012-10-20 | Add palette inheritance to textfield class. | Andrei Karas | 1 | -2/+3 | |
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 1 | -2/+2 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -0/+1 | |
2012-10-04 | Add text fileds cursor (caret) color. | Andrei Karas | 1 | -2/+10 | |
New theme colors: CARET | |||||
2012-09-15 | Improve a bit widgets speed. | Andrei Karas | 1 | -6/+6 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -10/+10 | |
2012-08-29 | Add textfield own color. | Andrei Karas | 1 | -1/+1 | |
Parameter "TEXTFIELD" in colors.xml | |||||
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-08-17 | Improve size calculations. | Andrei Karas | 1 | -2/+2 | |
2012-08-04 | Add support for default theme file names. | Andrei Karas | 1 | -1/+1 | |
2012-07-23 | Improve perfomance in some object constructors. | Andrei Karas | 1 | -2/+1 | |
2012-07-18 | Another warning fixes. | Andrei Karas | 1 | -1/+1 | |
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 1 | -1/+1 | |
2012-07-13 | Fix leaks after last commit. | Andrei Karas | 1 | -0/+2 | |
2012-07-13 | Change textfield theming. | Andrei Karas | 1 | -32/+2 | |
2012-06-11 | Fix scrolling textfield. | Andrei Karas | 1 | -0/+2 | |
Bug was introduced in commit a8b1e41599fd1f18fccc8f34ddca2bca33c4bf4f. | |||||
2012-05-30 | Fix after last changes in input handling. | Andrei Karas | 1 | -1/+4 | |
2012-05-30 | Fix key handling conflict issue in login dialog. | Andrei Karas | 1 | -1/+14 | |
2012-04-19 | Dehardcode keys in gui widgets. | Andrei Karas | 1 | -28/+102 | |
Add new tab with keys settings in input settings tab. | |||||
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -1/+1 | |
2012-02-25 | Fix old casts. | Andrei Karas | 1 | -1/+1 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -11/+11 | |
2012-02-01 | Not allow enter not numeric chars in numeric text fields. | Andrei Karas | 1 | -21/+35 | |
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/+1 | |
2011-09-28 | Add amount text field to buy dialog. | Andrei Karas | 1 | -2/+2 | |
2011-09-09 | Add to inventory filter by letters from item names. | Andrei Karas | 1 | -3/+10 | |
2011-09-07 | Add support for copy text to clipboard (Ctrl+C). | Andrei Karas | 1 | -0/+10 | |
In X enviroments used xsel to copy string to clipboard. In windows used native clipboard api. MacOSX not supported. | |||||
2011-08-22 | Improve draw perfomance. | Andrei Karas | 1 | -1/+3 | |
Add new theme color DROPDOWN_SHADOW. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-08-02 | Add ctrl key combination to all text fields. | Andrei Karas | 1 | -10/+38 | |
New keys: Ctrl+b,d,e,f,h,k,u,w Working like in most text editors. | |||||
2011-08-02 | Adjust time between allowed insertions in text field from 1 to 2 seconds. | Andrei Karas | 1 | -1/+1 | |
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-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-20 | Possible fix for sticky paste key in X systems. | Andrei Karas | 1 | -1/+10 | |
This code add 2 seconds timeout between paste actions. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -1/+3 | |