summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix the key type for the dictionary for hints on D-BUS 0.3x. The ↵Christian Hammond2005-07-172-1/+7
| | | | notification-daemon side is still broken in this regard.
* Fixed a couple of D-BUS 0.3x bugs. Several remain though.Christian Hammond2005-07-173-31/+93
|
* Update the AUTHORs file with our current contributors.Christian Hammond2005-07-122-2/+12
|
* Patch by Richard Hughes to fix make distcheck, and to provide a Fedora Core ↵Christian Hammond2005-07-124-2/+63
| | | | 4 RPM spec file.
* Decrease the wait time for the replacement notification.Christian Hammond2005-07-102-1/+6
|
* Fill in handle->user_data in notify_send_notification_vargMike Hearn2005-07-092-0/+6
|
* - Conditionally build gdk-dependent test apps if we have gdk.Christian Hammond2005-07-045-9/+127
| | | | | - Added a X, Y stress test that will be used to help test accurately positioning the arrows.
* A few things I did on the way home:Christian Hammond2005-07-0114-11/+203
| | | | | | - Added support for hints in the API. - Don't install the test programs during make install.
* Be a little better at not crashing. Just a bit better. There's still another ↵Christian Hammond2005-06-202-0/+8
| | | | crash I'm trying to track down.
* Close the right container in D-BUS 0.3x.Christian Hammond2005-06-202-1/+6
|
* Add dbus-compat.h.Christian Hammond2005-06-203-0/+151
|
* Add support for compiling under D-BUS 0.3x. Actually running has not yet ↵Christian Hammond2005-06-203-33/+114
| | | | been tested!
* Updated for the 0.6 notification spec.Christian Hammond2005-04-012-16/+14
|
* - Removed all references to NIL, and explained briefly how each parameter ↵Christian Hammond2005-04-012-23/+45
| | | | | | | can be made empty. - Bumped to version 0.6.
* spaces -> tabsMike Hearn2004-11-087-32/+32
|
* spaces -> tabsMike Hearn2004-11-081-0/+1
|
* Move our TODO list to the Doxygen @todo commands, so we'll get it in a nice ↵Christian Hammond2004-11-062-3/+8
| | | | little page of its own in the API docs.
* Move the emacs mode string out of the Doxygen comment and into its own.Christian Hammond2004-11-062-1/+8
|
* Quiet svn a bit.Christian Hammond2004-11-060-0/+0
|
* Add a Doxyfile.in and update things so we can get doxygen docs.Christian Hammond2004-11-065-1/+1091
|
* Use glib's memory allocation stuff instead of libc's.Christian Hammond2004-11-042-8/+16
|
* Patch from Mike Hearn to do a bunch of stuff, like handling icons and ↵Christian Hammond2004-11-045-22/+163
| | | | animations better.
* Fix make distcheck.Christian Hammond2004-11-033-2/+11
|
* - Added a "suppress-sound" hint.Christian Hammond2004-10-022-4/+39
| | | | | | | - Added a "sound" capability. - Renamed the "soundfile" hint to "sound-file." - Bumped to version 0.5.
* Version 0.4.Christian Hammond2004-09-302-5/+8
|
* Don't flush the D-BUS connection, and make sure we disconnect from it.Christian Hammond2004-09-303-2/+11
|
* Updated to match the spec.Christian Hammond2004-09-3012-307/+314
|
* Fixed to compile.Christian Hammond2004-09-254-13/+25
|
* add testsMike Hearn2004-09-2511-0/+568
|
* The libnotify side of things. Test cases will be checked in laterMike Hearn2004-09-255-23/+21
|
* - Added <img/> tag support in the markup section.Christian Hammond2004-09-252-76/+341
| | | | | | | | | - Detailed what markup is and what it is not, and its restrictions. - Removed the High urgency level. - Gave a better categorization to notification type formats. - Added new notification types. - Fixed notification expiration so it's a timeout rather than a timestamp.
* Let's comment out the winid and the table and surrounding paragraph for now, ↵Christian Hammond2004-09-121-1/+5
| | | | until we come up with some standard hints we'd want to use.
* - Changed the app_icon parameter of Notify to take a byte array, string, or ↵Christian Hammond2004-09-042-12/+26
| | | | | | | | NIL, so that it's the same as loading a single frame of a set of images. - Renamed "Icons and Sounds" to just "Icons." - Changed the wording about the fallback in case the notification server can't do actions.
* Removed the sound information. Fixed several typos and references to ↵Christian Hammond2004-09-022-70/+34
| | | | KNotify. Removed the PID hint. Added some D-BUS Error stuff.
* Wrote the section about hints.Christian Hammond2004-09-022-2/+61
|
* Wrote about urgency levels.Christian Hammond2004-09-022-1/+53
|
* NotificationClosed now returns a reason of 3 when CloseNotification is ↵Christian Hammond2004-09-022-2/+10
| | | | called. 4 is now Undefined/Reserved.
* Shush, svn.Christian Hammond2004-09-010-0/+0
|
* Marked up parameters.Christian Hammond2004-09-012-15/+20
|
* Moved the notification components into a table.Christian Hammond2004-09-012-141/+129
|
* Moved specification and ChangeLog documentation.Christian Hammond2004-09-012-365/+9
|
* Added vertical alignment of top to the tables.Christian Hammond2004-09-012-9/+16
|
* Finishing adding the rest of the signals to the spec.Christian Hammond2004-09-013-3253/+91
|
* Added the notification spec in docbook format. It's not finished. I'm just ↵Christian Hammond2004-08-303-0/+4048
| | | | tired of working on it.
* Many sections need to be filled out, but I've updated the notification spec ↵Christian Hammond2004-08-111-19/+66
| | | | a little to add some things I feel should be in there. I'll try to get to the details later, but I'm packing and getting ready to move.
* Ignore the test-replace tool.Christian Hammond2004-08-090-0/+0
|
* Slight code cleanups.Christian Hammond2004-07-301-4/+4
|
* First attempt at wording for default actionsMike Hearn2004-07-291-9/+14
|
* * libnotify/notify.c: Use pointers instead of GINT_TO_POINTERMike Hearn2004-07-146-15/+52
| | | | | * tools/test-replace.c: Test replacing notifications
* State what the return of Notify is when replaces != NILMike Hearn2004-07-141-5/+8
|