Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix failing JS tests | narimiran | 2019-07-22 | 1 | -1/+0 |
| | |||||
* | Add `opacity` to JS `Style` | Benjamin Summerton | 2019-07-21 | 1 | -0/+2 |
| | | | I noticed this was missing. It has cross browser support: https://developer.mozilla.org/en-US/docs/Web/CSS/opacity#Browser_compatibility | ||||
* | 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 |
| | | | | | * DOM API: make compatible with Karax's requirements * make tools\dochack.nim compile again | ||||
* | 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 |
| | | | | | | | | | | * 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 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 |
| | | | | | | * Try/Catch support for native JS exceptions * Better tests | ||||
* | Minor fixes for asyncjs (#8894) | LemonBoy | 2018-09-07 | 1 | -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 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 |
| | | | | | * rename SomeReal to SomeFloat * added changelog entry | ||||
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 2 | -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.nim | treeform | 2018-03-29 | 1 | -0/+44 |
| | | | Add window.performance, window.performance.now(), window.devicePixelRatio, window.scrollX and Y, style.overflowX and Y, node.getBoundingRect. | ||||
* | 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 | ||||
| * | 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 |
| | |||||
* | Make asyncjs Future[void] play nicely with last line discardable calls | Alexander Ivanov | 2017-12-19 | 1 | -3/+29 |
| | |||||
* | added asyncjs standard library module (#6841) | Alexander Ivanov | 2017-12-19 | 1 | -0/+110 |
| | |||||
* | Small fix for js dom | konqoro | 2017-12-13 | 1 | -2/+2 |
| | |||||
* | language change: change how the experimental dot operators work | Andreas Rumpf | 2017-11-29 | 1 | -11/+11 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-09-26 | 1 | -3/+3 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -4/+3 |
| | | | | close #5845 | ||||
* | allow StmtLists to pass through semExprWithType | Zahary Karadjov | 2017-04-11 | 1 | -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 lambdas | Zahary Karadjov | 2017-04-10 | 1 | -2/+8 |
| | |||||
* | improve the usability of the jsffi module | Zahary Karadjov | 2017-04-09 | 1 | -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 Picheta | 2017-04-06 | 1 | -0/+11 |
| | |||||
* | Implement touch event types/procs in DOM module. | Dominik Picheta | 2017-03-27 | 1 | -0/+30 |
| | |||||
* | Implement requestAnimationFrame and cancelAnimationFrame in dom module. | Dominik Picheta | 2017-03-23 | 1 | -0/+2 |
| | |||||
* | Implement RFC #4873 improvements to JavaScript FFI (#5213) | Michael Jendrusch | 2017-01-26 | 1 | -0/+436 |
| | |||||
* | New version of js console using macros - avoid the use of .apply method | Andrea Ferretti | 2016-10-06 | 1 | -4/+22 |
| | |||||
* | Updated js console logging to avoid wrapping into array | Andrea Ferretti | 2016-10-06 | 1 | -17/+4 |
| | |||||
* | Update to allow varargs in js console logging | Andrea Ferretti | 2016-09-22 | 1 | -1/+8 |
| | |||||
* | Added js console object | Andrea Ferretti | 2016-09-21 | 1 | -0/+32 |
| | |||||
* | Added some useful JS procs to DOM module. | Dominik Picheta | 2016-05-10 | 1 | -0/+5 |
| |