aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/chat/ChatWindowManager.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Show chat messages after enabling chat history preview (closes #727)Ingo Bauersachs2014-11-271-6/+3
* Fixes warnings, wrong synchronize on local variable rather than using the glo...Damian Minkov2014-10-161-24/+28
* Adds support for sending instant messages to external contactsMarin Dzhigarov2014-09-241-0/+14
* Improve selecting default contact and adds some NPE checks.Damian Minkov2014-03-311-0/+15
* Adds error logging when no metacontact found for contactID, used for opening ...Damian Minkov2014-03-251-0/+9
* Fixes opening correct metacontact for chat from source contacts.Damian Minkov2014-03-111-0/+29
* Changes ui service to be able to start sms chats from plugins.Damian Minkov2014-03-101-1/+33
* Fixes warnings.Lyubomir Marinov2014-02-261-13/+12
* Improves send sms functionality, updates icons.Damian Minkov2013-11-151-2/+5
* Reduces the use of ChatRoomList in GUI bundle.hristoterezov2013-11-111-20/+2
* Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper,hristoterezov2013-11-071-3/+6
* Fixes ConcurrentModificationException.Damian Minkov2013-10-171-6/+12
* Implements private messaging chats.hristoterezov2013-09-241-0/+61
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-2/+7
* Adds the possibility to send message or call a specific contact resource (Req...Yana Stamcheva2013-04-241-9/+36
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-6/+8
* Avoid duplicating incoming message when show history in chats is enabledIngo Bauersachs2013-04-071-2/+43
* Works on preventing an issue with the display of remote video which could sca...Lyubomir Marinov2013-02-261-3/+3
* Moves account related utility methods like getRegisteredAccounts(), getRegist...Yana Stamcheva2013-01-281-1/+2
* Removes the ConfigurationManager-s from impl.gui and plugin.generalconfig pac...Yana Stamcheva2012-11-211-6/+6
* Moves loading the gui (creating main frame) in event dispatch thread. Make so...Damian Minkov2012-11-191-11/+357
* Only take the focus if the "auto popup" property is switched on. Patch provid...Yana Stamcheva2012-08-071-9/+1
* Corrects warning dialog height on Linux when closing a chat window with: a un...Vincent Lucas2012-08-021-89/+53
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+3
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-0/+48
* Corrects MAC OS white background warning info displayed when closing a chat:Vincent Lucas2012-04-201-9/+24
* Corrects Linux warning info dialog height displayed when closing a chat:Vincent Lucas2012-04-111-3/+9
* Commits work in progress on fixing leaks of every CallDialog and ChatWindow.Lyubomir Marinov2012-02-101-58/+103
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Some gui refactoring.Yana Stamcheva2011-01-071-113/+134
* Spell Check plugin (work in progress). Note that the spellcheck plugin is not...Yana Stamcheva2010-11-011-0/+68
* Fix issue #687 looses track of some chat windows (when using separate window ...Damian Minkov2010-07-071-2/+4
* Makes sure that when selecting a default contact for chatting we pass the Ops...Emil Ivov2010-02-261-10/+12
* Fixes issue #784 (Chat window looses the focus).Yana Stamcheva2010-02-181-1/+0
* - PageUp and PageDown do not trigger search field key events.Yana Stamcheva2010-02-041-0/+88
* First version of the modified contact list interface. Modifications include a...Yana Stamcheva2010-02-041-27/+21
* - Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, ...Valentin Martinet2010-01-181-22/+22
* Fix a ConcurrentModificationException when closing multiple chat tabs in one ...Valentin Martinet2010-01-131-22/+24
* - With the invaluable help of Yana Stamcheva, attempts again to make the vert...Lyubomir Marinov2009-10-151-4/+0
* Fixes a problem with automatic scrolling to the last received message when a ...Yana Stamcheva2009-10-141-2/+2
* - Simplifies ChatWindowManager a bit and speeds up some of the code which use...Lyubomir Marinov2009-10-041-89/+130
* - Fixes ClassCastException in ChatRoom-related code which handles failure of ...Lyubomir Marinov2009-10-021-183/+122
* Shortens/simplifies code in ChatWindowManager on the road to removing its #sy...Lyubomir Marinov2009-09-281-18/+3
* Speeds up ChatWindowManager by removing unnecessary iterations.Lyubomir Marinov2009-09-271-96/+46
* Removes some duplication in ChatWindowManager in order to limit the use of it...Lyubomir Marinov2009-09-251-104/+73
* Makes a few fields private and final.Lyubomir Marinov2009-09-241-10/+10
* Ongoing work on call conference user interface.Yana Stamcheva2009-09-231-0/+1
* - In ChatWindowManager#closeChat(ChatPanel), calls closeChatPanel() for AdHoc...Lyubomir Marinov2009-09-181-0/+2
* Ad-hoc Multi user chat related modifications (part of issue #725 - Sepperate ...Yana Stamcheva2009-09-181-2/+19