| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 2 | -3/+16 |
* | Removed target-reference from use which caused bugs in `dmove()` and `use()` ... | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -7/+0 |
* | Fixed bug with doc() which should always return the root SVG | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -0/+4 |
* | 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 |
* | Added more versatility to adopter | wout | 2014-06-25 | 2 | -0/+8 |
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 8 | -65/+318 |
* | Speccing adopter module | wout | 2014-06-21 | 2 | -0/+38 |
* | Documented and added specs for new selector method | wout | 2014-06-21 | 2 | -0/+37 |
* | Back on track with the specs | wout | 2014-06-21 | 2 | -1/+2 |
* | Various reference fixes | wout | 2014-06-21 | 1 | -1/+5 |
* | Removed all structural references | wout | 2014-06-21 | 8 | -21/+27 |
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 11 | -51/+244 |
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 6 | -13/+52 |
* | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 1 | -0/+5 |
* | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 1 | -2/+74 |