summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump to version 0.4.5.0.4.5Christian Hammond2008-11-204-7/+26
|
* Patch by Colin Walters to add parameter names to NotifyActionCallback for ↵Christian Hammond2008-10-231-1/+3
| | | | the introspection stuff.
* And fix the registration of the signal. It's been way too long since I ↵Christian Hammond2008-09-261-1/+1
| | | | worked with gtk in C. Or not long enough.
* Prevent a backwards-compatibility breakage introduced where the "reason" ↵Christian Hammond2008-09-263-3/+54
| | | | code was added to the "closed" signal. This meant that existing signal handlers that passed extra data would break. We now require that you call notify_notification_get_closed_reason() to get this data.
* Added support for sending the status icon XID to the notification daemon. ↵Christian Hammond2008-09-263-0/+51
| | | | This will allow better position tracking for context notifications. Patch by Colin Walters.
* Fixed a breakage where we were including gtkversion.h directly. Reported by ↵Christian Hammond2008-09-263-1/+8
| | | | Richard Hughes.
* Add support for sending the closed reason in the signal handler. Closes ↵Christian Hammond2008-03-196-6/+25
| | | | ticket #139.
* - Add a spec_version return value for GetServerInformation.Christian Hammond2007-08-262-2/+23
| | | | | - Bump to version 1.0. It's about time, and things are pretty solid now.
* Relicense notify-send under the LGPL in order to keep licensing simple and ↵Christian Hammond2007-08-262-11/+17
| | | | to allow reuse in more projects. Fixes bug #124.
* Bump to version 0.4.4.90.Christian Hammond2007-04-292-2/+7
|
* Add Lucas Rocha to the contributors list.Christian Hammond2007-04-291-0/+1
|
* Patch by Lucas Rocha to add GObject property accessors for notification IDs.Christian Hammond2007-04-294-0/+37
|
* Bump to version 0.4.4.0.4.4Christian Hammond2007-02-283-5/+13
|
* Update with all the fixes in this release.Christian Hammond2007-02-152-0/+11
|
* Prevent a crash when the handler for a notification's closed signal removes ↵Christian Hammond2007-02-152-1/+11
| | | | the last reference to the notification. We attempted to set the ID of the notification after emitting this signal, but the notification was destroyed already. So, keep a reference while doing all this. This fixes bug #116.
* Get rid of format_func.Christian Hammond2007-02-152-6/+5
|
* Fix some memory leaks when appending data to a message. Scary, horrible, ↵Christian Hammond2007-02-152-37/+26
| | | | traumatizing memory leaks. Actually it's pretty bad, though, so new release coming up soon. This fixes bug #112.
* Use a more common (I hope) icontheme icon for the test.Christian Hammond2007-02-152-1/+6
|
* Fix a bug in notify_notification_add_action where the function to free the ↵Christian Hammond2007-02-153-0/+13
| | | | user data was never called, causing memory leaks. This fixes bug #119.
* Added a test program that displays three notifications and then changes the ↵Christian Hammond2006-11-144-0/+97
| | | | amount of text in one of them.
* Patch by Giacomo Lozito to fix a problem where the dbus proxy was not being ↵Christian Hammond2006-11-053-0/+14
| | | | freed on notify_uninit, which led to problems when libnotify was used in a loadable module. This fixes bug #92.
* Bump to version 0.4.3.90.Christian Hammond2006-11-053-2/+12
|
* Patch by jylefort to only reset a notification's ID to 0 if it was the ↵Christian Hammond2006-11-052-1/+9
| | | | notification closed. This fixes bug #94.
* Woops.0.4.3Christian Hammond2006-10-081-1/+1
|
* - Bump the version to 0.4.3.Christian Hammond2006-10-083-5/+14
| | | | | - Add the release datestamp.
* Patch by lucasr to fix an invalid assertion in ↵Christian Hammond2006-09-043-1/+10
| | | | notify_notification_new_with_status_icon. This closes bug #85.
* Patch by berndth to stop using g_atexit, as this can fail in the case of a ↵Christian Hammond2006-09-043-2/+22
| | | | dynamically loaded module. Applications should now call notify_uninit() on exit or on plugin unload. This closes bug #86.
* Emit the property change notification for "status-icon" and not ↵Christian Hammond2006-08-012-1/+7
| | | | "attach-icon". This closes bug #81.
* Patch by Ed Catmur to reset a notification's ID if ↵Christian Hammond2006-07-293-0/+11
| | | | notify_notification_show() is called on a notification that had already been closed. This causes the notification to receive a new ID. This closes ticket #78.
* Patch by compnerd to check for glib 2.6+ during configure, as that is now ↵Christian Hammond2006-07-132-1/+9
| | | | required. This closes ticket #69.
* - Patch by mderezynski to send an array of UCHARs as expected by ↵Christian Hammond2006-07-134-4/+15
| | | | | | | notification-daemon rather than an array of CHARs. This closes ticket #68. - Bump to version 0.4.2.90.
* Bump to version 0.4.2.0.4.2Christian Hammond2006-06-181-0/+3
|
* Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used ↵Christian Hammond2006-06-185-7/+20
| | | | in C++ applications properly.
* Grr, timestamp. I always forget the timestamp.Christian Hammond2006-06-181-1/+1
|
* - Fix make distcheck and remove the old RPM spec file.Christian Hammond2006-06-185-11/+19
| | | | | | - Update the news. - Bump the version to 0.4.1.
* Fix a build error on gtk 2.9.2+. This fixes bug #65.Christian Hammond2006-06-152-2/+11
|
* Shush.Christian Hammond2006-06-090-0/+0
|
* Small random fixes.Christian Hammond2006-06-063-7/+40
|
* More fixes..Christian Hammond2006-06-063-3/+6
|
* Fix up some references to files.Christian Hammond2006-06-063-5/+11
|
* Provide more documentation.Christian Hammond2006-06-066-90/+233
|
* Update notify_notification_set_geometry_hints() to take a x, y instead of a ↵Christian Hammond2006-06-064-17/+29
| | | | GdkRectangle. We don't need the width and height information.
* Add some gtk-doc documentation.Christian Hammond2006-06-0617-1094/+669
|
* Patch by chpe to add support for using the new GtkStatusIcon in GTK+ 2.9.x. ↵Christian Hammond2006-06-054-71/+371
| | | | These functions are #ifdef'd to only be provided in supported versions of GTK. The patch also added support for GObject properties on the NotifyNotification objects. This closes ticket #60.
* Set _initted to FALSE in notify_uninit(), so that notify_is_initted() won't ↵Christian Hammond2006-06-042-0/+8
| | | | return TRUE.
* - Improve libnotify.pc by pushing dependencies into Requires: instead of ↵Christian Hammond2006-06-024-5/+17
| | | | | | | Cflags: and Libs:. This closes ticket #58. - Bump the version to 0.4.0.90.
* Add the release marker and the news timestamp.Christian Hammond2006-04-262-1/+3
|
* Bundle applet-critical.png.Christian Hammond2006-04-262-0/+7
|
* Set the second, replaced notification to have a default expiration.Christian Hammond2006-04-262-0/+6
|
* Shush.Christian Hammond2006-04-260-0/+0
|