Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | changelog | Ulrich-Matthias Schäfer | 2016-10-19 | 1 | -1/+2 | |
| | | ||||||
* | | Merge pull request #536 from RmiTtro/fx-speed-like-other-lib | Ulrich-Matthias Schäfer | 2016-10-18 | 4 | -31/+203 | |
|\ \ | | | | | | | Make SVG.FX.speed act more like others animations libraries | |||||
| * | | Change the SVG.FX attribute spd to _speed | Rémi Tétreault | 2016-10-17 | 4 | -41/+41 | |
| | | | | | | | | | | | | | | | This change is to follow the convention already put forward by the _target attribute. | |||||
| * | | Add speed to SVG.Element and also add documentation to speed | Rémi Tétreault | 2016-10-17 | 3 | -7/+35 | |
| | | | ||||||
| * | | Make the tests of timeToPos() and posToTime() easier to understand | Rémi Tétreault | 2016-10-17 | 1 | -6/+6 | |
| | | | ||||||
| * | | Make tests relating to speed easier to understand | Rémi Tétreault | 2016-10-17 | 1 | -42/+90 | |
| | | | ||||||
| * | | Make speed(0) pause the animation | Rémi Tétreault | 2016-10-17 | 4 | -6/+15 | |
| | | | ||||||
| * | | Make SVG.FX.speed act more like others animations libraries | Rémi Tétreault | 2016-10-16 | 4 | -29/+116 | |
| | | | | | | | | | | | | | | | | | | For example, a call .speed(2) would make the animation 2 times faster. If you then call .speed(4), this would make the animation 4 times faster. And a call .speed(1) would make it go back to normal speed. | |||||
* | | | Fix Build and Test section | Jon Ege Ronnenberg | 2016-10-17 | 1 | -1/+11 | |
|/ / | | | | | Fix command to build and added a small section about testing | |||||
* | | changelog | Ulrich-Matthias Schäfer | 2016-10-16 | 1 | -2/+3 | |
| | | ||||||
* | | Merge pull request #534 from RmiTtro/fix-afterall-test | Ulrich-Matthias Schäfer | 2016-10-16 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix the test of SVG.FX.afterAll | |||||
| * | | Fix the test of SVG.FX.afterAll | Rémi Tétreault | 2016-10-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | use default linux image, change name of nvm node version to stable instead ↵ | dotnetCarpenter | 2016-10-16 | 1 | -4/+6 | |
|/ / | | | | | | | of node - it is the same version but stable is a better name, build the source before testing in case someone only push changes to the source and don't build | |||||
* | | changelog updated | Ulrich-Matthias Schäfer | 2016-10-16 | 1 | -3/+6 | |
| | | ||||||
* | | Merge pull request #532 from RmiTtro/fix-fx-loop | Ulrich-Matthias Schäfer | 2016-10-16 | 4 | -8/+165 | |
|\ \ | | | | | | | Make SVG.FX.loop modify the last situation instead of the current one | |||||
| * | | Rebuild of the library | Rémi Tétreault | 2016-10-15 | 2 | -4/+7 | |
| | | | ||||||
| * | | Add tests for SVG.FX.loop | Rémi Tétreault | 2016-10-15 | 1 | -1/+153 | |
| | | | ||||||
| * | | Make SVG.FX.loop modify the last situation instead of the current one | Rémi Tétreault | 2016-10-15 | 1 | -3/+5 | |
|/ / | ||||||
* | | Fixed error in README | Wout | 2016-10-13 | 1 | -2/+2 | |
| | | ||||||
* | | Update LICENSE.txt | Wout | 2016-10-13 | 1 | -2/+2 | |
| | | | | | | Updated date in license | |||||
* | | bump 2.3.52.3.5 | Ulrich-Matthias Schäfer | 2016-10-13 | 4 | -6/+6 | |
| | | ||||||
* | | Merge pull request #529 from dotnetCarpenter/pointarray | Ulrich-Matthias Schäfer | 2016-10-12 | 5 | -27/+40 | |
|\ \ | | | | | | | string from PointArray is now correctly parsed (fixes #525) | |||||
| * | | update README for version 2.3.5 which I believe this PR will be part of | dotnetCarpenter | 2016-10-12 | 1 | -0/+1 | |
| | | | ||||||
| * | | all tests pass - All your base are belong to us | dotnetCarpenter | 2016-10-12 | 7 | -657/+23 | |
| |\ \ | |/ / |/| | | ||||||
* | | | fixed id in test which is different in headless browser | Ulrich-Matthias Schäfer | 2016-10-12 | 1 | -2/+2 | |
| | | | ||||||
* | | | Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke ↵ | Ulrich-Matthias Schäfer | 2016-10-12 | 6 | -648/+23 | |
| | | | | | | | | | | | | a nop when no argument given | |||||
* | | | remove redundant test | Ulrich-Matthias Schäfer | 2016-10-12 | 1 | -8/+0 | |
| | | | ||||||
| * | | re-include dist folder | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | remove dist folder from PR | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | sorry the last commit was nonsens. This one is proper tested. | dotnetCarpenter | 2016-10-12 | 3 | -20/+12 | |
| | | | ||||||
| * | | changing implementation according to review by @Fuzzyma | dotnetCarpenter | 2016-10-12 | 2 | -16/+8 | |
| | | | ||||||
| * | | fixes #525 by accepting/parsing coordianate strings where x and y is ↵ | dotnetCarpenter | 2016-10-12 | 4 | -25/+49 | |
| | | | | | | | | | | | | seperated by comma and or by space - we count the shape coordinates until (and including) the maximum even number | |||||
| * | | Added failing test for PointArray | dotnetCarpenter | 2016-10-12 | 1 | -0/+5 | |
|/ / | ||||||
* | | Merge pull request #527 from dotnetCarpenter/unittest | Ulrich-Matthias Schäfer | 2016-10-12 | 23 | -144/+474 | |
|\ \ | | | | | | | Unittests with travis. Thx @dotnetCarpenter | |||||
| * | | reinstate version number - changed it by mistake | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'unittest' of https://github.com/dotnetCarpenter/svg.js into ↵ | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | | | | unittest | |||||
| | * | | remove version from bower and use git tag instead - use 'npm version ↵ | dotnetCarpenter | 2016-10-12 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | premajor|major|minor|patch' to proper tag and set version in package.json | |||||
| | * | | 3.0.0-0 | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | use 'npm version' instead of setting versions manually | dotnetCarpenter | 2016-10-12 | 2 | -2/+2 | |
| |/ / | ||||||
| * | | use the 'latest' version of firefox | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | use a newer ubuntu image and the latest firefox (49.0) | dotnetCarpenter | 2016-10-12 | 1 | -9/+4 | |
| | | | ||||||
| * | | Update document up to include travis status and updated README and CHANGELOG ↵ | dotnetCarpenter | 2016-10-12 | 3 | -2/+5 | |
| | | | | | | | | | | | | - I think this PR will be in the 3.0 release | |||||
| * | | reinstate semi colon in banners | dotnetCarpenter | 2016-10-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | update badge and log firefox version on travis | dotnetCarpenter | 2016-10-08 | 2 | -3/+1 | |
| | | | ||||||
| * | | be sure that firefox is not running before test starts | dotnetCarpenter | 2016-10-08 | 1 | -0/+4 | |
| | | | ||||||
| * | | install newest firefox on travis currently we use 38.0 but the current ↵ | dotnetCarpenter | 2016-10-08 | 1 | -2/+7 | |
| | | | | | | | | | | | | version is 49.0 | |||||
| * | | switch back to firefox for testing | dotnetCarpenter | 2016-10-08 | 5 | -63/+6 | |
| | | | ||||||
| * | | halt dev of chrome base solution | dotnetCarpenter | 2016-10-08 | 5 | -4/+47 | |
| | | | ||||||
| * | | chromium-browser is already the newest version. Uncomment to enable update ↵ | dotnetCarpenter | 2016-10-05 | 1 | -3/+3 | |
| | | | | | | | | | | | | of the chromium browser on travis. | |||||
| * | | fix syntax error | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 | |
| | | |