| Commit message (Expand) | Author | Age | Files | Lines |
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -119/+0 |
* | removed unused comments and files | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -12/+0 |
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -4/+3 |
* | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -8/+20 |
* | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -33/+1 |
* | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -25/+30 |
* | implement registerMethods(), introduce real arrays for modern browsers, fix s... | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -0/+1 |
* | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 1 | -0/+1 |
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -5/+11 |
* | convert everything to es6 classes and imports | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -40/+44 |
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 1 | -28/+5 |
* | implemented EventTarget + runner does not loop forever anymore | Ulrich-Matthias Schäfer | 2018-05-29 | 1 | -26/+37 |
* | Started planning the way events work and got Spring working | Saivan | 2018-05-28 | 1 | -1/+1 |
* | allow arrays of events to be passed to `on()` and `off` | Ulrich-Matthias Schäfer | 2018-05-16 | 1 | -3/+13 |
* | search and replace replaced to much | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -2/+2 |
* | found the error whereelse. go back to version before with applied fix | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -13/+9 |
* | fixed error that listener was strangely defined even if function was called w... | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -8/+13 |
* | fix errors found by linter (jeah it works!) | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -11/+11 |
* | proposal for #807, includes #550, allow multiple events for `SVG.off()` and a... | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -76/+68 |
* | The first half of the library complies with Standard linting | Saivan | 2018-02-27 | 1 | -63/+61 |
* | improved SVG.on and el.on (#727) | Ulrich-Matthias Schäfer | 2017-07-28 | 1 | -23/+25 |
* | add options arguments to `on()` | Ulrich-Matthias Schäfer | 2017-04-20 | 1 | -4/+4 |
* | clean up and added changes to CHANGELOG | dotnetCarpenter | 2017-04-11 | 1 | -1/+2 |
* | onclick events are now bound with SVG.on, prefixed globals, relax tests to wo... | Ulrich-Matthias Schäfer | 2017-03-21 | 1 | -6/+1 |
* | prefix globals with window so window can be injected properly | Ulrich-Matthias Schäfer | 2017-03-18 | 1 | -2/+2 |
* | make events cancelable by default (#550) - version 5 | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -13/+17 |
* | fixed error in event which did not clean up `SVG.handlerMap` properly (#518) | Ulrich-Matthias Schäfer | 2017-03-05 | 1 | -0/+1 |
* | Implementation new fx module | Ulrich-Matthias Schäfer | 2016-03-23 | 1 | -2/+9 |
* | tab to space, block comments to line comments | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -2/+2 |
* | Added custom context binding for event callbacks | Ulrich-Matthias Schäfer | 2015-09-22 | 1 | -4/+4 |
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 1 | -3/+17 |
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 1 | -38/+46 |
* | Fixed bug in event detaching | wout | 2014-09-03 | 1 | -7/+30 |
* | Firefox fixes and event specs | wout | 2014-09-03 | 1 | -3/+14 |
* | Removed all structural references | wout | 2014-06-21 | 1 | -2/+9 |
* | Fix in SVG.off | wout | 2014-06-12 | 1 | -3/+7 |
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 1 | -13/+18 |
* | Re-added touch events | wout | 2014-02-20 | 1 | -1/+6 |
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
* | Added SVG.Set adn bumped to v0.24 | wout | 2013-07-01 | 1 | -13/+9 |
* | Bumped to v0.9, added better style management, text support and extended anim...0.10 | wout | 2013-03-09 | 1 | -19/+18 |
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -18/+18 |
* | Unbinding an event from an element | wout | 2013-02-05 | 1 | -4/+4 |
* | Added visible() and opacity() methods0.4 | wout | 2013-01-30 | 1 | -0/+2 |
* | Added event listeners to event module | wout | 2013-01-09 | 1 | -0/+33 |
* | Made code more readable and included docs | wout | 2013-01-04 | 1 | -9/+12 |
* | Added mask.js | wout | 2012-12-31 | 1 | -1/+12 |
* | Added hide() and show() | wout | 2012-12-30 | 1 | -13/+8 |
* | Added dblclick to event.js | wout | 2012-12-30 | 1 | -2/+7 |