Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add createElementNS, will hopefully fix svgs for karax (#16938) | Antonis Geralis | 2021-02-05 | 1 | -0/+1 |
| | |||||
* | Add StorageEvent and correct Storage object (#16865) | Antonis Geralis | 2021-01-29 | 1 | -8/+18 |
| | | | There is no `LocalStorage` type, it's `Storage` | ||||
* | clean up the docs of some modules under lib/js (#16579) | flywind | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | styleCheck: Fix some inconsistent identifiers (#16177) | ee7 | 2020-12-21 | 1 | -5/+5 |
| | |||||
* | Fix broken links in docs (#16336) | Elliot Waite | 2020-12-14 | 1 | -1/+1 |
| | | | | | * Fix broken links in docs * Fix rand HSlice links | ||||
* | add math.isNaN (#16179) | Timothee Cour | 2020-12-11 | 1 | -0/+1 |
| | | | | | | | * add math.isNaN * isNaN now works with --passc:-ffast-math; tests * Update lib/pure/math.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Add documentElement to Document. (#15943) | treeform | 2020-11-13 | 1 | -0/+1 |
| | |||||
* | add parent property to window in dom.nim (#15922) | Bung | 2020-11-12 | 1 | -0/+1 |
| | |||||
* | dom.Navigator add missing attributes (#15310) | Juan Carlos | 2020-09-14 | 1 | -1/+16 |
| | | | | | | | * Add missing attributes and methods to dom.Navigator * Add missing attributes and methods to dom.Navigator * Add missing attributes and methods to dom.Navigator | ||||
* | Shadow Dom apis (#14979) | Bung | 2020-07-21 | 1 | -0/+32 |
| | | | | | | | | | | | * shadow dom api * fix typos * host to Element type * fix code style * move elementsFromPoint to dom_extensions.nim | ||||
* | add missing props,procs (#14978) | Bung | 2020-07-14 | 1 | -0/+12 |
| | |||||
* | Add missing dom.nim things (#14944) | treeform | 2020-07-09 | 1 | -2/+30 |
| | |||||
* | Clean out dom (#14855) | Juan Carlos | 2020-06-30 | 1 | -4/+0 |
| | | | | | * Clean out dom * Clean out dom | ||||
* | Add all missing css properties to dom.nim. (#14825) | treeform | 2020-06-26 | 1 | -4/+270 |
| | | | | | * Add all missing css properties * remove extra space | ||||
* | Add hasAttribute method to dom.nim. (#14814) | treeform | 2020-06-25 | 1 | -0/+1 |
| | | | See: https://developer.mozilla.org/en-US/docs/Web/API/Element/hasAttribute | ||||
* | Export fields from the Selection object. (#14752) | treeform | 2020-06-21 | 1 | -0/+7 |
| | | | See: https://developer.mozilla.org/en-US/docs/Web/API/Selection | ||||
* | Add css white-space property to dom.nim. (#14743) | treeform | 2020-06-21 | 1 | -0/+1 |
| | | | https://developer.mozilla.org/en-US/docs/Web/CSS/white-space | ||||
* | Add clipPath to dom.nim. (#14435) | treeform | 2020-05-24 | 1 | -1/+2 |
| | | | Just adds a single new css atribute, see: https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path . | ||||
* | Add missing attributes and methods to JavaScript DOM (#14428) | Mildred Ki'Lya | 2020-05-22 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | - content attribute to access HTML template element: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement/content - ownerDocument to access the owning document from a DOM Node: https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument - outerHTML to get/set the outer HTML representation of a Node: https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument - createComment() to create comment Nodes: https://developer.mozilla.org/en-US/docs/Web/API/Document/createComment - querySelector() and querySelectorAll() on Nodes: https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelector https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelectorAll | ||||
* | 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 |
| | | | | * move since from inclrtl to std/private/since * move since import in system below for HCR | ||||
* | add FileReader Web API to js dom (#14105) | cooldome | 2020-04-27 | 1 | -9/+59 |
| | | | | | * add FileReader to js dom * minor improvement Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | * Add jsdomparser * Add jsdomparser * Add jsdomparser * https://github.com/nim-lang/Nim/pull/13920#issuecomment-610727142 * https://github.com/nim-lang/Nim/pull/13920#issuecomment-610727142 * https://github.com/nim-lang/Nim/pull/13920#issuecomment-610727142 * https://github.com/nim-lang/Nim/pull/13920#discussion_r405932909 * https://github.com/nim-lang/Nim/pull/13920#discussion_r406502592 | ||||
* | Add more JS stuff to dom.nim (#13483) | treeform | 2020-03-11 | 1 | -26/+45 |
| | | | | | | | | | | | | | | | * Add more JS stuff to dom.nim * Make all links to docs doc comments. * Fix minor textContent * space. * Remove Selection object. * More work on docs. * Fixing links. * Made the links be "see <docs>". | ||||
* | scrollTop must be settable (#13263) | Jairo | 2020-01-27 | 1 | -0/+1 |
| | | | | | | | | * scrollTop must be assignable Make scrollTop settable * add missing export | ||||
* | Add "origin" to window.location (#13251) | Jairo | 2020-01-24 | 1 | -0/+1 |
| | | | Add "origin" to window location: https://www.w3schools.com/jsref/prop_loc_origin.asp | ||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -1/+1 |
| | | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol. | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | Exports dom.Style (#8444) | Dominik Picheta | 2018-09-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 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 |
| | |||||
* | Small fix for js dom | konqoro | 2017-12-13 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Added some useful JS procs to DOM module. | Dominik Picheta | 2016-05-10 | 1 | -0/+5 |
| | |||||
* | Dom refactoring | Yuriy Glukhov | 2015-11-25 | 1 | -133/+173 |
| | |||||
* | Reverted all changes | Perelandric | 2015-06-04 | 1 | -75/+69 |
| |