summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-10-02Fix Code According to New clang warning (-Wobjc-messaging-id)Tobias Markmann
2017-06-26Use size_t instead of int in SpellParser::PositionPairTobias Markmann
2017-05-02If silent Sparkle update impossible do not auto download updatesTobias Markmann
2017-02-24Fix sorting of emoji categories in the emoji dialogTobias Markmann
2017-02-24Remove ‘regional’ category from emoji dialogTobias Markmann
2017-02-22Improve Swift about window regarding auto update UXTobias Markmann
2017-02-20New Unicode Emojis DialogThibault Meunier
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-11-17Fix version strings generated by GenerateAppCastFeeds.pyTobias Markmann
2016-11-11Add update channel configuration dialog to the about windowTobias Markmann
2016-10-26Exclude the Notification Center code from iOS buildsGurmeen Bindra
2016-09-29Fix uninitialised class membersTobias Markmann
2016-09-29Fix potential resource leaksTobias Markmann
2016-09-27Add setting to disable automatic software updatesTobias Markmann
2016-09-26Use const std::unique_ptr for pimpl idiom usageTobias Markmann
2016-09-26Update and tidy up Sparkle software update supportTobias Markmann
2016-07-12Remove Snarl notification supportTobias Markmann
2016-06-23Improve Linux spell checking UX and enable it by defaultTobias Markmann
2016-06-23Change minidump filename format to include version and dateTobias Markmann
2016-05-25Remove unnecessary include of iostream headerTobias Markmann
2016-04-28Change remaining std::auto_ptr usage to std::unique_ptrTobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Apply automated clang-tidy fixes and add missing includesTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-03-15Explicitly convert between nullable and non-nullable on OS XTobias Markmann
2016-02-12Fix bug in OS X Notification Center backend on empty callbackTobias Markmann
2016-01-22Add missing Timer related cleanup codeTobias Markmann
2015-11-06Make methods non-virtual that are not overridden by subclassTobias Markmann
2015-11-06Fix potential memory leaks in Cocoa API usageTobias Markmann
2015-10-30Change OS X spell checker to non-deprecated APITobias Markmann
2015-10-30Remove Boost workaround for OS X headersTobias Markmann
2015-10-16Only show default notifications in OS X Notification CenterTobias Markmann
2015-09-03Initial support for OS X Notification CenterTobias Markmann
2014-12-15Update Copyright In SwifToolsKevin Smith
2014-10-31Fix possible NULL pointer dereference in spell checker.Tobias Markmann
2014-10-20Update Boost in 3rdParty to version 1.56.0.Tobias Markmann
2014-10-01Port many of Isode's local fixes upstreamKevin Smith
2014-05-18Fix spell check leaks and errorsRemko Tronçon
2013-08-16Merge branch 'swift-2.x'Remko Tronçon
2013-08-16Fix Cocoa-Boost conflict.Remko Tronçon
2013-08-15Fixed warnings in SpellParser.Remko Tronçon
2013-08-15Getting rid of "-Wobjc-interface-ivars" warnings from clang.Tobias Markmann
2013-08-14Build OSX spell checker only with native target.Tobias Markmann
2013-08-01Refactor chat messages so parsing of links/emoticons happens in controllers.Kevin Smith
2013-05-17Fixed unicode path handling.Remko Tronçon
2013-04-21Fix compilation when 3rdParty/ is not there.Remko Tronçon