summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-09-16Add const to variables with type size_t.Andrei Karas1-8/+7
2012-09-09fix code style.Andrei Karas1-1/+1
2012-09-08Add new colors for whisper tabs.Andrei Karas1-15/+11
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED
2012-09-08Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and ↵Andrei Karas1-5/+9
WHISPER_TAB_OFFLINE.
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+2
2012-09-06Add theme option for title bar height.Andrei Karas1-2/+0
Option name: titlebarHeight Default value: 20 px
2012-09-06Improve constructors in some classes.Andrei Karas1-11/+10
2012-08-27Add const to more classes.Andrei Karas1-62/+68
2012-08-26Allow enter special chars in chat in tmw server.Andrei Karas1-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-24replace defines to consts.Andrei Karas1-2/+1
2012-08-23Remove useless includes.Andrei Karas1-6/+1
2012-08-21next code style changes.Andrei Karas1-8/+8
2012-08-05Move some hardcoded paddings to themes.Andrei Karas1-1/+1
2012-08-01Fix code style.Andrei Karas1-2/+3
2012-07-22Add new chat commands.Andrei Karas1-3/+8
/url LINK - put http link in chat. /openurl LINK - open link in browser.
2012-07-18Another warning fixes.Andrei Karas1-2/+2
2012-07-17Fix more code style and additional warnings.Andrei Karas1-1/+2
2012-07-15Fix code style.Andrei Karas1-2/+2
2012-06-23Improve a bit iterators again.Andrei Karas1-2/+3
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+1
It can improve perfomance in slow systems.
2012-04-28Fix code style and add some checks.Andrei Karas1-2/+3
2012-04-25Improve iterators part 1.Andrei Karas1-16/+23
2012-04-22Cache some settings om chat window.Andrei Karas1-3/+9
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-8/+10
Add new tab with keys settings in input settings tab.
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-4/+5
2012-04-08Move enums from keyboardconfig.h to keydata.h.Andrei Karas1-4/+4
2012-04-01Last part of fixes.Andrei Karas1-6/+6
2012-04-01One part of fixes after auto checking.Andrei Karas1-28/+55
2012-03-29Replace vectors with strings to short names.Andrei Karas1-8/+8
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas1-1/+64
Option in chat \ Auto hide chat window.
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
bad and must be replaced with better implimentation.
2012-03-19Protect autocomplete from evil nicks if nick start from chat line start.Andrei Karas1-7/+17
Example nick: @pvp on
2012-03-02Add opengl settings dump command.Andrei Karas1-0/+1
Chat command: /dumpogl
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas1-0/+1
2012-02-08Fix compilation errors and more style.Andrei Karas1-7/+7
2012-02-08Fix code style with new tool.Andrei Karas1-2/+2
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-4/+4
2012-01-14fix adding gcc 4.7 support.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas1-3/+3
2012-01-06Fix crash in chat autocomplete if no current chat tab.Andrei Karas1-1/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-04Add chat command /dumpt for dumping last testing values.Andrei Karas1-0/+1
2011-12-08Add variables for any chat text/commands.Andrei Karas1-0/+5
<PLAYER> - target or nearest player nick. <MONSTER> - target or nearest monster name. <PEOPLE> - comma separated list of visible players (except self). <PARTY> - all party members (except self). Example usage: type in chat: hello <PEOPLE>.
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas1-1/+29
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-1/+16
context menu item "Copy to clipboard".
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-15/+15
2011-11-02Add enemy relation.Andrei Karas1-0/+1
2011-10-30Add pseudo away chat command.Andrei Karas1-0/+1
Command: /pseudoaway [test]