summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAgeFilesLines
* Library: Use `nsl` as library namespace.Michael Drake2018-08-153-15/+15
|
* Header #include cleanup.Michael Drake2017-02-052-2/+2
|
* 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
|
* util dom-str: Add additional dom event type strings.Michael Drake2017-02-042-0/+30
|
* Add error conversion macros.Michael Drake2015-08-031-2/+5
|
* Add DOM event handler.Michael Drake2015-08-034-0/+120
Currently just prints the events it gets.