Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Konva

Making better 2d canvas framework
Collective - Host: opensource - https://opencollective.com/konva - Website: https://lavrton.com - Code: https://github.com/konvajs

Added HSL filter.

github.com/konvajs/konva - 774f50007c54cacc0f63f9f63bfa31b917ef2bf4 authored over 10 years ago by ippo615 <[email protected]>
Shape.hasShadow cache fix

Typo was causing hasShadow cache not to be invalidated after using
setShadowEnabled. Fixes issue...

github.com/konvajs/konva - d92a5f53e52354d831c34b776b9c618d68cdba35 authored over 10 years ago by Guy Cook <[email protected]>
improve dragmove performance

github.com/konvajs/konva - b03dab08e860ab51d9c64a47597e8000690a5ec9 authored over 10 years ago by kzhdev <[email protected]>
Merge pull request #774 from cthrax/master

Modify bower.json to meet bower standard as specified at https://docs.go...

github.com/konvajs/konva - ee6a786ebb13d95d83a903e79d8836fb12bc79be authored over 10 years ago by Eric Rowell <[email protected]>
Modify bower.json to meet bower standard as specified at https://docs.google.com/document/d/1APq7oA9tNao1UYWyOm8dKqlRP2blVkROYLZ2fLIjtWc/edit#heading=h.jmmgkr9iuyac

github.com/konvajs/konva - ef4333eb527e31631e9bbdf5d2e4696d9565d5ab authored over 10 years ago by Myles Bostwick <[email protected]>
draw cache hit only when the shape was listening and visible

github.com/konvajs/konva - a3cebbb14767ef4a3291e64d1937acb1721ef0b9 authored over 10 years ago by kzhdev <[email protected]>
Fixed an issue where hit didn't cached if a shape was cached before added to a layer. Fix #758

github.com/konvajs/konva - 5fac5b5cb324d808d0a32bd3cf05c363e8e85245 authored over 10 years ago by kzhdev <[email protected]>
added dev and minified versions of kinetic to root without version in the name. updated bower build steps

github.com/konvajs/konva - 45bc983dfc7138644cacca54122f10f2b48d194f authored almost 11 years ago by Eric Rowell <[email protected]>
built release file in preparation for 5.0.1 release

github.com/konvajs/konva - 2993f9bb767334b852b62884e282da6e017e25b6 authored almost 11 years ago by Eric Rowell <[email protected]>
using getter overloader for toObject() method

github.com/konvajs/konva - 82db0dd843d79f5e34afb8bcccfbdd75dbba1b6b authored almost 11 years ago by Eric Rowell <[email protected]>
fixed #769

github.com/konvajs/konva - 99719bad44d35c39e6cad73d638993be78c8fc7f authored almost 11 years ago by Eric Rowell <[email protected]>
updated docs

github.com/konvajs/konva - 6650733b0a6b994c4cab86430b18a44dc7f09500 authored almost 11 years ago by Eric Rowell <[email protected]>
added new after func for factor setters. The filters can now hook into after, rather than a validator

github.com/konvajs/konva - d7796a1955ab5f0a28f01245cd4e0a39b95ed02c authored almost 11 years ago by Eric Rowell <[email protected]>
introduced new alpha component for colors. fixed #755. Created new validators namespace for getter setter validator functions

github.com/konvajs/konva - da28418239e203b94b3ca0c2b74af593e74633ed authored almost 11 years ago by Eric Rowell <[email protected]>
reenabling all tests

github.com/konvajs/konva - 708937d5c543497bdc04ebbb7304fd982198f8d8 authored almost 11 years ago by Eric Rowell <[email protected]>
Merge pull request #739 from lavrton/docImprove

Doc improve

github.com/konvajs/konva - 9579d4b2f6f07a6b919da3af4239dacf42c53b4c authored almost 11 years ago by Eric Rowell <[email protected]>
hooked bower json file generation to full grunt build. added minified build so root directory

github.com/konvajs/konva - 37df33a8eb952d7b5f868c3261d32ec74acb907a authored almost 11 years ago by Eric Rowell <[email protected]>
collections are now chainable

github.com/konvajs/konva - 2243010d331ba74064c842ab5cbd6d49efb1d935 authored almost 11 years ago by Eric Rowell <[email protected]>
all methods are now copied to Collection prototype so that you don't have to use the each() method all the time

github.com/konvajs/konva - f1b1c581668416883c28b27b024298f50c0b110f authored almost 11 years ago by Eric Rowell <[email protected]>
fixed pattern scale default issue

github.com/konvajs/konva - 79f86f2fe0f687a89199c7a6156dc0b1677ec2d8 authored almost 11 years ago by Eric Rowell <[email protected]>
ring have no angle conf

github.com/konvajs/konva - 07f89dc7c4556efe0566e48193e5e26a0a6f97cf authored almost 11 years ago by Лаврёнов Антон <[email protected]>
Ellipse radius typo?

github.com/konvajs/konva - fb92e639852cce16589e46e923b5572b8c8caf1e authored almost 11 years ago by Лаврёнов Антон <[email protected]>
tween methods are chainable

github.com/konvajs/konva - d5cb0709337697c41ec2122c5b7ff56f36b44c85 authored almost 11 years ago by Лаврёнов Антон <[email protected]>
getPointerPosition return object

github.com/konvajs/konva - 89415e6853849951f3ecf807e483ed7688cafeb3 authored almost 11 years ago by Лаврёнов Антон <[email protected]>
hasChildren returns Boolean

github.com/konvajs/konva - 1db2a436579b399d22addca4b3c1ba75040e297c authored almost 11 years ago by Лаврёнов Антон <[email protected]>
find returns Collection

github.com/konvajs/konva - 90dd146c47e81af7853e73cf9c07ad263ca114b3 authored almost 11 years ago by Лаврёнов Антон <[email protected]>
Container's `add` return this

github.com/konvajs/konva - a8adef892797d1d45f666cbed32a5f9e1e7705bc authored almost 11 years ago by Лаврёнов Антон <[email protected]>
toImage don't return image - because async.

github.com/konvajs/konva - 41927fd0c1b01505fa9306b644671939b9d6438a authored almost 11 years ago by Лаврёнов Антон <[email protected]>
toDataURL don't need callback. It is sync function.

github.com/konvajs/konva - de8073b89bb1fd936f1fcd2dfdde429512dc5a7a authored almost 11 years ago by Лаврёнов Антон <[email protected]>
getCanvas, getHitCanvas and getContext is Layer methods right?

github.com/konvajs/konva - 2ea7e5c53cb16f05aff9b86b7b0ae34c6c4082f3 authored almost 11 years ago by Лаврёнов Антон <[email protected]>
evt and bubble is optional

github.com/konvajs/konva - a2714debe69bf74743d7d077b2953751182264b7 authored almost 11 years ago by Лаврёнов Антон <[email protected]>
checking in jsdoc dir so people can generate docs themselves

github.com/konvajs/konva - 8dd503c7bd4c8cf451b538d0dd93b2d0a1088b2e authored almost 11 years ago by Eric Rowell <[email protected]>
updated Node and Shape param docs

github.com/konvajs/konva - 98b282b8196602e549af2015763e03365b1371d8 authored almost 11 years ago by Eric Rowell <[email protected]>
finished Shape docs

github.com/konvajs/konva - 290d66880a888ac73eae14e8b31388454b4c6a8e authored almost 11 years ago by Eric Rowell <[email protected]>
continued working on Shape docs

github.com/konvajs/konva - 2c5f332706c9dc2cbb078735ba188e0869a0792e authored almost 11 years ago by Eric Rowell <[email protected]>
added Node unit test

github.com/konvajs/konva - 0e0c92da182d413f5c6e91af9e32f02373eba189 authored almost 11 years ago by Eric Rowell <[email protected]>
removed Polar Tests and make a few tweaks to Node

github.com/konvajs/konva - cb78b9bd0e31328289a9fae0d82f852c0452faee authored almost 11 years ago by Eric Rowell <[email protected]>
added back compat Factor method and plugged in the methods that changed with the 5.0.0 release

github.com/konvajs/konva - 99e7ad4bf0bef625776c8052d77c9e112096b357 authored almost 11 years ago by Eric Rowell <[email protected]>
reverted center attr back to offset. I think it's more confusing

github.com/konvajs/konva - 79701fcca0ef805de27c3f5a4365e50bf3e4ccca authored almost 11 years ago by Eric Rowell <[email protected]>
added support for Factor getter setter validators

github.com/konvajs/konva - 9e574fd241f13038b342afec53ee62f35306c7f6 authored almost 11 years ago by Eric Rowell <[email protected]>
halfway finished with updating Shape docs

github.com/konvajs/konva - 4b367ae2c8ae94a92c9d608ea66198ccfa0f223c authored almost 11 years ago by Eric Rowell <[email protected]>
changed dashArray to dash. started chipping away at the Shape docs

github.com/konvajs/konva - baf635c7f05fbe61a4619a147ef611be876bb99a authored almost 11 years ago by Eric Rowell <[email protected]>
removed color getter and setters from Factory. color components are now red, green, and blue, not r, g, b

github.com/konvajs/konva - 13b91d0db715f887f62de5570284401ff0e3f950 authored almost 11 years ago by Eric Rowell <[email protected]>
removed filter getter setter from factory. Filter methods now use addGetterSetter like all of the other classes

github.com/konvajs/konva - 749c8731db1df423ca673c5ed4c73d30b11a0584 authored almost 11 years ago by Eric Rowell <[email protected]>
cutting down Factory by creating a addComponentsGetterSetter method which all component attrs will use

github.com/konvajs/konva - f73baa1a4ea5aa9fb1628c3192433d248a547a63 authored almost 11 years ago by Eric Rowell <[email protected]>
fixed d&d docs

github.com/konvajs/konva - 01306af86b07b16403f31551e09dda0959bb0cce authored almost 11 years ago by Eric Rowell <[email protected]>
updated overloaded docs for d&d, node, shape, stage, sprite, text, and wedge

github.com/konvajs/konva - fc8273e79222270ca715174ca9e5cd12642c2d87 authored almost 11 years ago by Eric Rowell <[email protected]>
Sprite animations keys are now set to arrays of integers, not array of object literals containing x y width and height. changed index attr to frameIndex

github.com/konvajs/konva - 4d8ee45f71e800adf7987c8f7c3f59aeeab47dd6 authored almost 11 years ago by Eric Rowell <[email protected]>
Merge branch 'master' of github.com:ericdrowell/KineticJS

github.com/konvajs/konva - e594aa56563ca504669c4a1f2e20a80304894661 authored almost 11 years ago by Eric Rowell <[email protected]>
updated more docs for Arc, Circle, Ellipse, and Image

github.com/konvajs/konva - b0dbee91b68fbd75adf5bc56519cb955693f5b64 authored almost 11 years ago by Eric Rowell <[email protected]>
removed radian angle attrs. All rotations are set in degrees now

github.com/konvajs/konva - 66b65f1c193f45409c4baf018de7f4e9679c8e24 authored almost 11 years ago by Eric Rowell <[email protected]>
Fixed text in Kaleidoscope documentation

github.com/konvajs/konva - 55fe6fa9337701c73e0aa1f06272cafb633561b4 authored almost 11 years ago by ippo615 <[email protected]>
Changed Kaleidoscope parameters: power and angle

github.com/konvajs/konva - f3c2bd5c01ced2907192d3a97c01325817da4dd7 authored almost 11 years ago by ippo615 <[email protected]>
removed shape enablers and disables. They were reduandant methods and muddied up the API

github.com/konvajs/konva - ceddf561fcc61ba78aa425f2af49b59521fa9996 authored almost 11 years ago by Eric Rowell <[email protected]>
updated more overloaded docs

github.com/konvajs/konva - 2e97e20436436a25d057dfca40d251a441931ba0 authored almost 11 years ago by Eric Rowell <[email protected]>
updated Node docs

github.com/konvajs/konva - bd5b6de77f4f9c73301eb46dbcecadc94ab8025a authored almost 11 years ago by Eric Rowell <[email protected]>
beginning to prep for 5.0.0 release. Disabling Ripple and Kaleidoscope filters for now because they aren't quite ready

github.com/konvajs/konva - 3c9eee732f442a3ab4faaabba5c31c9f3bffa296 authored almost 11 years ago by Eric Rowell <[email protected]>
removed misspelled files

github.com/konvajs/konva - 3d76beb2607471e7c3363c3f54fae5ec14bf44ef authored almost 11 years ago by Eric Rowell <[email protected]>
fixed kaleidoscope filter spelling

github.com/konvajs/konva - 193b9d097008766be4601d7c5685ad3322ec6092 authored almost 11 years ago by Eric Rowell <[email protected]>
Merge branch 'master' of github.com:ericdrowell/KineticJS

github.com/konvajs/konva - 09aaa44e070526de90953373fac74f13abb8298a authored almost 11 years ago by Eric Rowell <[email protected]>
added more cache and filter tests

github.com/konvajs/konva - 0d7cfdee9d6e51cb9755e137b5a35ac3cd54e0e7 authored almost 11 years ago by Eric Rowell <[email protected]>
Merge branch 'master' of https://github.com/ericdrowell/KineticJS

Conflicts:
Gruntfile.js

github.com/konvajs/konva - baf36a0ced215c292f291317d87e1d5e60f89f00 authored almost 11 years ago by ippo615 <[email protected]>
Added Kalidescope filter.

github.com/konvajs/konva - a947bd19ca5be23426358b27a299ba14522ff27e authored almost 11 years ago by ippo615 <[email protected]>
Fixed missing outtermost ripple, corrected offset parameter.

github.com/konvajs/konva - 5bf81355b8155e1ad88e1cab8287f86191d39849 authored almost 11 years ago by ippo615 <[email protected]>
added test for hit region draw from blurred image

github.com/konvajs/konva - 65a0aecb9772e0f5cea72d189844d8dbed355009 authored almost 11 years ago by Eric Rowell <[email protected]>
new drawHitFromCache Shape method replaces Image createImageHitRegion

github.com/konvajs/konva - 4d323c7b579bbc5226139a7c7f3fe85786fe0e8f authored almost 11 years ago by Eric Rowell <[email protected]>
changed offset to center

github.com/konvajs/konva - fae1c538f32467fe230ba87b7509e6f30df0fcdb authored almost 11 years ago by Eric Rowell <[email protected]>
changed drawFunc to sceneFunc and drawHitFunc to hitFunc

github.com/konvajs/konva - 7e2c6c97f84c413fb53507ced3f3237fbdce9d03 authored almost 11 years ago by Eric Rowell <[email protected]>
Added ripple filter.

github.com/konvajs/konva - ff952bf9589fede861fe716a84bb5549d95f0f73 authored almost 11 years ago by ippo615 <[email protected]>
Made enhance filter tweenable (-1=grey;0=no change;1=max enhancement)

github.com/konvajs/konva - e57f3802df76b26733f3518d55dd5bf6a1adf37f authored almost 11 years ago by ippo615 <[email protected]>
added another hsv test

github.com/konvajs/konva - b52845b32bca885daf99c1ff0127ab70eb18d93f authored almost 11 years ago by Eric Rowell <[email protected]>
added pixastic Solarize filter

github.com/konvajs/konva - 67f71e4785214acd988694fc0c45809fa9aafd23 authored almost 11 years ago by Eric Rowell <[email protected]>
removed convolve pack. Added pixastic emboss filter

github.com/konvajs/konva - 0d944aac27568dfd63c8ea9f493ca987c72c8436 authored almost 11 years ago by Eric Rowell <[email protected]>
changed Levels filter to Posterize

github.com/konvajs/konva - 7f0dc2085bd2cd7df2ddd29df764513bd6235c4f authored almost 11 years ago by Eric Rowell <[email protected]>
got the convolve filters working, but we still need to do some work on them

github.com/konvajs/konva - cfe309183319fb7883a3f27ca1e038ebeb6fd70f authored almost 11 years ago by Eric Rowell <[email protected]>
continued cleaning up filter docs

github.com/konvajs/konva - 3814a1dddc71653fa0417a5df6b456599831eeff authored almost 11 years ago by Eric Rowell <[email protected]>
removed HSV hueShift attribute because it's not techncially needed. cleaned up other filter docs

github.com/konvajs/konva - 3f125aff43fd6130b2924cb54cffcddad3c88db8 authored almost 11 years ago by Eric Rowell <[email protected]>
split ColorPack into RGB and HSV filters. updated tests

github.com/konvajs/konva - dcf2962e2ebb74f27031e7ce3811184f595b1187 authored almost 11 years ago by Eric Rowell <[email protected]>
updated Sepia filter and tests

github.com/konvajs/konva - 5060fbb8cb10121c6b820bd1953193f19816d50a authored almost 11 years ago by Eric Rowell <[email protected]>
removed flip and mirror filters because the same effect can be achieved with transforms, cloning, caching, etc.

github.com/konvajs/konva - 6ddefa05b5b54e5fcd1796cf2ea01765b8cd83e3 authored almost 11 years ago by Eric Rowell <[email protected]>
changed getLevel to getDepth

github.com/konvajs/konva - bd8a293345dce740476bcd0f7a52e2a45c485d5f authored almost 11 years ago by Eric Rowell <[email protected]>
updated Levels filter and test

github.com/konvajs/konva - a238cf581707ad04d0f248e8e1263268712e3d42 authored almost 11 years ago by Eric Rowell <[email protected]>
updated Threshold filter and test

github.com/konvajs/konva - bbfbadfee27ea2632cd5f9d2cb7076af89691cab authored almost 11 years ago by Eric Rowell <[email protected]>
updated Noise filter and test

github.com/konvajs/konva - 4074eef3aac03863adef5ec1a46bff0fe6700ee4 authored almost 11 years ago by Eric Rowell <[email protected]>
updated pixelate unit tests

github.com/konvajs/konva - 50a91d1e8b802153c8591560d4b61a466165b8db authored almost 11 years ago by Eric Rowell <[email protected]>
renamed ColorStretch filter to Enhance. cleaned up the code a bit. updated tests. changed function signature back to just image data

github.com/konvajs/konva - 374bc22680ab61a9c827eb8b6c60035b86b065e6 authored almost 11 years ago by Eric Rowell <[email protected]>
updated mask filter tests

github.com/konvajs/konva - a0d0f23ef891b5aae48f1d824cab3b8da078ec9c authored almost 11 years ago by Eric Rowell <[email protected]>
fixed grayscale filter and updated tests

github.com/konvajs/konva - bbdbbd4d61f47765c6e9a852681980c08517db04 authored almost 11 years ago by Eric Rowell <[email protected]>
brighten tests are now passing

github.com/konvajs/konva - 3321102784a6a8521a9017b5400a586cb4b6f513 authored almost 11 years ago by Eric Rowell <[email protected]>
just enabled one blur test for now so that travis will pass

github.com/konvajs/konva - 966ddc5a83fa90da44cf9c64828a7a6f973856c8 authored almost 11 years ago by Eric Rowell <[email protected]>
first pass at integrating filters into new caching mechanism. added group filter test. Removed blurX and blurY filters because I don't think they'll be needed in their current state. Commented out half filter blur test because it's not a common use case. other filter tests have been disabled for now. Working on enabling them with future commits

github.com/konvajs/konva - 12e7b06978e33496e08d6156ec0d33a04945c0d7 authored almost 11 years ago by Eric Rowell <[email protected]>
updated caching unit tests

github.com/konvajs/konva - 1166154c1b94f98781147c8e0f87a2da8ee3b95f authored almost 11 years ago by Eric Rowell <[email protected]>
caching mechanism no longer auto adjusts offsets. It causes too many side effects

github.com/konvajs/konva - e1558c1b40e97d52871dc43313b5330132364825 authored almost 11 years ago by Eric Rowell <[email protected]>
added support for cached node with transformed ancestors

github.com/konvajs/konva - a47726eb2fc70654f441c8781aaa8aea442a272e authored almost 11 years ago by Eric Rowell <[email protected]>
added unit test for layer caching

github.com/konvajs/konva - c39726101fca357a43bff4c06a5aa91d96a8942f authored almost 11 years ago by Eric Rowell <[email protected]>
new graph caching mechanism now supports containers as well. added test

github.com/konvajs/konva - 0899cdb1a3722f6070d4c2ccc43eb526bf4895cb authored almost 11 years ago by Eric Rowell <[email protected]>
refactored Container drawScene and drawHit methods, and cleaned up clipping logic. Clipping now correctly also clips the hit graph

github.com/konvajs/konva - 90b07cea057ae153194e1af0d3d0f46dfacef80f authored almost 11 years ago by Eric Rowell <[email protected]>
added cache perf test. refactored Star.js to better incorporate getters

github.com/konvajs/konva - 264f24e241419ed2747439667f795986b2e1f621 authored almost 11 years ago by Eric Rowell <[email protected]>
first pass at new drawing caching mechanism

github.com/konvajs/konva - b5165fa8fb5617aeedf33c962eef69ecd4f1bd67 authored almost 11 years ago by Eric Rowell <[email protected]>
transformsEnabled property now accepts all, none, or position. Also started prelim work for new caching system

github.com/konvajs/konva - 4866acdf93857b056f0894be05ad4fab8a440a82 authored almost 11 years ago by Eric Rowell <[email protected]>