Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -1/+19 | |
| | | | | PID controller for testing reasons | |||||
* | 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 | |
| | | | | | | - error in Matrix constructor which ignores translateX (and more?) - generelized all morphable objects so that they behave logical - SVG.Morphable can handle all datatypes now | |||||
* | 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 | |
| | | | | | | This commit just includes a few plans and a massive derrangement of the fx module before it is to be refactored into the Timeline module. The basic methods are included, but everything is broken | |||||
* | Removed gbox and fixed a few typos | Saivan | 2018-03-05 | 1 | -3/+3 | |
| | | | | | Since gbox is completely replaced by rbox, we don't need it anymore. There were also a few small errors to fix. | |||||
* | Fixed recommendations by @Fuzzyma regarding transforms | Saivan | 2018-03-05 | 5 | -144/+26 | |
| | | | | | | | | | | | | This commit fixes a number of issues with transformations: - Removed move/dmove/etc... on groups - Sugar was being passed origin instead of ox, oy - Updated the changelog - Removed parseMatrix in favor of new SVG.Matrix() - .matrix is the getter for a matrix, not .transform - added a [02:24:41] Using gulpfile ~/Desktop/svg/svg.js/gulpfile.js [02:24:41] Starting 'lint'... [02:24:43] Finished 'lint' after 2.32 s directive | |||||
* | 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 | |
| | | | | | | | | | | | | This commit fixes all of the tests to reflect all of the changes to our transform code. It also makes the default test output dots instead of anything else. | |||||
* | | 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 | |
| | | | | | | | | | | | | | | | | This commit adds matrix composition and decompositions (untested), it also adds another playground to test that this is working as expected in every case. We also fixed a few linting errors. | |||||
* | | All transformations except fx and Transformations are passing now | Saivan | 2018-03-02 | 9 | -49/+41 | |
| | | | | | | | | | | This commit modifies the specification (and in some places the code) to reflect the changes to the transformations. | |||||
* | | 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 | |
| | | | | | | | | too and added isRoot test | |||||
| * | fixed error that listener was strangely defined even if function was called ↵ | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -55/+56 | |
| | | | | | | | | without | |||||
* | | Implemented new transformations | Saivan | 2018-03-02 | 4 | -167/+168 | |
| | | | | | | | | | | | | This commit implements the new transformation model, but it also needs to modify a few tests to fit the new format. This is still a work in progress. | |||||
* | | Made developing a little more enjoyable | Saivan | 2018-02-27 | 1 | -18/+17 | |
|/ | | | | | | | This commit adds playgrounds and a build:dev mode. Now you can call npm run build:dev to make the linter warn you about errors without breaking. Also, we now have playgrounds, where you can use a built version of svg.js to run your own tests. | |||||
* | 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 | |
| | | | | | - `SVG.on()` calls the listener in the context of the passed object. el.on always uses the svg.js object as context - `SVG.on()` and `el.on()` now accepts multiple comma or space seperated events e.g. "mousedown, foo bar" (#727) | |||||
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 6 | -50/+109 | |
| | | | | | | | | | | - added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them - moved `defs()` method from `SVG.Parent` to `SVG.Element` - `SVG()` can be called with css selector, node or svg string, now. Without an argument it creates a new `SVG.Doc()` (#646) - `add()`, `put()`, `addTo()`, `putIn()` now excepts all arguments accepted by `SVG()` - `SVG.Nested` is not `overflow:visible` by default - all `SVG.*` objects now can have a node as parameter when constructing - `SVG()` does not set a default size anymore | |||||
* | 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 | |
|\ | | | | | | | | | | | | | | | Conflicts (All resolved): dist/svg.js dist/svg.min.js package.json src/doc.js | |||||
| * | 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 | |
| |\ | | | | | | | Make width() and height() setters animatable | |||||
| | * | Add unit tests for width & height animation | Corentin J | 2017-05-11 | 1 | -0/+16 | |
| | | | ||||||
| * | | fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll ↵ | Rémi Tétreault | 2017-05-14 | 1 | -10/+27 | |
| |/ | | | | | | | callback call animate (#677) | |||||
| * | revert the previous commit | Rémi Tétreault | 2017-05-02 | 1 | -122/+0 | |
| | | | | | | | | remove the typeof check in the initialisation of SVG.Matrix | |||||
| * | allow SVG.Matrix to be passed SVG.Number | Rémi Tétreault | 2017-05-01 | 1 | -0/+122 | |
| | | ||||||
| * | Adds the intended functionality to call animate functions with multiple ↵ | Ulrich-Matthias Schäfer | 2017-04-30 | 1 | -2/+2 | |
| | | | | | | | | | | parameter (#671) e.g. `el.animate().zoom(level, point)` | |||||
| * | fixed `SVG.FX.once` so that it add its callback on the last situation ↵ | Rémi Tétreault | 2017-04-30 | 1 | -0/+9 | |
| | | | | | | | | instead of the current one | |||||
| * | format fixture svg and remove redundant css (use fixture.css instead) | dotnetCarpenter | 2017-04-27 | 2 | -38/+32 | |
| | | ||||||
| * | move fixtures to the fixtures folder | dotnetCarpenter | 2017-04-27 | 2 | -0/+0 | |
| | | ||||||
| * | updated jasmine to 2.6.0 and added @RmiTtro as maintainer | dotnetCarpenter | 2017-04-26 | 7 | -1135/+2444 | |
| | | ||||||
| * | fixed a bug in path parser which made it stop parsing when hitting z command ↵ | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -3/+3 | |
| | | | | | | | | (#665) | |||||
* | | fix testcases | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -2/+2 | |
| | | ||||||
* | | fixed a bug in path parser which made it stop parsing when hitting z command ↵ | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | (#665) Conflicts: bench/runner.html dist/svg.js dist/svg.min.js package.json | |||||
* | | ids are not generated upon creation anymore | Ulrich-Matthias Schäfer | 2017-04-23 | 7 | -32/+37 | |
| | | | | | | | | Instead they are generated when requested (#559) | |||||
* | | changed `style()` to `css()` | Ulrich-Matthias Schäfer | 2017-04-22 | 2 | -54/+56 | |
| | | | | | | | | | | it now accepts array as input and returns object when no argument given (#517) also removed sub-pixel offset fix | |||||
* | | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2017-04-22 | 25 | -335/+694 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts - all resolved: # dist/svg.js # dist/svg.min.js # package.json # spec/SpecRunner.html # spec/spec/boxes.js # spec/spec/element.js # spec/spec/image.js # spec/spec/svg.js # src/boxes.js # src/flatten.js # src/image.js # src/polyfill.js # src/style.js # src/svg.js |