Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 31 | -95/+657 |
| | |||||
* | Updated README1.0.0-rc.9 | wout | 2014-06-12 | 1 | -4/+4 |
| | |||||
* | Updated change log | wout | 2014-06-12 | 1 | -0/+1 |
| | |||||
* | Fixing offset by window scroll position in rbox() | wout | 2014-06-12 | 2 | -2/+7 |
| | |||||
* | Merge pull request #207 from bryhoyt/patch-1 | Wout | 2014-06-12 | 1 | -1/+5 |
|\ | | | | | Offset rbox by window scroll, because getBoundingClientRect changes when... | ||||
| * | Offset rbox by window scroll, because getBoundingClientRect changes when ↵ | bryhoyt | 2014-06-12 | 1 | -1/+5 |
| | | | | | | | | | | window is scrolled As per https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect "If this is not the desired behaviour just add the current scrolling position to the top and left property (via window.scrollX and window.scrollY) to get constant values independent from the current scrolling position." | ||||
* | | Update bower.json | wout | 2014-06-12 | 1 | -1/+1 |
| | | |||||
* | | Bumped to version 1.0.0-rc.81.0.0-rc.8 | wout | 2014-06-12 | 5 | -4/+9 |
| | | |||||
* | | Fix in SVG.off | wout | 2014-06-12 | 4 | -8/+17 |
| | | |||||
* | | 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 |
| |