Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-17 | Added Breakpad support for Windows. | Remko Tronçon | |
2012-07-17 | Make sure flags are consistent across different modules. | Remko Tronçon | |
2012-04-25 | Don't linkify /me actions. | Remko Tronçon | |
Resolves: #959 | |||
2012-04-17 | Fixing some clang warnings. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-03-15 | Added purge to Growl. | Remko Tronçon | |
2012-03-15 | Fix compilation error | Kevin Smith | |
2012-03-14 | Dispose of notification callbacks once the account signs out. | Kevin Smith | |
Fixes segfaults caused by clicking notifications after the handlers had been freed. Does not fix GrowlNotifier, which needs fixing later. | |||
2012-03-09 | Fixed Growl crash. | Remko Tronçon | |
2012-03-09 | Handle double growl callbacks. | Remko Tronçon | |
2012-01-14 | Include intrusive_ptr after intrusive_ptr_ref functions. | Remko Tronçon | |
This avoids compilation problems with CLang. | |||
2011-12-24 | Enable "Show notifications" toggle when Growl isn't installed. | Remko Tronçon | |
2011-12-23 | Updated Growl notifier to work against Growl 1.3. | Remko Tronçon | |
2011-10-24 | Don't register ourself as default URI handler. | Remko Tronçon | |
We need to ask the user first. | |||
2011-07-11 | Make IdleDetector a parameter of MainController. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-06-11 | Fixed IdleQuerierTest linking with gold. | Remko Tronçon | |
2011-05-25 | Added 'assertions' scons flag. | Remko Tronçon | |
2011-05-05 | Use naive XMPPURI transformation to work around a bug in GCC4.5+boost1.42. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-04-30 | Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber. | Remko Tronçon | |
2011-04-26 | Added CertificateMemoryStorage. | Remko Tronçon | |
2011-04-22 | Merge 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-19 | Use a bar to show where the last read messages in a chat are | Vlad Voicu | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-19 | Fixed OS X ProxyProvider compilation. | Remko Tronçon | |
2011-04-18 | JID escaping algorithm refactoring. | Remko Tronçon | |
Made algorithm more efficient. Fixed some incorrect escaping. Added more tests from the XEP. | |||
2011-04-18 | Fixed compilation on older GCCs. | Remko Tronçon | |
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-02 | Do not crash when clicking system message notifications. | Remko Tronçon | |
Resolves: #818 | |||
2011-03-12 | Unix compilation fixes. | Remko Tronçon | |
2011-03-12 | Small cleanup. | Remko Tronçon | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Fixed UnixApplicationPathProvider. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-10 | Fixed linkification of URLs followed by newlines. | Remko Tronçon | |
Resolves: #762 | |||
2011-01-18 | Cleaned up some code. | Remko Tronçon | |
2010-12-26 | Fixed linkifying of unicode URLs. | Remko Tronçon | |
2010-12-26 | Fixed crash when searching for users. | Remko Tronçon | |
Resolves: #730 | |||
2010-12-22 | Fixed compilation on non-Windows platforms. | Remko Tronçon | |
2010-12-22 | Use a default balloons notifier on Windows. | Remko Tronçon | |
2010-12-21 | Revert to SnarlNotifier on Windows. | Remko Tronçon | |
Use balloons as a fallback. | |||
2010-12-21 | Make dock get the number of pending messages (instead of a generic message). | Remko Tronçon | |
2010-12-14 | Removed debug output. | Remko Tronçon | |
2010-12-14 | Added initial Growl for Windows notifier (GNTP). | Remko Tronçon | |
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications. | |||
2010-12-08 | Update to new Snarl API. | Remko Tronçon | |
2010-11-28 | Added swiften-config. | Remko Tronçon | |
2010-11-24 | Removed unused header. | Remko Tronçon | |
2010-10-31 | Make Timer one-shot. | Remko Tronçon | |
2010-10-30 | Register default Growl notifications correctly. | Remko Tronçon | |
Release-Notes: When registering with Growl, we now request incoming message popups to be enabled by default. | |||
2010-10-27 | Changed linkifcation algorithm. | Remko Tronçon | |
2010-10-26 | Fixed typo. | Remko Tronçon | |