Commit Graph

1128 Commits

Author SHA1 Message Date
Лаврёнов Антон
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
Лаврёнов Антон
c34873d8c1 mouse dragging only with left button. fix #272 2014-05-16 22:52:17 +08:00
Лаврёнов Антон
16511a9aef remove all events with node.off() 2014-05-15 23:45:04 +08:00
Jason Follas
f9f7b89c3f Fix for touch events in Internet Explorer 10/11 on mobile devices (i.e., Windows Phone 8+) 2014-05-14 09:18:41 -04: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
Victor Michnowicz
3214b680c5 Clear cache, tabs to spaces 2014-05-09 10:42:09 -04:00
Victor Michnowicz
7d16ca6cca Clear imageData after draw to hit canvas 2014-05-09 10:41:56 -04:00
Victor Michnowicz
e6a9447867 Try and make it faster 2014-05-09 10:41:45 -04:00
Лаврёнов Антон
f99975441e fix typo of shouldDrawHit 2014-05-09 17:08:14 +08:00
Лаврёнов Антон
31d69ef9fa build 2014-05-09 15:51:35 +08:00
Лаврёнов Антон
13ac26ce58 docs improvment 2014-05-09 15:43:40 +08:00
Лаврёнов Антон
d82ec329e9 restore 'empty' drag algorithm 2014-05-08 18:34:38 +08:00
Лаврёнов Антон
3f0e89cd95 better detecting 'empty' dragging 2014-05-08 10:15:54 +08:00
Лаврёнов Антон
f648852975 improve shouldDrawHit behaviour 2014-05-06 16:21:25 +08:00
Лаврёнов Антон
43d0deb717 Merge branch 'fix-listening' of git://github.com/kzhdev/KineticJS into kzhdev-fix-listening 2014-05-06 15:52:00 +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
Лаврёнов Антон
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
Лаврёнов Антон
4d447f89c4 preventDefault on drag on touch 2014-05-03 12:11:34 +08:00
Лаврёнов Антон
6be02874e3 Merge branch 'improve-dragmove-performance' of git://github.com/kzhdev/KineticJS into kzhdev-improve-dragmove-performance
Conflicts:
	src/Stage.js
2014-05-03 11:32:47 +08:00
Лаврёнов Антон
3aebe80404 correct mouse events for nested groups. fix #912 2014-05-02 08:45:52 +08:00
Лаврёнов Антон
e24a9c4b03 refactor + docs 2014-05-01 09:24:51 +08:00
Лаврёнов Антон
aa113f602c Merge branch 'drag-performance-improvement' of git://github.com/kzhdev/KineticJS into kzhdev-drag-performance-improvement 2014-05-01 08:44:44 +08:00
Лаврёнов Антон
6e4dab9013 Merge branch 'fix-DblClick-after-dragging' of git://github.com/kzhdev/KineticJS into kzhdev-fix-DblClick-after-dragging
Conflicts:
	test/unit/Stage-test.js
2014-04-30 09:04:06 +08:00
Лаврёнов Антон
0df912e4c1 workaround for mousemove chrome bug. close #827 2014-04-29 13:45:30 +08:00
Лаврёнов Антон
01964549eb now we may use cache before adding to layer 2014-04-27 22:39:51 +08:00
Лаврёнов Антон
577b6c555c remove eval statement. fix #906 2014-04-26 17:25:21 +08:00
Лаврёнов Антон
70d7b127c0 find("Label") bug fixed. close #905 2014-04-25 19:17:12 +08:00
Лаврёнов Антон
2439040316 better getIntersection system. fix #818, #808, #603, #879 2014-04-22 10:58:01 +08:00
Лаврёнов Антон
fc40c0eff2 update filter docs with links and examples 2014-04-18 00:48:46 +08:00
Лаврёнов Антон
61542ea6cc removeEventListener for better HammerJS support 2014-04-15 08:51:18 +08:00
Лаврёнов Антон
71dd7c6abe update global docs 2014-04-14 09:49:10 +08:00
Лаврёнов Антон
6f26aa2558 batchDraw is BaseLayer method. fix #893 2014-04-10 23:00:12 +08:00
Лаврёнов Антон
9c2347fcaa correct stage size changing with FastLayer. fix #887 2014-04-09 21:24:00 +08:00
Лаврёнов Антон
3b14818ac5 fix fast layer docs. Also node and container parameters added 2014-04-09 17:53:15 +08:00
Eric Rowell
2df46b4ace striped out br tags from the docs 2014-04-03 20:17:09 -07:00
Eric Rowell
8bdfc1215b Merge branch 'master' of git://github.com/ericdrowell/KineticJS 2014-03-27 22:32:26 -07:00
Eric Rowell
0300a89a3a fixed merge conflict 2014-03-27 22:31:53 -07:00
Eric Rowell
3abf84a9b7 Merge pull request #865 from binhqx/patch-1
Update Stage.js
2014-03-27 22:24:37 -07:00
Eric Rowell
0800f1e31a removed removeChildren and destroyChildren from stage. No need to override anymore 2014-03-27 22:08:34 -07:00
Eric Rowell
89db41693c patched up #866 2014-03-27 22:02:58 -07:00
Лаврёнов Антон
2176f0ee51 removeChildren and destroyChildren of Stage now remove canvases. fix #866 2014-03-27 23:32:26 +08:00
Лаврёнов Антон
513b2abd45 add new API for event object for drag events. 2014-03-27 23:01:08 +08:00
Eric Rowell
c96b076932 fixed up drawBorder debug border for caching 2014-03-26 23:11:46 -07:00
Eric Rowell
06c14f29f1 the draw method doesn't need a top node argument 2014-03-22 00:17:56 -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
386971ce70 Merge branch 'master' of git://github.com/ericdrowell/KineticJS 2014-03-21 20:45:01 -07:00