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 color filters

github.com/konvajs/konva - 1ef20456bacd94c3137208b25ded8bcc17f5fa5d authored over 11 years ago by ippo615 <[email protected]>
Fixed JS Hint errors

github.com/konvajs/konva - 1d375fb71187f6625e3cafb331344c44869c6324 authored over 11 years ago by ippo615 <[email protected]>
improved batch draw logic. Each layer isntance now has access to its own batch draw animation

github.com/konvajs/konva - 1cbc3dd31ca2baa93922614559f8946e08146815 authored over 11 years ago by Eric Rowell <[email protected]>
added stage mouseover and mouseout events

github.com/konvajs/konva - c79f286893739e16e35665923a81c490dccfa2f6 authored over 11 years ago by Eric Rowell <[email protected]>
stage events can now be added without having a target node. i.e. you can bind mousedown, mouseup, click, dblclick, etc. to the stage directly

github.com/konvajs/konva - 7c40333fc8b9a39bd883d62430008cd155cda9db authored over 11 years ago by Eric Rowell <[email protected]>
Added the ability to pass multiple selectors to get()

github.com/konvajs/konva - e0693d590b913eb4a9bc61b1ef8022cbd87998a8 authored over 11 years ago by Luke <[email protected]>
added new addPoint method which allows you to add a single point to the points array without swapping the whole thing

github.com/konvajs/konva - f85c6b1392dd2060abfd014712c8600c9974b20e authored over 11 years ago by Eric Rowell <[email protected]>
added tween.destroy() method + unit tests

github.com/konvajs/konva - 812ea103f2137567ff07f880b444b62ca341aaa9 authored over 11 years ago by Eric Rowell <[email protected]>
fixed Tween regression

github.com/konvajs/konva - 584eb5eddb629bb4a37d4b663dcbde4e472b7c49 authored over 11 years ago by Eric Rowell <[email protected]>
updated Label docs. removed old integration test files

github.com/konvajs/konva - c0c5868f311bf3a39b28407653d2f93deb012cd8 authored over 11 years ago by Eric Rowell <[email protected]>
fix #352 also did major remove and destroy refactoring, and added lots of unit and visual tests

github.com/konvajs/konva - b86aa11d4784b452285708f7e9175c0109c9710d authored over 11 years ago by Eric Rowell <[email protected]>
changed integration tests to visual tests

github.com/konvajs/konva - 098353119740fea61d80137716c70f210fecd028 authored over 11 years ago by Eric Rowell <[email protected]>
added integration test for hiding the stage

github.com/konvajs/konva - bffc886b798e0e60a9034e3246ef94608290ce1a authored over 11 years ago by Eric Rowell <[email protected]>
when a new stage is instantiated, it now clears the container DOM element

github.com/konvajs/konva - e8c9e7966f301503629f8869d78f0c497e654869 authored over 11 years ago by Eric Rowell <[email protected]>
Spline no longer extends Line. Blob no longer extends Spline. point getter setters were extracted out to Node. control point expansion method in Spline was pulled out and put in Util

github.com/konvajs/konva - 79c3124ed7ae234119e7be39b2de96d661f93b5d authored over 11 years ago by Eric Rowell <[email protected]>
added points Node getter and setter creators for Line and Polygon

github.com/konvajs/konva - e8ea9340fe4c483a420f7ebc06a5d4ec4a8cc42e authored over 11 years ago by Eric Rowell <[email protected]>
updated perf tests

github.com/konvajs/konva - 0c3ada88f57eca56dc0c029cf120053dcb724453 authored over 11 years ago by Eric Rowell <[email protected]>
added new destroyChildren() method

github.com/konvajs/konva - 007ad76680feb09522df62373a1a8b758ca5d25c authored over 11 years ago by Eric Rowell <[email protected]>
removeChildren now removes all descendants. returned this for all applicable methods in Node, Layer, Stage, and Shape

github.com/konvajs/konva - ffc33a7676528f548de54921a64291ed42e7a660 authored over 11 years ago by Eric Rowell <[email protected]>
brought back Ellipse and ellipse tests

github.com/konvajs/konva - 824e9fdbee533727f14d47d55bebb4ea572270f2 authored over 11 years ago by Eric Rowell <[email protected]>
fixed Chrome 27 bug which was drawing circles as rectangles

github.com/konvajs/konva - 51643bcada26d57b1d17f84451dfbbcd2ff081a3 authored over 11 years ago by Eric Rowell <[email protected]>
Fix image filtering on retina screens.

Make sure you get the same pixel count in Safari/Chrome/FF - it should match
the pixel count of ...

github.com/konvajs/konva - 88d4e768d0a9df8e58827ccbedaf2917b827e7cd authored over 11 years ago by Adam Wróbel <[email protected]>
added some tween unit tests. all tween methods now return this

github.com/konvajs/konva - 8a5ad235bd89fd77943462149acab3621f8f0b08 authored over 11 years ago by Eric Rowell <[email protected]>
Tweens now have built-in point array support. This means thatyou can tween any numeric value, or any array of points. Very handy for Line, spline, Polygon, and Blob

github.com/konvajs/konva - 05bc2e9d1f2ba89cab5c84b234d79db03704dbca authored over 11 years ago by Eric Rowell <[email protected]>
rewrote Kinetic.Tween yet again. A Kinetic.Tween is no longer made up of Tweens. A single tween instance is used, which tweens a value from 0 to 1. Kinetic.Tween then uses the value between 0 and 1 to update all of the attributes. This performs much better, and sets us up for true array tweening support

github.com/konvajs/konva - 55e775c1ff8edbe5fc9eb37916d9d1dafefd72d4 authored over 11 years ago by Eric Rowell <[email protected]>
first pass at implementing tweenable point arrays

github.com/konvajs/konva - c1bd40fcae062043de816c7fb4fe88a0067d84f6 authored over 11 years ago by Eric Rowell <[email protected]>
removed data url dependencies from functional tests

github.com/konvajs/konva - 18fa3673aa80f708b7298be9ff6c5d7cca53d610 authored over 11 years ago by Eric Rowell <[email protected]>
pulled all integration tests out of the unit test suite and put them into integrationTests.js. updated test suite index page

github.com/konvajs/konva - a3fe5b05caa030c333b4f69b1b1c41c2d469f99a authored over 11 years ago by Eric Rowell <[email protected]>
fixed all jshint errors except for Path, Mask, and Blur

github.com/konvajs/konva - 98dff50c9356b2348187c5461ad3614ae31b6e42 authored over 11 years ago by Eric Rowell <[email protected]>
lots of jshinting

github.com/konvajs/konva - 77793aed602e94f073bf148a4717bd53e53e00bd authored over 11 years ago by Eric Rowell <[email protected]>
got started on jshint errors. still a lot to do

github.com/konvajs/konva - 3f67cc8b606def3e571b0be6ebdd081d05a08d27 authored over 11 years ago by Eric Rowell <[email protected]>
updated readme

github.com/konvajs/konva - c80cb57acbdbd1db0b72e295a6b0ae71c6bcf8b6 authored over 11 years ago by Eric Rowell <[email protected]>
added jshint to the build

github.com/konvajs/konva - 8bc007118c4aa3d4c17b0a113fabf3e5bd5341f5 authored over 11 years ago by Eric Rowell <[email protected]>
removed Ruby build files, and updated readme with Grunt instructions

github.com/konvajs/konva - 2409b9984460705f51b379806f4aa5025909148b authored over 11 years ago by Eric Rowell <[email protected]>
dev version will now be 0.0.0 instead of current. current is an invalid value for the version key in the package.json file for grunt

github.com/konvajs/konva - 616e5d98f42a53dda9f3a51d13839dda2ea22de1 authored over 11 years ago by Eric Rowell <[email protected]>
grunt build now also builds the individually minified classes for the custom build configurator

github.com/konvajs/konva - 6d9adad2f53d2ed047f94bb607b352f6f2fcbb1a authored over 11 years ago by Eric Rowell <[email protected]>
updated class config param doc include replacements with grunt

github.com/konvajs/konva - 5d1a78589afcf0eeddfe4fb4bb885232331b5d68 authored over 11 years ago by Eric Rowell <[email protected]>
first pass at migrating the old Ruby build to Grunt

github.com/konvajs/konva - 489b7825c33c8c42ec80025bf8737e31c5931970 authored over 11 years ago by Eric Rowell <[email protected]>
custom builds that do not include drag and drop now work correctly fixes #465

github.com/konvajs/konva - 7b9322c15c08b3ff78f64f5cfd3e9f88850dcadc authored over 11 years ago by Eric Rowell <[email protected]>
prevent default now occurs in the stage addEvent method

github.com/konvajs/konva - 244273eb4c3597f9cfb2231be8436a517d600291 authored over 11 years ago by Eric Rowell <[email protected]>
mousedown and touchstart events now always call preventDefault

github.com/konvajs/konva - 324d841ed4e0aaec2133325cf4389b177375a35f authored over 11 years ago by Eric Rowell <[email protected]>
Call onReset event when Tween resets to beginning

github.com/konvajs/konva - 014d4df1f2294cdad3c1c324585bc0eef0a14ad4 authored over 11 years ago by Keldon Jones <[email protected]>
updated tests

github.com/konvajs/konva - 3cfd49a03ece39d40fb127f9db2dbf6866abfcbd authored over 11 years ago by Eric Rowell <[email protected]>
drag events should bubble

github.com/konvajs/konva - bb6046375e6f7416d7c2497c9ca83f2730bb5d7d authored over 11 years ago by Eric Rowell <[email protected]>
Merge pull request #461 from wvankuipers/patch-1

removed tailing `,` to prevent JS errors in IE

github.com/konvajs/konva - 9dcf398bd0e75fa82f6313396a43070d518f4719 authored over 11 years ago by Eric Rowell <[email protected]>
removed tailing `,` to prevent JS errors in IE

github.com/konvajs/konva - 539b18f501afd2c416f185ac80720a073e04dd7f authored over 11 years ago by W. van Kuipers <[email protected]>
fixed Label regression

github.com/konvajs/konva - 2f43f264184ca6463bd2c4e40f4d0a7653b0827a authored over 11 years ago by Eric Rowell <[email protected]>
fixed Tween and Util regression

github.com/konvajs/konva - c9e281c48bb4cf503b48ccf1ec36a0a2ed426a28 authored over 11 years ago by Eric Rowell <[email protected]>
accidentally removed labelTests from Thorfile. aded it back

github.com/konvajs/konva - 2812a3d553f68b75a8b7027e548c58bde946a6eb authored over 11 years ago by Eric Rowell <[email protected]>
fixed #460

github.com/konvajs/konva - ffbf0245e2bb8f222e040a16a30b91e435f4aa90 authored over 11 years ago by Eric Rowell <[email protected]>
fixes #414

github.com/konvajs/konva - c7816642d75beaf9cf6899008048759e96794193 authored over 11 years ago by Eric Rowell <[email protected]>
rewrote Label API. Group plugins now require that children are added to the base class

github.com/konvajs/konva - 4ef1a82bc87f79df2b400faaf73b355e8f7c80ae authored over 11 years ago by Eric Rowell <[email protected]>
label offsets, serialization, and deserialization now work. fixes #406

github.com/konvajs/konva - ae326a9c89ac8cca8eea4d53002e3d99cf7780a0 authored over 11 years ago by Eric Rowell <[email protected]>
tied className into toJSON and create. deprecated shapeType property and getShapeType method

github.com/konvajs/konva - 35b1f61bdadbb8bae8712e4940f7d72e99aa7a21 authored over 11 years ago by Eric Rowell <[email protected]>
stage tweens now work correctly. getChildren() and getLayers() now return a Kinetic.Collection. added toArray() method to Kinetic.Collection

github.com/konvajs/konva - 7069bf9e0c64c8c3cb58003b345aaf223cc9ede6 authored over 11 years ago by Eric Rowell <[email protected]>
even more documentation

github.com/konvajs/konva - 056346c14d10cac1a27159a80574bcc143f10d18 authored over 11 years ago by Eric Rowell <[email protected]>
more docs, especially for Util and Tween

github.com/konvajs/konva - 2ea5f8320435d9ccaa261003c126380989dfb7fb authored over 11 years ago by Eric Rowell <[email protected]>
finished base constructor examples for core shape docs

github.com/konvajs/konva - 993ffd7b0ef1b68f2b90a0fae830ee6969073443 authored over 11 years ago by Eric Rowell <[email protected]>
updated more docs in reference to intersects(), getIntersections(), and getAllIntersections()

github.com/konvajs/konva - 375abc40fbf59f73dfe40103b8228e1736c84217 authored over 11 years ago by Eric Rowell <[email protected]>
changed getIntersections() to getAllIntersections() to indicate that the method returns more than may be needed. Updatee docs, and clarified the differences between intersects(), getIntersection(), and getAllIntersections()

github.com/konvajs/konva - 34330860790389a17075bca18c03398741767bf8 authored over 11 years ago by Eric Rowell <[email protected]>
added more example docs

github.com/konvajs/konva - 4d682529b6743779a32ffe44d55e8547f6bc7a86 authored over 11 years ago by Eric Rowell <[email protected]>
added lots of constructor example docs

github.com/konvajs/konva - 7c03f56ae9ee5c8895b3337c462e3f5f1385e9e6 authored over 11 years ago by Eric Rowell <[email protected]>
deprecated getNodeType(), added className property to label, and added lots of Node doc examples

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

github.com/konvajs/konva - d6a836ba5c5ab8fa494677859aad508f3fbc0a1f authored over 11 years ago by Eric Rowell <[email protected]>
added getType() and getClassName() methods. beefed up on() docs

github.com/konvajs/konva - b1d1981fe92e615a71332069a509c046254742c8 authored over 11 years ago by Eric Rowell <[email protected]>
Merge pull request #456 from arkx/master

Fix variable leakage

github.com/konvajs/konva - 85f25dc000cfcd103bd3aad37fb75d5613eb25a0 authored over 11 years ago by Eric Rowell <[email protected]>
Fix variable leakage

github.com/konvajs/konva - b3e76a4e23f6f1501c96aa77269a0ba44fabd50b authored over 11 years ago by Aku Kotkavuo <[email protected]>
finished the major doc updates

github.com/konvajs/konva - 70f5c405a9a53d9e40545f9d9e2d30a2774326df authored over 11 years ago by Eric Rowell <[email protected]>
more documenting

github.com/konvajs/konva - 821138cc0aa1f21f1c05d20b979e64d9da13d4b0 authored over 11 years ago by Eric Rowell <[email protected]>
updated docs in prep for jsdoc3 migration

github.com/konvajs/konva - b1025be75e8f72940e8048844be908ef95f3ecc1 authored over 11 years ago by Eric Rowell <[email protected]>
setAttr() is now a public method that can be used to set Kinetic attrs, or custom attrs

github.com/konvajs/konva - 8c9d2b5459b6bf5aae21aa36706b9fec9e40a770 authored over 11 years ago by Eric Rowell <[email protected]>
deprecated Ellipse shape, since you can create ellipses now with circles. updated tests

github.com/konvajs/konva - e024b43906294fc8466adee18b46df5a3a1d9e89 authored over 11 years ago by Eric Rowell <[email protected]>
rebuilt performance test framework. It now runs tests across multiple Kinetic versions to track performance improvements

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

github.com/konvajs/konva - cbf3c01327e80b26836e7ebf059107c211771842 authored over 11 years ago by Eric Rowell <[email protected]>
cleaned up internal firing logic. the fire method now does not bubble events by default, to prevent devs from unknowingly bubbling events that they don't care to bubble, inadvertantly affecting performance

github.com/konvajs/konva - fc1e388f22300b5181b37497aab7fd1f46c16ab2 authored over 11 years ago by Eric Rowell <[email protected]>
attr change events no longer bubble. this improves setter + render performance by about 25%

github.com/konvajs/konva - 2cf81cc6dd58e35f4ab9c2fc153afb8c3d1857c1 authored over 11 years ago by Eric Rowell <[email protected]>
Update presentation-schedule.md

github.com/konvajs/konva - 4e649e77c1a6c7acb9e0bb746e98ccf85f29bef4 authored over 11 years ago by Eric Rowell <[email protected]>
more Tween polishing

github.com/konvajs/konva - f9277b8fec5c85e656e0711f22e860f164d4d3fd authored over 11 years ago by Eric Rowell <[email protected]>
fix #442

github.com/konvajs/konva - 09c2a461c71917a1beab8ab865a7761d0b391da1 authored over 11 years ago by Eric Rowell <[email protected]>
seek should auto pause the tween

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

github.com/konvajs/konva - 7c05184d8552a4d0f9376412c1fb67920a43d3d7 authored over 11 years ago by Eric Rowell <[email protected]>
polished up the new Tween class. goto changed to seek. auto property conflict resolution. onFinish can now be set

github.com/konvajs/konva - 264d98c1ce2d0e6e962c2435df62c8f958971d36 authored over 11 years ago by Eric Rowell <[email protected]>
Merge pull request #441 from dhavelin/patch-1

Corrected date of presentation

github.com/konvajs/konva - ce60d6a198785150f9a20559c8d5841c1709671b authored over 11 years ago by Eric Rowell <[email protected]>
Corrected date of presentation

github.com/konvajs/konva - 0aa8559d1789ecf6801e26b354397a8903b01ab3 authored over 11 years ago by dhavelin <[email protected]>
changed Ease namespace to Easings

github.com/konvajs/konva - 335bd10310d93931bab388ff53ae338317172454 authored over 11 years ago by Eric Rowell <[email protected]>
added Tween class which replaces the old Transition class

github.com/konvajs/konva - 622041aeafb9b5bfe4108b89e9f6c156c4f55ec8 authored over 11 years ago by Eric Rowell <[email protected]>
pointed to FRAF for cases when requestAnimationFrame isn't available

github.com/konvajs/konva - ddee366f96f7374cbf7517f90ded1fa2cd43f080 authored over 11 years ago by Eric Rowell <[email protected]>
reordered dependencies in thorfile

github.com/konvajs/konva - 32854e529ddffcc43afb062a94e9b6b5dfcfc2be authored over 11 years ago by Eric Rowell <[email protected]>
updated docs

github.com/konvajs/konva - 032eb9e4db5cd0ff1642bbab54a81fcbfd46056e authored over 11 years ago by Eric Rowell <[email protected]>
node.setPosition() now uses setX() and setY() which handles the transform cache

github.com/konvajs/konva - edc050067d71d4a42dfed464f0559a2d77548204 authored over 11 years ago by Eric Rowell <[email protected]>
major refactor of directory structure. Killed Util directory. Created Util.js file instead. Moved general purpose methods from Global to Util

github.com/konvajs/konva - 76a399bfc01179b235a56e62116b7c3219c41ff3 authored over 11 years ago by Eric Rowell <[email protected]>
added Global.addMethods() method and defined core constructors in Global

github.com/konvajs/konva - e2d6993c8969db4da703e389dd4039ac40a39b60 authored over 11 years ago by Eric Rowell <[email protected]>
fixed typo in label docs

github.com/konvajs/konva - 37e49085eb85e95c4a32909672601f56f02f7487 authored over 11 years ago by Eric Rowell <[email protected]>
heavily updated documentation

github.com/konvajs/konva - 8f06f1eb6774ff1cc06b9b9f0082a32b961934bf authored over 11 years ago by Eric Rowell <[email protected]>
exposed getRandomColor() method

github.com/konvajs/konva - d67f1d2c1d1a3596b56291325533c75c80164c83 authored over 11 years ago by Eric Rowell <[email protected]>
fixed up radial gradients

github.com/konvajs/konva - 2610851e4bb9ee00721a28412fa76e1a660306b2 authored over 11 years ago by Eric Rowell <[email protected]>
removed Transition, Tween, and transition tests from source. KineticJS has now partnered with GS to handle its Tweens (which it does marvelously)

github.com/konvajs/konva - 8dc16665956b44cead206365f5639d9aa0396dfb authored over 11 years ago by Eric Rowell <[email protected]>
added batchDraw which enables you to call batchDraw() as many times as you want, and let Kinetic automatically combine layer draws together asynchronously

github.com/konvajs/konva - 11f269868f5679ca3fc3d1c56aa0da9c3a675cf6 authored over 11 years ago by Eric Rowell <[email protected]>
Animations can now be tied to multiple layers. Removed Transition and Tween class from the build. Unhooked transition unit and manual tests for now. Added new animation setLayers() and getLayers() methods

github.com/konvajs/konva - e66e1472741c8fd1188c557d807f5b75d01a1996 authored over 11 years ago by Eric Rowell <[email protected]>
refactored filter API so that transitions can hook into the filter controls. Filter transitons are now working. Filters can now also have an unlimited number of parameters. added _applyFilter flag to ensure that new filters are only applied once, when needed, right before a redraw

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