aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * satisfy linterUlrich-Matthias Schäfer2018-05-279-35/+51
* | Segmenting out some ControllersSaivan2018-05-282-73/+65
|/
* Fixed all of the low hanging problems so declarative worksSaivan2018-05-267-165/+235
* simple fix for morpharrayUlrich-Matthias Schäfer2018-05-253-8/+31
* fixed some more errores, make declaritive controllers partially work. added P...Ulrich-Matthias Schäfer2018-05-246-77/+112
* go through specs and make fixes where neededUlrich-Matthias Schäfer2018-05-246-63/+81
* fix runner and timeline so that it schedules animations correctlyUlrich-Matthias Schäfer2018-05-242-2/+2
* Stuff is moving again after fixing several stuffUlrich-Matthias Schäfer2018-05-246-96/+445
* Should be the final redesignSaivan2018-05-247-436/+800
* Added a few more use cases and suchSaivan2018-05-2212-86/+421
|\
| * add requestAnimationFrame Mock and tests for the animatorUlrich-Matthias Schäfer2018-05-168-10/+143
* | Most of the animations are workingSaivan2018-05-1711-4679/+4772
|/
* allow arrays of events to be passed to `on()` and `off`Ulrich-Matthias Schäfer2018-05-163-9/+29
* fixed small typoUlrich-Matthias Schäfer2018-05-161-1/+1
* fixed morphing. Changed easing function so that it can handle stringsUlrich-Matthias Schäfer2018-05-157-4646/+4742
* The timeline is now decoupled from the real timeSaivan2018-05-1511-4733/+4897
* make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-0117-4596/+4689
* More work on the timeline and morphablesSaivan2018-05-013-216/+388
* The animations work with the .queue methodSaivan2018-05-017-240/+214
* tests for Morphable and related stuffUlrich-Matthias Schäfer2018-05-011-0/+70
* Another collaboration session with @FuzzymaSaivan2018-04-3010-1201/+669
* Added some timeline and Morphing functionsSaivan2018-04-238-52/+602
* Initial planning for the Timeline ModuleSaivan2018-04-1814-1376/+2136
* Removed gbox and fixed a few typosSaivan2018-03-056-37/+9
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-0518-293/+143
* Added the dots test and restored the old testsSaivan2018-03-042-2/+3
* Integrated the transformations into the changes in 3.0.0Saivan2018-03-045-19/+6
|\
| * removed `size()` from `SVG.Text` to avoid name clashUlrich-Matthias Schäfer2018-03-035-5272/+5267
* | Build the final transformation code and fixed linting errorsSaivan2018-03-043-5/+5
* | Fixed all transformation tests, the new transforms are readySaivan2018-03-044-17/+23
* | Fixed most of the tests relating to transformationsSaivan2018-03-0412-651/+709
* | Added matrix composition and decompositionsSaivan2018-03-0313-157/+432
* | All transformations except fx and Transformations are passing nowSaivan2018-03-0214-89/+89
* | Investigating a possible rbox issue when transformingSaivan2018-03-023-8/+16
* | Fixed a few more specifications regarding the new transformsSaivan2018-03-0212-90/+86
* | Merge branch '3.0.0' of github.com:svgdotjs/svg.js into 786-new-transformationsSaivan2018-03-021-1/+21
|\|
| * Merge pull request #827 from svgdotjs/826-ungroup-flattensaivan2018-03-021-1/+21
| |\
| | * make ungroup working on groups and nested for one depthsUlrich-Matthias Schäfer2018-03-011-1/+21
| |/
* | Fixed some tests involving transforms and elementsSaivan2018-03-0221-416/+317
|\|
| * update changelogUlrich-Matthias Schäfer2018-03-011-0/+3
| * Merge pull request #811 from svgdotjs/merge-doc-and-nestedUlrich-Matthias Schäfer2018-03-0116-67/+65
| |\
| | * fixed all that errors which come along when removing an object. Fixed tests, ...Ulrich-Matthias Schäfer2018-03-0114-61/+61
| | * return explicit null if there is no rootUlrich-Matthias Schäfer2018-03-011-1/+3
| | * merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to deci...Ulrich-Matthias Schäfer2018-03-015-32/+28
| |/
| * Merge pull request #808 from svgdotjs/events-memory-leakUlrich-Matthias Schäfer2018-02-285-132/+128
| |\
| | * updated changelogUlrich-Matthias Schäfer2018-02-271-1/+2
| | * search and replace replaced to muchUlrich-Matthias Schäfer2018-02-271-2/+2
| | * found the error whereelse. go back to version before with applied fixUlrich-Matthias Schäfer2018-02-271-13/+9
| | * fixed error that listener was strangely defined even if function was called w...Ulrich-Matthias Schäfer2018-02-272-63/+69
| | * fix errors found by linter (jeah it works!)Ulrich-Matthias Schäfer2018-02-272-12/+12