Anton Lavrenov
|
3c1e2804de
|
better HDPI support
update packages
|
2016-02-28 16:57:15 +08:00 |
|
Anton Lavrenov
|
e3596d6c63
|
repair cancelBubble event property behaviour. fix #123.
|
2016-01-26 23:21:25 +08:00 |
|
Anton Lavrenov
|
ff82ad1901
|
optimize change event. close #120
|
2016-01-07 15:57:36 +08:00 |
|
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 |
|
lavrton
|
d1d30c6c1a
|
event delegation support
|
2015-11-22 10:44:33 +07:00 |
|
lavrton
|
ff6a2bf0cc
|
fix toObject for extended attrs. close #86
|
2015-08-28 11:36:38 +07:00 |
|
lavrton
|
026423402d
|
update Konva.Node.create flow
|
2015-08-28 10:29:52 +07:00 |
|
Anton Lavrenov
|
d455d0f994
|
mark some methods as deprecated
|
2015-05-07 08:48:15 +07:00 |
|
Anton Lavrenov
|
3dff461592
|
set default pixelRatio for method
|
2015-04-27 11:20:55 +07:00 |
|
Anton Lavrenov
|
429ef19a93
|
update toDataURL test
|
2015-04-26 07:38:41 +07:00 |
|
Anton Lavrenov
|
923c466572
|
test for toDataURL + HDPI
|
2015-04-26 07:26:54 +07:00 |
|
lavrton
|
44f7d17847
|
repair tests
|
2015-04-13 07:17:32 +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
|
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 |
|
lavrton
|
3b94673d73
|
Merge branch 'master' of https://github.com/jovination/konva into jovination-master
Conflicts:
src/Stage.js
test/unit/Node-test.js
test/unit/Shape-test.js
test/unit/plugins/Path-test.js
|
2015-01-27 15:15:05 +07:00 |
|
Jovination
|
607ef1837b
|
Renaming
|
2015-01-27 00:07:51 -07:00 |
|
lavrton
|
f9a08a6acc
|
rendering shadows and strokes test improve
|
2015-01-27 13:21:02 +07:00 |
|
Лаврёнов Антон
|
16511a9aef
|
remove all events with node.off()
|
2014-05-15 23:45:04 +08:00 |
|
Лаврёнов Антон
|
917ca5bc56
|
better caching if node not in layer
|
2014-05-11 20:22:30 +08:00 |
|
Лаврёнов Антон
|
f648852975
|
improve shouldDrawHit behaviour
|
2014-05-06 16:21:25 +08:00 |
|
Лаврёнов Антон
|
d579c97f83
|
unit test for group hit graph and listening
|
2014-05-06 15:51:24 +08:00 |
|
Лаврёнов Антон
|
a0b98bded0
|
improve image drawing performance
|
2014-05-05 11:09:31 +08:00 |
|
Лаврёнов Антон
|
4cf968749c
|
unit test for drawing hit before adding shape to layer
|
2014-05-04 12:11:50 +08:00 |
|
Лаврёнов Антон
|
01964549eb
|
now we may use cache before adding to layer
|
2014-04-27 22:39:51 +08:00 |
|
Eric Rowell
|
c96b076932
|
fixed up drawBorder debug border for caching
|
2014-03-26 23:11:46 -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 |
|
Eric Rowell
|
e6b44bb75d
|
fixed #539 and also added size() overloader
|
2014-03-20 20:39:40 -07:00 |
|
Лаврёнов Антон
|
b364af6f4d
|
Merge branch 'master' of github.com:ericdrowell/KineticJS
|
2014-03-11 23:15:20 +08:00 |
|
Лаврёнов Антон
|
d0c7aed452
|
tests for drag distance
|
2014-03-11 23:14:03 +08:00 |
|
Eric Rowell
|
e7175824a1
|
commenting out assertions that are failing in Travis CI. The tests pass perfectly locally in both a browser and PhantomJS. will need to investigate
|
2014-03-10 00:19:14 -07:00 |
|
Eric Rowell
|
396ca81764
|
fixed up unit tests
|
2014-03-09 23:07:31 -07:00 |
|
Eric Rowell
|
aa7f56be26
|
fixed up caching now that transformsEnabled attr has been removed
|
2014-03-09 22:59:53 -07:00 |
|
Eric Rowell
|
a9ecfd74a2
|
Merge branch 'master' of git://github.com/ericdrowell/KineticJS
|
2014-03-09 12:41:25 -07:00 |
|
Eric Rowell
|
c623666206
|
deprecated transformsEnabled property. Continued developing the new FastLayer class
|
2014-03-09 12:41:16 -07:00 |
|
Лаврёнов Антон
|
8443a3876a
|
Merge branch 'fix-duplicate-test-names' of git://github.com/dpbevin/KineticJS into dpbevin-fix-duplicate-test-names
|
2014-03-09 13:08:20 +08:00 |
|
Лаврёнов Антон
|
45ddf95629
|
better cloning of node: array copied as copy, nor reference
|
2014-03-08 10:50:53 +08:00 |
|
Лаврёнов Антон
|
d65201a12f
|
stage clone has new container. fix #707
|
2014-03-07 22:51:26 +08:00 |
|
Лаврёнов Антон
|
798d1acf28
|
Pure NodeJS environment test runner: grunt node-test
|
2014-03-04 19:35:26 +08:00 |
|
Лаврёнов Антон
|
a524ba9ec1
|
fix #767
|
2014-03-03 19:24:00 +08:00 |
|
Лаврёнов Антон
|
e5db9115a0
|
black list for clone function. fix #583
|
2014-03-02 21:51:35 +08:00 |
|
David Bevin
|
5eb5a08e65
|
* Removed duplicated rotation test from Node-test.
* Renamed a test in Tween-test to give it a unique name.
|
2014-02-03 15:22:08 +11:00 |
|
Eric Rowell
|
99719bad44
|
fixed #769
|
2014-01-20 23:56:35 -08:00 |
|
Eric Rowell
|
0e0c92da18
|
added Node unit test
|
2014-01-11 14:59:19 -08:00 |
|
Eric Rowell
|
99e7ad4bf0
|
added back compat Factor method and plugged in the methods that changed with the 5.0.0 release
|
2014-01-10 22:58:55 -08:00 |
|
Eric Rowell
|
79701fcca0
|
reverted center attr back to offset. I think it's more confusing
|
2014-01-10 22:09:22 -08:00 |
|