Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann | |
Removed trailing spaces and whitespace on empty lines in the process. Changed CheckTabs.py tool to disallow hard tabs in source files. Test-Information: Manually checked 30 random files that the conversion worked as expected. Change-Id: I874f99d617bd3d2bb55f02d58f22f58f9b094480 | |||
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann | |
Changed "" style includes to <> style. Test-Information: Build with Clang 3.9.0 and ran all tests on OS X 10.11.4. Change-Id: Ic05e53f2e5dba39cc1307b116fc5f17b62ab9eb8 | |||
2014-12-15 | Update Copyright In SwifTools | Kevin Smith | |
Change-Id: Ic5a0cd2d65caac21a748a9a6996a596ee80f5337 | |||
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. | |||
2011-12-24 | Enable "Show notifications" toggle when Growl isn't installed. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2010-12-21 | Revert to SnarlNotifier on Windows. | Remko Tronçon | |
Use balloons as a fallback. | |||
2010-10-23 | Don't lose notification enabledness when the user changes status. | Remko Tronçon | |
Resolves: #651 Release-Notes: The notification toggle on Linux will now be respected. | |||
2010-10-07 | Code cleanup from recent commits | Kevin Smith | |
2010-10-07 | Fix windows compilation. | Remko Tronçon | |
2010-10-05 | Create 'Enable notifications' menu on Linux. | Kevin Smith | |
I've not actually tested this on Linux... Resolves: #594 | |||
2010-10-05 | Added FreeDesktopNotifier. | Remko Tronçon | |
2010-10-04 | Disable the notifier when going to DND. | Remko Tronçon | |
Resolves: #572 | |||
2010-09-15 | Added Snarl notification support | Remko Tronçon | |
2010-09-15 | Added system message to notifier. | Remko Tronçon | |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon | |