| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo's | wout | 2014-08-19 | 1 | -2/+2 |
* | Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using U... | Alex Ewerlof | 2014-08-03 | 1 | -6/+0 |
* | Removed node modules | wout | 2014-08-03 | 1 | -1/+1 |
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 7 | -97/+88 |
* | Added svg import / export functionalty | wout | 2014-08-01 | 3 | -7/+35 |
* | Reworked sub-pixel offset fix | wout | 2014-07-31 | 2 | -31/+12 |
* | Added reverse functionality for animation loops | wout | 2014-07-30 | 3 | -101/+107 |
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 4 | -29/+41 |
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 9 | -232/+282 |
* | Various small fixes | wout | 2014-07-25 | 7 | -161/+158 |
* | Moved SVG.invent to main svg.js file | wout | 2014-07-23 | 3 | -46/+24 |
* | Fix in rbox | wout | 2014-07-20 | 1 | -6/+5 |
* | Fixes a but in absolute positioning of groups | wout | 2014-07-19 | 1 | -2/+2 |
* | Added support for scale center on matrices | wout | 2014-07-12 | 4 | -44/+36 |
* | Eliminate matrix translation errors | wout | 2014-07-12 | 3 | -8/+8 |
* | Further debugging matrix new implementation | wout | 2014-07-12 | 5 | -16/+18 |
* | Completely reworked transform system | wout | 2014-07-11 | 17 | -404/+612 |
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 10 | -201/+107 |
* | Complete new clone() method | wout | 2014-06-26 | 2 | -32/+16 |
* | Added more versatility to adopter | wout | 2014-06-25 | 2 | -4/+6 |
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 12 | -83/+128 |
* | Documented and added specs for new selector method | wout | 2014-06-21 | 2 | -8/+10 |
* | Back on track with the specs | wout | 2014-06-21 | 2 | -6/+23 |
* | Various reference fixes | wout | 2014-06-21 | 3 | -7/+9 |
* | Removed all structural references | wout | 2014-06-21 | 18 | -150/+209 |
* | 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 |