summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Include the current headers first0.5.20.5William Jon McCann2010-10-141-2/+5
|
* Various cleanupsWilliam Jon McCann2010-06-241-3/+1
|
* Sending NULL body is allowedWilliam Jon McCann2010-06-231-1/+1
|
* Replace escape characters with g_strcompress in bodyWilliam Jon McCann2010-04-021-4/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=613999
* Add pango's .gitignore generation fooWilliam Jon McCann2010-01-311-0/+2
|
* Use a consistent styleWilliam Jon McCann2010-01-291-238/+226
|
* Fix indentationWilliam Jon McCann2010-01-091-24/+28
|
* Relicense notify-send under the LGPL in order to keep licensing simple and ↵Christian Hammond2007-08-261-11/+11
| | | | to allow reuse in more projects. Fixes bug #124.
* Use fprintf instead of g_warning.Christian Hammond2006-04-211-6/+7
|
* Patch by M.S. to switch notify-send to use GOption instead of popt, to add ↵Christian Hammond2006-04-212-65/+199
| | | | -v, --version, -h, and --hint options, and to rename -T, --type to -c, --category. This also fixes assertions when calling notify-send "". This closes ticket #41.
* - Change the help for notify-send to indicate that --expire-timeout requires ↵Christian Hammond2006-03-201-5/+5
| | | | | | | milliseconds, not seconds. This fixes bug #28. - Fixed the short flag for --type to be -T. This fixes bug #18.
* Fix notify-send on PPC.Christian Hammond2006-03-181-1/+1
|
* Remove notify_notification_show_and_forget(). It's less confusing to have ↵Christian Hammond2006-01-201-1/+2
| | | | one show function, and require that the user unref. It also simplifies the code quite a bit.
* - Fix some weird argument ordering in the calls to dbus_g_proxy_call_*().Christian Hammond2006-01-201-1/+1
| | | | | | | - Re-order the arguments as per the spec. - Change NOTIFY_TIMEOUT_* to NOTIFY_EXPIRES_*. - Update the spec to 0.9.
* Make notify-send work again when a body isn't specified.Christian Hammond2006-01-191-9/+8
|
* Fix some C99 usage.Christian Hammond2006-01-111-2/+2
|
* * Release 0.3.0John (J5) Palmieri2005-12-132-3/+3
| | | | | | | | * tests/Makefile.am, tools/Makefile.am: patch from Rodney Dawes <dobey at novell.com> fixing make distcheck * tools/notify-send.c: use show_and_forget
* First import of the next generation libnotify APIJohn (J5) Palmieri2005-11-102-0/+155