summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | | | - 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
|
* 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
| | | | | Update SPECIFICATION with clarifications from Maciej
* 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, ↵Mike Hearn2004-07-042-1/+8
| | | | convenience for shell scripts
* 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
| | | | | - Install notify-send.
* 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 ↵Christian Hammond2004-07-032-0/+8
| | | | something gets added to the spec about it.
* - Removed the last of the request implementation.Christian Hammond2004-07-033-177/+144
| | | | | | - More work toward migrating the code to the specification. - Simplified the action implementation a little bit.
* Cleaned up some things and updated some stuff to be compliant with the spec. ↵Christian Hammond2004-07-033-72/+45
| | | | More will come soon.
* Added a notification ID to the ActionInvoked signal, and renamed a couple ↵Christian Hammond2004-07-031-4/+11
| | | | things for consistency.
* 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
|