| Commit message (Expand) | Author | Age | Files | Lines |
* | delete dist files from repo. | Ulrich-Matthias Schäfer | 2018-12-01 | 8 | -13309/+0 |
* | run build | Ulrich-Matthias Schäfer | 2018-11-28 | 6 | -6170/+5911 |
* | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -5868/+6145 |
* | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 8 | -6146/+12311 |
* | Merge branch 'feature/tests2' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-27 | 2 | -1/+1 |
|\ |
|
| * | add polyfill for CustomEvent | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -1/+1 |
| * | cleanup | dotnetCarpenter | 2018-11-14 | 1 | -0/+1 |
| * | Merge branch '3.0.0' into feature/tests2 | dotnetCarpenter | 2018-11-13 | 1 | -0/+7129 |
| |\ |
|
| * | | committing so @fuzzyma can continue the work | dotnetCarpenter | 2018-11-13 | 1 | -7050/+0 |
| * | | saucelabs testing with chrome 70 works - locally | dotnetCarpenter | 2018-11-12 | 1 | -1/+1 |
| * | | testing saucelabs | dotnetCarpenter | 2018-11-12 | 2 | -2/+6 |
* | | | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -8/+7 |
* | | | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray and... | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -22/+30 |
* | | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -71/+26 |
* | | | fixed lots of bugs in the timeline. Its now working as expected in all cases. | Ulrich-Matthias Schäfer | 2018-11-23 | 1 | -33/+41 |
* | | | fix Timeline so that play, pause, stop, reverse... work correctly. Update run... | Ulrich-Matthias Schäfer | 2018-11-22 | 1 | -26/+52 |
* | | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -11/+9 |
* | | | add default parameter for timeSource | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -14/+12 |
* | | | add register for insertBefore and insertAfter | Ulrich-Matthias Schäfer | 2018-11-20 | 1 | -5/+15 |
* | | | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 1 | -16/+16 |
* | | | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 1 | -116/+117 |
* | | | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -105/+98 |
| |/
|/| |
|
* | | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -942/+903 |
* | | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -7/+7 |
* | | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -83/+81 |
* | | make List return new lists on method calls, add map to array polyfill so that... | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -1541/+1585 |
* | | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -51/+104 |
* | | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -58/+46 |
* | | make window and document exchangeable in case they are not globals alreay, ma... | Ulrich-Matthias Schäfer | 2018-11-11 | 1 | -29/+69 |
|/ |
|
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -70/+73 |
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -57/+102 |
* | `fill()` and `stroke()` return the fill and stroke attribute when called as g... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -2/+2 |
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+12 |
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -2/+5 |
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+21 |
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -15/+21 |
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+66 |
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -165/+145 |
* | added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -363/+377 |
* | clone() does not insert the clone into the dom anymore, added beziere() and s... | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -13/+66 |
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -23/+63 |
* | Merge branch '875-es6' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -5004/+6110 |
|\ |
|
| * | remove other builds because of bloat for now until fixed | Ulrich-Matthias Schäfer | 2018-11-07 | 2 | -6683/+0 |
| * | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 3 | -2789/+9388 |
| * | removed unused comments and files | Ulrich-Matthias Schäfer | 2018-11-05 | 2 | -2325/+1852 |
| * | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 3 | -124/+114 |
| * | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 2 | -815/+840 |
| * | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 2 | -33/+13 |
| * | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 2 | -1381/+1491 |
| * | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 2 | -119/+149 |