| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed event-regex | Ulrich-Matthias Schäfer | 2015-05-27 | 1 | -1/+1 |
* | Fix file permissions. | Ryan Jacobs | 2015-05-22 | 42 | -0/+0 |
* | Closes #337 | Ulrich-Matthias Schäfer | 2015-05-22 | 1 | -1/+1 |
* | Merge remote-tracking branch 'upstream/master' generate the build | gschutz | 2015-05-18 | 7 | -57/+96 |
|\ |
|
| * | Added support for namespaced events | Ulrich-Matthias Schäfer | 2015-03-15 | 1 | -17/+33 |
| * | Fixes #258, added few fx-specs | Ulrich-Matthias Schäfer | 2015-03-03 | 1 | -0/+7 |
| * | Fixes #323 | Ulrich-Matthias Schäfer | 2015-03-01 | 1 | -17/+21 |
| * | Added `cancelAnimationFrame`-Polyfill, fixes #316 | Ulrich-Matthias Schäfer | 2015-02-28 | 3 | -12/+32 |
| * | Rework of `drawing.remove()` | Ulrich-Matthias Schäfer | 2015-02-23 | 2 | -4/+6 |
| * | Fixes #326 | Ulrich-Matthias Schäfer | 2015-02-22 | 2 | -1/+9 |
| * | Fixed Custom Events with data #317 | Ulrich-Matthias Schäfer | 2015-02-22 | 2 | -16/+4 |
| * | Remove nested AMD/exports loader | Zach Brown | 2015-01-17 | 1 | -6/+0 |
* | | fix #306 - The use element now can point to an external file | gschutz | 2015-01-05 | 1 | -4/+4 |
|/ |
|
* | Bumped to 1.0.1 | wout | 2014-09-06 | 1 | -1/+0 |
* | Bumped to version 1.0.0 | wout | 2014-09-05 | 4 | -13/+68 |
* | Fixing a bug in viewbox | wout | 2014-06-19 | 1 | -6/+6 |
* | Merge pull request #216 from shabegger/master | Wout | 2014-06-19 | 1 | -2/+6 |
|\ |
|
| * | Fixed Infinite Loop | Stephen Habegger | 2014-06-16 | 1 | -2/+6 |
* | | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 12 | -12/+138 |
|/ |
|
* | Merge pull request #207 from bryhoyt/patch-1 | Wout | 2014-06-12 | 1 | -1/+5 |
|\ |
|
| * | Offset rbox by window scroll, because getBoundingClientRect changes when wind... | bryhoyt | 2014-06-12 | 1 | -1/+5 |
* | | Fix in SVG.off | wout | 2014-06-12 | 1 | -3/+7 |
|/ |
|
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 6 | -26/+39 |
* | 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() now fires .after() if present | vird | 2014-05-28 | 1 | -3/+5 |
* | | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 1 | -0/+1 |
* | | trim class attribute whitespace | Patrick Klingemann | 2014-06-09 | 1 | -1/+1 |
* | | avoid unintentional global variables | Patrick Klingemann | 2014-06-09 | 1 | -1/+3 |
* | | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 1 | -1/+41 |
|/ |
|
* | Fixed a bug where Element.style() would not save empty values in IE11 | Xavier Roger-Machart | 2014-05-02 | 1 | -1/+1 |
* | Replaced a non breaking space with a real space | wout | 2014-03-05 | 1 | -1/+1 |
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 19 | -273/+277 |
* | SVG.Stop accepts multiple arguments1.0.0-rc.6 | wout | 2014-02-20 | 1 | -2/+10 |
* | Re-added touch events | wout | 2014-02-20 | 1 | -1/+6 |
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to... | wout | 2014-02-14 | 16 | -825/+732 |
* | Minor enhancement in patharray arcs | wout | 2014-02-05 | 1 | -4/+4 |
* | convert bool to int, so d only contains number values - fixes #145 | dotnetCarpenter | 2014-02-05 | 1 | -2/+2 |
* | Fix in patharray arc | wout | 2014-02-05 | 1 | -3/+3 |
* | added pointAt() method to SVG.Path | wout | 2014-02-05 | 2 | -20/+25 |
* | Fix in animate('=').to() | wout | 2014-02-05 | 1 | -1/+1 |
* | Added loader on SVG.Image and included svg.pattern.js to the core | wout | 2014-02-05 | 5 | -11/+104 |
* | Removing old unbiassed flag on textPath path creation | wout | 2014-02-04 | 1 | -1/+1 |
* | Fix for arcs in SVG.PathArray#toString method | wout | 2014-02-04 | 1 | -7/+7 |
* | fix for arcs in patharray toString() method | wout | 2014-02-04 | 1 | -5/+3 |
* | Wrapping delay in SVG.Number | wout | 2014-02-03 | 1 | -1/+1 |
* | Added second values to SVG.Number | wout | 2014-02-03 | 2 | -2/+10 |
* | Added `length()`method to path | wout | 2014-02-03 | 1 | -0/+4 |
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 24 | -1372/+1408 |
* | Applying block to text node on text() method1.0.0-rc.3 | wout | 2014-02-02 | 1 | -1/+1 |