summary refs log tree commit diff
path: root/src/notifications/ManagerMac.mm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify image loadingLoren Burkholder2021-03-171-3/+3
|
* Rewrite notification posting logicNicolas Werner2021-03-171-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 functionLoren Burkholder2021-03-171-19/+11
| | | | Actually posting the notification is now the responsibility of a private function
* Format markdown as HTML in notificationsLoren Burkholder2021-03-171-2/+4
|
* Include notifications header instead of responses headerLoren Burkholder2021-02-131-1/+1
|
* Move notification parsing into postNotificationLoren Burkholder2021-02-131-14/+15
|
* Display notifications for emote messages properlyLoren Burkholder2021-02-131-2/+6
|
* Fix notification reply build on other platformsNicolas Werner2021-01-071-0/+5
|
* Remove unused paramtersNicolas Werner2020-04-131-1/+1
|
* Clear notifications when event is readNicolas Werner2020-04-111-0/+5
|
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-111-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 macKonstantinos Sideris2018-05-051-0/+22