Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing version in bower.json | wout | 2014-06-12 | 1 | -1/+0 |
| | |||||
* | Fixing typo in README | wout | 2014-06-12 | 2 | -3/+4 |
| | |||||
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 20 | -72/+259 |
| | | | | Look at change log for full overview of changes. | ||||
* | Calling after() on stop(fulfill) | wout | 2014-06-10 | 1 | -4/+6 |
| | |||||
* | Merge pull request #192 from vird/patch-1 | Wout | 2014-06-10 | 1 | -3/+5 |
|\ | | | | | .animation() .stop(true) now fires .after() callback if present | ||||
| * | .animation() .stop() now fires .after() if present | vird | 2014-05-28 | 1 | -3/+5 |
| | | |||||
* | | Merge pull request #200 from pklingem/master1.0.0-rc.7 | Wout | 2014-06-10 | 4 | -6/+170 |
|\ \ | |/ |/| | add class manipulation functions to Element | ||||
| * | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 4 | -2/+9 |
| | | |||||
| * | trim class attribute whitespace | Patrick Klingemann | 2014-06-09 | 3 | -5/+5 |
| | | |||||
| * | avoid unintentional global variables | Patrick Klingemann | 2014-06-09 | 3 | -5/+9 |
| | | |||||
| * | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 4 | -6/+159 |
|/ | |||||
* | Merge pull request #179 from Shtong/master | Wout Fierens | 2014-05-03 | 3 | -3/+3 |
|\ | | | | | Fixed a bug where Element.style() would not save empty values in IE11 | ||||
| * | Fixed a bug where Element.style() would not save empty values in IE11 | Xavier Roger-Machart | 2014-05-02 | 3 | -3/+3 |
|/ | |||||
* | Added absorb plugin | wout | 2014-03-05 | 1 | -0/+3 |
| | |||||
* | Replaced a non breaking space with a real space | wout | 2014-03-05 | 2 | -3/+3 |
| | | | | Thanks @musterknabe | ||||
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 30 | -580/+631 |
| | |||||
* | SVG.Stop accepts multiple arguments1.0.0-rc.6 | wout | 2014-02-20 | 5 | -17/+52 |
| | |||||
* | Updated README | wout | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | Re-added touch events | wout | 2014-02-20 | 4 | -5/+34 |
| | |||||
* | Merge pull request #165 from calvin/master | Wout Fierens | 2014-02-18 | 1 | -1/+1 |
|\ | | | | | Fixed typo | ||||
| * | Fixed typo | Calvin Jeong | 2014-02-18 | 1 | -1/+1 |
|/ | |||||
* | Updated README | wout | 2014-02-14 | 1 | -0/+58 |
| | |||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 60 | -1797/+2203 |
| | | | | to 1.0.0-rc.5 | ||||
* | Giving Firefox some slack in the text position specs1.0.0-rc.5 | wout | 2014-02-05 | 1 | -10/+10 |
| | |||||
* | Minor enhancement in patharray arcs | wout | 2014-02-05 | 3 | -10/+10 |
| | |||||
* | Merge pull request #146 from dotnetCarpenter/patharray | Wout Fierens | 2014-02-05 | 1 | -2/+2 |
|\ | | | | | convert bool to int, so d only contains number values - fixes #145 | ||||
| * | convert bool to int, so d only contains number values - fixes #145 | dotnetCarpenter | 2014-02-05 | 1 | -2/+2 |
|/ | |||||
* | Updated changelog | wout | 2014-02-05 | 2 | -1/+2 |
| | |||||
* | Fix in patharray arc | wout | 2014-02-05 | 4 | -8/+12 |
| | |||||
* | Updated README | wout | 2014-02-05 | 1 | -1/+10 |
| | |||||
* | added pointAt() method to SVG.Path | wout | 2014-02-05 | 6 | -42/+68 |
| | |||||
* | Fix in animate('=').to() | wout | 2014-02-05 | 4 | -4/+5 |
| | |||||
* | Updated README | wout | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Added loader on SVG.Image and included svg.pattern.js to the core | wout | 2014-02-05 | 16 | -36/+395 |
| | |||||
* | Updated README1.0.0-rc.4 | wout | 2014-02-04 | 1 | -10/+9 |
| | |||||
* | Updated JSON | wout | 2014-02-04 | 3 | -3/+3 |
| | |||||
* | Updated JSON | wout | 2014-02-04 | 3 | -3/+3 |
| | |||||
* | Removing old unbiassed flag on textPath path creation | wout | 2014-02-04 | 3 | -4/+4 |
| | |||||
* | Fix for arcs in SVG.PathArray#toString method | wout | 2014-02-04 | 4 | -17/+24 |
| | |||||
* | fix for arcs in patharray toString() method | wout | 2014-02-04 | 4 | -13/+10 |
| | |||||
* | Wrapping delay in SVG.Number | wout | 2014-02-03 | 5 | -6/+7 |
| | |||||
* | Added second values to SVG.Number | wout | 2014-02-03 | 5 | -7/+33 |
| | |||||
* | Added `length()`method to path | wout | 2014-02-03 | 4 | -2/+19 |
| | |||||
* | Updated README | wout | 2014-02-03 | 1 | -3/+3 |
| | |||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 32 | -2751/+2902 |
| | |||||
* | Applying block to text node on text() method1.0.0-rc.3 | wout | 2014-02-02 | 3 | -4/+4 |
| | |||||
* | Leaner parser | wout | 2014-02-02 | 3 | -39/+11 |
| | |||||
* | Updated README | wout | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | Updated README | wout | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | added `morph()` and `at()` methods to `SVG.Number` for unit morphing | wout | 2014-02-01 | 11 | -124/+240 |
| |