summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added marker, symbol and dynamic referencingwout2014-06-1731-95/+657
|
* Updated README1.0.0-rc.9wout2014-06-121-4/+4
|
* Updated change logwout2014-06-121-0/+1
|
* Fixing offset by window scroll position in rbox()wout2014-06-122-2/+7
|
* Merge pull request #207 from bryhoyt/patch-1Wout2014-06-121-1/+5
|\ | | | | Offset rbox by window scroll, because getBoundingClientRect changes when...
| * Offset rbox by window scroll, because getBoundingClientRect changes when ↵bryhoyt2014-06-121-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.jsonwout2014-06-121-1/+1
| |
* | Bumped to version 1.0.0-rc.81.0.0-rc.8wout2014-06-125-4/+9
| |
* | Fix in SVG.offwout2014-06-124-8/+17
| |
* | Removing version in bower.jsonwout2014-06-121-1/+0
| |
* | Fixing typo in READMEwout2014-06-122-3/+4
|/
* Bumped to version 1.0.0-rc.7wout2014-06-1120-72/+259
| | | | Look at change log for full overview of changes.
* Calling after() on stop(fulfill)wout2014-06-101-4/+6
|
* Merge pull request #192 from vird/patch-1Wout2014-06-101-3/+5
|\ | | | | .animation() .stop(true) now fires .after() callback if present
| * .animation() .stop() now fires .after() if presentvird2014-05-281-3/+5
| |
* | Merge pull request #200 from pklingem/master1.0.0-rc.7Wout2014-06-104-6/+170
|\ \ | |/ |/| add class manipulation functions to Element
| * toggleClass returns the svg instancePatrick Klingemann2014-06-094-2/+9
| |
| * trim class attribute whitespacePatrick Klingemann2014-06-093-5/+5
| |
| * avoid unintentional global variablesPatrick Klingemann2014-06-093-5/+9
| |
| * add classes, hasClass, addClass, removeClass, toggleClass functions to ElementPatrick Klingemann2014-06-024-6/+159
|/
* Merge pull request #179 from Shtong/masterWout Fierens2014-05-033-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 IE11Xavier Roger-Machart2014-05-023-3/+3
|/
* Added absorb pluginwout2014-03-051-0/+3
|
* Replaced a non breaking space with a real spacewout2014-03-052-3/+3
| | | | Thanks @musterknabe
* Bumped to 1.0.0-rc.6wout2014-03-0430-580/+631
|
* SVG.Stop accepts multiple arguments1.0.0-rc.6wout2014-02-205-17/+52
|
* Updated READMEwout2014-02-201-1/+1
|
* Re-added touch eventswout2014-02-204-5/+34
|
* Merge pull request #165 from calvin/masterWout Fierens2014-02-181-1/+1
|\ | | | | Fixed typo
| * Fixed typoCalvin Jeong2014-02-181-1/+1
|/
* Updated READMEwout2014-02-141-0/+58
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-1460-1797/+2203
| | | | to 1.0.0-rc.5
* Giving Firefox some slack in the text position specs1.0.0-rc.5wout2014-02-051-10/+10
|
* Minor enhancement in patharray arcswout2014-02-053-10/+10
|
* Merge pull request #146 from dotnetCarpenter/patharrayWout Fierens2014-02-051-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 #145dotnetCarpenter2014-02-051-2/+2
|/
* Updated changelogwout2014-02-052-1/+2
|
* Fix in patharray arcwout2014-02-054-8/+12
|
* Updated READMEwout2014-02-051-1/+10
|
* added pointAt() method to SVG.Pathwout2014-02-056-42/+68
|
* Fix in animate('=').to()wout2014-02-054-4/+5
|
* Updated READMEwout2014-02-051-1/+1
|
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-0516-36/+395
|
* Updated README1.0.0-rc.4wout2014-02-041-10/+9
|
* Updated JSONwout2014-02-043-3/+3
|
* Updated JSONwout2014-02-043-3/+3
|
* Removing old unbiassed flag on textPath path creationwout2014-02-043-4/+4
|
* Fix for arcs in SVG.PathArray#toString methodwout2014-02-044-17/+24
|
* fix for arcs in patharray toString() methodwout2014-02-044-13/+10
|
* Wrapping delay in SVG.Numberwout2014-02-035-6/+7
|