summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* run buildUlrich-Matthias Schäfer2018-11-281-1/+1
* add tests for all exports of adopterUlrich-Matthias Schäfer2018-11-281-6/+12
* plumber differences between node and browser so that tests run on bothUlrich-Matthias Schäfer2018-11-283-12/+41
* Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-286-13/+115
* fix bugs in runner, fix importsUlrich-Matthias Schäfer2018-11-263-7/+7
* Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray and...Ulrich-Matthias Schäfer2018-11-242-11/+8
* Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-248-57/+28
* fixed lots of bugs in the timeline. Its now working as expected in all cases.Ulrich-Matthias Schäfer2018-11-232-30/+37
* fix Timeline so that play, pause, stop, reverse... work correctly. Update run...Ulrich-Matthias Schäfer2018-11-223-21/+51
* rewrite few lines of adopterUlrich-Matthias Schäfer2018-11-211-12/+9
* add default parameter for timeSourceUlrich-Matthias Schäfer2018-11-211-5/+7
* add register for insertBefore and insertAfterUlrich-Matthias Schäfer2018-11-202-8/+15
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-195-13/+13
* renamed `Doc` to `Svg` according to (#932)Ulrich-Matthias Schäfer2018-11-195-20/+17
* changed image callback according to (#931)Ulrich-Matthias Schäfer2018-11-173-8/+2
* cleanup a few filesUlrich-Matthias Schäfer2018-11-174-16/+15
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-126-83/+46
* reworked parents so that it is useful now, changelogUlrich-Matthias Schäfer2018-11-121-7/+11
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-123-9/+8
* make List return new lists on method calls, add map to array polyfill so that...Ulrich-Matthias Schäfer2018-11-126-21/+52
* change method name, make strings more pleasing to readUlrich-Matthias Schäfer2018-11-122-10/+10
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-125-26/+64
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-1215-140/+46
* make window and document exchangeable in case they are not globals alreay, ma...Ulrich-Matthias Schäfer2018-11-1124-4/+64
* add registering for forgotten classesUlrich-Matthias Schäfer2018-11-095-3/+19
* added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-0824-87/+138
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-0830-40/+68
* `fill()` and `stroke()` return the fill and stroke attribute when called as g...Ulrich-Matthias Schäfer2018-11-081-1/+1
* added `ax(), ay(), amove()` to change texts x and y values directly (#787)Ulrich-Matthias Schäfer2018-11-081-0/+12
* `SVG.Text.rebuild()` now takes every font-size into account (#512)Ulrich-Matthias Schäfer2018-11-081-1/+5
* implements `round()` (#916)Ulrich-Matthias Schäfer2018-11-081-0/+19
* size function of circle now only accepts one argument (#788)Ulrich-Matthias Schäfer2018-11-083-13/+17
* add styletagsUlrich-Matthias Schäfer2018-11-083-0/+59
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-0810-36/+20
* added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex...Ulrich-Matthias Schäfer2018-11-087-59/+88
* clone() does not insert the clone into the dom anymore, added beziere() and s...Ulrich-Matthias Schäfer2018-11-075-14/+62
* fix the export/import function and enhance itUlrich-Matthias Schäfer2018-11-071-22/+70
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-0675-695/+619
* removed unused comments and filesUlrich-Matthias Schäfer2018-11-0519-583/+29
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-0567-525/+465
* rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-0524-437/+440
* forgot about memory testsUlrich-Matthias Schäfer2018-11-046-26/+14
* Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-0442-480/+520
* fix even more testsUlrich-Matthias Schäfer2018-11-0414-37/+59
* implement registerMethods(), introduce real arrays for modern browsers, fix s...Ulrich-Matthias Schäfer2018-11-0437-174/+637
* fix a few mistakes. Make sugar work. Roll back to childNodes because children...Ulrich-Matthias Schäfer2018-11-016-29/+81
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-0145-332/+394
* resolve last circular dependencies, make rollup workUlrich-Matthias Schäfer2018-10-2722-221/+309
* resolve circular references and make example working againUlrich-Matthias Schäfer2018-10-2764-2675/+1477
* rename filesUlrich-Matthias Schäfer2018-10-262-0/+0