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 memory test for text shape create/destroy

github.com/konvajs/konva - 40dfbef81ebe8b3196700110a419818c9e8f94bf authored over 10 years ago by Eric Rowell <[email protected]>
added memory test for destroy/rebuilt

github.com/konvajs/konva - 4a75a6e2203ac185597dfb19640d1c40e712491e authored over 10 years ago by Eric Rowell <[email protected]>
cache before adding to layer test

github.com/konvajs/konva - 6e1c75ceb7b5f2793c309ee77f5d29a9e382b8a8 authored over 10 years ago by Лаврёнов Антон <[email protected]>
disable cache function for stage

github.com/konvajs/konva - 30d73c354d77f571203fbe118b99b1f861864f5a authored over 10 years ago by Лаврёнов Антон <[email protected]>
some docs improvements

github.com/konvajs/konva - 62e28dbd3ccc6ee59a340d105042fe43d68ee6af authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge branch 'master' of git://github.com/vmichnowicz/KineticJS into vmichnowicz-master

github.com/konvajs/konva - 2bcb7bdab2113113b4d63afb9fcfa38f73149c24 authored over 10 years ago by Лаврёнов Антон <[email protected]>
add() now can add multiple layers or nodes

github.com/konvajs/konva - 0898c24b7a96cfdaa0b2a5a6b34840c9f0ce752a authored over 10 years ago by Victor Michnowicz <[email protected]>
add dragDistance to node config docs

github.com/konvajs/konva - 0b93e21e0b9e11165dfed7574dbafa0ae2a144e0 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Debug info while caching

github.com/konvajs/konva - b8945b8fede2fa51cc92071565968ee2d36feda5 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge branch 'master' of github.com:ericdrowell/KineticJS

github.com/konvajs/konva - b364af6f4d5f066b92ac3e4944a2d395f934bd71 authored over 10 years ago by Лаврёнов Антон <[email protected]>
tests for drag distance

github.com/konvajs/konva - d0c7aed452457fcddc90b45d6c99f3d6fa08e1f0 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge branch 'master' of git://github.com/kastigar/KineticJS into kastigar-master

github.com/konvajs/konva - f3033dd1737d8eae5d02b93dcfccdf9fcbeb3288 authored over 10 years ago by Лаврёнов Антон <[email protected]>
commenting out assertions that are failing in Travis CI. The tests pass perfectly locally in both a browser and PhantomJS. will need to investigate

github.com/konvajs/konva - e7175824a1aa9f0137c3e2a3e64c8a0213d47625 authored over 10 years ago by Eric Rowell <[email protected]>
fixed up another unit test

github.com/konvajs/konva - f2861ca1b87ca930b41323442f3dc9c0a2322da8 authored over 10 years ago by Eric Rowell <[email protected]>
fixed up unit tests

github.com/konvajs/konva - 396ca81764e8d28665f728f58fe63d84ae04efd0 authored over 10 years ago by Eric Rowell <[email protected]>
fixed up caching now that transformsEnabled attr has been removed

github.com/konvajs/konva - aa7f56be26bcb80efc8b330eb21a116310b18b59 authored over 10 years ago by Eric Rowell <[email protected]>
reenabling all tests

github.com/konvajs/konva - a2ec418fe846db6b3a3f08015cf548861ec3164a authored over 10 years ago by Eric Rowell <[email protected]>
added perf tests for new FastLayer

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

github.com/konvajs/konva - a9ecfd74a25f1c595a0d61a7b51655469676ab0d authored over 10 years ago by Eric Rowell <[email protected]>
deprecated transformsEnabled property. Continued developing the new FastLayer class

github.com/konvajs/konva - c623666206a9e4c5d284c3e49cf871bcc04503e9 authored over 10 years ago by Eric Rowell <[email protected]>
Merge branch 'fix-duplicate-test-names' of git://github.com/dpbevin/KineticJS into dpbevin-fix-duplicate-test-names

github.com/konvajs/konva - 8443a3876a942c971a5686ee00f260439bb9c438 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge pull request #781 from guycook/master

Shape.hasShadow cache invalidation fix

github.com/konvajs/konva - 720476ab9414fee846be36ac588330d6aa1f04b6 authored over 10 years ago by Anton Lavrenov <[email protected]>
enabled all tests

github.com/konvajs/konva - df9d6cabd2224889f9d8291202ec520b5c543399 authored over 10 years ago by Eric Rowell <[email protected]>
setup FastLayer. Layer won't extend FastLayer until FastLayer is complete

github.com/konvajs/konva - 09af9f62ddf16641b91fc0e926a5342d81b94e94 authored over 10 years ago by Eric Rowell <[email protected]>
better cloning of node: array copied as copy, nor reference

github.com/konvajs/konva - 45ddf956293b57cffe1526ee0db4fedf8b8bde76 authored over 10 years ago by Лаврёнов Антон <[email protected]>
stage clone has new container. fix #707

github.com/konvajs/konva - d65201a12fa7789d05a322fa62f94e3e9bbf14f4 authored over 10 years ago by Лаврёнов Антон <[email protected]>
default shadow opacity should be 1. fix #696

github.com/konvajs/konva - 452c99cb4ec34b47f0a28755f0d5356e74833570 authored over 10 years ago by Лаврёнов Антон <[email protected]>
fix #663

github.com/konvajs/konva - 6db269463704528ec67424965f1959676510df80 authored over 10 years ago by Лаврёнов Антон <[email protected]>
fix clockwise docs

github.com/konvajs/konva - 9e51e22711bd072a1785191ca2c8c88807eb60b5 authored over 10 years ago by Лаврёнов Антон <[email protected]>
fix an issue where DblClick event fired right after dragging

github.com/konvajs/konva - 4e0ad926bf27a85cdd5bd485821507c4e4516288 authored over 10 years ago by kzhdev <[email protected]>
replace bitwise OR with Math.round

github.com/konvajs/konva - 347e4d697fbc5fd1431e55a9f873b82385d36fd4 authored over 10 years ago by Лаврёнов Антон <[email protected]>
update NodeJS example

github.com/konvajs/konva - e136a69e12d9f5fd3ba212bba00812895e229847 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge branch 'master' of github.com:ericdrowell/KineticJS

github.com/konvajs/konva - a0aa0d9f80b490b89c68fa24ac96702087738320 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Pure NodeJS environment test runner: `grunt node-test`

github.com/konvajs/konva - 798d1acf28868500b583e7507f7119d4be69e762 authored over 10 years ago by Лаврёнов Антон <[email protected]>
fix #767

github.com/konvajs/konva - a524ba9ec12fc23fbb774739947c567628752c4f authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge pull request #790 from kzhdev/performance-improvement

Improve getIntersection performance.

github.com/konvajs/konva - 3d4d90cb4b0149719c2a81934c9f13e411c14c94 authored over 10 years ago by Anton Lavrenov <[email protected]>
black list for clone function. fix #583

github.com/konvajs/konva - e5db9115a09e22dea2d0f0b97296ec9131addd70 authored over 10 years ago by Лаврёнов Антон <[email protected]>
`isRunning` function for `Sprite` object

github.com/konvajs/konva - 53ac9329de63d01f11822975a17932828085e877 authored over 10 years ago by Лаврёнов Антон <[email protected]>
optional filter callback for `getChildren` function. close #313

github.com/konvajs/konva - 86178185bc7a533776df8e636dac2356340949ad authored over 10 years ago by Лаврёнов Антон <[email protected]>
Faster `removeChildren` and `destroyChildren` methods

github.com/konvajs/konva - 3a5b6eb76618a8b5bb6bca6bfafb6fe9e06fac2a authored over 10 years ago by Лаврёнов Антон <[email protected]>
`add` function takes care about parent existence. fix #426, #434

github.com/konvajs/konva - 74060ce9355a8d977ac7da5ebdddd426a7331293 authored over 10 years ago by Лаврёнов Антон <[email protected]>
ignoring index functions (moveToTop, moveUp, moveDown, moveToBottom, setZIndex) if node has no parent

github.com/konvajs/konva - cadcb91fbc368d129c6a9e7261276625d1cd1d8c authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge branch 'master' of github.com:ericdrowell/KineticJS

github.com/konvajs/konva - 0821d7c99df045b2e5e9d9646ab9a6fe2b86cd0f authored over 10 years ago by Лаврёнов Антон <[email protected]>
Auto create Stage container in nodejs

github.com/konvajs/konva - 30f80dfd8087a89f653eaa89ae7de9e5db597959 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Useful message if stage container is not founded

github.com/konvajs/konva - 046ca0257b76452b78f24982c30d4196c641e06f authored over 10 years ago by Лаврёнов Антон <[email protected]>
promoting version to 5.02 in package.json file. This is the version we are working on

github.com/konvajs/konva - 980918f7101213a51ac4ada877df4019fc586a67 authored over 10 years ago by Eric Rowell <[email protected]>
changed lint to hint in grunt file, and removed KineticEvents-test as it is not a functional test

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

github.com/konvajs/konva - d18fd9cc43a8875bf7c7a925da6ea5974b716947 authored over 10 years ago by Eric Rowell <[email protected]>
removed ^ from package.json file. Removed throttling support for mousemove and touchmove for now. It doesn't appear to have helped performance on Anton's device, so I don't want to leave it in if it's not making much of a difference. Anything that's async can be error prone, especially in combination with batch drawing

github.com/konvajs/konva - fbcc5814f2c72cee3802964c136f14f567ed99da authored over 10 years ago by Eric Rowell <[email protected]>
Better NodeJS support (full stage support)

github.com/konvajs/konva - 9397a96127a6d7b18828c80b14479fe514f20561 authored over 10 years ago by Лаврёнов Антон <[email protected]>
gen-doc -> docs

github.com/konvajs/konva - 5cbb73a079d25cb82e9c474f42280b1e7c7ff960 authored over 10 years ago by Лаврёнов Антон <[email protected]>
evt.targetNode property for Hammer Event

github.com/konvajs/konva - 3c508f96ab5fbf4a8b70d87dfc8458fac22c8c1e authored over 10 years ago by Лаврёнов Антон <[email protected]>
fix #431

github.com/konvajs/konva - faa3ef13cd10dc485400443da2a96fae0b020252 authored over 10 years ago by Лаврёнов Антон <[email protected]>
add memory leak test file

github.com/konvajs/konva - f9a05c4a568a4bb26577aa89df63b9f2e3e23faf authored over 10 years ago by Лаврёнов Антон <[email protected]>
fix #500

github.com/konvajs/konva - 6c46e44bbd2ba88fd3d8f63f71d8f9fa1606f8a1 authored over 10 years ago by Лаврёнов Антон <[email protected]>
remove node-canvas dependence for travis tests

github.com/konvajs/konva - 1d4a65ae08e155acc72c2be89d5bc5eb6c412c39 authored over 10 years ago by Лаврёнов Антон <[email protected]>
typo fix

github.com/konvajs/konva - 4d5dabee452af575ded8668dcc80e9a6ef7bde50 authored over 10 years ago by Лаврёнов Антон <[email protected]>
.npmignore added

github.com/konvajs/konva - a50b2317bac42e033b1388a6c8136e91a896f3fc authored over 10 years ago by Лаврёнов Антон <[email protected]>
Alpha nodejs support

github.com/konvajs/konva - c8ddd27c2ca7a0d06307a489586a7c02fb8a71b6 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Several README typo fixes

github.com/konvajs/konva - 5f931cf25066213d7792dbe7b9df2ca722070317 authored over 10 years ago by Лаврёнов Антон <[email protected]>
http://localhost:8080/test/runner.html

github.com/konvajs/konva - 7c5794f83885db4da1d2061f12af8d15de85e7dc authored over 10 years ago by Лаврёнов Антон <[email protected]>
grunt server tasks added

github.com/konvajs/konva - ac2cb3c7eabfb6e3917c6b79688f850f377d1198 authored over 10 years ago by Лаврёнов Антон <[email protected]>
remove tests folder

github.com/konvajs/konva - aeecd2d200db867d5b0ed26791507748c34526e6 authored over 10 years ago by Лаврёнов Антон <[email protected]>
test, gen-doc tasks

github.com/konvajs/konva - 5a4ffb0621f671e16124de0e589d305714b4dc2c authored over 10 years ago by Лаврёнов Антон <[email protected]>
merge

github.com/konvajs/konva - 098fabbfc137a844aa1a1fe361878a8073ea3cc7 authored over 10 years ago by Лаврёнов Антон <[email protected]>
only lint errors fixes

github.com/konvajs/konva - eb16e291975c4a31e822438c2544ab675568769f authored over 10 years ago by Лаврёнов Антон <[email protected]>
fix #670

Some lint error resolve

github.com/konvajs/konva - 275784293562fd0778936b54fb906ec5c8c09742 authored over 10 years ago by Лаврёнов Антон <[email protected]>
skipping sprite tests because it fails sporadically

github.com/konvajs/konva - 26a267a45711c0e05704857231e76d88af606502 authored over 10 years ago by Eric Rowell <[email protected]>
now that mousemove and touchmove are async due to throttling, the tests have to be async as well

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

github.com/konvajs/konva - 64c657c9ba409806e57ef42333eca338fd726453 authored over 10 years ago by Eric Rowell <[email protected]>
added throttling to mousemove and touchmove. Added logic to prevent Android from detecting both touch and mouse events

github.com/konvajs/konva - 8fcd882ba5d2da288c846d9a76911729e7d56728 authored over 10 years ago by Eric Rowell <[email protected]>
Merge pull request #786 from kzhdev/fix-setPixelRatio

fixed an issue where setPixelRatio changed canvas to wrong size

github.com/konvajs/konva - 04b19e7d8aae515227fb7ee81c715d9bb3a4c62b authored over 10 years ago by Eric Rowell <[email protected]>
for desktop browsers, always set pixel ratio to 1. When users have zoom enabled, it affects pixel ratio and causes artifacts. There doesn't appear to be a way to detect zoom level for modern browsers in order to adjust the pixel ratio

github.com/konvajs/konva - c2e138c6f4625a084c1e8d732e3f888ff968feda authored over 10 years ago by Eric Rowell <[email protected]>
Merge pull request #825 from singlebrook/text_font-variant_attribute

add font-variant support to Text and TextPath

github.com/konvajs/konva - 3191729210c3efd69e85f66013eef07764093d78 authored over 10 years ago by Eric Rowell <[email protected]>
add font-variant support to Text and TextPath

github.com/konvajs/konva - 2f7821c898fc5a870c4c9e76cf1811e5ac1c6bfc authored over 10 years ago by sonnym <[email protected]>
package.json is updated for latest version of libraries.

They works better, especially jshint.
(!) Please run `npm install` to update node_modules

github.com/konvajs/konva - a7ceaa8f24af5c07e45c5c197c3efe8f5e1bb11d authored over 10 years ago by Лаврёнов Антон <[email protected]>
ellipse code example is added to docs

github.com/konvajs/konva - 2055e864a63a8014b4e1faa1a08d429298822265 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge pull request #802 from Moeriki/ellipse-doc

updated constructor documentation

github.com/konvajs/konva - ae65708ed69111feeb6a243d82fd4fa188e8dadb authored over 10 years ago by Anton Lavrenov <[email protected]>
_setInterval for Sprite

github.com/konvajs/konva - 6b8fff082e453d6fc08a3d0895fff4163390e4a4 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Sprite test improve

github.com/konvajs/konva - 0a664e009c778fb6e586b15e67f6828d0d315744 authored over 10 years ago by Лаврёнов Антон <[email protected]>
Merge pull request #823 from lavrton/extendEvents

Some event methods aliases

github.com/konvajs/konva - 627040990b580a89a666457a6902bc78502c3734 authored over 10 years ago by Anton Lavrenov <[email protected]>
fix #447

github.com/konvajs/konva - 08d9be8371059df7af8a4a1966e24e32d1ad29da authored over 10 years ago by Лаврёнов Антон <[email protected]>
docs: fix cache config

github.com/konvajs/konva - 7e62414f0cea1ec7b53a98471c5f3bc109cfcd8a authored over 10 years ago by Лаврёнов Антон <[email protected]>
docs: fix wrong shadow color configuration

github.com/konvajs/konva - c7a5db1a8007aa000b13b1a7ac5e557be162a15b authored over 10 years ago by Лаврёнов Антон <[email protected]>
docs: clear is method of layer

github.com/konvajs/konva - 59bf6a3f9b359ba27ae8a8d0d1eec3f7f940f563 authored over 10 years ago by Лаврёнов Антон <[email protected]>
setSize docs improve

github.com/konvajs/konva - 9926f5a6a9c6f063f1f705942bf3718633ddf3d8 authored over 10 years ago by Лаврёнов Антон <[email protected]>
more event methods

github.com/konvajs/konva - e97f3a413805b75627eeee7c08d2aa195af61d33 authored over 10 years ago by Лаврёнов Антон <[email protected]>
add copy() and point() methods to Kinetic.Transform; most methods return "this" for chaining

github.com/konvajs/konva - 57402f0ca8ecc3bf9cf2762cdcc876d13547007c authored over 10 years ago by Atis <[email protected]>
made several optimizations to the Animation class. removed FRAF logic. Using performance.now when available. No longer creating a new function for every animation loop. requestAnimFrame is now called before render instead of after

github.com/konvajs/konva - f8ccd574cbc2ade08b27667c194857bd12cd9228 authored over 10 years ago by Eric Rowell <[email protected]>
updated constructor documentation to comply with new "object literals" rule

github.com/konvajs/konva - fbd4a4a330c53e402234b249c3acecc02cff8214 authored over 10 years ago by Dieter Luypaert <[email protected]>
Kaleidoscope uses nearest neighbor instead of linear interpolation (performance boost)

github.com/konvajs/konva - 02acf9b2ba07447c95adf2c511cfcf093f6a7432 authored over 10 years ago by ippo615 <[email protected]>
move drag anim func to constructor

github.com/konvajs/konva - 63314758e8f45dc0b265eeb2263940d8dd73824d authored over 10 years ago by kzhdev <[email protected]>
improve drag performance by avoid unnecessary drawing

github.com/konvajs/konva - 7f3bcdeb78ccfc68a7b3a22c58f3f0e0d398b917 authored over 10 years ago by kzhdev <[email protected]>
* Removed duplicated rotation test from Node-test.

* Renamed a test in Tween-test to give it a unique name.

github.com/konvajs/konva - 5eb5a08e6579575f2f5905ca0bd3d6f744aa6139 authored over 10 years ago by David Bevin <[email protected]>
Removed dependencies from HSL filter.

github.com/konvajs/konva - 0b36fb91a9b3b93c1eb24c6fa7cb7696e1ed86cc authored over 10 years ago by ippo615 <[email protected]>
New HSL filter. HSV and HSL want values between -1.0 and +1.0 (was 0.5 to 2.0)

github.com/konvajs/konva - da5055cf28b39435a9a6bdc18f6f3dfe257d9454 authored over 10 years ago by ippo615 <[email protected]>
Improve getIntersection performance

github.com/konvajs/konva - 3ac8ee5919eb0f5cc091cacab5a3368ce96cc775 authored over 10 years ago by kzhdev <[email protected]>
fixed an issue where setPixelRatio changed canvas to wrong size

github.com/konvajs/konva - ed03702cd5f98ad90e908ff31e9dbd98824f6ac9 authored over 10 years ago by kzhdev <[email protected]>
Fix listening issue. close #772

github.com/konvajs/konva - b5ef9d87bbfe7311e1689602fa7f965df2895d2c authored over 10 years ago by kzhdev <[email protected]>