aboutsummaryrefslogtreecommitdiffstats
path: root/src/boxes.js
Commit message (Expand)AuthorAgeFilesLines
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-251-141/+0
* fixed declaritive again, fromArray now works on all object instancesUlrich-Matthias Schäfer2018-05-301-3/+0
* fixed morphing. Changed easing function so that it can handle stringsUlrich-Matthias Schäfer2018-05-151-0/+6
* Fixed most of the tests relating to transformationsSaivan2018-03-041-9/+10
* Fixed some tests involving transforms and elementsSaivan2018-03-021-1/+1
|\
| * fixed all that errors which come along when removing an object. Fixed tests, ...Ulrich-Matthias Schäfer2018-03-011-1/+1
* | Implemented new transformationsSaivan2018-03-021-10/+9
|/
* Actually added the linter to gulp and fixed most errorsSaivan2018-02-271-0/+2
* The first half of the library complies with Standard lintingSaivan2018-02-271-49/+48
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-1/+1
* `SVG.extend` now expects exactly one module or an array of modulesUlrich-Matthias Schäfer2017-04-251-1/+1
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-04-221-3/+2
|\
| * namespace not declared in the Event moduledotnetCarpenter2017-04-111-1/+1
| * fixed bbox not declared in SVG.Box.transformdotnetCarpenter2017-04-111-4/+3
| * clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-291-1/+1
| * fixed `SVG.PathArray.parse` that did not correctly parsed flat arraysUlrich-Matthias Schäfer2017-03-241-2/+2
| * onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...Ulrich-Matthias Schäfer2017-03-211-1/+1
* | unified all boxes (#634)Ulrich-Matthias Schäfer2017-03-161-116/+85
|/
* fix bug in box when box with top and left is given which is 0 (#632)Ulrich-Matthias Schäfer2017-03-091-1/+1
* fix documet.contains bug in IE (#612)Ulrich-Matthias Schäfer2017-03-081-2/+11
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-081-70/+90
* slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)dotnetCarpenter2017-02-241-14/+3
* deprecate SVG.TBoxdotnetCarpenter2017-02-241-3/+17
* remove SVG.TBoxdotnetCarpenter2017-02-231-35/+4
* fixed #514 and #5162.3.3Ulrich-Matthias Schäfer2016-08-021-1/+1
* Changed to document.documentElement.containssnydesc2016-05-251-1/+1
* Changed document.contains to document.body.containssnydesc2016-05-241-1/+1
* fixed bbox when element is not in the dom (#480), added parameter to `clone`Ulrich-Matthias Schäfer2016-05-131-9/+13
* replaced usage of window.scrollX and window.scrollY with standard window.page...Dan Ormisher2015-12-081-2/+2
* bbox loop (fix #392)Ulrich-Matthias Schäfer2015-10-221-4/+2
* fixed mask animation in Firefox (#287)Ulrich-Matthias Schäfer2015-10-111-6/+13
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
* Fix in RBoxwout2014-09-031-3/+2
* Fixed bug in event detachingwout2014-09-031-11/+12
* Firefox fixes and event specswout2014-09-031-4/+6
* Added SVG.TBox for transformed bounding boxeswout2014-08-291-41/+57
* Implemented absolute and relative matrix transformationswout2014-08-241-2/+0
* Fix in rboxwout2014-07-201-6/+5
* Completely reworked transform systemwout2014-07-111-0/+144