aboutsummaryrefslogtreecommitdiff
path: root/src/notification.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecations (fixes #4)Robert Tari2020-08-101-7/+4
|
* * Fix a serious memory leak in notification_new_from_dbus_message.Jason Conti2015-10-231-0/+8
| | | | | * Bump version.
* * Rename notification_is_volume to notification_is_private.Jason Conti2012-02-261-5/+14
| | | | | | | * Add filters for indicator-sound and brightness notifications. * Strip whitespace leading and trailing whitespace from the summary and body.
* * Add notification_is_empty to catch useless notifications such asJason Conti2012-02-251-0/+10
| | | | | brightness and volume, which are not always properly marked.
* Checking for, and discarding volume notifications, since they contain no ↵Jason Conti2011-05-171-1/+22
| | | | useful information (which is stupid, why can't they provide a summary (Volume Up/Down) and body (Current volume level X%).
* Adding a timestamp to the messages. Currently sends a timestamp string ↵Jason Conti2011-05-171-0/+21
| | | | across dbus, but ideally it will send an integer, and the indicator can decide how to display it (time ago in words, custom time format, etc).
* Integrated the dbus-spy. Menu items for notification summaries are appended ↵Jason Conti2011-05-131-0/+24
| | | | as they arrive.
* Importing dbus-spy and notification dbus objects to watch dbus for ↵Jason Conti2011-05-131-0/+132
org.freedesktop.Notification.Notify messages (from test project).