summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2013-04-05Silence a couple of warningsKevin Smith
2013-03-30Fix HUNSPELL flags.Remko Tronçon
2013-03-26Adding basic support for native spell checking on Mac OS X.Tobias Markmann
2013-03-18Only attempt ten extensions before giving up on joining a roomKevin Smith
2013-03-15Spell checker implementation using HunspellVlad Voicu
2013-03-04Qt5 support & warning fixes.Remko Tronçon
2013-01-01Fix Objective-C memory leaks.Remko Tronçon
2012-12-31Fix more warnings.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-12-23Fix compilation of CrashReporter.Remko Tronçon
2012-12-23Assert when APPDATA or USERPROFILE is null.Remko Tronçon
2012-11-24Enable breakpad on windows.Remko Tronçon
2012-09-15Added URL parser.Remko Tronçon
2012-08-17Added Breakpad support for Windows.Remko Tronçon
2012-07-17Make sure flags are consistent across different modules.Remko Tronçon
2012-04-25Don't linkify /me actions.Remko Tronçon