aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/chat
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-2081-170/+1071
* Fixes memory leak where instances of MainToolBar(ChatWindow instances) will s...Damian Minkov2015-03-131-0/+9
* Merge pull request #69 from level7systems/chat-window-fixIngo Bauersachs2015-03-111-3/+17
|\
| * Fixes all chat windows being closed when grouping of chat windows is disabled.veteran292015-03-061-3/+17
* | Fine-tunes structure of OTR fix code.Danny van Heumen2015-03-071-12/+29
* | Fix for OTR UI in case of multiple OTR session.Danny van Heumen2015-03-072-1/+65
|/
* Finishing up some loose ends w.r.t. presence.Danny van Heumen2015-01-121-6/+16
* Work-in-progress on MUC member presence.Danny van Heumen2015-01-122-11/+23
* Fixes compilation with java8.Damian Minkov2014-12-162-5/+6
* Some more consistent quotes usage.Danny van Heumen2014-12-161-8/+8
* Store original message as base64-encoded content to work around issuesDanny van Heumen2014-12-162-5/+23
* Use StringBuilder (non-thread-safe) in local scope.Danny van Heumen2014-12-161-1/+1
* Correctly close img html tag.Danny van Heumen2014-12-161-2/+2
* Partial fix for ChatConversationPanel copy behaviour.Danny van Heumen2014-12-162-7/+8
* i18n: Fix chat room member role name.Danny van Heumen2014-12-071-2/+3
* UI: Do not close chat room window immediately for 'leave' command.Danny van Heumen2014-12-061-3/+0
* Remove dead codeIngo Bauersachs2014-11-271-26/+0
* Show chat messages after enabling chat history preview (closes #727)Ingo Bauersachs2014-11-272-6/+9
* Localize chat room member rolesIngo Bauersachs2014-11-271-1/+1
* HTML-Encode the nickname in the chat window (closes #1216)Ingo Bauersachs2014-11-271-3/+8
* Lowered logging severity and added clarification for case where lastMessageUI...Danny van Heumen2014-11-201-1/+5
* Unknown commands now result in failed message delivery.Danny van Heumen2014-10-281-0/+13
* More precise keyword replacement: does not highlight 'fo' in "for".Danny van Heumen2014-10-211-5/+22
* Fixes warnings, wrong synchronize on local variable rather than using the glo...Damian Minkov2014-10-161-24/+28
* Fixes warnings.Lyubomir Marinov2014-09-304-88/+100
* Adds support for sending instant messages to external contactsMarin Dzhigarov2014-09-241-0/+14
* Adds a 'wink' smiley to the default smiley pack.yanas2014-09-191-1/+3
* Gracefully handle race (NPE)Danny van Heumen2014-09-161-8/+26
* More advanced Text pattern that will take quotes into account.Danny van Heumen2014-09-161-5/+34
* Extracted Replacer interface and moved replacers to a separate package.Danny van Heumen2014-09-168-273/+470
* Replaced various processing methods with separate implementation.Danny van Heumen2014-09-161-263/+284
* Restore ability to skip smiley replacement in URLs.Danny van Heumen2014-09-161-8/+13
* Fix outdated comments.Danny van Heumen2014-09-161-6/+7
* Different approach to (plain text) chat message processing.Danny van Heumen2014-09-165-261/+266
* Adds file transfer for multimedia msgs to operation set sms.Damian Minkov2014-09-035-8/+80
* Modified default chat room auto-open behaviour to OPEN_ON_MESSAGE.Danny van Heumen2014-08-212-4/+3
* Does not select already opened multi chat tabs on new messages, just changes ...Damian Minkov2014-08-211-1/+1
* Fixes warnings.Lyubomir Marinov2014-08-081-3/+0
* Fixes show preview link for image/video replacement. Reorganize and fix confi...Damian Minkov2014-08-072-52/+164
* Fixes copy text from chat conversation history and once again the losing focu...Damian Minkov2014-06-062-31/+2
* Does not lose focus from chat write area when clicking on the conversation pa...Damian Minkov2014-06-052-1/+30
* Do not lose focus from chat write area when clicking on the conversation panel.Damian Minkov2014-06-041-0/+1
* Adds property to disable private chat in chat rooms.Damian Minkov2014-06-022-1/+8
* Removes the execute Unix permission from .java files.Lyubomir Marinov2014-05-313-0/+0
* Fixes NPE, do nothing and close chat invite dialog if nothing selected.Damian Minkov2014-05-121-2/+5
* Do replacements only inside plaintext nodes or on link content, avoid replaci...Damian Minkov2014-05-093-201/+334
* Centers chat room configuration window.Damian Minkov2014-04-281-1/+15
* Fixes char counters in chat write panel.Damian Minkov2014-04-151-20/+15
* Changes the chat room configuration window class visibility modifiers.hristoterezov2014-04-111-4/+4
* Adds property to control modes in chat write panel.Damian Minkov2014-04-101-0/+20