summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Releasing version 0.8.00.8.0Marco Trevisan (Treviño)2022-07-141-0/+15
* NEWS: Fix style on previous announcementMarco Trevisan (Treviño)2022-07-141-2/+2
* README: Add reference to Portal Notification APIsMarco Trevisan (Treviño)2022-06-071-0/+4
* build: Pre-release bump to 0.8.0Marco Trevisan (Treviño)2022-06-071-1/+1
* notification: Warn if trying to get the activation token outside activationMarco Trevisan (Treviño)2022-06-071-4/+2
* notify: Also try to use the flatpak app name as notify appMarco Trevisan (Treviño)2022-06-071-0/+3
* notification: Use Desktop Portal notification when running in sandboxMarco Trevisan (Treviño)2022-06-073-0/+553
* build: Bump dependency on glib 2.38Marco Trevisan (Treviño)2022-06-076-25/+1
* notification: Move action activation and closing in separate functionsMarco Trevisan (Treviño)2022-06-071-27/+51
* Notification: Add NotifyClosedReason enum to define closed reasonsMarco Trevisan (Treviño)2022-06-073-6/+34
* notify: Support passing a NULL application name to notify_init()Marco Trevisan (Treviño)2022-06-071-7/+21
* notify: Use lazy snap readings and once per notify instanceMarco Trevisan (Treviño)2022-06-073-119/+174
* notify-send: Handle Ctrl+C by closing the notification before exitingMarco Trevisan (Treviño)2022-06-071-0/+15
* notify-send: Add debug logs about the notification daemonMarco Trevisan (Treviño)2022-06-071-0/+16
* notification: Add docs description for NotifyNotificationMarco Trevisan (Treviño)2022-06-071-0/+5
* notification: Document get_activation_token argumentMarco Trevisan (Treviño)2022-06-071-0/+1
* notification: Fix documentation and transfer info for NotifyActionCallbackMarco Trevisan (Treviño)2022-06-071-3/+3
* Bump version to 0.7.120.7.12Logan Rathbone2022-05-052-1/+16
* Merge branch 'fix-electron-crash' into 'master'Logan Rathbone2022-05-051-1/+8
|\
| * notification: Bookend calling NotifyActionCallback with temporary refLogan Rathbone2022-05-041-1/+8
|/
* doap: Add self as co-maintainer; remove chammond and mccannLogan Rathbone2022-05-041-13/+6
* Adding myself as maintainerMarco Trevisan (Treviño)2022-05-041-0/+7
* libnotify.doap: Add missing description fieldMarco Trevisan (Treviño)2022-05-041-0/+3
* Merge branch 'pgriffis/delete-unused-file' into 'master'Patrick Griffis2022-05-031-8/+0
|\
| * Delete unused notifynotification.xmlPatrick Griffis2022-05-031-8/+0
|/
* notification: Include sender-pid hint by default if not providedMarco Trevisan (Treviño)2022-04-281-0/+5
* notify-send: Add debug message about server not supporting persistenceMarco Trevisan (Treviño)2022-04-271-0/+6
* notify-send: Move server capabilities check to a separate functionMarco Trevisan (Treviño)2022-04-271-8/+17
* docs/notify-send: Add --transient option to manpageMarco Trevisan (Treviño)2022-04-271-0/+6
* Bump version to 0.7.110.7.11Marco Trevisan (Treviño)2022-04-272-1/+11
* notify-send: Add explicit option to create transient notificationsMarco Trevisan (Treviño)2022-04-271-0/+9
* notify-send: Support passing any hint value, by parsing variant stringsMarco Trevisan (Treviño)2022-04-272-2/+11
* notify-send: Add support for boolean hintsMarco Trevisan (Treviño)2022-04-272-2/+13
* cleanup: Do not use GLIB_CHECK_VERSIONMarco Trevisan (Treviño)2022-04-274-4/+4
* NEWS: Add --wait feature to last releaseMarco Trevisan (Treviño)2022-04-271-0/+1
* Bump version to 0.7.100.7.10Marco Trevisan (Treviño)2022-04-272-1/+20
* CI: Also install the built files and expose docs and logsMarco Trevisan (Treviño)2022-04-271-1/+9
* notification: Add support for getting actions activation tokenMarco Trevisan (Treviño)2022-04-275-0/+113
* notify-send: Clear errors that could be re-usedMarco Trevisan (Treviño)2022-04-251-2/+2
* notify: Use the application ID if available to set the fallback app nameMarco Trevisan (Treviño)2022-04-251-0/+8
* docs/notify-send: Add missing --app-name description to manualBen Blain2022-04-251-0/+6
* notify-send: Check for notification server actions capability supportBen Blain2022-04-251-1/+17
* notify-send: Add support for notification actions and responsesBen Blain2022-04-252-0/+59
* notify-send: Add option to wait until notification has been closedBen Blain2022-04-252-0/+45
* docs/notify-send: Add print/replace-id arguments to man pageMatthias Sweertvaegher2022-04-251-0/+12
* notify-send: Support for replacing an existing notificationPaul Collins2022-04-251-3/+18
* notification: Keep converted URIs as such when we prepend a pathMarco Trevisan (Treviño)2022-04-251-0/+11
* notification: Do not duplicate calls on parse functionsMarco Trevisan (Treviño)2022-04-251-9/+9
* notification: Improve debug logs when rewriting pathsMarco Trevisan (Treviño)2022-04-251-4/+5
* notification: Avoid creating a new hint variant when nothing has changedMarco Trevisan (Treviño)2022-04-251-1/+1