summaryrefslogtreecommitdiff
path: root/src/layout.c
Commit message (Collapse)AuthorAgeFilesLines
* Library: DOM change watching is now the job of the client.Michael Drake2018-08-151-50/+0
|
* Library: Use `nsl` as library namespace.Michael Drake2018-08-151-22/+22
|
* dom watcher: Add callback for dom mutation watching.Michael Drake2017-02-051-1/+37
|
* Header #include cleanup.Michael Drake2017-02-051-1/+1
|
* layout: Make the layout object opaque.Michael Drake2017-02-051-0/+16
|
* dom watcher: Turn the dom watcher into an opaque object.Michael Drake2017-02-051-3/+3
|
* layout: Remove debug.Michael Drake2017-02-051-3/+0
|
* layout: Improve dom watcher creation and destruction.Michael Drake2017-02-041-4/+11
|
* Improve documentation and naming for DOM change watcher.Michael Drake2015-08-031-3/+3
|
* Add DOM event handler.Michael Drake2015-08-031-2/+27
| | | | Currently just prints the events it gets.
* Client may pass NULL pointer for its pw.Michael Drake2015-08-031-1/+0
|
* Update documentation and minor fixes.Michael Drake2015-08-031-0/+4
|
* Add nslayout_layout_destroy basic API testing.Michael Drake2015-08-031-0/+1
|
* Fix callback parameter.Michael Drake2015-08-031-1/+1
|
* Add basic buildsystem.Michael Drake2015-07-191-0/+55