Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 8 | -57/+28 | |
| | | | | | | | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces) | |||||
* | | fixed lots of bugs in the timeline. Its now working as expected in all cases. | Ulrich-Matthias Schäfer | 2018-11-23 | 2 | -30/+37 | |
| | | | | | | | | | | | | | | | | - refactor code into functions - handle timeSource correctly - allow for immediate updates - Runners dont know about their delay anymore. Thats far more simple. - Timeline is paused on creation | |||||
* | | fix Timeline so that play, pause, stop, reverse... work correctly. Update ↵ | Ulrich-Matthias Schäfer | 2018-11-22 | 3 | -21/+51 | |
| | | | | | | | | runners accordingly | |||||
* | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -12/+9 | |
| | | ||||||
* | | add default parameter for timeSource | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -5/+7 | |
| | | ||||||
* | | add register for insertBefore and insertAfter | Ulrich-Matthias Schäfer | 2018-11-20 | 2 | -8/+15 | |
|/ | ||||||
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 5 | -13/+13 | |
| | ||||||
* | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 5 | -20/+17 | |
| | ||||||
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 3 | -8/+2 | |
| | ||||||
* | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 4 | -16/+15 | |
| | ||||||
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 6 | -83/+46 | |
| | ||||||
* | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -7/+11 | |
| | ||||||
* | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 3 | -9/+8 | |
| | ||||||
* | make List return new lists on method calls, add map to array polyfill so ↵ | Ulrich-Matthias Schäfer | 2018-11-12 | 6 | -21/+52 | |
| | | | | that this works, fix runner | |||||
* | 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 | 5 | -26/+64 | |
| | ||||||
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 15 | -140/+46 | |
| | ||||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 24 | -4/+64 | |
| | | | | make sure that init functions are chaninable | |||||
* | add registering for forgotten classes | Ulrich-Matthias Schäfer | 2018-11-09 | 5 | -3/+19 | |
| | ||||||
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 24 | -87/+138 | |
| | | | | | | e.g. - `canvas.rect({x:100})` or - `canvas.rect(100, 100, {x:100})` | |||||
* | added possibility to pass attribues into a constructor like: `new ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 30 | -40/+68 | |
| | | | | SVG.Rect({width:100})` | |||||
* | `fill()` and `stroke()` return the fill and stroke attribute when called as ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+1 | |
| | | | | getter (#789) | |||||
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+12 | |
| | ||||||
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+5 | |
| | ||||||
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+19 | |
| | ||||||
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -13/+17 | |
| | ||||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -0/+59 | |
| | ||||||
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 10 | -36/+20 | |
| | ||||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 7 | -59/+88 | |
| | | | | SVG.Text.textPath returns first textPath child now | |||||
* | clone() does not insert the clone into the dom anymore, added beziere() and ↵ | Ulrich-Matthias Schäfer | 2018-11-07 | 5 | -14/+62 | |
| | | | | steps() to generate easing functions | |||||
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -22/+70 | |
| | ||||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 75 | -695/+619 | |
| | ||||||
* | removed unused comments and files | Ulrich-Matthias Schäfer | 2018-11-05 | 19 | -583/+29 | |
| | ||||||
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 67 | -525/+465 | |
| | ||||||
* | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 24 | -437/+440 | |
| | ||||||
* | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 6 | -26/+14 | |
| | ||||||
* | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 42 | -480/+520 | |
| | ||||||
* | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 14 | -37/+59 | |
| | ||||||
* | implement registerMethods(), introduce real arrays for modern browsers, fix ↵ | Ulrich-Matthias Schäfer | 2018-11-04 | 37 | -174/+637 | |
| | | | | some tests | |||||
* | fix a few mistakes. Make sugar work. Roll back to childNodes because ↵ | Ulrich-Matthias Schäfer | 2018-11-01 | 6 | -29/+81 | |
| | | | | children is 10x slower | |||||
* | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 45 | -332/+394 | |
| | ||||||
* | resolve last circular dependencies, make rollup work | Ulrich-Matthias Schäfer | 2018-10-27 | 22 | -221/+309 | |
| | ||||||
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 64 | -2675/+1477 | |
| | ||||||
* | rename files | Ulrich-Matthias Schäfer | 2018-10-26 | 2 | -0/+0 | |
| | ||||||
* | convert everything to es6 classes and imports | Ulrich-Matthias Schäfer | 2018-10-25 | 66 | -3796/+3863 | |
| | ||||||
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 38 | -0/+0 | |
| | ||||||
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 4 | -69/+28 | |
| | ||||||
* | activate sugar before merge | Ulrich-Matthias Schäfer | 2018-10-18 | 1 | -151/+151 | |
| | ||||||
* | add babel, satisfy linter, build dist | Ulrich-Matthias Schäfer | 2018-10-17 | 8 | -402/+237 | |
| | ||||||
* | fix timeline timing with runners | Ulrich-Matthias Schäfer | 2018-10-13 | 1 | -11/+13 | |
| |