summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-07extent tab to follow different resize policy.Andrei Karas1-0/+1
2013-07-07fix again tabs size.Andrei Karas1-0/+2
2013-06-21fix code style.Andrei Karas1-4/+2
2013-06-20Add more profiler labels.Andrei Karas1-0/+9
2013-05-18Remove static list with chat commands for autocomplete.Andrei Karas1-0/+2
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas1-3/+3
2013-05-10fix code style.Andrei Karas1-1/+1
2013-05-07improve chatwindow class.Andrei Karas1-205/+76
2013-05-03add comments for translatorsAndrei Karas1-2/+18
2013-04-26Add mod key for chat (left shift)Andrei Karas1-3/+13
2013-04-20fix style in gui directory.Andrei Karas1-7/+12
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-2/+2
2013-04-07some fixes after auto check.Andrei Karas1-1/+1
2013-03-29remove some code from deprivatedevent class.Andrei Karas1-7/+1
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-3/+19
2013-03-22Show channel messages in language tab.Andrei Karas1-6/+19
2013-03-08Add chat command for execute external programs.Andrei Karas1-0/+1
2013-03-05Add chat command to clean fonts cache.Andrei Karas1-0/+1
2013-03-03Add chat command to clean graphics cache.Andrei Karas1-0/+1
2013-02-26Improve string usage in other files.Andrei Karas1-10/+18
2013-02-24Add support for show quest variables in skills window (evol only)Andrei Karas1-2/+1
2013-02-14Improve event.getId() speed.Andrei Karas1-2/+3
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