summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Include C header information and exported packages in GIREvan Nemerson2014-04-011-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667904
* Remove INSTALL from version controlRyan Lortie2014-02-251-229/+0
| | | | | This is getting updated by autoregen causing jhbuild to mistakenly believe that the build is dirty.
* 0.7.60.7.6Matthias Clasen2013-09-021-0/+6
|
* NotifyNotification: fix annotation for add_action()Giovanni Campagna2013-09-021-3/+3
| | | | | | | | Using GFreeFunc instead of GDestroyNotify was a mistake, but (scope async) is even a bigger mistake (one that can crash apps, if an action is invoked multiple times) https://bugzilla.gnome.org/show_bug.cgi?id=702390
* Clarify docs of notify_notification_set_timeoutMatthias Clasen2013-06-071-0/+2
| | | | | In response to https://bugzilla.gnome.org/show_bug.cgi?id=701645
* Bump versionMatthias Clasen2012-03-261-2/+2
|
* 0.7.50.7.5Matthias Clasen2012-03-262-1/+8
|
* build: Also fix introspection when srcdir != builddirColin Walters2012-01-161-1/+1
|
* build: Another srcdir != builddir fixColin Walters2012-01-161-0/+1
|
* build: Fix srcdir != builddirColin Walters2012-01-161-4/+4
|
* notify-send: Add ability to set app nameJasper St. Pierre2011-10-121-0/+4
|
* libnotify-sections.txt: Add some missing apiJavier Jardón2011-10-091-0/+4
|
* notification.h: Add deprecation guardsJavier Jardón2011-10-092-3/+6
|
* libnotify-docs.sgml: Add list of all and deprecated symbolsJavier Jardón2011-10-091-0/+16
|
* More D-Bus type clarificationsMatthias Clasen2011-09-051-5/+5
| | | | | | | | Only use conventional names where they uniquely identify the wire type, and type signatures elsewhere. This replaces DICT by a{sv} ARRAY by as STRING_ARRAY by as
* Spec: Clarify types of hintsMatthias Clasen2011-09-051-13/+13
| | | | | Most type names were clear, but 'int' could map to different dbus types. Use conventional D-Bus type names througout.
* Post-release version bumpMatthias Clasen2011-08-271-1/+1
|
* 0.7.40.7.4Matthias Clasen2011-08-272-1/+9
|
* Add simple test for notification removalWilliam Jon McCann2011-06-162-0/+116
|
* configure.ac: AC_SUBST "pkg_modules" as Its needed to generate the .pc fileJavier Jardón2011-05-041-0/+1
| | | | This fixes commit fb7790f5b4382ef5cfbb3a69202068cdea9c9b98
* build: Update autotools configurationJavier Jardón2011-05-032-24/+16
| | | | Replace deprecated autoconf macros and use the new libtool syntax
* Honor aclocal flags (GNOME bug 641461)Craig Keogh2011-05-031-1/+1
|
* spec: Explicitly document components of on image dataColin Walters2011-05-031-3/+12
| | | | | | | | Since we're just passing it ultimately to gdk_pixbuf_new_from_data in the server, we really should be documenting the restrictions here, such as bits_per_sample always being 8. https://bugzilla.gnome.org/show_bug.cgi?id=647672
* UpdateMatthias Clasen2011-05-021-1/+7
|
* Add notify_notification_set_app_name() to set the application name for the ↵Richard Hughes2011-05-022-3/+69
| | | | | | | | | | | | | notification When a daemon like gnome-settings-daemon has multiple plugins, if a plugin uses notify_set_app_name() then subsequent notifications get the wrong 'Application name' in the gnome-shell persistent message tray. This new function is per-notification and is thus allows us to set a custom application name without overwriting the application name stored by notify_init(). https://bugzilla.gnome.org/show_bug.cgi?id=648947
* Bump versionMatthias Clasen2011-03-211-2/+2
|
* Really bump version0.7.2Matthias Clasen2011-03-211-1/+1
|
* Update NEWS for 0.7.2Matthias Clasen2011-03-211-0/+7
|
* Allow properties to be set in any orderMatthias Clasen2011-03-201-33/+48
| | | | | The code as written needlessly required summary to be set first. https://bugzilla.gnome.org/show_bug.cgi?id=645222
* Add another test with symbolic iconsWilliam Jon McCann2011-03-151-2/+2
|
* DOAP: Fix useridOlav Vitters2011-01-281-1/+1
|
* Mark image_path as deprecatedWilliam Jon McCann2011-01-171-1/+1
|
* Use - instead of _ in hint names consistentlyWilliam Jon McCann2011-01-172-12/+30
|
* Add a way to set or change the application nameWilliam Jon McCann2011-01-172-2/+17
| | | | | May be useful for presenting different message sources within a single process.
* Bump versionMatthias Clasen2011-01-141-1/+1
|
* Update NEWS for 0.7.10.7.1Matthias Clasen2011-01-141-0/+12
|
* Don't export private symbols in the shared libraryEmilio Pozuelo Monfort2011-01-111-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=635958
* Add Python test script for GIRMartin Pitt2010-11-182-1/+56
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=635169
* Some more missing GIR annocationsMartin Pitt2010-11-181-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=635169
* Generate gir and typelib for gobject-introspectionJonathan Matthew2010-11-182-3/+29
|
* Fix some annotationsJonathan Matthew2010-11-182-7/+7
|
* Make actions test more like a real scenarioWilliam Jon McCann2010-11-151-1/+2
|
* Make notify-send always die on warningsWilliam Jon McCann2010-11-151-0/+1
|
* Don't set NULL hint stringsWilliam Jon McCann2010-11-151-5/+10
|
* return NULL not FALSEWilliam Jon McCann2010-11-151-3/+4
|
* Show a warning and assert if notify_init isn't called before showWilliam Jon McCann2010-11-151-0/+5
|
* Remove function annotations from notify.hWilliam Jon McCann2010-11-141-24/+0
|
* docs: Some fixesJavier Jardón2010-11-142-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=634266
* docs: Update libnotify-sections.txtJavier Jardón2010-11-141-4/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=634266
* docs: Do not generate template filesJavier Jardón2010-11-144-66/+1
| | | | | | As we use inline comments now https://bugzilla.gnome.org/show_bug.cgi?id=634266