summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-08-01Refactor chat messages so parsing of links/emoticons happens in controllers.Kevin Smith
Change-Id: I07256f23ffbb6520f5063bdfbed9111946c46746
2013-03-15Spell checker implementation using HunspellVlad Voicu
Change-Id: Ia15b6532edf6eef7c45bdfb273e77f65ce998f13 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details
2012-12-31Fix more warnings.Remko Tronçon
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a
2012-04-25Don't linkify /me actions.Remko Tronçon
Resolves: #959
2011-04-30Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.Remko Tronçon
2011-04-22Merge unread tab titles legibly.Kevin Smith
Release-Notes: Chat tabs with unread messages from several chats will now be a little more descriptive. Resolves: #485
2011-04-19Use a bar to show where the last read messages in a chat areVlad Voicu
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
URI Handling currently only works on Mac OS X.
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-10Fixed linkification of URLs followed by newlines.Remko Tronçon
Resolves: #762
2010-12-26Fixed linkifying of unicode URLs.Remko Tronçon
2010-10-27Changed linkifcation algorithm.Remko Tronçon
2010-10-24Linkify links with @ in them properly.Remko Tronçon
2010-08-19Fixed linkifying of urls containing '='.Remko Tronçon
2010-07-24Improvements and further testing to tab completion.Kevin Smith
Resolves: #506 Resolves: #498
2010-06-05Tab completion in MUCs.Kevin Smith
Resolves: #440
2010-05-08Fixed linkify bug.Remko Tronçon
Resolves: #326
2010-04-08Added copyrights to SwifTools.Remko Tronçon
2010-01-29Fix tilde in linksKevin Smith
2010-01-29Fix chatwindow unit testsKevin Smith
2009-11-23Fix linkifying links with '+'.Remko Tronçon
2009-11-18Fix linkifying of urls with #.Remko Tronçon
2009-11-16Add another linkifier test.Remko Tronçon
2009-11-16Fixed Linkify on camel case URLs.Remko Tronçon
2009-11-15Linkify URLs.Remko Tronçon