Commit Graph

170 Commits

Author SHA1 Message Date
Anton Lavrenov
363f9943c5 change some defaults and change messages 2018-08-13 12:13:29 +07:00
Anton Lavrenov
9b2d439751 prettier, fix some tests, new test runner 2018-05-24 10:59:08 +09:00
Anton Lavrenov
f1e7bf0e8e made some caching fixes 2018-04-18 14:25:39 +07:00
Anton Lavrenov
e415e266ab slightly fix getClientRect calculations 2018-04-18 11:27:51 +07:00
Anton Lavrenov
2f156de78d small rename 2018-03-29 18:39:47 +07:00
Adam L
2466ea61b0 refactor findOne method 2018-03-26 22:52:08 -07:00
Adam L
a2c342cf6e migrate find fn to single method 2018-03-24 17:18:11 -07:00
Adam L
8bb59548e5 add findWhere method to Containers 2018-03-21 19:20:59 -07:00
Anton Lavrenov
1930ffc9d7 getClientRect cals fixes 2018-03-21 12:04:57 +07:00
Anton Lavrenov
e51e675c86 change getClientRect calc 2017-08-01 22:16:44 +02:00
Anton Lavrenov
f520cf34c3 fix getClientRect calc 2017-07-28 18:36:08 +02:00
Anton Lavrenov
59cc7b99f2 setup prettier and make all code better 2017-02-24 09:15:33 -05:00
Igor Kiselev
330ab557ee Fixed transform apply/reset for clipping (#175)
* Fixed transform apply/reset for clipping. Fix #136
2016-10-04 20:18:45 -04:00
Anton Lavrenov
dbcc17041f clipping function 2016-06-18 22:27:19 +07:00
Anton Lavrenov
34d18efcf8 removeChildren() remove only first level children. close #135 2016-05-14 22:06:44 +07:00
Anton Lavrenov
2a514ee580 return this from several methods. close #111 2015-12-22 17:19:33 +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
140a5787ae better working without D&D module 2015-10-12 11:33:09 +07:00
lavrton
1f9ce30d81 fix cache bug 2015-09-19 23:11:01 +07:00
lavrton
5f2c70ddc7 Tweening a line with different numbers of points. close #92 2015-09-12 12:00:50 +07:00
lavrton
e21ea5daa2 fix getClientRect for container. close #85 2015-06-19 23:17:02 +07:00
lavrton
f33b1639b8 fix lint error 2015-05-25 14:49:16 +07:00
lavrton
74dab77ad4 validation for find and findOne methods 2015-05-25 13:56:19 +07:00
Anton Lavrenov
2908fa975b migrate to eslint 2015-05-04 16:02:16 +07:00
lavrton
41c10555bc fix bug for wrong getClientRect calculation. close #50 2015-04-16 09:43:21 +07:00
lavrton
858ddd5029 refactoring 2015-04-08 22:26:43 +07:00
lavrton
e39d7861c3 Add new method getClientRect(). rethink caching. 2015-02-12 14:10:36 +07:00
lavrton
10fab252e0 findOne Method 2015-02-03 10:30:27 +07:00
Jovination
607ef1837b Renaming 2015-01-27 00:07:51 -07:00
lavrton
d191b14a3e changing layer while dragging 2015-01-21 15:24:43 +07:00
lavrton
6ebd9fc554 better layer draw hit. hit updates for not dragging layer 2015-01-21 10:29:33 +07:00
Лаврёнов Антон
7ea87de00c Merge remote-tracking branch 'origin/master' 2014-08-19 19:35:59 +08:00
Лаврёнов Антон
22da5892e2 resolve lint errors + some refactoring 😯 2014-08-19 19:27:46 +08:00
Anton Lavrenov
fb76cc7444 add chaining 2014-08-18 15:58:45 +08:00
Matthew Hasbach
6502da45e2 Kinetic.Container.add() is now chainable when its child argument has a parent 2014-08-16 13:20:30 -04:00
Лаврёнов Антон
1db8fec21c test + refactoring 2014-05-17 21:10:49 +08:00
Лаврёнов Антон
012db6594c Merge branch 'get-intersection-cache' of git://github.com/vmichnowicz/KineticJS into vmichnowicz-get-intersection-cache
Conflicts:
	src/Container.js
	src/Shape.js
2014-05-17 13:16:45 +08:00
Victor Michnowicz
70564cc1e4 Update clearing of getImageData cache 2014-05-17 00:06:46 -04: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
Лаврёнов Антон
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
Eric Rowell
2df46b4ace striped out br tags from the docs 2014-04-03 20:17:09 -07:00
Eric Rowell
59a571c635 refactored cache method to work better with containers and also fast layers 2014-03-22 00:13:05 -07:00
Лаврёнов Антон
62e28dbd3c some docs improvements 2014-03-14 13:20:39 +08:00
Лаврёнов Антон
2bcb7bdab2 Merge branch 'master' of git://github.com/vmichnowicz/KineticJS into vmichnowicz-master 2014-03-14 12:56:14 +08:00
Victor Michnowicz
0898c24b7a add() now can add multiple layers or nodes 2014-03-13 23:30:46 -04:00
Eric Rowell
c623666206 deprecated transformsEnabled property. Continued developing the new FastLayer class 2014-03-09 12:41:16 -07:00
Лаврёнов Антон
86178185bc optional filter callback for getChildren function. close #313 2014-03-02 09:25:22 +08:00
Лаврёнов Антон
3a5b6eb766 Faster removeChildren and destroyChildren methods 2014-03-02 08:21:11 +08:00