summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add two more cases to basic testWilliam Jon McCann2010-01-291-0/+29
| | | | Add summary only and long summary
* Use a consistent styleWilliam Jon McCann2010-01-296-1299/+1312
|
* Fix mode linesWilliam Jon McCann2010-01-2914-15/+15
|
* Use consistent style in the testsWilliam Jon McCann2010-01-2914-448/+560
|
* Use gnome-autogenWilliam Jon McCann2010-01-091-58/+13
|
* Use notify instead of galagoWilliam Jon McCann2010-01-091-13/+13
|
* Use silent buildsWilliam Jon McCann2010-01-091-0/+1
|
* Add more warnings to buildWilliam Jon McCann2010-01-091-3/+39
|
* Allow to compile on HurdWilliam Jon McCann2010-01-091-4/+3
| | | | From http://trac.galago-project.org/ticket/166
* Fix has_nondefault_actions never getting setMatthias Clasen2010-01-091-2/+2
| | | | | | | Due to an oversight in the condition, has_nondefault_actions is never set to true. Not sure this makes a _big_ difference in practice. http://trac.galago-project.org/ticket/194
* Depend on Gtk+ 2.10 for StatusIconWilliam Jon McCann2010-01-092-22/+2
|
* Fix indentationWilliam Jon McCann2010-01-096-225/+255
|
* Use only single gtk includeWilliam Jon McCann2010-01-091-3/+3
|
* Add DOAP fileWilliam Jon McCann2010-01-071-0/+24
|
* Patch by Andre Klapper to remove deprecated glib symbols.Christian Hammond2009-07-242-3/+7
|
* 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.