aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-119/+0
* removed unused comments and filesUlrich-Matthias Schäfer2018-11-051-12/+0
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-4/+3
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-051-8/+20
* Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-041-33/+1
* fix even more testsUlrich-Matthias Schäfer2018-11-041-25/+30
* implement registerMethods(), introduce real arrays for modern browsers, fix s...Ulrich-Matthias Schäfer2018-11-041-0/+1
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-011-0/+1
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-271-5/+11
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-251-40/+44
* fix testsUlrich-Matthias Schäfer2018-10-181-28/+5
* implemented EventTarget + runner does not loop forever anymoreUlrich-Matthias Schäfer2018-05-291-26/+37
* Started planning the way events work and got Spring workingSaivan2018-05-281-1/+1
* allow arrays of events to be passed to `on()` and `off`Ulrich-Matthias Schäfer2018-05-161-3/+13
* search and replace replaced to muchUlrich-Matthias Schäfer2018-02-271-2/+2
* found the error whereelse. go back to version before with applied fixUlrich-Matthias Schäfer2018-02-271-13/+9
* fixed error that listener was strangely defined even if function was called w...Ulrich-Matthias Schäfer2018-02-271-8/+13
* fix errors found by linter (jeah it works!)Ulrich-Matthias Schäfer2018-02-271-11/+11
* proposal for #807, includes #550, allow multiple events for `SVG.off()` and a...Ulrich-Matthias Schäfer2018-02-271-76/+68
* The first half of the library complies with Standard lintingSaivan2018-02-271-63/+61
* improved SVG.on and el.on (#727)Ulrich-Matthias Schäfer2017-07-281-23/+25
* add options arguments to `on()`Ulrich-Matthias Schäfer2017-04-201-4/+4
* clean up and added changes to CHANGELOGdotnetCarpenter2017-04-111-1/+2
* onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...Ulrich-Matthias Schäfer2017-03-211-6/+1
* prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-181-2/+2
* make events cancelable by default (#550) - version 5Ulrich-Matthias Schäfer2017-03-091-13/+17
* fixed error in event which did not clean up `SVG.handlerMap` properly (#518)Ulrich-Matthias Schäfer2017-03-051-0/+1
* Implementation new fx moduleUlrich-Matthias Schäfer2016-03-231-2/+9
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-2/+2
* Added custom context binding for event callbacksUlrich-Matthias Schäfer2015-09-221-4/+4
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-171-3/+17
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-38/+46
* Fixed bug in event detachingwout2014-09-031-7/+30
* Firefox fixes and event specswout2014-09-031-3/+14
* Removed all structural referenceswout2014-06-211-2/+9
* Fix in SVG.offwout2014-06-121-3/+7
* Bumped to version 1.0.0-rc.7wout2014-06-111-13/+18
* Re-added touch eventswout2014-02-201-1/+6
* Bumped to v0.33wout2014-01-221-0/+0
* Added SVG.Set adn bumped to v0.24wout2013-07-011-13/+9
* Bumped to v0.9, added better style management, text support and extended anim...0.10wout2013-03-091-19/+18
* Created separate classes for SVG.ViewBox anSVG.BBox0.6wout2013-02-201-18/+18
* Unbinding an event from an elementwout2013-02-051-4/+4
* Added visible() and opacity() methods0.4wout2013-01-301-0/+2
* Added event listeners to event modulewout2013-01-091-0/+33
* Made code more readable and included docswout2013-01-041-9/+12
* Added mask.jswout2012-12-311-1/+12
* Added hide() and show()wout2012-12-301-13/+8
* Added dblclick to event.jswout2012-12-301-2/+7