summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk (r2858)0.4.1Christian Hammond2006-06-181-1/+1
* Branch libnotify 0.4.1 for release (r2854)Christian Hammond2006-06-180-0/+0
* - Fix make distcheck and remove the old RPM spec file.Christian Hammond2006-06-185-11/+19
* 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 G...Christian Hammond2006-06-064-17/+29
* 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. T...Christian Hammond2006-06-054-71/+371
* Set _initted to FALSE in notify_uninit(), so that notify_is_initted() won't r...Christian Hammond2006-06-042-0/+8
* - Improve libnotify.pc by pushing dependencies into Requires: instead of Cfla...Christian Hammond2006-06-024-5/+17
* 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
* 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 -v...Christian Hammond2006-04-215-67/+216
* - Change the help for notify-send to indicate that --expire-timeout requires ...Christian Hammond2006-03-202-5/+12
* 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 i...Christian Hammond2006-02-042-0/+7
* 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
* Make a best attempt at clearing away notifications that require actions or th...Christian Hammond2006-01-235-16/+84
* Fix some errors in the spec file. Some pieces were not updated when the speci...Christian Hammond2006-01-233-29/+23
* Raw images are broken in D-BUS versions less than 0.60. Don't crash under thi...Christian Hammond2006-01-222-6/+24
* Use one D-BUS connection, one GProxy, total. This is better than the one per ...Christian Hammond2006-01-215-161/+113
* 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 one...Christian Hammond2006-01-205-79/+39
* 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