summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-11remove unused includes from gui files.Andrei Karas1-4/+0
2013-09-06add globals filter.Andrei Karas1-0/+25
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-08-24improve dirs usage in Client.Andrei Karas1-2/+2
2013-08-08add autocomplete support for online list.Andrei Karas1-0/+6
2013-08-07Add font tab into chat emotes window.Andrei Karas1-0/+12
2013-08-06add colors tab into chat emotes window.Andrei Karas1-0/+12
2013-08-02hide emotes window if chat is closed.Andrei Karas1-0/+2
2013-08-01add gui for in chat emotes.Andrei Karas1-0/+20
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