summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Let's comment out the winid and the table and surrounding paragraph for now, ...Christian Hammond2004-09-121-1/+5
* - Changed the app_icon parameter of Notify to take a byte array, string, or N...Christian Hammond2004-09-042-12/+26
* Removed the sound information. Fixed several typos and references to KNotify....Christian Hammond2004-09-022-70/+34
* 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 called...Christian Hammond2004-09-022-2/+10
* 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 ti...Christian Hammond2004-08-303-0/+4048
* Many sections need to be filled out, but I've updated the notification spec a...Christian Hammond2004-08-111-19/+66
* 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
* State what the return of Notify is when replaces != NILMike Hearn2004-07-141-5/+8
* Tidy up spec a bit, fix code to set timeout in notify-sendMike Hearn2004-07-142-4/+6
* Add support for the "replaces" protocol field.Mike Hearn2004-07-135-26/+44
* note about knotifyMike Hearn2004-07-061-0/+3
* Add a "replaces" field to the Notify request, add fallback to urgency fieldMike Hearn2004-07-061-9/+21
* We decided NIDs are unique within a sessionMike Hearn2004-07-061-7/+9
* treat expiry times < current time as timeouts from current instant, convenien...Mike Hearn2004-07-042-1/+8
* fix warningMike Hearn2004-07-041-4/+3
* Use a direct hash rather than an int hashMike Hearn2004-07-042-2/+5
* Don't make IDs of 0 bad. They just want to be loved, too.Christian Hammond2004-07-042-2/+5
* - Changed timeouts to expire times.Christian Hammond2004-07-046-30/+40
* Don't initialize the library until we're ready to talk to it.Christian Hammond2004-07-042-2/+9
* Don't initialize the library until we're ready to talk to it.Christian Hammond2004-07-041-6/+6
* Added the urgency level to the spec, and made it a byte.Christian Hammond2004-07-043-1/+13
* Renamed tests to tools.Christian Hammond2004-07-045-2/+10
* Added the notify-send tool.Christian Hammond2004-07-043-5/+151
* Added support for GetCapabilities.Christian Hammond2004-07-033-0/+64
* Add support for GetServerInformation.Christian Hammond2004-07-033-0/+77
* Remove the application info sent on calls to Notify for now, until/if somethi...Christian Hammond2004-07-032-0/+8
* - Removed the last of the request implementation.Christian Hammond2004-07-033-177/+144
* Cleaned up some things and updated some stuff to be compliant with the spec. ...Christian Hammond2004-07-033-72/+45
* Added a notification ID to the ActionInvoked signal, and renamed a couple thi...Christian Hammond2004-07-031-4/+11
* Renaming EndNotify to CloseNotifyChristian Hammond2004-07-011-1/+1
* Add a couple of signalsMike Hearn2004-07-011-1/+37
* Add GetServerInformation messageMike Hearn2004-07-011-0/+8
* rename CapsQuery to GetCapabilitiesMike Hearn2004-07-011-3/+3
* add some protocol requests. change "buttons" in the overview to "actions".Mike Hearn2004-07-012-11/+37