summary refs log tree commit diff stats
path: root/lib/js/dom.nim
Commit message (Expand)AuthorAgeFilesLines
* add createElementNS, will hopefully fix svgs for karax (#16938)Antonis Geralis2021-02-051-0/+1
* Add StorageEvent and correct Storage object (#16865)Antonis Geralis2021-01-291-8/+18
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-041-1/+1
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-5/+5
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-1/+1
* add math.isNaN (#16179)Timothee Cour2020-12-111-0/+1
* Add documentElement to Document. (#15943)treeform2020-11-131-0/+1
* add parent property to window in dom.nim (#15922)Bung2020-11-121-0/+1
* dom.Navigator add missing attributes (#15310)Juan Carlos2020-09-141-1/+16
* Shadow Dom apis (#14979)Bung2020-07-211-0/+32
* add missing props,procs (#14978)Bung2020-07-141-0/+12
* Add missing dom.nim things (#14944)treeform2020-07-091-2/+30
* Clean out dom (#14855)Juan Carlos2020-06-301-4/+0
* Add all missing css properties to dom.nim. (#14825)treeform2020-06-261-4/+270
* Add hasAttribute method to dom.nim. (#14814)treeform2020-06-251-0/+1
* Export fields from the Selection object. (#14752)treeform2020-06-211-0/+7
* Add css white-space property to dom.nim. (#14743)treeform2020-06-211-0/+1
* Add clipPath to dom.nim. (#14435)treeform2020-05-241-1/+2
* Add missing attributes and methods to JavaScript DOM (#14428)Mildred Ki'Lya2020-05-221-0/+14
* fixes a bug reported in https://forum.nim-lang.org/t/6361 (#14422)Andreas Rumpf2020-05-211-31/+31
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+1
* add FileReader Web API to js dom (#14105)cooldome2020-04-271-9/+59
* Fix the getSelection method. (#13632)treeform2020-04-211-1/+8
* fix newDomParser (#13981)Timothee Cour2020-04-161-1/+1
* Add jsdomparser (#13920)Juan Carlos2020-04-131-1/+18
* Add more JS stuff to dom.nim (#13483)treeform2020-03-111-26/+45
* scrollTop must be settable (#13263)Jairo2020-01-271-0/+1
* Add "origin" to window.location (#13251)Jairo2020-01-241-0/+1
* Fix many broken linksJjp1372019-10-221-1/+1
* fix failing JS testsnarimiran2019-07-221-1/+0
* Add `opacity` to JS `Style`Benjamin Summerton2019-07-211-0/+2
* some dom proc correction and complement (#10684)liuxiaodong2019-02-151-4/+9
* DOM module: re-add more missing stuffAraq2019-02-081-1/+36
* DOM module: add more missing stuffAraq2019-02-071-0/+3
* DOM.nim: fix regression, missing procsAraq2019-02-061-0/+2
* DOM API: make compatible with Karax's requirements (#10517)Andreas Rumpf2019-02-021-130/+759
* Remove long deprecated stuff (#10332)Miran2019-01-181-28/+2
* Exports dom.Style (#8444)Dominik Picheta2018-09-011-1/+1
* Adds TextAreaElement type.Dominik Picheta2018-05-141-1/+7
* Adds onpopstate and proc related to Events to dom module.Dominik Picheta2018-05-141-0/+3
* Add some missing things to dom.nimtreeform2018-03-291-0/+44
* Use generic for 'stateObject' in func 'pushState'Renaud Chénard2018-01-141-1/+1
* add missing methods in js backendgrazil2018-01-111-1/+2
* Small fix for js domkonqoro2017-12-131-2/+2
* Add some extra methods and fields to DOM module.Dominik Picheta2017-04-061-0/+11
* Implement touch event types/procs in DOM module.Dominik Picheta2017-03-271-0/+30
* Implement requestAnimationFrame and cancelAnimationFrame in dom module.Dominik Picheta2017-03-231-0/+2
* Added some useful JS procs to DOM module.Dominik Picheta2016-05-101-0/+5
* Dom refactoringYuriy Glukhov2015-11-251-133/+173
* Reverted all changesPerelandric2015-06-041-75/+69