summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Library: DOM change watching is now the job of the client.Michael Drake2018-08-156-509/+0
|
* Style: Use spaces, not tabs, for alignment.Michael Drake2018-08-152-16/+16
| | | | Tabs are only allowed at the start of a line.
* Library: Use `nsl` as library namespace.Michael Drake2018-08-159-99/+99
|
* dom watcher: Add callback for dom mutation watching.Michael Drake2017-02-053-13/+137
|
* Header #include cleanup.Michael Drake2017-02-055-6/+8
|
* layout: Make the layout object opaque.Michael Drake2017-02-052-14/+17
|
* dom watcher: Turn the dom watcher into an opaque object.Michael Drake2017-02-054-51/+116
|
* layout: Remove debug.Michael Drake2017-02-051-3/+0
|
* dom debug: Split watcher event dump out into debug module.Michael Drake2017-02-044-79/+150
|
* docs: Add comment for `struct nslayout_layout`.Michael Drake2017-02-041-0/+3
|
* dom watcher: Clean up listener cleanup. Requires new LibDOM.Michael Drake2017-02-041-43/+16
|
* util dom-str: Ensure correct propagation of dom string create error.Michael Drake2017-02-041-2/+1
|
* util dom-str: Remove unnecessary include.Michael Drake2017-02-041-1/+0
|
* util dom-str: Finalise: clean up new dom strings.Michael Drake2017-02-041-0/+3
|
* util dom-str: Clean up dom strings on failure.Michael Drake2017-02-041-16/+16
|
* dom watcher: Improve comment about event listener effieciency.Michael Drake2017-02-041-2/+3
|
* layout: Improve dom watcher creation and destruction.Michael Drake2017-02-041-4/+11
|
* dom watcher: Add event type listeners and improve error handling.Michael Drake2017-02-041-13/+47
|
* util dom-str: Add additional dom event type strings.Michael Drake2017-02-042-0/+30
|
* 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-035-27/+52
|
* Typo.Michael Drake2015-08-031-1/+1
|
* Error handling.Michael Drake2015-08-031-21/+26
|
* Add error conversion macros.Michael Drake2015-08-031-2/+5
|
* Imporve TODO.Michael Drake2015-08-031-7/+2
|
* Add DOM event handler.Michael Drake2015-08-039-2/+343
| | | | Currently just prints the events it gets.
* Client may pass NULL pointer for its pw.Michael Drake2015-08-031-1/+0
|
* Add request callback wrappers.Michael Drake2015-08-031-0/+141
|
* Update documentation and minor fixes.Michael Drake2015-08-032-0/+8
|
* Add nslayout_layout_destroy basic API testing.Michael Drake2015-08-031-0/+1
|
* Fix callback parameter.Michael Drake2015-08-032-2/+2
|
* Add basic buildsystem.Michael Drake2015-07-193-0/+86