summaryrefslogtreecommitdiff
path: root/src/dom
Commit message (Collapse)AuthorAgeFilesLines
* dom watcher: Add callback for dom mutation watching.Michael Drake2017-02-052-12/+100
|
* Header #include cleanup.Michael Drake2017-02-052-3/+5
|
* dom watcher: Turn the dom watcher into an opaque object.Michael Drake2017-02-052-46/+111
|
* dom debug: Split watcher event dump out into debug module.Michael Drake2017-02-044-79/+150
|
* 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
| | | | `dom_event_listener_create` doesn't take document any more.
* Add TODO for handling events.Michael Drake2015-08-081-0/+7
|
* Improve documentation and naming for DOM change watcher.Michael Drake2015-08-034-24/+49
|
* Typo.Michael Drake2015-08-031-1/+1
|
* Error handling.Michael Drake2015-08-031-21/+26
|
* Imporve TODO.Michael Drake2015-08-031-7/+2
|
* Add DOM event handler.Michael Drake2015-08-033-0/+194
Currently just prints the events it gets.