Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | revert multiple breaking changes introduced by the last commits | Ulrich-Matthias Schäfer | 2016-03-28 | 1 | -38/+32 | |
| | ||||||
* | updated jasmine and specs | Ulrich-Matthias Schäfer | 2016-03-23 | 14 | -969/+2743 | |
| | ||||||
* | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2016-02-10 | 5 | -48/+264 | |
|\ | ||||||
| * | fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443) | Ulrich-Matthias Schäfer | 2016-01-23 | 1 | -9/+34 | |
| | | ||||||
| * | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 2 | -36/+73 | |
| | | | | | | | | | | added specs for `writeDataToDom()` and `setData()` added toJSON in SVG.Number | |||||
| * | added specs for `isNumber()` and compile svg.js | Ulrich-Matthias Schäfer | 2016-01-18 | 1 | -0/+16 | |
| | | ||||||
| * | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method ↵ | Ulrich-Matthias Schäfer | 2016-01-11 | 2 | -0/+128 | |
| | | | | | | | | (#403 / #437) | |||||
| * | fix #433 | Denis Mosolov | 2015-12-29 | 1 | -7/+17 | |
| | | ||||||
* | | new specs, reverse, initAnimation, after, during, comments | Ulrich-Matthias Schäfer | 2015-12-20 | 2 | -77/+144 | |
| | | ||||||
* | | small change in fx specs | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | added new provisionally specs for fx | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -0/+65 | |
|/ | ||||||
* | added `gbox()` to group to get bbox with translation included (fixes #405) | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -12/+12 | |
| | ||||||
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -1/+1 | |
| | ||||||
* | fixed return value of `text()` after import/clone (#393) | Ulrich-Matthias Schäfer | 2015-11-04 | 1 | -8/+4 | |
| | ||||||
* | add `parents()` method, added specs, fixed specs | Ulrich-Matthias Schäfer | 2015-10-26 | 6 | -25/+38 | |
| | ||||||
* | added support for css selectors with the `parent()` method | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -0/+11 | |
| | ||||||
* | Added custom context binding for event callbacks | Ulrich-Matthias Schäfer | 2015-09-22 | 1 | -0/+4 | |
| | ||||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 35 | -0/+0 | |
| | ||||||
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 1 | -4/+4 | |
| | | | | It wasn't compatible to the other move-functions e.g. for the PointArray | |||||
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 2 | -3/+16 | |
| | | | | | Events can now be detached with only specifying the namespace (`el.off('.namespace')`) `el.fire()` now accepts event-objects as parameter (like mouseevents) | |||||
* | Removed target-reference from use which caused bugs in `dmove()` and `use()` ↵ | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -7/+0 | |
| | | | | | | with external file The used element can be retrieved using `element.reference('href')` | |||||
* | Fixed bug with doc() which should always return the root SVG | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -0/+4 | |
| | | | | Replaced split-function with an easier and faster one | |||||
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 6 | -56/+219 | |
| | ||||||
* | Fix in RBox | wout | 2014-09-03 | 1 | -6/+6 | |
| | ||||||
* | Fix in SVG.Number | wout | 2014-09-03 | 1 | -4/+5 | |
| | ||||||
* | Fixed bug in event detaching | wout | 2014-09-03 | 4 | -46/+347 | |
| | ||||||
* | Firefox fixes and event specs | wout | 2014-09-03 | 3 | -0/+270 | |
| | ||||||
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -0/+4 | |
| | ||||||
* | Removed matrix add() method | wout | 2014-08-30 | 1 | -19/+0 | |
| | ||||||
* | Added animated parametric transformations | wout | 2014-08-30 | 1 | -12/+0 | |
| | ||||||
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 10 | -34/+34 | |
| | ||||||
* | Fixed instantiation issue in SVG.Number | wout | 2014-08-28 | 1 | -27/+36 | |
| | ||||||
* | Removed internal references from SVG.Text | wout | 2014-08-25 | 3 | -35/+52 | |
| | ||||||
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 3 | -29/+86 | |
| | ||||||
* | Removed node modules | wout | 2014-08-03 | 1 | -0/+8 | |
| | ||||||
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 3 | -17/+41 | |
| | ||||||
* | Added one more spec on raw importing | wout | 2014-08-01 | 1 | -0/+5 | |
| | ||||||
* | Added svg import / export functionalty | wout | 2014-08-01 | 2 | -1/+41 | |
| | ||||||
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 7 | -61/+107 | |
| | ||||||
* | Matirx specs | wout | 2014-07-27 | 1 | -254/+263 | |
| | ||||||
* | Specified untransform() method | wout | 2014-07-27 | 1 | -1/+20 | |
| | ||||||
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 13 | -3433/+3509 | |
| | ||||||
* | Various small fixes | wout | 2014-07-25 | 3 | -24/+88 | |
| | ||||||
* | Fix in rbox | wout | 2014-07-20 | 1 | -13/+13 | |
| | ||||||
* | Fixes a but in absolute positioning of groups | wout | 2014-07-19 | 1 | -4/+14 | |
| | ||||||
* | Added support for scale center on matrices | wout | 2014-07-12 | 2 | -0/+13 | |
| | ||||||
* | Eliminate matrix translation errors | wout | 2014-07-12 | 8 | -8/+8 | |
| | ||||||
* | Further debugging matrix new implementation | wout | 2014-07-12 | 3 | -27/+37 | |
| | ||||||
* | Completely reworked transform system | wout | 2014-07-11 | 5 | -20/+92 | |
| | ||||||
* | Complete new clone() method | wout | 2014-06-26 | 1 | -30/+46 | |
| |