summary refs log tree commit diff
path: root/src/notifications/ManagerWin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-3/+12
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* lint using clang11Nicolas Werner2021-10-171-9/+3
|
* lintNicolas Werner2021-10-171-3/+9
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-52/+48
|
* Make CI happyNicolas Werner2021-03-171-17/+13
|
* Clean up notification code a bitNicolas Werner2021-03-171-16/+7
|
* Simplify regexLoren Burkholder2021-03-171-1/+1
|
* Simplify formatting on WindowsLoren Burkholder2021-03-171-25/+19
|
* Better handle encrypted notificationsLoren Burkholder2021-03-171-4/+29
|
* Rewrite notification posting logicNicolas Werner2021-03-171-13/+33
| | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform.
* Add regex to remove replies in notificationsLoren Burkholder2021-03-171-2/+5
|
* Get event text in event parser functionLoren Burkholder2021-03-171-2/+4
|
* Don't run markdownToHtml on messagesLoren Burkholder2021-03-171-1/+1
|
* Move data parsing into a dedicated functionLoren Burkholder2021-03-171-26/+18
| | | | Actually posting the notification is now the responsibility of a private function
* Use plaintext for Windows notificationsLoren Burkholder2021-03-171-1/+3
|
* Format markdown as HTML in notificationsLoren Burkholder2021-03-171-2/+4
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Include notifications header instead of responses headerLoren Burkholder2021-02-131-1/+1
|
* Move notification parsing into postNotificationLoren Burkholder2021-02-131-10/+16
|
* Fix typoLoren Burkholder2021-02-131-1/+1
|
* Display notifications for emote messages properlyLoren Burkholder2021-02-131-2/+9
|
* Fix notification reply build on other platformsNicolas Werner2021-01-071-0/+1
|
* Remove unused paramtersNicolas Werner2020-04-131-1/+1
|
* Fix reply not closingNicolas Werner2020-04-131-1/+0
| | | | fixes #124
* Clear notifications when event is readNicolas Werner2020-04-111-0/+5
|
* Fix Windows buildKonstantinos Sideris2018-07-141-23/+19
|
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-111-3/+24
| | | | | | | | | | | | * 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 dekstop notifications on Windows (#290)Konstantinos Sideris2018-07-011-2/+43
|
* Implement desktop notification for macKonstantinos Sideris2018-05-051-0/+7