Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 1.1.0 | Ulrich-Matthias Schäfer | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | Fix file permissions. | Ryan Jacobs | 2015-05-22 | 2 | -0/+0 |
| | | | | | find -type f -exec chmod 644 {} \; find -type d -exec chmod 775 {} \; | ||||
* | Closes #337 | Ulrich-Matthias Schäfer | 2015-05-22 | 2 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' generate the build | gschutz | 2015-05-18 | 2 | -57/+98 |
|\ | |||||
| * | Added support for namespaced events | Ulrich-Matthias Schäfer | 2015-03-15 | 2 | -25/+39 |
| | | |||||
| * | Fixes #258, added few fx-specs | Ulrich-Matthias Schäfer | 2015-03-03 | 2 | -4/+13 |
| | | |||||
| * | Fixes #323 | Ulrich-Matthias Schäfer | 2015-03-01 | 2 | -19/+23 |
| | | |||||
| * | Added `cancelAnimationFrame`-Polyfill, fixes #316 | Ulrich-Matthias Schäfer | 2015-02-28 | 2 | -14/+35 |
| | | |||||
| * | Rework of `drawing.remove()` | Ulrich-Matthias Schäfer | 2015-02-23 | 2 | -6/+8 |
| | | |||||
| * | Fixes #326 | Ulrich-Matthias Schäfer | 2015-02-22 | 2 | -4/+12 |
| | | | | | | | | 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 | -19/+7 |
| | | | | | | | | Keeps the `registerEvent`-function only for consistency | ||||
| * | Remove nested AMD/exports loader | Zach Brown | 2015-01-17 | 2 | -9/+3 |
| | | | | | | | | Fixes Mismatched anonymous define() module: error in requirejs | ||||
* | | Update spec, readme and generate the build. | gschutz | 2015-05-07 | 2 | -8/+7 |
|/ | |||||
* | Bumped to 1.0.1 | wout | 2014-09-06 | 2 | -4/+4 |
| | |||||
* | Added UMD support | wout | 2014-09-05 | 2 | -4/+4 |
| | |||||
* | Added UMD wrapper1.0.1 | wout | 2014-09-05 | 2 | -6/+15 |
| | |||||
* | Bumped to version 1.0.0 | wout | 2014-09-05 | 2 | -16/+72 |
| | |||||
* | Fixing a bug in viewbox | wout | 2014-06-19 | 2 | -5/+9 |
| | |||||
* | Updated README | wout | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 2 | -15/+142 |
| | |||||
* | Fixing offset by window scroll position in rbox() | wout | 2014-06-12 | 2 | -2/+7 |
| | |||||
* | Fix in SVG.off | wout | 2014-06-12 | 2 | -5/+9 |
| | |||||
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 2 | -23/+46 |
| | | | | Look at change log for full overview of changes. | ||||
* | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 2 | -2/+3 |
| | |||||
* | trim class attribute whitespace | Patrick Klingemann | 2014-06-09 | 2 | -4/+4 |
| | |||||
* | avoid unintentional global variables | Patrick Klingemann | 2014-06-09 | 2 | -4/+6 |
| | |||||
* | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 2 | -3/+44 |
| | |||||
* | Fixed a bug where Element.style() would not save empty values in IE11 | Xavier Roger-Machart | 2014-05-02 | 2 | -2/+2 |
| | |||||
* | Replaced a non breaking space with a real space | wout | 2014-03-05 | 1 | -2/+2 |
| | | | | Thanks @musterknabe | ||||
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 2 | -274/+278 |
| | |||||
* | SVG.Stop accepts multiple arguments1.0.0-rc.6 | wout | 2014-02-20 | 2 | -5/+13 |
| | |||||
* | Re-added touch events | wout | 2014-02-20 | 2 | -3/+8 |
| | |||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 2 | -826/+734 |
| | | | | to 1.0.0-rc.5 | ||||
* | Minor enhancement in patharray arcs | wout | 2014-02-05 | 2 | -6/+6 |
| | |||||
* | Fix in patharray arc | wout | 2014-02-05 | 2 | -5/+5 |
| | |||||
* | added pointAt() method to SVG.Path | wout | 2014-02-05 | 2 | -22/+27 |
| | |||||
* | Fix in animate('=').to() | wout | 2014-02-05 | 2 | -3/+3 |
| | |||||
* | Added loader on SVG.Image and included svg.pattern.js to the core | wout | 2014-02-05 | 2 | -14/+108 |
| | |||||
* | Removing old unbiassed flag on textPath path creation | wout | 2014-02-04 | 2 | -3/+3 |
| | |||||
* | Fix for arcs in SVG.PathArray#toString method | wout | 2014-02-04 | 2 | -10/+10 |
| | |||||
* | fix for arcs in patharray toString() method | wout | 2014-02-04 | 2 | -8/+6 |
| | |||||
* | Wrapping delay in SVG.Number | wout | 2014-02-03 | 2 | -4/+4 |
| | |||||
* | Added second values to SVG.Number | wout | 2014-02-03 | 2 | -5/+13 |
| | |||||
* | Added `length()`method to path | wout | 2014-02-03 | 2 | -2/+6 |
| | |||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 2 | -1373/+1428 |
| | |||||
* | Applying block to text node on text() method1.0.0-rc.3 | wout | 2014-02-02 | 2 | -3/+3 |
| | |||||
* | Leaner parser | wout | 2014-02-02 | 2 | -21/+7 |
| | |||||
* | added `morph()` and `at()` methods to `SVG.Number` for unit morphing | wout | 2014-02-01 | 2 | -54/+67 |
| | |||||
* | Added index() method to SVG.Parent and SVG.Set | wout | 2014-02-01 | 2 | -16/+18 |
| | |||||
* | Fix in color morphing | wout | 2014-01-31 | 2 | -2/+5 |
| |