]> source.dussan.org Git - svg.js.git/shortlog
svg.js.git
2018-09-10 SaivanFound and started fixing an error with the Timeline...
2018-07-11 SaivanAdded a simple example for relative declarative animations
2018-07-08 Ulrich-Matthias... condens transform function to an overall more stable one
2018-07-05 SaivanFixed the transformation code to use the bbox properly
2018-07-04 Ulrich-Matthias... make TransformBag clone the object before altering
2018-07-04 Ulrich-Matthias... fix origin transformation
2018-07-03 SaivanWorked towards setting the origin on each frame with...
2018-07-03 SaivanFixed an issue that occurred when we applied more than...
2018-06-29 Ulrich-Matthias... fix rotation issue and make relative declaritive work
2018-06-28 SaivanAdded a potential fix for the problem
2018-06-28 Ulrich-Matthias... satisfy linter, fix global var
2018-06-28 Ulrich-Matthias... fix origin bug
2018-06-28 SaivanAdd a few debugging statements
2018-06-28 SaivanModified the behaviour of absolute transforms
2018-06-27 Ulrich-Matthias... fix origin for relative transformations
2018-06-26 SaivanAllowed the origin to stay fixed as we animate transforms
2018-06-26 Ulrich-Matthias... make transformations retargatable for declaritive
2018-06-22 SaivanRunners now work with absolute and relative transformations
2018-06-04 Ulrich-Matthias... fix merging of transformations
2018-06-03 Ulrich-Matthias... replace runner set with array and order array for faste...
2018-06-03 Ulrich-Matthias... transforms work with multiple elements too. Satisfy...
2018-06-03 Ulrich-Matthias... transformation works now for ONE element. More work...
2018-06-02 Ulrich-Matthias... first tries to make transformations work
2018-06-01 SaivanBegan implementing the transformation functions
2018-06-01 SaivanThe timelines continue function requests a step animati...
2018-06-01 Ulrich-Matthias... renamed method names as suggested, added failing test
2018-06-01 SaivanSimplified the stepping logic to avoid detecting edge...
2018-05-31 Ulrich-Matthias... implements Set for runners in timeline
2018-05-31 Ulrich-Matthias... fix for the endvalue of the animation
2018-05-31 SaivanFixed the final position while swinging
2018-05-31 Ulrich-Matthias... add failing test
2018-05-30 Ulrich-Matthias... worked a bit on timeline, build example, found bug...
2018-05-30 SaivanThe runners step was reimplemented with tests
2018-05-30 Ulrich-Matthias... fixed declaritive again, fromArray now works on all...
2018-05-29 Ulrich-Matthias... implemented EventTarget + runner does not loop forever...
2018-05-29 SaivanGot looping working with only a single wait
2018-05-29 SaivanLooping is now working and code is generally cleaner
2018-05-29 Ulrich-Matthias... fix declaritive
2018-05-29 SaivanDiagnosing the declarative animations and suggesting...
2018-05-28 Ulrich-Matthias... implement methods, reorganize runner, list questions
2018-05-28 SaivanStarted planning the way events work and got Spring...
2018-05-28 SaivanMerge branch '776-new-fx' of github.com:svgdotjs/svg...
2018-05-28 SaivanSegmenting out some Controllers
2018-05-27 Ulrich-Matthias... satisfy linter
2018-05-25 SaivanFixed all of the low hanging problems so declarative...
2018-05-25 Ulrich-Matthias... simple fix for morpharray
2018-05-24 Ulrich-Matthias... fixed some more errores, make declaritive controllers...
2018-05-24 Ulrich-Matthias... go through specs and make fixes where needed
2018-05-24 Ulrich-Matthias... fix runner and timeline so that it schedules animations...
2018-05-24 Ulrich-Matthias... Stuff is moving again after fixing several stuff
2018-05-23 SaivanShould be the final redesign
2018-05-22 SaivanAdded a few more use cases and such
2018-05-17 SaivanMost of the animations are working
2018-05-16 Ulrich-Matthias... add requestAnimationFrame Mock and tests for the animator
2018-05-16 Ulrich-Matthias... allow arrays of events to be passed to `on()` and ...
2018-05-15 Ulrich-Matthias... fixed small typo
2018-05-15 Ulrich-Matthias... fixed morphing. Changed easing function so that it...
2018-05-15 SaivanThe timeline is now decoupled from the real time
2018-05-01 Ulrich-Matthias... make morphing work, fix inheritance, animations now...
2018-05-01 SaivanMore work on the timeline and morphables
2018-05-01 SaivanThe animations work with the .queue method
2018-05-01 Ulrich-Matthias... tests for Morphable and related stuff
2018-04-30 SaivanAnother collaboration session with @Fuzzyma
2018-04-23 SaivanAdded some timeline and Morphing functions
2018-04-18 SaivanInitial planning for the Timeline Module
2018-03-04 SaivanRemoved gbox and fixed a few typos 829/head
2018-03-04 SaivanFixed recommendations by @Fuzzyma regarding transforms
2018-03-04 SaivanAdded the dots test and restored the old tests
2018-03-04 SaivanIntegrated the transformations into the changes in...
2018-03-03 SaivanBuild the final transformation code and fixed linting...
2018-03-03 SaivanFixed all transformation tests, the new transforms...
2018-03-03 SaivanFixed most of the tests relating to transformations
2018-03-03 SaivanAdded matrix composition and decompositions
2018-03-03 Ulrich-Matthias... removed `size()` from `SVG.Text` to avoid name clash
2018-03-02 SaivanAll transformations except fx and Transformations are...
2018-03-02 SaivanInvestigating a possible rbox issue when transforming
2018-03-02 SaivanFixed a few more specifications regarding the new trans...
2018-03-02 SaivanMerge branch '3.0.0' of github.com:svgdotjs/svg.js...
2018-03-02 SaivanFixed some tests involving transforms and elements
2018-03-02 saivanMerge pull request #827 from svgdotjs/826-ungroup-flatten
2018-03-02 SaivanImplemented new transformations
2018-03-01 Ulrich-Matthias... make ungroup working on groups and nested for one depths 827/head
2018-03-01 Ulrich-Matthias... update changelog
2018-03-01 Ulrich-Matthias... Merge pull request #811 from svgdotjs/merge-doc-and...
2018-03-01 Ulrich-Matthias... fixed all that errors which come along when removing... 811/head
2018-03-01 Ulrich-Matthias... return explicit null if there is no root
2018-03-01 Ulrich-Matthias... merge SVG.Doc and SVG.Nested. Add isRoot() method,...
2018-02-28 Ulrich-Matthias... Merge pull request #808 from svgdotjs/events-memory...
2018-02-27 Ulrich-Matthias... updated changelog 808/head
2018-02-27 Ulrich-Matthias... search and replace replaced to much
2018-02-27 Ulrich-Matthias... found the error whereelse. go back to version before...
2018-02-27 Ulrich-Matthias... fixed error that listener was strangely defined even...
2018-02-27 Ulrich-Matthias... fix errors found by linter (jeah it works!)
2018-02-27 Ulrich-Matthias... proposal for #807, includes #550, allow multiple events...
2018-02-27 SaivanUpdated the README to welcome new users better!
2018-02-27 SaivanMade developing a little more enjoyable
2018-02-27 SaivanMerged the 3.0.0 branch to add the linter
2018-02-26 saivanMerge pull request #823 from svgdotjs/800-add-linter
2018-02-26 SaivanBuilt the final linted file 823/head
2018-02-26 SaivanFixed a few hanging issues with the linter
next