summaryrefslogtreecommitdiff
path: root/src/dom/watcher.c
Commit message (Expand)AuthorAgeFilesLines
* Library: DOM change watching is now the job of the client.Michael Drake2018-08-151-231/+0
* Library: Use `nsl` as library namespace.Michael Drake2018-08-151-13/+13
* dom watcher: Add callback for dom mutation watching.Michael Drake2017-02-051-11/+65
* Header #include cleanup.Michael Drake2017-02-051-1/+4
* dom watcher: Turn the dom watcher into an opaque object.Michael Drake2017-02-051-39/+98
* dom debug: Split watcher event dump out into debug module.Michael Drake2017-02-041-78/+3
* dom watcher: Clean up listener cleanup. Requires new LibDOM.Michael Drake2017-02-041-43/+16
* dom watcher: Improve comment about event listener effieciency.Michael Drake2017-02-041-2/+3
* dom watcher: Add event type listeners and improve error handling.Michael Drake2017-02-041-13/+47
* dom watcher: Tidy node type string array.Michael Drake2017-02-041-15/+14
* Update for libdom API change.Michael Drake2015-11-011-1/+1
* Add TODO for handling events.Michael Drake2015-08-081-0/+7
* Improve documentation and naming for DOM change watcher.Michael Drake2015-08-031-0/+176