Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Fixed Infinite Loop | Stephen Habegger | 2014-06-16 | 1 | -2/+6 |
| | | | | | | | | | | Fixed infinite loop in ViewBox when element has a percentage width/height. | ||||
* | | 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... | ||||
| * | 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." | ||||
* | | 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 |
| | | | | 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 |
| | | |||||
* | | 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 |
| | | | | Thanks @musterknabe | ||||
* | 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 ↵ | wout | 2014-02-14 | 16 | -825/+732 |
| | | | | to 1.0.0-rc.5 | ||||
* | 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 |
| |