summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-26Use size_t instead of int in SpellParser::PositionPairTobias Markmann
2016-09-29Fix potential resource leaksTobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
2016-04-04Apply automated clang-tidy fixes and add missing includesTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2014-12-15Update Copyright In SwifToolsKevin Smith
2013-08-01Refactor chat messages so parsing of links/emoticons happens in controllers.Kevin Smith
2013-03-15Spell checker implementation using HunspellVlad Voicu
2012-12-31Fix more warnings.Remko Tronçon
2012-04-25Don't linkify /me actions.Remko Tronçon
2011-04-30Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.Remko Tronçon
2011-04-22Merge unread tab titles legibly.Kevin Smith
2011-04-19Use a bar to show where the last read messages in a chat areVlad Voicu
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-10Fixed linkification of URLs followed by newlines.Remko Tronçon
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
2010-06-05Tab completion in MUCs.Kevin Smith
2010-05-08Fixed linkify bug.Remko Tronçon
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