summary refs log tree commit diff stats
path: root/lib/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes #14110 (#14111)Jae Yang2020-04-251-1/+1
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-1/+1
* 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
* Jsconsole update (#12448)Juan Carlos2020-04-021-35/+36
* 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-222-2/+2
* Improve jsconsole adding the rest of the stable api as documented on the stan...Juan Carlos2019-10-171-1/+26
* JS: gensym is stricter for 'this'; refs #12246 [backport]Araq2019-09-301-1/+1
* importjs symbol (#12218)Arne Döring2019-09-201-4/+4
* fix failing JS testsnarimiran2019-07-221-1/+0
* Add `opacity` to JS `Style`Benjamin Summerton2019-07-211-0/+2
* libffi: style changesAraq2019-06-191-50/+50
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-1/+1
* 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
* Times cosmetic changes (#10237)Oscar Nihlgård2019-01-101-1/+11
* Support undefined in isNil (#9960)Alexander Ivanov2018-12-301-0/+6
* Support only some types as JsAssoc types (#8627)Alexander Ivanov2018-11-231-33/+34
* Try/Catch support for native JS exceptions (#8955)LemonBoy2018-10-091-0/+11
* Minor fixes for asyncjs (#8894)LemonBoy2018-09-071-4/+12
* Exports dom.Style (#8444)Dominik Picheta2018-09-011-1/+1
* Remove broken push pragma from jscore (#8414)Oscar Nihlgård2018-08-171-54/+59
* Replace NotString with typeclass in jsffi (#8128)hlaaf2018-06-271-4/+2
* 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
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-7/+7
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-132-6/+109
* Add some missing things to dom.nimtreeform2018-03-291-0/+44
* Use addPragmaAlexander Ivanov2018-03-051-5/+1
* Stop replacing all pragmas of a function with asyncjsAlexander Ivanov2018-03-031-1/+6
* Fix return (#7225)Alexander Ivanov2018-02-271-6/+8
* Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-171-0/+4
|\
| * Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-051-0/+4
* | Use generic for 'stateObject' in func 'pushState'Renaud Chénard2018-01-141-1/+1
* | add missing methods in js backendgrazil2018-01-111-1/+2
|/
* Fix docs!Alexander Ivanov2017-12-201-2/+2
* Fix forwardAlexander Ivanov2017-12-191-13/+18