| Commit message (Expand) | Author | Age | Files | Lines |
* | make one test pass in travis | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -1/+1 |
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 11 | -5838/+19 |
* | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -3/+3 |
* | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -0/+1 |
* | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 7 | -83/+74 |
* | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 8 | -255/+145 |
* | implement registerMethods(), introduce real arrays for modern browsers, fix s... | Ulrich-Matthias Schäfer | 2018-11-04 | 8 | -295/+123 |
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 6 | -2997/+2912 |
* | fixing tests | Ulrich-Matthias Schäfer | 2018-10-10 | 4 | -14/+18 |
* | Optimized the matrix functions so that the transform function is a multitude ... | Ulrich-Matthias Schäfer | 2018-10-08 | 2 | -139/+49 |
* | The timelines continue function requests a step animation frame | Saivan | 2018-06-01 | 1 | -3/+13 |
* | renamed method names as suggested, added failing test | Ulrich-Matthias Schäfer | 2018-06-01 | 1 | -25/+62 |
* | fix for the endvalue of the animation | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -9/+240 |
* | add failing test | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -0/+12 |
* | worked a bit on timeline, build example, found bug which needs a fix | Ulrich-Matthias Schäfer | 2018-05-30 | 1 | -2/+228 |
* | The runners step was reimplemented with tests | Saivan | 2018-05-31 | 1 | -42/+70 |
* | Got looping working with only a single wait | Saivan | 2018-05-30 | 1 | -0/+31 |
* | fixed some more errores, make declaritive controllers partially work. added P... | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -1/+19 |
* | go through specs and make fixes where needed | Ulrich-Matthias Schäfer | 2018-05-24 | 3 | -38/+38 |
* | Stuff is moving again after fixing several stuff | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -0/+273 |
* | Added a few more use cases and such | Saivan | 2018-05-22 | 4 | -4/+199 |
|\ |
|
| * | add requestAnimationFrame Mock and tests for the animator | Ulrich-Matthias Schäfer | 2018-05-16 | 4 | -3/+135 |
* | | Most of the animations are working | Saivan | 2018-05-17 | 2 | -3/+11 |
|/ |
|
* | fixed morphing. Changed easing function so that it can handle strings | Ulrich-Matthias Schäfer | 2018-05-15 | 1 | -15/+47 |
* | tests for Morphable and related stuff | Ulrich-Matthias Schäfer | 2018-05-01 | 1 | -0/+70 |
* | Initial planning for the Timeline Module | Saivan | 2018-04-18 | 2 | -1/+112 |
* | Removed gbox and fixed a few typos | Saivan | 2018-03-05 | 1 | -3/+3 |
* | Fixed recommendations by @Fuzzyma regarding transforms | Saivan | 2018-03-05 | 5 | -144/+26 |
* | Integrated the transformations into the changes in 3.0.0 | Saivan | 2018-03-04 | 1 | -7/+0 |
|\ |
|
| * | removed `size()` from `SVG.Text` to avoid name clash | Ulrich-Matthias Schäfer | 2018-03-03 | 1 | -7/+0 |
* | | Fixed all transformation tests, the new transforms are ready | Saivan | 2018-03-04 | 3 | -16/+22 |
* | | Fixed most of the tests relating to transformations | Saivan | 2018-03-04 | 5 | -602/+637 |
* | | Added matrix composition and decompositions | Saivan | 2018-03-03 | 1 | -2/+2 |
* | | All transformations except fx and Transformations are passing now | Saivan | 2018-03-02 | 9 | -49/+41 |
* | | Fixed a few more specifications regarding the new transforms | Saivan | 2018-03-02 | 7 | -81/+42 |
* | | Fixed some tests involving transforms and elements | Saivan | 2018-03-02 | 6 | -78/+83 |
|\| |
|
| * | fixed all that errors which come along when removing an object. Fixed tests, ... | Ulrich-Matthias Schäfer | 2018-03-01 | 5 | -19/+23 |
| * | fixed error that listener was strangely defined even if function was called w... | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -55/+56 |
* | | Implemented new transformations | Saivan | 2018-03-02 | 4 | -167/+168 |
* | | Made developing a little more enjoyable | Saivan | 2018-02-27 | 1 | -18/+17 |
|/ |
|
* | remove test for `show()` | Ulrich-Matthias Schäfer | 2018-02-06 | 1 | -7/+0 |
* | improved SVG.on and el.on (#727) | Ulrich-Matthias Schäfer | 2017-07-28 | 1 | -252/+31 |
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 6 | -50/+109 |
* | use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()` | Ulrich-Matthias Schäfer | 2017-07-10 | 1 | -4/+4 |
* | renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708) | Ulrich-Matthias Schäfer | 2017-07-07 | 2 | -4/+4 |
* | renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707) | Ulrich-Matthias Schäfer | 2017-07-07 | 2 | -31/+31 |
* | reworked textPath (see #705) | Ulrich-Matthias Schäfer | 2017-07-07 | 2 | -37/+48 |
* | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2017-07-06 | 11 | -1186/+2557 |
|\ |
|
| * | Update CHANGELOG and rebuild the lib | Rémi Tétreault | 2017-05-27 | 1 | -2/+28 |
| * | Merge pull request #676 from jcorentin/fix-height-width-animation | Rémi Tétreault | 2017-05-26 | 1 | -0/+16 |
| |\ |
|