]> source.dussan.org Git - svg.js.git/shortlog
svg.js.git
2018-11-12 Ulrich-Matthias... evaluate window and document on access and not on import
2018-11-11 Ulrich-Matthias... make window and document exchangeable in case they...
2018-11-09 Ulrich-Matthias... add registering for forgotten classes
2018-11-09 Ulrich-Matthias... Merge pull request #924 from svgdotjs/796-add-attribute...
2018-11-08 Ulrich-Matthias... added possibility to pass in additional attribues to... 924/head
2018-11-08 Ulrich-Matthias... added possibility to pass attribues into a constructor...
2018-11-08 Ulrich-Matthias... `fill()` and `stroke()` return the fill and stroke...
2018-11-08 Ulrich-Matthias... added `ax(), ay(), amove()` to change texts x and y...
2018-11-08 Ulrich-Matthias... `SVG.Text.rebuild()` now takes every font-size into...
2018-11-08 Ulrich-Matthias... implements `round()` (#916)
2018-11-08 Ulrich-Matthias... add test for array getter of attr
2018-11-08 Ulrich-Matthias... size function of circle now only accepts one argument...
2018-11-08 Ulrich-Matthias... add styletags
2018-11-08 Ulrich-Matthias... get rid of the fixmes and todos
2018-11-08 Ulrich-Matthias... added insertAfter/Before, introduce attrHooks, move...
2018-11-07 Ulrich-Matthias... clone() does not insert the clone into the dom anymore...
2018-11-07 Ulrich-Matthias... update changelow
2018-11-07 Ulrich-Matthias... fix mistake in test
2018-11-07 Ulrich-Matthias... fix travis yml
2018-11-07 Ulrich-Matthias... add chrome to travis
2018-11-07 Ulrich-Matthias... fix the export/import function and enhance it
2018-11-07 Ulrich-Matthias... Merge branch '875-es6' into 3.0.0
2018-11-07 Ulrich-Matthias... remove other builds because of bloat for now until...
2018-11-06 Ulrich-Matthias... reordered modules, add es6 build
2018-11-05 Ulrich-Matthias... removed unused comments and files
2018-11-05 Ulrich-Matthias... make one test pass in travis
2018-11-05 Ulrich-Matthias... Linted all files, upgraded all dependencies
2018-11-05 Ulrich-Matthias... rework of classes, make events on every object possible
2018-11-04 Ulrich-Matthias... forgot about memory tests
2018-11-04 Ulrich-Matthias... Revert back to classes, fix remaining tests
2018-11-04 Ulrich-Matthias... fix even more tests
2018-11-04 Ulrich-Matthias... implement registerMethods(), introduce real arrays...
2018-11-01 Ulrich-Matthias... fix a few mistakes. Make sugar work. Roll back to child...
2018-11-01 Ulrich-Matthias... introduce register and registerMethod method to get...
2018-10-28 Ulrich-Matthias... setup rollup to build minimized file and report stats
2018-10-27 Ulrich-Matthias... resolve last circular dependencies, make rollup work
2018-10-27 Ulrich-Matthias... resolve circular references and make example working...
2018-10-27 Ulrich-Matthias... Merge pull request #921 from nobuti/915-modifiers
2018-10-27 nobutiCode review taken 921/head
2018-10-27 nobutiBuild
2018-10-27 nobutiFix specs
2018-10-27 nobutiLoop through all children executing modifiers
2018-10-26 nobutiBuild
2018-10-26 nobutiAdded some tests
2018-10-26 nobutiModifiers implementation on getter
2018-10-26 Ulrich-Matthias... rename files
2018-10-25 Ulrich-Matthias... convert everything to es6 classes and imports
2018-10-25 Ulrich-Matthias... Rename files so that they reflect their exported classe...
2018-10-18 Ulrich-Matthias... fix tests
2018-10-18 Ulrich-Matthias... fix readme
2018-10-18 Ulrich-Matthias... Merge branch '776-new-fx' into 3.0.0
2018-10-18 Ulrich-Matthias... activate sugar before merge
2018-10-18 Ulrich-Matthias... changelog update
2018-10-18 Ulrich-Matthias... Revert "Merge pull request #828 from svgdotjs/797-throw...
2018-10-17 Ulrich-Matthias... package-lock
2018-10-17 Ulrich-Matthias... add babel, satisfy linter, build dist
2018-10-12 Ulrich-Matthias... fix timeline timing with runners
2018-10-10 Ulrich-Matthias... fixing tests
2018-10-10 Ulrich-Matthias... fix schedule so it uses runnertime correctly
2018-10-08 Ulrich-Matthias... Cant see the forest with all these trees...
2018-10-08 Ulrich-Matthias... Optimized the matrix functions so that the transform...
2018-09-21 Ulrich-Matthias... make sure, that we use the correct startTransform
2018-09-21 Ulrich-Matthias... make sure runner[0] always exists (rework that requirem...
2018-09-20 Ulrich-Matthias... adding optimized transformation function to speed up...
2018-09-20 Ulrich-Matthias... get rid of that unnecessary bbox call on every frame
2018-09-20 Ulrich-Matthias... finally solve transformations one and for all time!
2018-09-17 Ulrich-Matthias... fix transformations introducing target transforms with...
2018-09-17 SaivanRefactored the getOrigin helper to help fix the relativ...
2018-09-17 SaivanFixed the relative non-affine transform animations
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
next