Age | Commit message (Expand) | Author | Files | Lines |
2013-05-18 | Remove static list with chat commands for autocomplete. | Andrei Karas | 1 | -0/+2 |
2013-05-11 | Add ability to show onscreen keyboard if input field focused. | Andrei Karas | 1 | -3/+3 |
2013-05-10 | fix code style. | Andrei Karas | 1 | -1/+1 |
2013-05-07 | improve chatwindow class. | Andrei Karas | 1 | -205/+76 |
2013-05-03 | add comments for translators | Andrei Karas | 1 | -2/+18 |
2013-04-26 | Add mod key for chat (left shift) | Andrei Karas | 1 | -3/+13 |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -7/+12 |
2013-04-09 | Improve perfomance in windows and popups visibility checks. | Andrei Karas | 1 | -2/+2 |
2013-04-07 | some fixes after auto check. | Andrei Karas | 1 | -1/+1 |
2013-03-29 | remove some code from deprivatedevent class. | Andrei Karas | 1 | -7/+1 |
2013-03-22 | Add option to accept language messages in any languge. | Andrei Karas | 1 | -3/+19 |
2013-03-22 | Show channel messages in language tab. | Andrei Karas | 1 | -6/+19 |
2013-03-08 | Add chat command for execute external programs. | Andrei Karas | 1 | -0/+1 |
2013-03-05 | Add chat command to clean fonts cache. | Andrei Karas | 1 | -0/+1 |
2013-03-03 | Add chat command to clean graphics cache. | Andrei Karas | 1 | -0/+1 |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -10/+18 |
2013-02-24 | Add support for show quest variables in skills window (evol only) | Andrei Karas | 1 | -2/+1 |
2013-02-14 | Improve event.getId() speed. | Andrei Karas | 1 | -2/+3 |
2013-02-08 | Fix chat window size in small screens. | Andrei Karas | 1 | -2/+14 |
2013-01-20 | Another part with FOR_EACH changes. | Andrei Karas | 1 | -8/+3 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2013-01-16 | Add context menu to browserbox http links. | Andrei Karas | 1 | -0/+3 |
2012-12-29 | Add chat command to dump environment variables to log. | Andrei Karas | 1 | -0/+1 |
2012-12-28 | By default put chat window in top in android build. | Andrei Karas | 1 | -0/+4 |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -1/+1 |
2012-12-08 | Fix code style. | Andrei Karas | 1 | -1/+2 |
2012-12-06 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2012-12-05 | Add some special chars to ignore in public chat for future usage. | Andrei Karas | 1 | -5/+12 |
2012-12-03 | Add option to protect chat focus. | Andrei Karas | 1 | -4/+25 |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 |
2012-11-27 | Simplify command handlers. | Andrei Karas | 1 | -1/+1 |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+2 |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -1/+0 |
2012-10-20 | Add palette inheritance to textfield class. | Andrei Karas | 1 | -1/+1 |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -3/+3 |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -3/+3 |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 |
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 1 | -1/+1 |
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 1 | -0/+2 |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+1 |
2012-10-02 | fix chat window resize cursor and some other possible issues. | Andrei Karas | 1 | -3/+3 |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -2/+2 |
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 1 | -8/+7 |
2012-09-09 | fix code style. | Andrei Karas | 1 | -1/+1 |
2012-09-08 | Add new colors for whisper tabs. | Andrei Karas | 1 | -15/+11 |
2012-09-08 | Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and WHISPER_TAB_OFFL... | Andrei Karas | 1 | -5/+9 |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+2 |
2012-09-06 | Add theme option for title bar height. | Andrei Karas | 1 | -2/+0 |
2012-09-06 | Improve constructors in some classes. | Andrei Karas | 1 | -11/+10 |
2012-08-27 | Add const to more classes. | Andrei Karas | 1 | -62/+68 |