2018-05-28 |
Saivan | Started planning the way events work and got Spring... |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Saivan | Merge branch '776-new-fx' of github.com:svgdotjs/svg... |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Saivan | Segmenting out some Controllers |
commit | commitdiff | tree | snapshot |
2018-05-27 |
Ulrich-Matthias... | satisfy linter |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Saivan | Fixed all of the low hanging problems so declarative... |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Ulrich-Matthias... | simple fix for morpharray |
commit | commitdiff | tree | snapshot |
2018-05-24 |
Ulrich-Matthias... | fixed some more errores, make declaritive controllers... |
commit | commitdiff | tree | snapshot |
2018-05-24 |
Ulrich-Matthias... | go through specs and make fixes where needed |
commit | commitdiff | tree | snapshot |
2018-05-24 |
Ulrich-Matthias... | fix runner and timeline so that it schedules animations... |
commit | commitdiff | tree | snapshot |
2018-05-24 |
Ulrich-Matthias... | Stuff is moving again after fixing several stuff |
commit | commitdiff | tree | snapshot |
2018-05-23 |
Saivan | Should be the final redesign |
commit | commitdiff | tree | snapshot |
2018-05-22 |
Saivan | Added a few more use cases and such |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Saivan | Most of the animations are working |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Ulrich-Matthias... | add requestAnimationFrame Mock and tests for the animator |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Ulrich-Matthias... | allow arrays of events to be passed to `on()` and ... |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Ulrich-Matthias... | fixed small typo |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Ulrich-Matthias... | fixed morphing. Changed easing function so that it... |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Saivan | The timeline is now decoupled from the real time |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Ulrich-Matthias... | make morphing work, fix inheritance, animations now... |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Saivan | More work on the timeline and morphables |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Saivan | The animations work with the .queue method |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Ulrich-Matthias... | tests for Morphable and related stuff |
commit | commitdiff | tree | snapshot |
2018-04-30 |
Saivan | Another collaboration session with @Fuzzyma |
commit | commitdiff | tree | snapshot |
2018-04-23 |
Saivan | Added some timeline and Morphing functions |
commit | commitdiff | tree | snapshot |
2018-04-18 |
Saivan | Initial planning for the Timeline Module |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Saivan | Removed gbox and fixed a few typos 829/head |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Saivan | Fixed recommendations by @Fuzzyma regarding transforms |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Saivan | Added the dots test and restored the old tests |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Saivan | Integrated the transformations into the changes in... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Saivan | Build the final transformation code and fixed linting... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Saivan | Fixed all transformation tests, the new transforms... |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Saivan | Fixed most of the tests relating to transformations |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Saivan | Added matrix composition and decompositions |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Ulrich-Matthias... | removed `size()` from `SVG.Text` to avoid name clash |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Saivan | All transformations except fx and Transformations are... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Saivan | Investigating a possible rbox issue when transforming |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Saivan | Fixed a few more specifications regarding the new trans... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Saivan | Merge branch '3.0.0' of github.com:svgdotjs/svg.js... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Saivan | Fixed some tests involving transforms and elements |
commit | commitdiff | tree | snapshot |
2018-03-02 |
saivan | Merge pull request #827 from svgdotjs/826-ungroup-flatten |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Saivan | Implemented new transformations |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ulrich-Matthias... | make ungroup working on groups and nested for one depths 827/head |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ulrich-Matthias... | update changelog |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ulrich-Matthias... | Merge pull request #811 from svgdotjs/merge-doc-and... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ulrich-Matthias... | fixed all that errors which come along when removing... 811/head |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ulrich-Matthias... | return explicit null if there is no root |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Ulrich-Matthias... | merge SVG.Doc and SVG.Nested. Add isRoot() method,... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Ulrich-Matthias... | Merge pull request #808 from svgdotjs/events-memory... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | updated changelog 808/head |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | search and replace replaced to much |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | found the error whereelse. go back to version before... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | fixed error that listener was strangely defined even... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | fix errors found by linter (jeah it works!) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | proposal for #807, includes #550, allow multiple events... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Saivan | Updated the README to welcome new users better! |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Saivan | Made developing a little more enjoyable |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Saivan | Merged the 3.0.0 branch to add the linter |
commit | commitdiff | tree | snapshot |
2018-02-26 |
saivan | Merge pull request #823 from svgdotjs/800-add-linter |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Built the final linted file 823/head |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Fixed a few hanging issues with the linter |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Forgot to add standard to the package-json doh |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | So the standard linter is operational and our code... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Actually added the linter to gulp and fixed most errors |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | All files now loosely abide by standard linting |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | The first half of the library complies with Standard... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Matrix operations now apply to the current matrix |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | We can form a compound matrix in the matrix module |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Saivan | Identified transformation code to retire |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Ulrich-Matthias... | make sure to remove event handlers from temporary image... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
Ulrich-Matthias... | remove test for `show()` |
commit | commitdiff | tree | snapshot |
2018-02-06 |
Ulrich-Matthias... | remove `SVG.A.show()` to resolve nameclash (fix #802) |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Ulrich-Matthias... | improved SVG.on and el.on (#727) |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Ulrich-Matthias... | The dom is checked for an svgjs:data attribute which... |
commit | commitdiff | tree | snapshot |
2017-07-25 |
Ulrich-Matthias... | fix bug where defs returns nothing |
commit | commitdiff | tree | snapshot |
2017-07-25 |
Ulrich-Matthias... | add new default constructor (#714) |
commit | commitdiff | tree | snapshot |
2017-07-25 |
Ulrich-Matthias... | Lots of breaking changes. Read below! (#646, #716) |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Ulrich-Matthias... | use `children` instead of `childNodes` (#710), renamed... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ulrich-Matthias... | renamed `fill()` method on `SVG.Gradient` and `SVG... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ulrich-Matthias... | renamed `SVG.Stop` constructor `at()` on `SVG.Gradient... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ulrich-Matthias... | reworked textPath (see #705) |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Ulrich-Matthias... | Merge branch 'master' into 3.0.0 |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Ulrich-Matthias... | fix array values which were not animated (#698) |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Ulrich-Matthias... | Merge pull request #686 from maltefl/typescript_fixes |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Malte Fastrup... | Syntax fixes in TypeScript declaration file 686/head |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Malte Fastrup... | Removed unused parameter spof of function spof() |
commit | commitdiff | tree | snapshot |
2017-06-05 |
Ulrich-Matthias... | bump 2.6.2 2.6.2 |
commit | commitdiff | tree | snapshot |
2017-06-04 |
Ulrich-Matthias... | changelog, gitignore |
commit | commitdiff | tree | snapshot |
2017-05-27 |
Rémi Tétreault | Update CHANGELOG and rebuild the lib |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Jon Ege Ronnenberg | Fixed links to releases |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Rémi Tétreault | Merge pull request #676 from jcorentin/fix-height-width... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Youngrok Kim | Add missing type definitions to svg.js.d.ts (#680) |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Rémi Tétreault | fixed `SVG.FX.step` so that the animation doesn't stop... |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Corentin J | Add unit tests for width & height animation 676/head |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Corentin J | Add animatable width & height |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Rémi Tétreault | revert the previous commit |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Rémi Tétreault | allow SVG.Matrix to be passed SVG.Number |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Ulrich-Matthias... | Adds the intended functionality to call animate functio... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Rémi Tétreault | fixed `SVG.FX.once` so that it add its callback on... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
dotnetCarpenter | format fixture svg and remove redundant css (use fixtur... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
dotnetCarpenter | move fixtures to the fixtures folder |
commit | commitdiff | tree | snapshot |
next |