aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/chat/ChatConversationPanel.java
Commit message (Expand)AuthorAgeFilesLines
* Fix last message edit impersonationIngo Bauersachs2017-01-151-2/+5
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Fixes compilation with java8.Damian Minkov2014-12-161-1/+2
* Store original message as base64-encoded content to work around issuesDanny 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-161-2/+3
* Lowered logging severity and added clarification for case where lastMessageUI...Danny van Heumen2014-11-201-1/+5
* Fixes warnings.Lyubomir Marinov2014-09-301-20/+22
* 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-161-273/+34
* 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-161-195/+226
* Fixes show preview link for image/video replacement. Reorganize and fix confi...Damian Minkov2014-08-071-19/+125
* Does not lose focus from chat write area when clicking on the conversation pa...Damian Minkov2014-06-051-1/+0
* Do not lose focus from chat write area when clicking on the conversation panel.Damian Minkov2014-06-041-0/+1
* Removes the execute Unix permission from .java files.Lyubomir Marinov2014-05-311-0/+0
* Do replacements only inside plaintext nodes or on link content, avoid replaci...Damian Minkov2014-05-091-198/+330
* Adds a property to disable text displaying for some incoming and outgoing typ...Damian Minkov2014-03-281-1/+3
* Fixes removing the first message when chat is too big, the remove was matchin...Damian Minkov2013-12-091-0/+63
* Flushes any image resource when hiding gif images in chat conversation panel,...Damian Minkov2013-12-091-2/+118
* Fixes "null" error message title in chats.yanas2013-11-261-3/+8
* Adds the chat room contact source to presence filter in the contact list.hristoterezov2013-11-131-1/+2
* Use separate dirs for application logs, cache and configuration dataIngo Bauersachs2013-11-101-2/+3
* Adds more cleaning on closing chat window, removes some multi-chat listeners.Damian Minkov2013-10-211-2/+11
* Fixes leaking ChatWindows. Seems just creating dialog and not disposing it on...Damian Minkov2013-10-111-0/+3
* Fixes NPE in formatMessage method when the message is null.hristoterezov2013-10-081-0/+2
* Adds check for image size and content type for the image replacement of links...hristoterezov2013-09-301-30/+97
* Displays error message when we try to change our nickname to an existing one ...Damian Minkov2013-08-221-9/+8
* Fixes smileys in multi chats.Damian Minkov2013-08-191-0/+3
* Fires event when room has been left. Makes sure that before unregistering we ...Damian Minkov2013-07-261-11/+20
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-2/+6
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-11/+33
* Fixes showing warning for too soon closing the chat window without receiving ...Damian Minkov2013-03-061-2/+0
* Fixes <3 copying in the chat window. Patch provided by Hristo Terezov on dev ...Yana Stamcheva2013-02-221-3/+3
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...Yana Stamcheva2013-01-241-2/+2
* Removes the ConfigurationManager-s from impl.gui and plugin.generalconfig pac...Yana Stamcheva2012-11-211-2/+2
* Adds support for proper editing of messages with smilies and newline characte...Yana Stamcheva2012-11-191-107/+83
* Fixes a NullPointerException in ChatConversationPanel.getPageLastMsgTimestamp...Lyubomir Marinov2012-11-161-9/+18
* Fixes an NPE thrown when an URL without a scheme is clicked in the chat windo...Boris Grozev2012-11-091-17/+17
* - Fixes status messages appearing as a broken user messageYana Stamcheva2012-10-101-126/+177
* Commits work in progress on improving, stabalising audio and video telephony ...Lyubomir Marinov2012-10-011-5/+3
* Activates the simple chat skin, until we fix memory problems with the current...Yana Stamcheva2012-09-251-265/+398
* Refactors the utility class SwingWorker to perform thread pooling because it ...Lyubomir Marinov2012-09-251-56/+57
* Fixes leaking queries and their results. Fixes memory leaking xml texts in ch...Damian Minkov2012-09-251-0/+11
* New enhanced interface.Yana Stamcheva2012-09-231-350/+376
* Making the contact list component available from outside the gui bundle.Yana Stamcheva2012-08-301-1/+1
* Corrects problem when displaying an apostrophe character in the ChatConversat...Vincent Lucas2012-08-141-0/+6