| Commit message (Expand) | Author | Age | Files | Lines |
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 1 | -2/+2 |
* | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -1/+1 |
* | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray and... | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -5/+0 |
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -94/+7 |
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -21/+16 |
* | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -10/+3 |
* | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -1/+1 |
* | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -20/+10 |
* | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -1/+12 |
* | implement registerMethods(), introduce real arrays for modern browsers, fix s... | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -1/+33 |
* | fix a few mistakes. Make sugar work. Roll back to childNodes because children... | Ulrich-Matthias Schäfer | 2018-11-01 | 1 | -0/+8 |
* | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 1 | -84/+32 |
* | resolve last circular dependencies, make rollup work | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -3/+31 |
* | resolve circular references and make example working again | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -1/+86 |
* | convert everything to es6 classes and imports | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -98/+7 |
* | add babel, satisfy linter, build dist | Ulrich-Matthias Schäfer | 2018-10-17 | 1 | -1/+1 |
* | implemented EventTarget + runner does not loop forever anymore | Ulrich-Matthias Schäfer | 2018-05-29 | 1 | -1/+1 |
* | make morphing work, fix inheritance, animations now work | Ulrich-Matthias Schäfer | 2018-05-01 | 1 | -1/+2 |
* | fixed all that errors which come along when removing an object. Fixed tests, ... | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -3/+5 |
* | merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to deci... | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -3/+3 |
* | proposal for #807, includes #550, allow multiple events for `SVG.off()` and a... | Ulrich-Matthias Schäfer | 2018-02-27 | 1 | -1/+1 |
* | Fixed a few hanging issues with the linter | Saivan | 2018-02-27 | 1 | -2/+2 |
* | So the standard linter is operational and our code is compliant | Saivan | 2018-02-27 | 1 | -36/+34 |
* | All files now loosely abide by standard linting | Saivan | 2018-02-27 | 1 | -2/+3 |
* | The dom is checked for an svgjs:data attribute which is imported when creatin... | Ulrich-Matthias Schäfer | 2017-07-28 | 1 | -6/+1 |
* | add new default constructor (#714) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -15/+6 |
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -37/+6 |
* | `SVG.extend` now expects exactly one module or an array of modules | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -7/+3 |
* | ids are not generated upon creation anymore | Ulrich-Matthias Schäfer | 2017-04-23 | 1 | -6/+1 |
* | changed `style()` to `css()` | Ulrich-Matthias Schäfer | 2017-04-22 | 1 | -1/+1 |
* | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2017-04-22 | 1 | -2/+2 |
|\ |
|
| * | added `options` to `on()`, back to sloppy mode2.6.0 | Ulrich-Matthias Schäfer | 2017-04-21 | 1 | -3/+1 |
| * | changing to strict mode - some failures occur | dotnetCarpenter | 2017-04-11 | 1 | -1/+3 |
| * | clear does not remove parser anymore | Ulrich-Matthias Schäfer | 2017-03-29 | 1 | -2/+2 |
| * | onclick events are now bound with SVG.on, prefixed globals, relax tests to wo... | Ulrich-Matthias Schäfer | 2017-03-21 | 1 | -1/+1 |
| * | prefix globals with window so window can be injected properly | Ulrich-Matthias Schäfer | 2017-03-18 | 1 | -1/+1 |
* | | prefix globals with window so window can be injected properly | Ulrich-Matthias Schäfer | 2017-03-18 | 1 | -1/+1 |
* | | removing SVG.Set completely | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -4/+0 |
* | | remove feature to set style with css string | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -1/+7 |
|/ |
|
* | Fix offset produced by svg parser (#553) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -1/+1 |
* | doublecheck SVG.parser, use svg element which is not in the dom (#471) | Ulrich-Matthias Schäfer | 2016-04-02 | 1 | -2/+12 |
* | fix parser error (#471) and small bug in SVG.Color with new fx | Ulrich-Matthias Schäfer | 2016-04-01 | 1 | -14/+10 |
* | added check for existence of node (fix #431) | Ulrich-Matthias Schäfer | 2015-12-23 | 1 | -0/+3 |
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -0/+4 |
* | fixed return value of `text()` after import/clone (#393) | Ulrich-Matthias Schäfer | 2015-11-04 | 1 | -6/+6 |
* | fix typo (finally) | dhardtke | 2015-09-06 | 1 | -3/+3 |
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 1 | -1/+1 |
* | Typo's | wout | 2014-08-19 | 1 | -2/+2 |
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -4/+4 |