summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* - Add GTypes for the enums.Christian Hammond2006-04-265-26/+66
| | | | | - Bump to version 0.4.0.
* Use fprintf instead of g_warning.Christian Hammond2006-04-212-6/+12
|
* Add some names to the patch writers list.Christian Hammond2006-04-212-3/+18
|
* Patch by jensgr to fix some C99 usage in the tests code.Christian Hammond2006-04-213-1/+9
|
* Patch by M.S. to switch notify-send to use GOption instead of popt, to add ↵Christian Hammond2006-04-215-67/+216
| | | | -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-202-5/+12
| | | | | | | 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-182-1/+6
|
* Don't complain about an unknown action when the action is "default"Christian Hammond2006-02-052-1/+11
|
* Ignore test-xy-actions.Christian Hammond2006-02-040-0/+0
|
* Add test-xy-actions.Christian Hammond2006-02-043-0/+86
|
* Ignore test-urgency.Christian Hammond2006-02-040-0/+0
|
* Running out of disk space is a critical notification. Set the urgency level ↵Christian Hammond2006-02-042-0/+7
| | | | in test-multi-actions.
* It's a good thing to actually set the urgency levels in the urgency test.Christian Hammond2006-02-042-0/+9
|
* Add a test-urgency testcase.Christian Hammond2006-02-044-11/+83
|
* More Doxygen happiness. Still no NotifyNotification docs yet though.Christian Hammond2006-01-294-3/+10
|
* Make Doxygen happy.Christian Hammond2006-01-292-4/+9
|
* Fixed to actually be valid docbook.Christian Hammond2006-01-262-46/+57
|
* This file shouldn't be here.Christian Hammond2006-01-261-1187/+0
|
* Forgot the release date :)Christian Hammond2006-01-231-1/+1
|
* Okay, release time.Christian Hammond2006-01-231-0/+2
|
* Removed notify_notification_{ref,unref} from notification.h.Christian Hammond2006-01-232-3/+5
|
* Make distcheck happy.Christian Hammond2006-01-232-6/+14
|
* - Bumped the version to 0.3.2.Christian Hammond2006-01-234-7/+57
| | | | | - Added news.
* Make a best attempt at clearing away notifications that require actions or ↵Christian Hammond2006-01-235-16/+84
| | | | that exist until clicked when the calling application exits. This doesn't always work.
* Fix some errors in the spec file. Some pieces were not updated when the ↵Christian Hammond2006-01-233-29/+23
| | | | specification was changed, and some pieces were invalid XML.
* Raw images are broken in D-BUS versions less than 0.60. Don't crash under ↵Christian Hammond2006-01-222-6/+24
| | | | this case, and warn the user.
* Use one D-BUS connection, one GProxy, total. This is better than the one per ↵Christian Hammond2006-01-215-161/+113
| | | | notification, and fixes a few bugs.
* Some small code cleanups.Christian Hammond2006-01-212-19/+9
|
* I have no clue what this function is.Christian Hammond2006-01-201-10/+0
|
* Remove notify_notification_show_and_forget(). It's less confusing to have ↵Christian Hammond2006-01-205-79/+39
| | | | one show function, and require that the user unref. It also simplifies the code quite a bit.
* Implement per-action user data.Christian Hammond2006-01-205-13/+51
|
* - Fix some weird argument ordering in the calls to dbus_g_proxy_call_*().Christian Hammond2006-01-208-195/+207
| | | | | | | - Re-order the arguments as per the spec. - Change NOTIFY_TIMEOUT_* to NOTIFY_EXPIRES_*. - Update the spec to 0.9.
* - Clean up a lot of the API. Several functions returned gboolean when there ↵Christian Hammond2006-01-204-224/+201
| | | | | | | | was very little point in doing so. - Add assertions to all the functions. - Remove the notify_notification_{set,get}_user_data() functions. These are useless, since this is a GObject, and we get it for free.
* Rename notify_notification_set_icon_data_from_pixbuf to ↵Christian Hammond2006-01-203-5/+12
| | | | notify_notification_set_icon_from_pixbuf.
* Do some rearranging of the files in libnotify, and include things properly ↵Christian Hammond2006-01-208-34/+66
| | | | so people can actually use the library without fudging with include paths.