summaryrefslogtreecommitdiff
path: root/libnotify
Commit message (Expand)AuthorAgeFilesLines
* Use notify-features.h instead of features.hWilliam Jon McCann2010-10-143-2/+2
* Add a macro for determining the version of the libraryWilliam Jon McCann2010-10-143-0/+44
* Use correct variable in NULL checkJonny Lamb2010-07-011-1/+1
* Fix assertion when uniniting without any notificationsMartin Pitt2010-07-011-1/+3
* Disconnect the proxy destroy signal handlerWilliam Jon McCann2010-06-241-18/+21
* Remove checks for old GTK+William Jon McCann2010-06-241-4/+1
* Various cleanupsWilliam Jon McCann2010-06-242-7/+7
* Remove dbus version checks for > 0.60William Jon McCann2010-06-241-12/+0
* Don't leak an errorWilliam Jon McCann2010-06-241-2/+3
* Don't g_message when dbus calls failWilliam Jon McCann2010-06-241-5/+0
* Various cleanupsWilliam Jon McCann2010-06-242-61/+98
* Don't try to use the proxy after it is destroyedWilliam Jon McCann2010-06-242-6/+58
* Use g_object_get() to get pixbuf propertiesBastien Nocera2010-06-241-9/+11
* Don't claim that notify_init connects to the serverWilliam Jon McCann2010-06-231-2/+1
* Fix compile-time warningBastien Nocera2010-06-241-1/+0
* Fix compile warnings for the C marshal fileBastien Nocera2010-06-241-5/+5
* Fix building with GSEAL enabledWilliam Jon McCann2010-04-021-26/+15
* Removed unused codeWilliam Jon McCann2010-04-021-31/+0
* lazily start the daemonMartin Pitt2010-04-021-43/+47
* Add pango's .gitignore generation fooWilliam Jon McCann2010-01-311-0/+2
* Fix memory leaksAurélien Gâteau2010-01-291-0/+8
* Introduce notify_notification_set_image_from_pixbufAurélien Gâteau2010-01-292-7/+27
* Support for image_data hintAurélien Gâteau2010-01-293-1/+46
* Use a consistent styleWilliam Jon McCann2010-01-295-1061/+1086
* 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-095-201/+227
* 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
* Patch by Colin Walters to add parameter names to NotifyActionCallback for the...Christian Hammond2008-10-231-1/+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-262-3/+44
* Added support for sending the status icon XID to the notification daemon. Thi...Christian Hammond2008-09-262-0/+48
* Fixed a breakage where we were including gtkversion.h directly. Reported by R...Christian Hammond2008-09-261-1/+0
* Add support for sending the closed reason in the signal handler. Closes ticke...Christian Hammond2008-03-194-6/+13
* Patch by Lucas Rocha to add GObject property accessors for notification IDs.Christian Hammond2007-04-291-0/+21
* Prevent a crash when the handler for a notification's closed signal removes t...Christian Hammond2007-02-151-1/+2
* Get rid of format_func.Christian Hammond2007-02-151-6/+0
* Fix some memory leaks when appending data to a message. Scary, horrible, trau...Christian Hammond2007-02-151-37/+19
* Fix a bug in notify_notification_add_action where the function to free the us...Christian Hammond2007-02-151-0/+1
* Patch by Giacomo Lozito to fix a problem where the dbus proxy was not being f...Christian Hammond2006-11-051-0/+5
* Patch by jylefort to only reset a notification's ID to 0 if it was the notifi...Christian Hammond2006-11-051-1/+3
* Patch by lucasr to fix an invalid assertion in notify_notification_new_with_s...Christian Hammond2006-09-041-1/+1
* Patch by berndth to stop using g_atexit, as this can fail in the case of a dy...Christian Hammond2006-09-041-2/+0
* Emit the property change notification for "status-icon" and not "attach-icon"...Christian Hammond2006-08-011-1/+1
* Patch by Ed Catmur to reset a notification's ID if notify_notification_show()...Christian Hammond2006-07-291-0/+2
* - Patch by mderezynski to send an array of UCHARs as expected by notification...Christian Hammond2006-07-131-2/+2
* Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used ...Christian Hammond2006-06-182-5/+6
* Fix a build error on gtk 2.9.2+. This fixes bug #65.Christian Hammond2006-06-151-2/+6
* Small random fixes.Christian Hammond2006-06-061-5/+7