Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+306 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |