aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/chat/ChatWritePanel.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-1/+13
* 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-071-1/+63
* Fixes warnings.Lyubomir Marinov2014-09-301-25/+31
* Different approach to (plain text) chat message processing.Danny van Heumen2014-09-161-6/+7
* Removes the execute Unix permission from .java files.Lyubomir Marinov2014-05-311-0/+0
* Fixes char counters in chat write panel.Damian Minkov2014-04-151-20/+15
* Adds property to control modes in chat write panel.Damian Minkov2014-04-101-0/+20
* Hides transport selector box if not needed and duplicates with already visibl...Damian Minkov2014-04-081-23/+37
* Improve selecting default contact and adds some NPE checks.Damian Minkov2014-03-311-0/+28
* Filters out ALT from undo and redo operations in chat message edit field in o...paweldomas2014-03-311-2/+6
* Fixes a positioning issue with the UI component that is responsible for switc...Marin2014-01-231-2/+23
* Adds the ability for the OTR plugin to work with Jabber resourcesMarin2014-01-101-10/+27
* Updates the otr plugin to use the latest version of the OTR protocol.Marin2014-01-101-0/+104
* Fixes StringIndexOutOfBoundsException when tab is pressed in the writehristoterezov2013-12-051-1/+8
* Resets character counter when message is sent in sms mode.Damian Minkov2013-11-201-0/+9
* Removes some unnecessary listeners and avoid adding a sms message listener mu...Damian Minkov2013-11-181-1/+1
* Improves send sms functionality, updates icons.Damian Minkov2013-11-151-45/+32
* Fixes chat transport selector updating the status after reconnect and choosin...Damian Minkov2013-10-231-3/+11
* Adds more cleaning on closing chat window, removes some multi-chat listeners.Damian Minkov2013-10-211-1/+10
* Updates chat transport selector icon changes.Damian Minkov2013-10-041-4/+1
* Adds mobile indicator icon next contacts when there are detected to be logged...Damian Minkov2013-10-031-1/+2
* Fixes changing chat transport icons and the icon of chat tabs when status cha...Damian Minkov2013-09-201-3/+6
* Fixes quicker release of chat windows instances, does not wait for the latest...Damian Minkov2013-06-261-0/+7
* Fixes NPE.Damian Minkov2013-06-181-15/+18
* Improves the IM resource management: fall back to the bare ID when the remote...Vincent Lucas2013-06-071-4/+117
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-7/+9
* Implements a more robust contact resource status update mechanism.yanas2013-04-261-4/+46
* Adds the possibility to send message or call a specific contact resource (Req...Yana Stamcheva2013-04-241-1/+0
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...Yana Stamcheva2013-01-241-1/+1
* Removes the ConfigurationManager-s from impl.gui and plugin.generalconfig pac...Yana Stamcheva2012-11-211-20/+19
* Adds support for proper editing of messages with smilies and newline characte...Yana Stamcheva2012-11-191-0/+4
* New enhanced interface.Yana Stamcheva2012-09-231-3/+2
* Making the contact list component available from outside the gui bundle.Yana Stamcheva2012-08-301-1/+1
* Adds last message correction functionality. Implementation provided by Ivan V...Yana Stamcheva2012-07-121-0/+32
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-2/+3
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
* Adds property to hide account selection when single option is available.Damian Minkov2012-06-261-1/+32
* Fixes memory leak on macosx.Damian Minkov2012-03-271-0/+2
* Commits work in progress on fixing leaks of every CallDialog and ChatWindow.Lyubomir Marinov2012-02-101-7/+6
* Adds option to disable font support.Damian Minkov2012-02-091-1/+4
* Fixes warnings, typos.Lyubomir Marinov2012-01-301-1/+1
* Tries to fix blocking chat after unsuccessful file transfer.Yana Stamcheva2011-12-291-1/+15
* Fixes incorrect appearing of sms icon in group chat interface.Yana Stamcheva2011-12-021-1/+3
* Fixes a problem where opening and closing a window will trigger a typing noti...Damian Minkov2011-11-291-1/+1
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Fixes html tags appearing in chat window when a smiley is sent.Yana Stamcheva2011-10-171-2/+4
* Fixes jabber chat html messages. Replaces <BR> tags with <BR/> and trims the ...Yana Stamcheva2011-10-131-3/+3
* Fixes IllegalStateException when deleting everything from the chat.Yana Stamcheva2011-10-111-3/+0
* Fixes java 1.5 compatibility.Yana Stamcheva2011-10-101-1/+1