aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Collapse)AuthorAgeFilesLines
* CustomEvent-polyfill was not used (needed in IE) (#938)2.7.1Ulrich-Matthias Schäfer2018-11-301-1/+1
|
* Round up everything for the last 2.x release2.7.0Ulrich-Matthias Schäfer2018-11-131-113/+109
| | | | | | | | | | | | ### Fixed - fixed calling `parent()` on `documentFragment`s children (#927) - parser is not focusable anymore (#908) - `SVG.Element.click(null)` correctly unbinds the event (#878) - fix memory leak (#905) ### Added - `SVG.Set` now accepts another Set as input (#893) - `on()/off()` accepts multiple event names as input (backport from 3.0)
* fixed problems with CustomEvent polyfill in IE11 (#852)Ulrich-Matthias Schäfer2018-05-261-1/+1
|
* 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 ↵Ulrich-Matthias Schäfer2017-03-211-6/+1
| | | | work with svgdom, image loading uses eveents now, can now run jasmine tessts with svgdom when jasmine globally available
* 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
| | | | | Events can now be detached with only specifying the namespace (`el.off('.namespace')`) `el.fire()` now accepts event-objects as parameter (like mouseevents)
* 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
| | | | Look at change log for full overview of changes.
* 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 ↵0.10wout2013-03-091-19/+18
| | | | animation functionality
* 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
|
* Added event.jswout2012-12-301-0/+15