summary refs log tree commit diff stats
path: root/lib/js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * DOM API: make compatible with Karax's requirements * make tools\dochack.nim compile again
* Remove long deprecated stuff (#10332)Miran2019-01-181-28/+2
|
* Times cosmetic changes (#10237)Oscar Nihlgård2019-01-101-1/+11
| | | | | | | | | | * Add more Date wrappers to jscore * Times cosmetic changes - Improved docs - Code wrapped at 80 chars - Formatting fixes using nimpretty - Remove some old deprecated procs
* 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
| | | | | | * Try/Catch support for native JS exceptions * Better tests
* Minor fixes for asyncjs (#8894)LemonBoy2018-09-071-4/+12
| | | | | | | | | | * Minor fixes for asyncjs Mark internal procedures as used Allow .async. for more node kinds Make .async. work for nkStmtList * Fix logic error in both the async macros
* 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
| | | | | * rename SomeReal to SomeFloat * added changelog entry
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-132-6/+109
| | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave
* Add some missing things to dom.nimtreeform2018-03-291-0/+44
| | | Add window.performance, window.performance.now(), window.devicePixelRatio, window.scrollX and Y, style.overflowX and Y, node.getBoundingRect.
* 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 targets
| * 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
|
* Make asyncjs Future[void] play nicely with last line discardable callsAlexander Ivanov2017-12-191-3/+29
|
* added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-0/+110
|
* Small fix for js domkonqoro2017-12-131-2/+2
|
* language change: change how the experimental dot operators workAndreas Rumpf2017-11-291-11/+11
|
* make tests green againAndreas Rumpf2017-09-261-3/+3
|
* Restore the old behavior of parsing "quote do:"Zahary Karadjov2017-08-191-4/+3
| | | | close #5845
* allow StmtLists to pass through semExprWithTypeZahary Karadjov2017-04-111-4/+1
| | | | | | This fix was necessary in order to fix the lambda lifting used in the "jsffi" module, which relies on turning nkStmtList into nkLambda in a catch-all dot operator.
* lift parameter-less do block to lambdasZahary Karadjov2017-04-101-2/+8
|
* improve the usability of the jsffi moduleZahary Karadjov2017-04-091-6/+56
| | | | | | * All JavaScript operators are usable with JsObject * The dot operators will use native JavaScript strings * Results returned from dot calls are consired discardable
* 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
|
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-0/+436
|
* New version of js console using macros - avoid the use of .apply methodAndrea Ferretti2016-10-061-4/+22
|
* Updated js console logging to avoid wrapping into arrayAndrea Ferretti2016-10-061-17/+4
|
* Update to allow varargs in js console loggingAndrea Ferretti2016-09-221-1/+8
|
* Added js console objectAndrea Ferretti2016-09-211-0/+32
|
* 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
|
* lib/js - Dropped 'T' from typespdw2015-06-041-69/+75
|
* Added body and head properties to document.yglukhov2015-04-291-0/+2
|
Kartik K. Agaram <vc@akkartik.com> 2015-11-08 14:46:48 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2015-11-08 14:46:48 -0800 2399 - consistent debug_string vocabulary' href='/akkartik/mu/commit/059generic_recipe.cc?h=hlt&id=b954ac3812f15482db28db83a39ab7f6e56a4b06'>b954ac38 ^
91abd257 ^

b954ac38 ^
91abd257 ^








b954ac38 ^
49c274f8 ^

fa8eda45 ^
49c274f8 ^
91abd257 ^
d71d3b4a ^
91abd257 ^
d71d3b4a ^
91abd257 ^
49c274f8 ^

91abd257 ^
d71d3b4a ^
91abd257 ^
d71d3b4a ^
91abd257 ^
49c274f8 ^


fa8eda45 ^
e01277f7 ^

49c274f8 ^

fa8eda45 ^
49c274f8 ^
e01277f7 ^
805a4761 ^

e01277f7 ^
49c274f8 ^
46b160df ^
fa8eda45 ^



f3760b0f ^
b954ac38 ^
fa8eda45 ^
49c274f8 ^

fa8eda45 ^
49c274f8 ^


e01277f7 ^
49c274f8 ^
e01277f7 ^
49c274f8 ^

fa8eda45 ^
23692627 ^
49c274f8 ^

0c0bc3ae ^
49c274f8 ^
49c274f8 ^
0c0bc3ae ^
49c274f8 ^
23692627 ^


49c274f8 ^
0c0bc3ae ^
49c274f8 ^
0c0bc3ae ^
49c274f8 ^
91abd257 ^

91abd257 ^
91abd257 ^
d379d683 ^
91abd257 ^




fa8eda45 ^
49c274f8 ^

91abd257 ^
49c274f8 ^




b954ac38 ^
49c274f8 ^

fa8eda45 ^
49c274f8 ^
f3760b0f ^
fa8eda45 ^
b954ac38 ^
fa8eda45 ^


49c274f8 ^


23692627 ^
3fdb963b ^
91abd257 ^
0c0bc3ae ^
91abd257 ^
0c0bc3ae ^
91abd257 ^
91abd257 ^

0c0bc3ae ^
91abd257 ^
0c0bc3ae ^
91abd257 ^
91abd257 ^




0c0bc3ae ^
91abd257 ^


0c0bc3ae ^
91abd257 ^



3fdb963b ^


















49c274f8 ^

49c274f8 ^















c1720b71 ^

















b0450faf ^




















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389