summaryrefslogtreecommitdiff
path: root/libnotify/notification.c
Commit message (Expand)AuthorAgeFilesLines
* notification: Add support for getting actions activation tokenMarco Trevisan (Treviño)2022-04-271-0/+43
* 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
* notification: Use snap name and app name as fallback desktop-entryMarco Trevisan (Treviño)2022-04-251-2/+95
* notification: Preserve snap details into the private structMarco Trevisan (Treviño)2022-04-251-19/+65
* notification: Do not try to append snap name to desktop when it's a pathMarco Trevisan (Treviño)2022-04-251-1/+1
* notification: Do not prepend SNAP prefix when is already presentMarco Trevisan (Treviño)2022-04-251-5/+16
* notification: Use g_memdup2 when availableMarco Trevisan (Treviño)2022-04-211-0/+4
* Send the application ID when possibleCorentin Noël2022-04-211-0/+18
* notification: Handle snap applicationsIain Lane2019-08-141-0/+106
* NotifyNotification: fix set_hint_byte_array value annotationEvan Nemerson2014-04-011-1/+1
* NotifyNotification: fix annotation for add_action()Giovanni Campagna2013-09-021-3/+3
* Clarify docs of notify_notification_set_timeoutMatthias Clasen2013-06-071-0/+2
* Add notify_notification_set_app_name() to set the application name for the no...Richard Hughes2011-05-021-3/+66
* Allow properties to be set in any orderMatthias Clasen2011-03-201-33/+48
* Use - instead of _ in hint names consistentlyWilliam Jon McCann2011-01-171-1/+3
* Some more missing GIR annocationsMartin Pitt2010-11-181-6/+6
* Fix some annotationsJonathan Matthew2010-11-181-2/+2
* Don't set NULL hint stringsWilliam Jon McCann2010-11-151-5/+10
* Show a warning and assert if notify_init isn't called before showWilliam Jon McCann2010-11-151-0/+5
* docs: Some fixesJavier Jardón2010-11-141-3/+3
* docs: Move documentation to inline comments: notificationJavier Jardón2010-11-141-0/+15
* notify_notification_set_image_from_pixbuf: ref the pixbuf (#633829)Guillaume Desmottes2010-11-021-1/+1
* Remove silly old dbus version comments in the docsWilliam Jon McCann2010-10-151-4/+0
* Port to gdbusChristian Persch2010-10-121-313/+195
* Don't need to fuss with gtk symbols since we don't use gtk at all anymoreWilliam Jon McCann2010-10-091-3/+0
* Remove the ability to attach notifications to widgets or positionsWilliam Jon McCann2010-10-081-129/+1
* Remove the ability to attach to a status iconWilliam Jon McCann2010-10-081-120/+2
* Disconnect the proxy destroy signal handlerWilliam Jon McCann2010-06-241-18/+21
* Remove dbus version checks for > 0.60William Jon McCann2010-06-241-12/+0
* Various cleanupsWilliam Jon McCann2010-06-241-34/+56
* Don't try to use the proxy after it is destroyedWilliam Jon McCann2010-06-241-2/+36
* Use g_object_get() to get pixbuf propertiesBastien Nocera2010-06-241-9/+11
* Fix compile-time warningBastien Nocera2010-06-241-1/+0
* Fix building with GSEAL enabledWilliam Jon McCann2010-04-021-26/+15
* Removed unused codeWilliam Jon McCann2010-04-021-31/+0
* Introduce notify_notification_set_image_from_pixbufAurélien Gâteau2010-01-291-7/+25
* Support for image_data hintAurélien Gâteau2010-01-291-1/+9
* Use a consistent styleWilliam Jon McCann2010-01-291-810/+841
* Fix has_nondefault_actions never getting setMatthias Clasen2010-01-091-2/+2
* Depend on Gtk+ 2.10 for StatusIconWilliam Jon McCann2010-01-091-21/+1
* Fix indentationWilliam Jon McCann2010-01-091-138/+153
* Use only single gtk includeWilliam Jon McCann2010-01-091-3/+3
* Patch by Andre Klapper to remove deprecated glib symbols.Christian Hammond2009-07-241-3/+3
* And fix the registration of the signal. It's been way too long since I worked...Christian Hammond2008-09-261-1/+1
* Prevent a backwards-compatibility breakage introduced where the "reason" code...Christian Hammond2008-09-261-2/+40
* Added support for sending the status icon XID to the notification daemon. Thi...Christian Hammond2008-09-261-0/+46
* Add support for sending the closed reason in the signal handler. Closes ticke...Christian Hammond2008-03-191-4/+4