Commit Graph

421 Commits

Author SHA1 Message Date
Anton Lavrenov
2e76cfba30 currentTarget fix 2016-01-04 08:31:53 +08:00
Anton Lavrenov
28e8758d29 new node.findAncestors(selector) and node.findAncestor(selector) functions. close #116 2015-12-25 21:35:19 +07:00
Anton Lavrenov
eda967c07e optional parent argument for getAbsolutePosition 2015-12-23 09:18:36 +07:00
Anton Lavrenov
2a514ee580 return this from several methods. close #111 2015-12-22 17:19:33 +07:00
lavrton
40563bb2c1 small doc update 2015-11-22 22:26:04 +07:00
lavrton
d1d30c6c1a event delegation support 2015-11-22 10:44:33 +07:00
lavrton
bd910a8bc7 linting fixes 2015-10-22 07:32:07 +02:00
lavrton
026423402d update Konva.Node.create flow 2015-08-28 10:29:52 +07:00
lavrton
74dab77ad4 validation for find and findOne methods 2015-05-25 13:56:19 +07:00
Anton Lavrenov
531f18e43e update docs 2015-05-14 07:07:55 +07:00
Anton Lavrenov
2908fa975b migrate to eslint 2015-05-04 16:02:16 +07:00
Anton Lavrenov
3dff461592 set default pixelRatio for method 2015-04-27 11:20:55 +07:00
Anton Lavrenov
744dd61992 Fix clone function to support custom Shapes. close #71 2015-04-26 15:20:11 +07:00
Anton Lavrenov
bb8704f68a update docs 2015-04-26 07:56:02 +07:00
Andrej Mihajlov
29f85d1a82 Add pixel ratio support for snapshots 2015-04-16 19:22:46 +02:00
Andrej Mihajlov
3eb87ece05 Use cachedCanvas pixel ratio 2015-04-16 16:49:08 +02:00
lavrton
681b81705c manual test for drawHitFromCache with alpha threshold 2015-04-16 09:23:55 +07:00
lavrton
fdffe74a52 Merge branch 'patch-3' of https://github.com/pronebird/konva into pronebird-patch-3 2015-04-14 09:45:53 +07:00
lavrton
44f7d17847 repair tests 2015-04-13 07:17:32 +07:00
Andrei Mihailov
0ae6e172fa Fix invalid pixelRatio when using filters 2015-04-12 20:57:52 +02:00
Andrei Mihailov
487387e767 Fix attrs initialization regression
Fixes issue #41
2015-04-12 14:00:07 +02:00
lavrton
858ddd5029 refactoring 2015-04-08 22:26:43 +07:00
lavrton
cdb1bd0437 migrate to gulp 2015-04-07 15:06:20 +07:00
lavrton
7a7ea97c31 updating docs 2015-02-15 07:18:09 +07:00
lavrton
c3511210f2 cache + pixelRatio 2015-02-14 22:12:54 +07:00
lavrton
e39d7861c3 Add new method getClientRect(). rethink caching. 2015-02-12 14:10:36 +07:00
lavrton
9b27ce6593 remove debug 2015-02-08 09:53:58 +07:00
lavrton
0ea9f0e257 fix remove name bug 2015-02-08 09:52:19 +07:00
lavrton
264a4bab1c fix undefined name bug 2015-02-08 07:39:43 +07:00
lavrton
5df69badbf new naming methods 2015-02-08 06:24:11 +07:00
Olim Saidov
4c567cd241 update old constant names 2015-01-30 02:25:49 +05:00
Jovination
607ef1837b Renaming 2015-01-27 00:07:51 -07:00
lavrton
6ebd9fc554 better layer draw hit. hit updates for not dragging layer 2015-01-21 10:29:33 +07:00
lavrton
87236a88e2 better extend function 2015-01-20 17:22:51 +07:00
lavrton
46bb48e470 fix docs 2015-01-20 17:06:21 +07:00
Лаврёнов Антон
7f7fb652da clean tests and adding docs 2014-09-24 10:26:42 +08:00
Лаврёнов Антон
de6548f893 add mousewheel to docs 2014-08-24 11:09:43 +08:00
Лаврёнов Антон
f326eee9da add comment 2014-08-19 19:48:40 +08:00
Лаврёнов Антон
bcadceafbd Merge branch 'master' of github.com:mjhasbach/KineticJS into mjhasbach-master 2014-08-19 19:46:37 +08:00
Лаврёнов Антон
22da5892e2 resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Matthew Hasbach
6fc5019f04 Kinetic.Node.moveTo() now checks if the node is already a child of the target container before removing it from the current container and adding it to the target container. 2014-07-27 21:37:50 -04:00
Лаврёнов Антон
68f8ea335e cleaning docs 2014-05-20 18:09:02 +08:00
Лаврёнов Антон
16511a9aef remove all events with node.off() 2014-05-15 23:45:04 +08:00
Лаврёнов Антон
cb52be6dc0 apply opacity to cache 2014-05-12 20:40:38 +08:00
Лаврёнов Антон
917ca5bc56 better caching if node not in layer 2014-05-11 20:22:30 +08:00
Лаврёнов Антон
f99975441e fix typo of shouldDrawHit 2014-05-09 17:08:14 +08:00
Лаврёнов Антон
f648852975 improve shouldDrawHit behaviour 2014-05-06 16:21:25 +08:00
Лаврёнов Антон
4cf968749c unit test for drawing hit before adding shape to layer 2014-05-04 12:11:50 +08:00
Лаврёнов Антон
224790f7c9 Merge branch 'fix-cache-hit-before-added-to-layer' of git://github.com/kzhdev/KineticJS into kzhdev-fix-cache-hit-before-added-to-layer 2014-05-04 11:55:43 +08:00
Лаврёнов Антон
3aebe80404 correct mouse events for nested groups. fix #912 2014-05-02 08:45:52 +08:00