Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify image loading | Loren Burkholder | 2021-03-17 | 1 | -3/+3 |
| | |||||
* | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 1 | -15/+16 |
| | | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform. | ||||
* | Move data parsing into a dedicated function | Loren Burkholder | 2021-03-17 | 1 | -19/+11 |
| | | | | Actually posting the notification is now the responsibility of a private function | ||||
* | Format markdown as HTML in notifications | Loren Burkholder | 2021-03-17 | 1 | -2/+4 |
| | |||||
* | Include notifications header instead of responses header | Loren Burkholder | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | Move notification parsing into postNotification | Loren Burkholder | 2021-02-13 | 1 | -14/+15 |
| | |||||
* | Display notifications for emote messages properly | Loren Burkholder | 2021-02-13 | 1 | -2/+6 |
| | |||||
* | Fix notification reply build on other platforms | Nicolas Werner | 2021-01-07 | 1 | -0/+5 |
| | |||||
* | Remove unused paramters | Nicolas Werner | 2020-04-13 | 1 | -1/+1 |
| | |||||
* | Clear notifications when event is read | Nicolas Werner | 2020-04-11 | 1 | -0/+5 |
| | |||||
* | Working D-Bus desktop notifications (#361) | Max Sandholm | 2018-07-11 | 1 | -3/+29 |
| | | | | | | | | | | | | * Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager | ||||
* | Implement desktop notification for mac | Konstantinos Sideris | 2018-05-05 | 1 | -0/+22 |