aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* Performance: don't create extra objects in point() (#1251)Glandos2022-01-281-1/+1
* Add parameter "options" to EventTarget.off()Mario Schlicht2022-01-181-2/+2
* package-lock3.1.1Ulrich-Matthias Schäfer2021-06-251-1/+1
* update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-137-141/+190
* typos (#1179)ordago2020-12-172-3/+3
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-051-128/+5
* sorted method namesUlrich-Matthias Schäfer2020-05-198-585/+591
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-045-84/+42
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-031-1/+1
* finished tests for Point, PointArray, PathArray and SVGArrayUlrich-Matthias Schäfer2020-04-292-102/+24
* finish tests for Matrix.jsUlrich-Matthias Schäfer2020-04-291-39/+6
* added tests for List.jsUlrich-Matthias Schäfer2020-04-291-2/+2
* finish color testsUlrich-Matthias Schäfer2020-04-291-0/+4
* finished specs for Box.js and made zoom handle level 0 correctly + make it mo...Ulrich-Matthias Schäfer2020-04-291-24/+66
* fix defs and reference, tests for ElementUlrich-Matthias Schäfer2020-04-081-0/+10
* tests for EventTargetUlrich-Matthias Schäfer2020-04-081-9/+4
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-2/+2
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-017-41/+40
* Added tests for 0 value width/height wrong path scalingValentin2019-05-091-1/+1
* Fixed path transformation when box width or height is 0Valentin2019-05-061-0/+5
* Register classes explicitly instead of relying on `Function.name` because cla...Ulrich-Matthias Schäfer2019-02-273-3/+3
* speed up zoom function for non-FF BrowserUlrich-Matthias Schäfer2019-01-181-14/+16
* renamed unit() to `convert()` to avoid name collision3.0.9Ulrich-Matthias Schäfer2019-01-141-2/+1
* added back `to()` as `unit()` of `SVG.Number` which was removed accidentally3.0.8Ulrich-Matthias Schäfer2019-01-131-0/+5
* minor bugfix in bbox and performance changes3.0.7Ulrich-Matthias Schäfer2019-01-132-12/+17
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-123-7/+22
* 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.43.0.4Ulrich-Matthias Schäfer2018-12-071-0/+32
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-035-5/+15
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-0/+9
* Merge branch '790-color-spaces' into 791-random-colorsUlrich-Matthias Schäfer2018-12-013-291/+56
|\
| * 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-303-280/+19
| |\
| | * plumber differences between node and browser so that tests run on bothUlrich-Matthias Schäfer2018-11-281-10/+16
| | * Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-246/+0
| * | 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-261-10/+20
| * | 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-2611-985/+475
* | 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-2511-506/+1022
|/
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-12/+12
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-123-75/+30
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-121-3/+0
* make List return new lists on method calls, add map to array polyfill so that...Ulrich-Matthias Schäfer2018-11-123-4/+15