Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
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 | |
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED | |||||
2012-09-08 | Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and ↵ | Andrei Karas | 1 | -5/+9 | |
WHISPER_TAB_OFFLINE. | |||||
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 | |
Option name: titlebarHeight Default value: 20 px | |||||
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 | |
2012-08-26 | Allow enter special chars in chat in tmw server. | Andrei Karas | 1 | -3/+0 | |
Before this function was blocked only for tmw server because oficial clients was crashed after show crafted unicode chars. Example: test &33; test fill show in chat: test ! test | |||||
2012-08-24 | replace defines to consts. | Andrei Karas | 1 | -2/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -6/+1 | |
2012-08-21 | next code style changes. | Andrei Karas | 1 | -8/+8 | |
2012-08-05 | Move some hardcoded paddings to themes. | Andrei Karas | 1 | -1/+1 | |
2012-08-01 | Fix code style. | Andrei Karas | 1 | -2/+3 | |
2012-07-22 | Add new chat commands. | Andrei Karas | 1 | -3/+8 | |
/url LINK - put http link in chat. /openurl LINK - open link in browser. | |||||
2012-07-18 | Another warning fixes. | Andrei Karas | 1 | -2/+2 | |
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 1 | -1/+2 | |
2012-07-15 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2012-06-23 | Improve a bit iterators again. | Andrei Karas | 1 | -2/+3 | |
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -0/+1 | |
It can improve perfomance in slow systems. | |||||
2012-04-28 | Fix code style and add some checks. | Andrei Karas | 1 | -2/+3 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -16/+23 | |
2012-04-22 | Cache some settings om chat window. | Andrei Karas | 1 | -3/+9 | |
2012-04-19 | Dehardcode keys in gui widgets. | Andrei Karas | 1 | -8/+10 | |
Add new tab with keys settings in input settings tab. | |||||
2012-04-08 | Move most input code from keyboardconfig to inputmanager. | Andrei Karas | 1 | -4/+5 | |
2012-04-08 | Move enums from keyboardconfig.h to keydata.h. | Andrei Karas | 1 | -4/+4 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -6/+6 | |
2012-04-01 | One part of fixes after auto checking. | Andrei Karas | 1 | -28/+55 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -8/+8 | |
2012-03-29 | Add option to auto hide chat window (chat window visible by default) | Andrei Karas | 1 | -1/+64 | |
Option in chat \ Auto hide chat window. | |||||
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 1 | -1/+1 | |
bad and must be replaced with better implimentation. | |||||
2012-03-19 | Protect autocomplete from evil nicks if nick start from chat line start. | Andrei Karas | 1 | -7/+17 | |
Example nick: @pvp on | |||||
2012-03-02 | Add opengl settings dump command. | Andrei Karas | 1 | -0/+1 | |
Chat command: /dumpogl | |||||
2012-02-29 | Fix code style in empty methods. | Andrei Karas | 1 | -1/+2 | |
2012-02-08 | Add chat command /setdrop N to set change drop counter. | Andrei Karas | 1 | -0/+1 | |
2012-02-08 | Fix compilation errors and more style. | Andrei Karas | 1 | -7/+7 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -2/+2 | |
2012-02-02 | Add some checks after automatic checking. | Andrei Karas | 1 | -0/+3 | |
2012-01-30 | Rename isKeyActive to isActionActive om keyboard config class. | Andrei Karas | 1 | -4/+4 | |
2012-01-14 | fix adding gcc 4.7 support. | Andrei Karas | 1 | -1/+1 | |
2012-01-11 | Fix compliation under gcc 4.7 snapshot. | Andrei Karas | 1 | -3/+3 | |