Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 1002 | -1557/+170294 |
| | |||||
* | Matirx specs | wout | 2014-07-27 | 1 | -254/+263 |
| | |||||
* | Specified untransform() method | wout | 2014-07-27 | 4 | -10/+34 |
| | |||||
* | Reimplemented matrix animations | wout | 2014-07-26 | 1 | -10/+10 |
| | |||||
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 25 | -3911/+4248 |
| | |||||
* | Various small fixes | wout | 2014-07-25 | 18 | -3852/+497 |
| | |||||
* | Moved SVG.invent to main svg.js file | wout | 2014-07-23 | 8 | -76/+31 |
| | |||||
* | Fix in rbox | wout | 2014-07-20 | 5 | -63/+57 |
| | |||||
* | Fixes a but in absolute positioning of groups | wout | 2014-07-19 | 4 | -10/+20 |
| | |||||
* | Converted to spaces | wout | 2014-07-13 | 1 | -44/+44 |
| | |||||
* | Added documentation builder | wout | 2014-07-13 | 233 | -2/+44443 |
| | |||||
* | Switched to gulp for building | wout | 2014-07-13 | 3627 | -3917/+268067 |
| | |||||
* | Added support for scale center on matrices | wout | 2014-07-12 | 9 | -92/+90 |
| | |||||
* | Updated CHANGELOG | wout | 2014-07-12 | 1 | -2/+7 |
| | |||||
* | Eliminate matrix translation errors | wout | 2014-07-12 | 13 | -27/+27 |
| | |||||
* | Further debugging matrix new implementation | wout | 2014-07-12 | 10 | -63/+77 |
| | |||||
* | Completely reworked transform system | wout | 2014-07-11 | 29 | -866/+1451 |
| | |||||
* | Typo in README | wout | 2014-06-28 | 1 | -1/+1 |
| | |||||
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 15 | -419/+273 |
| | |||||
* | Updated CHANGELOG | wout | 2014-06-26 | 1 | -3/+4 |
| | |||||
* | Complete new clone() method | wout | 2014-06-26 | 6 | -99/+83 |
| | |||||
* | Updated CHANGELOG | wout | 2014-06-25 | 1 | -4/+6 |
| | |||||
* | Added more versatility to adopter | wout | 2014-06-25 | 8 | -15/+28 |
| | |||||
* | Updated README | wout | 2014-06-25 | 1 | -15/+12 |
| | |||||
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 24 | -239/+613 |
| | |||||
* | Updated README | wout | 2014-06-22 | 1 | -11/+7 |
| | |||||
* | Speccing adopter module | wout | 2014-06-21 | 4 | -2/+40 |
| | |||||
* | Documented and added specs for new selector method | wout | 2014-06-21 | 9 | -45/+106 |
| | |||||
* | Back on track with the specs | wout | 2014-06-21 | 6 | -17/+52 |
| | |||||
* | Various reference fixes | wout | 2014-06-21 | 6 | -18/+26 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 34 | -325/+452 |
| | |||||
* | Fixing a bug in viewbox | wout | 2014-06-19 | 4 | -12/+17 |
| | |||||
* | Merge pull request #216 from shabegger/master | Wout | 2014-06-19 | 1 | -2/+6 |
|\ | | | | | Fixed Infinite Loop | ||||
| * | Fixed Infinite Loop | Stephen Habegger | 2014-06-16 | 1 | -2/+6 |
| | | | | | | | | | | Fixed infinite loop in ViewBox when element has a percentage width/height. | ||||
* | | Fixed version mismatch | wout | 2014-06-19 | 4 | -4/+4 |
| | | |||||
* | | Updated README | wout | 2014-06-18 | 5 | -5/+5 |
| | | |||||
* | | Updated REAMDE | wout | 2014-06-17 | 1 | -0/+26 |
| | | |||||
* | | Updated README | wout | 2014-06-17 | 1 | -1/+1 |
| | | |||||
* | | Updated README | wout | 2014-06-17 | 1 | -2/+2 |
| | | |||||
* | | Updated README | wout | 2014-06-17 | 2 | -1/+38 |
| | | |||||
* | | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 31 | -95/+657 |
|/ | |||||
* | Updated README1.0.0-rc.9 | wout | 2014-06-12 | 1 | -4/+4 |
| | |||||
* | Updated change log | wout | 2014-06-12 | 1 | -0/+1 |
| | |||||
* | Fixing offset by window scroll position in rbox() | wout | 2014-06-12 | 2 | -2/+7 |
| | |||||
* | Merge pull request #207 from bryhoyt/patch-1 | Wout | 2014-06-12 | 1 | -1/+5 |
|\ | | | | | Offset rbox by window scroll, because getBoundingClientRect changes when... | ||||
| * | Offset rbox by window scroll, because getBoundingClientRect changes when ↵ | bryhoyt | 2014-06-12 | 1 | -1/+5 |
| | | | | | | | | | | window is scrolled As per https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect "If this is not the desired behaviour just add the current scrolling position to the top and left property (via window.scrollX and window.scrollY) to get constant values independent from the current scrolling position." | ||||
* | | Update bower.json | wout | 2014-06-12 | 1 | -1/+1 |
| | | |||||
* | | Bumped to version 1.0.0-rc.81.0.0-rc.8 | wout | 2014-06-12 | 5 | -4/+9 |
| | | |||||
* | | Fix in SVG.off | wout | 2014-06-12 | 4 | -8/+17 |
| | | |||||
* | | Removing version in bower.json | wout | 2014-06-12 | 1 | -1/+0 |
| | |