summaryrefslogtreecommitdiff
path: root/libnotify
Commit message (Expand)AuthorAgeFilesLines
* 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
* Provide more documentation.Christian Hammond2006-06-062-67/+197
* Update notify_notification_set_geometry_hints() to take a x, y instead of a G...Christian Hammond2006-06-062-16/+18
* Add some gtk-doc documentation.Christian Hammond2006-06-063-6/+117
* Patch by chpe to add support for using the new GtkStatusIcon in GTK+ 2.9.x. T...Christian Hammond2006-06-052-71/+355
* Set _initted to FALSE in notify_uninit(), so that notify_is_initted() won't r...Christian Hammond2006-06-041-0/+2
* - Add GTypes for the enums.Christian Hammond2006-04-262-7/+48
* Don't complain about an unknown action when the action is "default"Christian Hammond2006-02-051-1/+6
* More Doxygen happiness. Still no NotifyNotification docs yet though.Christian Hammond2006-01-292-2/+2
* Make Doxygen happy.Christian Hammond2006-01-291-4/+4
* Removed notify_notification_{ref,unref} from notification.h.Christian Hammond2006-01-231-3/+0
* Make distcheck happy.Christian Hammond2006-01-231-6/+9
* Make a best attempt at clearing away notifications that require actions or th...Christian Hammond2006-01-233-16/+71
* Fix some errors in the spec file. Some pieces were not updated when the speci...Christian Hammond2006-01-231-1/+1
* Raw images are broken in D-BUS versions less than 0.60. Don't crash under thi...Christian Hammond2006-01-221-6/+18
* Use one D-BUS connection, one GProxy, total. This is better than the one per ...Christian Hammond2006-01-213-140/+93
* Some small code cleanups.Christian Hammond2006-01-211-19/+4
* I have no clue what this function is.Christian Hammond2006-01-201-10/+0
* Remove notify_notification_show_and_forget(). It's less confusing to have one...Christian Hammond2006-01-202-77/+24
* Implement per-action user data.Christian Hammond2006-01-202-9/+35