aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-133-13/+18
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-129-52/+93
* Avoid for..of loopErik Demaine2018-12-141-1/+2
* Bug fixErik Demaine2018-12-141-3/+5
* Fix missing comma, lintErik Demaine2018-12-141-2/+2
* Add PointArray.transform by analogy to Point.transformErik Demaine2018-12-131-0/+14
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-128-36/+77
* Release 3.0.43.0.4Ulrich-Matthias Schäfer2018-12-077-57/+129
* Release 3.0.33.0.3Ulrich-Matthias Schäfer2018-12-054-24/+43
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-039-17/+60
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-035-3/+14
* Release 3.0.03.0.0Ulrich-Matthias Schäfer2018-12-011-1/+1
* applied fixes from 2.x branchUlrich-Matthias Schäfer2018-12-011-1/+2
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-012-12/+18
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-0129-230/+567
|\
| * Merge branch '790-color-spaces' into 791-random-colorsUlrich-Matthias Schäfer2018-12-0119-208/+368
| |\
| | * clamp values in toHex, tests, replace for of with for inUlrich-Matthias Schäfer2018-12-011-8/+11
| | * Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-3018-186/+320
| | |\
| | * | Fix bug when converting black to cymk spaceUlrich-Matthias Schäfer2018-11-261-0/+6
| | * | Make color-animation work in all spaces (conversion bugs still there)Ulrich-Matthias Schäfer2018-11-264-13/+23
| | * | fix Morphable so that it works with color spaces. It prefers the `to` space o...Ulrich-Matthias Schäfer2018-11-252-3/+10
| * | | Implemented random colors and added back the playgroundsSaivan2018-12-021-9/+64
| |/ /
| * | Finished off the color spaces, we are all green!Saivan2018-11-261-204/+131
| * | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-2668-3994/+1994
| * | Updated all of the color modules and old tests are passing againSaivan2018-11-251-109/+412
| * | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-2568-2039/+4079
* | | add back move and dmove for groupsUlrich-Matthias Schäfer2018-12-011-0/+26
* | | dont generate esm bundle anymore and link to src/main.js directly. Move bower...Ulrich-Matthias Schäfer2018-12-012-5/+5
| |/ |/|
* | 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