Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | drawing.remove() now calls destroy() to remove the doc from the DOM | ||||
| * | Fixed Custom Events with data #317 | Ulrich-Matthias Schäfer | 2015-02-22 | 2 | -16/+4 |
| | | | | | | | | Keeps the `registerEvent`-function only for consistency | ||||
| * | Remove nested AMD/exports loader | Zach Brown | 2015-01-17 | 1 | -6/+0 |
| | | | | | | | | Fixes Mismatched anonymous define() module: error in requirejs | ||||
* | | 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 | ||||
| * | 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 |
| | |||||
* | 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 |
| | |||||
* | Leaner parser | wout | 2014-02-02 | 1 | -18/+4 |
| | |||||
* | added `morph()` and `at()` methods to `SVG.Number` for unit morphing | wout | 2014-02-01 | 5 | -51/+64 |
| | |||||
* | Added index() method to SVG.Parent and SVG.Set | wout | 2014-02-01 | 3 | -13/+15 |
| |