summaryrefslogtreecommitdiff
path: root/include/dom/events
Commit message (Collapse)AuthorAgeFilesLines
* keyboard events: Fix get location casting wrapper.Michael Drake2019-12-011-2/+2
|
* keyboard events: Update to latest DOM spec.Michael Drake2019-12-011-16/+29
|
* keyboard events: Expose the creation function.Michael Drake2019-12-011-0/+4
|
* Add getter/setter for event_target's is_trustedDaniel Silverstone2016-11-191-0/+8
|
* Add support to retrieve if an event is in dispatchDaniel Silverstone2016-11-191-0/+8
|
* Add support for Event.eventPhaseDaniel Silverstone2015-11-011-0/+5
|
* Remove unused document from event_listener apiDaniel Silverstone2015-10-311-1/+1
|
* Add a _FINISHED event action callbackDaniel Silverstone2015-10-311-1/+2
| | | | We can then use this for JS to hook cleanups into place.
* Strip doc from event layerDaniel Silverstone2015-08-211-0/+3
|
* Fix typos.Michael Drake2012-11-071-1/+1
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-104-42/+42
| | | | fixes. Test suite does not pass
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13590
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-212-21/+69
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0712-123/+121
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-6/+61
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-261-1/+0
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1314-0/+801
svn path=/trunk/dom/; revision=9236