| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | fix Timeline so that play, pause, stop, reverse... work correctly. Update run... | Ulrich-Matthias Schäfer | 2018-11-22 | 5 | -50/+168 |
* | | | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 2 | -23/+18 |
* | | | | add default parameter for timeSource | Ulrich-Matthias Schäfer | 2018-11-21 | 3 | -22/+22 |
* | | | | add register for insertBefore and insertAfter | Ulrich-Matthias Schäfer | 2018-11-20 | 4 | -66/+106 |
| |_|/
|/| | |
|
* | | | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 9 | -38/+39 |
* | | | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 11 | -154/+152 |
* | | | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 6 | -119/+102 |
* | | | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 5 | -22/+17 |
| |/
|/| |
|
* | | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 11 | -1049/+950 |
* | | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 4 | -21/+28 |
* | | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 4 | -92/+89 |
* | | Merge pull request #925 from svgdotjs/645-svg-set-is-back | Ulrich-Matthias Schäfer | 2018-11-12 | 11 | -1603/+1769 |
|\ \ |
|
| * | | make List return new lists on method calls, add map to array polyfill so that... | Ulrich-Matthias Schäfer | 2018-11-12 | 8 | -1568/+1643 |
| * | | change method name, make strings more pleasing to read | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -10/+10 |
| * | | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 6 | -77/+168 |
|/ / |
|
* | | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 18 | -200/+94 |
* | | make window and document exchangeable in case they are not globals alreay, ma... | Ulrich-Matthias Schäfer | 2018-11-11 | 27 | -33/+140 |
|/ |
|
* | add registering for forgotten classes | Ulrich-Matthias Schäfer | 2018-11-09 | 5 | -3/+19 |
* | Merge pull request #924 from svgdotjs/796-add-attribute-syntax | Ulrich-Matthias Schäfer | 2018-11-09 | 26 | -158/+213 |
|\ |
|
| * | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 26 | -158/+213 |
|/ |
|
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 32 | -97/+171 |
* | `fill()` and `stroke()` return the fill and stroke attribute when called as g... | Ulrich-Matthias Schäfer | 2018-11-08 | 5 | -9/+7 |
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -1/+25 |
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -3/+11 |
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 4 | -1/+59 |
* | add test for array getter of attr | Ulrich-Matthias Schäfer | 2018-11-08 | 2 | -0/+14 |
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 5 | -29/+41 |
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 6 | -1/+127 |
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 11 | -201/+165 |
* | added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex... | Ulrich-Matthias Schäfer | 2018-11-08 | 11 | -425/+483 |
* | clone() does not insert the clone into the dom anymore, added beziere() and s... | Ulrich-Matthias Schäfer | 2018-11-07 | 8 | -36/+130 |
* | update changelow | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -5/+4 |
* | fix mistake in test | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -6/+6 |
* | fix travis yml | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+1 |
* | add chrome to travis | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+2 |
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 2 | -45/+133 |
* | Merge branch '875-es6' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-07 | 165 | -22491/+15220 |
|\ |
|
| * | remove other builds because of bloat for now until fixed | Ulrich-Matthias Schäfer | 2018-11-07 | 6 | -6788/+290 |
| * | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 81 | -3486/+10025 |
| * | removed unused comments and files | Ulrich-Matthias Schäfer | 2018-11-05 | 21 | -2908/+1881 |
| * | make one test pass in travis | Ulrich-Matthias Schäfer | 2018-11-05 | 3 | -4/+1 |
| * | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 88 | -10330/+1686 |
| * | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 28 | -1255/+1286 |
| * | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 9 | -59/+28 |
| * | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 51 | -1944/+2085 |
| * | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 24 | -411/+353 |
| * | implement registerMethods(), introduce real arrays for modern browsers, fix s... | Ulrich-Matthias Schäfer | 2018-11-04 | 47 | -1497/+2190 |
| * | fix a few mistakes. Make sugar work. Roll back to childNodes because children... | Ulrich-Matthias Schäfer | 2018-11-01 | 10 | -214/+441 |
| * | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 48 | -1791/+1834 |
| * | setup rollup to build minimized file and report stats | Ulrich-Matthias Schäfer | 2018-10-28 | 8 | -12104/+7508 |