summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-08Fix chat window size in small screens.Andrei Karas1-2/+14
2013-01-20Another part with FOR_EACH changes.Andrei Karas1-8/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-16Add context menu to browserbox http links.Andrei Karas1-0/+3
2012-12-29Add chat command to dump environment variables to log.Andrei Karas1-0/+1
2012-12-28By default put chat window in top in android build.Andrei Karas1-0/+4
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-12-08Fix code style.Andrei Karas1-1/+2
2012-12-06Fix compilation warnings.Andrei Karas1-2/+2
2012-12-05Add some special chars to ignore in public chat for future usage.Andrei Karas1-5/+12
2012-12-03Add option to protect chat focus.Andrei Karas1-4/+25
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-11-27Simplify command handlers.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-20Fix code style and some minor issues.Andrei Karas1-1/+0
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-3/+3
2012-10-19Fix namespace conflicts.Andrei Karas1-3/+3
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+1
2012-10-02fix chat window resize cursor and some other possible issues.Andrei Karas1-3/+3
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
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
2012-09-08Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and WHISPER_TAB_OFFL...Andrei Karas1-5/+9
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+2
2012-09-06Add theme option for title bar height.Andrei Karas1-2/+0
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
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
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
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
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