aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Ulrich-Matthias Schäfer2018-11-126-21/+52
| | | | that this works, fix runner
* 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, ↵Ulrich-Matthias Schäfer2018-11-1124-4/+64
| | | | make sure that init functions are chaninable
* 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
| | | | | | e.g. - `canvas.rect({x:100})` or - `canvas.rect(100, 100, {x:100})`
* added possibility to pass attribues into a constructor like: `new ↵Ulrich-Matthias Schäfer2018-11-0830-40/+68
| | | | SVG.Rect({width:100})`
* `fill()` and `stroke()` return the fill and stroke attribute when called as ↵Ulrich-Matthias Schäfer2018-11-081-1/+1
| | | | getter (#789)
* 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, ↵Ulrich-Matthias Schäfer2018-11-087-59/+88
| | | | SVG.Text.textPath returns first textPath child now
* clone() does not insert the clone into the dom anymore, added beziere() and ↵Ulrich-Matthias Schäfer2018-11-075-14/+62
| | | | steps() to generate easing functions
* 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 ↵Ulrich-Matthias Schäfer2018-11-0437-174/+637
| | | | some tests
* fix a few mistakes. Make sugar work. Roll back to childNodes because ↵Ulrich-Matthias Schäfer2018-11-016-29/+81
| | | | children is 10x slower
* 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
|
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-2566-3796/+3863
|
* Rename files so that they reflect their exported classes (see next commit)Ulrich-Matthias Schäfer2018-10-2538-0/+0
|
* fix testsUlrich-Matthias Schäfer2018-10-184-69/+28
|
* activate sugar before mergeUlrich-Matthias Schäfer2018-10-181-151/+151
|
* add babel, satisfy linter, build distUlrich-Matthias Schäfer2018-10-178-402/+237
|
* fix timeline timing with runnersUlrich-Matthias Schäfer2018-10-131-11/+13
|
* fixing testsUlrich-Matthias Schäfer2018-10-102-56/+65
|
* fix schedule so it uses runnertime correctlyUlrich-Matthias Schäfer2018-10-101-12/+27
|
* Cant see the forest with all these trees...Ulrich-Matthias Schäfer2018-10-081-4/+2
|
* Optimized the matrix functions so that the transform function is a multitude ↵Ulrich-Matthias Schäfer2018-10-083-52/+105
| | | | faster for parameterized input
* make sure, that we use the correct startTransformUlrich-Matthias Schäfer2018-09-211-8/+7
|
* make sure runner[0] always exists (rework that requirement!)Ulrich-Matthias Schäfer2018-09-211-2/+4
|
* adding optimized transformation function to speed up things a tiny bitUlrich-Matthias Schäfer2018-09-202-46/+109
|
* get rid of that unnecessary bbox call on every frameUlrich-Matthias Schäfer2018-09-203-6/+16
|
* finally solve transformations one and for all time!Ulrich-Matthias Schäfer2018-09-202-80/+89
| | | | This is great - we should party hard. I mean - it took like 4 month to get this done. That's way to much! I don't want anymore. Pease send help :D
* fix transformations introducing target transforms with which the origin can ↵Ulrich-Matthias Schäfer2018-09-171-7/+32
| | | | be transformed