summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Include the current headers first0.5.20.5William Jon McCann2010-10-142-5/+10
|
* Update for releaseWilliam Jon McCann2010-10-142-3/+11
|
* Use notify-features.h instead of features.hWilliam Jon McCann2010-10-144-3/+3
|
* Add a macro for determining the version of the libraryWilliam Jon McCann2010-10-144-0/+50
|
* Use correct variable in NULL checkJonny Lamb2010-07-011-1/+1
| | | | | | | | If you pass NULL as the fourth argument to notify_get_server_info it segfaults. https://bugzilla.gnome.org/show_bug.cgi?id=623096 (cherry picked from commit 4830863bab3b6b67792dd8013f93d1093b9c0443)
* Skip version 0.5.1 since it was a release done from the wrong branchWilliam Jon McCann2010-07-011-2/+2
|
* Fix assertion when uniniting without any notificationsMartin Pitt2010-07-011-1/+3
| | | | | | | | | | | The lazy initialization from commit 3dc04fa caused a small regression: When a process would init and uninit libnotify without ever sending a notification, _proxy was still NULL, which caused an assertion (process:20953): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed Bug-Ubuntu: https://bugs.launchpad.net/bugs/570462 (cherry picked from commit 1a103f1eee373882a7ed5e2225fcd23bb10ecbc8)
* Post release version bumpWilliam Jon McCann2010-06-281-2/+2
|
* Update NEWS for release0.5.0William Jon McCann2010-06-281-0/+12
|
* Doc template changes bsWilliam Jon McCann2010-06-242-0/+10
|
* Disconnect the proxy destroy signal handlerWilliam Jon McCann2010-06-241-18/+21
|
* Only make .bz2 filesWilliam Jon McCann2010-06-241-1/+1
|
* Add -I m4 to flagsWilliam Jon McCann2010-06-241-0/+2
|
* Use m4 dirWilliam Jon McCann2010-06-241-0/+2
|
* Remove checks for old GTK+William Jon McCann2010-06-241-4/+1
|
* Various cleanupsWilliam Jon McCann2010-06-243-10/+8
|
* API was added since the last releaseWilliam Jon McCann2010-06-241-2/+2
|
* Use 0.5.0 version seriesWilliam Jon McCann2010-06-241-5/+3
|
* Remove dbus version checks for > 0.60William Jon McCann2010-06-241-12/+0
| | | | We already require 0.78 in configure anyway
* 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
| | | | | | It may be annoying in some cases. https://bugzilla.gnome.org/show_bug.cgi?id=608086
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=608089
* Add a never expires test caseWilliam Jon McCann2010-06-231-1/+1
|
* Use g_object_get() to get pixbuf propertiesBastien Nocera2010-06-241-9/+11
| | | | | | Instead of 7 separate gdk_pixbuf function calls. https://bugzilla.gnome.org/show_bug.cgi?id=622550
* Sending NULL body is allowedWilliam Jon McCann2010-06-231-1/+1
|
* Don't claim that notify_init connects to the serverWilliam Jon McCann2010-06-231-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=608086
* Fix compile-time warningBastien Nocera2010-06-241-1/+0
|
* Fix compile warnings for the C marshal fileBastien Nocera2010-06-241-5/+5
| | | | And quiet down the enum and marshal generations
* Add test-rtl.cWilliam Jon McCann2010-06-231-0/+49
| | | | Missing from 3de71571ea822dd55d0a325553414e34b66d888a
* Bump gtk+ requirement to 2.18 for 5b3f2617d28f63598793bdb0761e5d406499b2fbAndre Klapper2010-04-111-2/+2
|
* Replace escape characters with g_strcompress in bodyWilliam Jon McCann2010-04-021-4/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=613999
* Fix building with GSEAL enabledWilliam Jon McCann2010-04-021-26/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=612720
* Removed unused codeWilliam Jon McCann2010-04-021-31/+0
|
* lazily start the daemonMartin Pitt2010-04-021-43/+47
| | | | | | | | | | | notify_init() caused the daemon to be D-Bus activated already, even if the program that calls it doesn't send an actual notification for a long time (or potentially not at all). In order to optimize desktop startup speed, and to avoid unnecessary processes, launch the daemon on demand only. https://bugzilla.gnome.org/show_bug.cgi?id=610880
* Add rtl test caseWilliam Jon McCann2010-04-021-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=608082
* Improve configure summaryWilliam Jon McCann2010-01-311-6/+13
|
* [spec] Add html outputWilliam Jon McCann2010-01-313-3/+60
|
* [spec] Update for version 1.1Aurélien Gâteau2010-01-311-70/+73
|
* [spec] Clarify image_data/path precidenceA. Walton2010-01-311-3/+10
| | | | | Image Data should be considered before Image Path if both are present (which they shouldn't be, but isn't a hard error).
* [spec] Add sound-name hintA. Walton2010-01-311-0/+11
|
* [spec] Deprecate icon_data in favor of image_data and image_path hintsA. Walton2010-01-311-6/+33
| | | | | | As discussed on the XDG list. http://lists.freedesktop.org/archives/xdg/2009-June/010524.html http://lists.freedesktop.org/archives/xdg/2009-June/010568.html
* [spec] Fix typo in desktop-entryWilliam Jon McCann2010-01-313-3/+3
|
* [spec] Fix icon_data typo in 1.0 versionWilliam Jon McCann2010-01-313-3/+3
|
* Add pango's .gitignore generation fooWilliam Jon McCann2010-01-317-1/+218
|
* [spec] Add 1.0 to released version of the specWilliam Jon McCann2010-01-311-0/+1231
|
* [doc] Add the previously release specs to gitWilliam Jon McCann2010-01-315-0/+5839
| | | | | Originally here http://trac.galago-project.org/browser/trunk/web/htdocs/specs/notification
* Fix memory leaksAurélien Gâteau2010-01-291-0/+8
|
* Introduce notify_notification_set_image_from_pixbufAurélien Gâteau2010-01-292-7/+27
| | | | | Same as notify_notification_set_icon_from_pixbuf, but with a more explicit name. notify_notification_set_icon_from_pixbuf is marked as deprecated.
* Support for image_data hintAurélien Gâteau2010-01-293-1/+46
| | | | Add support for the image_data hint from version 1.1 of the spec.