index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add clipPath to dom.nim. (#14435)
treeform
2020-05-24
1
-1
/
+2
*
Add missing attributes and methods to JavaScript DOM (#14428)
Mildred Ki'Lya
2020-05-22
1
-0
/
+14
*
fixes a bug reported in https://forum.nim-lang.org/t/6361 (#14422)
Andreas Rumpf
2020-05-21
1
-31
/
+31
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
add FileReader Web API to js dom (#14105)
cooldome
2020-04-27
1
-9
/
+59
*
Fixes #14110 (#14111)
Jae Yang
2020-04-25
1
-1
/
+1
*
changed type() to typeof() in docs and error messages (#14084)
hlaaftana
2020-04-24
1
-1
/
+1
*
Fix the getSelection method. (#13632)
treeform
2020-04-21
1
-1
/
+8
*
fix newDomParser (#13981)
Timothee Cour
2020-04-16
1
-1
/
+1
*
Add jsdomparser (#13920)
Juan Carlos
2020-04-13
1
-1
/
+18
*
Jsconsole update (#12448)
Juan Carlos
2020-04-02
1
-35
/
+36
*
Add more JS stuff to dom.nim (#13483)
treeform
2020-03-11
1
-26
/
+45
*
scrollTop must be settable (#13263)
Jairo
2020-01-27
1
-0
/
+1
*
Add "origin" to window.location (#13251)
Jairo
2020-01-24
1
-0
/
+1
*
Fix many broken links
Jjp137
2019-10-22
2
-2
/
+2
*
Improve jsconsole adding the rest of the stable api as documented on the stan...
Juan Carlos
2019-10-17
1
-1
/
+26
*
JS: gensym is stricter for 'this'; refs #12246 [backport]
Araq
2019-09-30
1
-1
/
+1
*
importjs symbol (#12218)
Arne Döring
2019-09-20
1
-4
/
+4
*
fix failing JS tests
narimiran
2019-07-22
1
-1
/
+0
*
Add `opacity` to JS `Style`
Benjamin Summerton
2019-07-21
1
-0
/
+2
*
libffi: style changes
Araq
2019-06-19
1
-50
/
+50
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-1
/
+1
*
some dom proc correction and complement (#10684)
liuxiaodong
2019-02-15
1
-4
/
+9
*
DOM module: re-add more missing stuff
Araq
2019-02-08
1
-1
/
+36
*
DOM module: add more missing stuff
Araq
2019-02-07
1
-0
/
+3
*
DOM.nim: fix regression, missing procs
Araq
2019-02-06
1
-0
/
+2
*
DOM API: make compatible with Karax's requirements (#10517)
Andreas Rumpf
2019-02-02
1
-130
/
+759
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
1
-28
/
+2
*
Times cosmetic changes (#10237)
Oscar Nihlgård
2019-01-10
1
-1
/
+11
*
Support undefined in isNil (#9960)
Alexander Ivanov
2018-12-30
1
-0
/
+6
*
Support only some types as JsAssoc types (#8627)
Alexander Ivanov
2018-11-23
1
-33
/
+34
*
Try/Catch support for native JS exceptions (#8955)
LemonBoy
2018-10-09
1
-0
/
+11
*
Minor fixes for asyncjs (#8894)
LemonBoy
2018-09-07
1
-4
/
+12
*
Exports dom.Style (#8444)
Dominik Picheta
2018-09-01
1
-1
/
+1
*
Remove broken push pragma from jscore (#8414)
Oscar Nihlgård
2018-08-17
1
-54
/
+59
*
Replace NotString with typeclass in jsffi (#8128)
hlaaf
2018-06-27
1
-4
/
+2
*
Adds TextAreaElement type.
Dominik Picheta
2018-05-14
1
-1
/
+7
*
Adds onpopstate and proc related to Events to dom module.
Dominik Picheta
2018-05-14
1
-0
/
+3
*
rename SomeReal to SomeFloat (#7617)
Arne Döring
2018-04-15
1
-7
/
+7
*
Support code hot reloading for JavaScript projects (#7362)
zah
2018-04-13
2
-6
/
+109
*
Add some missing things to dom.nim
treeform
2018-03-29
1
-0
/
+44
*
Use addPragma
Alexander Ivanov
2018-03-05
1
-5
/
+1
*
Stop replacing all pragmas of a function with asyncjs
Alexander Ivanov
2018-03-03
1
-1
/
+6
*
Fix return (#7225)
Alexander Ivanov
2018-02-27
1
-6
/
+8
*
Merge pull request #7023 from yglukhov/unify-async
Dominik Picheta
2018-01-17
1
-0
/
+4
|
\
|
*
Unify async macro and futures for js and native targets
Yuriy Glukhov
2018-01-05
1
-0
/
+4
*
|
Use generic for 'stateObject' in func 'pushState'
Renaud Chénard
2018-01-14
1
-1
/
+1
*
|
add missing methods in js backend
grazil
2018-01-11
1
-1
/
+2
|
/
*
Fix docs!
Alexander Ivanov
2017-12-20
1
-2
/
+2
*
Fix forward
Alexander Ivanov
2017-12-19
1
-13
/
+18
[next]