Commit Graph

1028 Commits

Author SHA1 Message Date
Лаврёнов Антон
3c508f96ab evt.targetNode property for Hammer Event 2014-02-28 08:20:20 +08:00
Лаврёнов Антон
faa3ef13cd fix #431 2014-02-28 00:07:29 +08:00
Лаврёнов Антон
6c46e44bbd fix #500 2014-02-27 22:53:30 +08:00
Лаврёнов Антон
c8ddd27c2c Alpha nodejs support 2014-02-27 19:55:39 +08:00
Лаврёнов Антон
098fabbfc1 merge 2014-02-27 09:13:55 +08:00
Лаврёнов Антон
eb16e29197 only lint errors fixes 2014-02-27 08:49:18 +08:00
Лаврёнов Антон
2757842935 fix #670
Some lint error resolve
2014-02-27 08:19:29 +08:00
Eric Rowell
26a267a457 skipping sprite tests because it fails sporadically 2014-02-26 10:54:21 -08:00
Eric Rowell
160de825fa now that mousemove and touchmove are async due to throttling, the tests have to be async as well 2014-02-26 10:38:03 -08:00
Eric Rowell
64c657c9ba Merge branch 'master' of git://github.com/ericdrowell/KineticJS 2014-02-26 08:46:47 -08:00
Eric Rowell
8fcd882ba5 added throttling to mousemove and touchmove. Added logic to prevent Android from detecting both touch and mouse events 2014-02-26 08:46:26 -08:00
Eric Rowell
04b19e7d8a Merge pull request #786 from kzhdev/fix-setPixelRatio
fixed an issue where setPixelRatio changed canvas to wrong size
2014-02-26 08:03:00 -08:00
Eric Rowell
c2e138c6f4 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 2014-02-26 07:57:05 -08:00
sonnym
2f7821c898 add font-variant support to Text and TextPath 2014-02-25 17:34:16 -05:00
Лаврёнов Антон
2055e864a6 ellipse code example is added to docs 2014-02-25 08:30:11 +08:00
Anton Lavrenov
ae65708ed6 Merge pull request #802 from Moeriki/ellipse-doc
updated constructor documentation
2014-02-25 07:26:15 +07:00
Лаврёнов Антон
6b8fff082e _setInterval for Sprite 2014-02-25 07:30:10 +08:00
Anton Lavrenov
627040990b Merge pull request #823 from lavrton/extendEvents
Some event methods aliases
2014-02-24 23:48:23 +07:00
Лаврёнов Антон
08d9be8371 fix #447 2014-02-25 00:40:35 +08:00
Лаврёнов Антон
7e62414f0c docs: fix cache config 2014-02-24 22:33:25 +08:00
Лаврёнов Антон
59bf6a3f9b docs: clear is method of layer 2014-02-24 22:23:19 +08:00
Лаврёнов Антон
9926f5a6a9 setSize docs improve 2014-02-24 22:20:19 +08:00
Лаврёнов Антон
e97f3a4138 more event methods 2014-02-21 09:03:21 +08:00
Eric Rowell
f8ccd574cb 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 2014-02-19 08:39:38 -08:00
Dieter Luypaert
fbd4a4a330 updated constructor documentation to comply with new "object literals" rule 2014-02-10 20:49:13 +01:00
ippo615
02acf9b2ba Kaleidoscope uses nearest neighbor instead of linear interpolation (performance boost) 2014-02-08 12:46:46 -05:00
ippo615
0b36fb91a9 Removed dependencies from HSL filter. 2014-01-31 17:03:25 -05:00
ippo615
da5055cf28 New HSL filter. HSV and HSL want values between -1.0 and +1.0 (was 0.5 to 2.0) 2014-01-31 16:49:11 -05:00
kzhdev
ed03702cd5 fixed an issue where setPixelRatio changed canvas to wrong size 2014-01-30 16:15:18 -06:00
ippo615
774f50007c Added HSL filter. 2014-01-27 19:59:42 -05:00
Eric Rowell
82db0dd843 using getter overloader for toObject() method 2014-01-21 00:00:38 -08:00
Eric Rowell
99719bad44 fixed #769 2014-01-20 23:56:35 -08:00
Eric Rowell
d7796a1955 added new after func for factor setters. The filters can now hook into after, rather than a validator 2014-01-20 22:47:47 -08:00
Eric Rowell
da28418239 introduced new alpha component for colors. fixed #755. Created new validators namespace for getter setter validator functions 2014-01-20 11:26:01 -08:00
Eric Rowell
9579d4b2f6 Merge pull request #739 from lavrton/docImprove
Doc improve
2014-01-19 21:57:48 -08:00
Eric Rowell
2243010d33 collections are now chainable 2014-01-19 21:37:13 -08:00
Eric Rowell
f1b1c58166 all methods are now copied to Collection prototype so that you don't have to use the each() method all the time 2014-01-19 21:35:28 -08:00
Eric Rowell
79f86f2fe0 fixed pattern scale default issue 2014-01-12 21:48:33 -08:00
Лаврёнов Антон
07f89dc7c4 ring have no angle conf 2014-01-13 01:21:23 +08:00
Лаврёнов Антон
fb92e63985 Ellipse radius typo? 2014-01-13 01:20:37 +08:00
Лаврёнов Антон
d5cb070933 tween methods are chainable 2014-01-13 01:18:35 +08:00
Лаврёнов Антон
89415e6853 getPointerPosition return object 2014-01-13 01:15:35 +08:00
Лаврёнов Антон
1db2a43657 hasChildren returns Boolean 2014-01-13 01:07:57 +08:00
Лаврёнов Антон
90dd146c47 find returns Collection 2014-01-13 01:07:06 +08:00
Лаврёнов Антон
a8adef8927 Container's add return this 2014-01-13 01:05:46 +08:00
Лаврёнов Антон
41927fd0c1 toImage don't return image - because async. 2014-01-13 01:03:23 +08:00
Лаврёнов Антон
de8073b89b toDataURL don't need callback. It is sync function. 2014-01-13 01:02:40 +08:00
Лаврёнов Антон
2ea7e5c53c getCanvas, getHitCanvas and getContext is Layer methods right? 2014-01-13 00:49:48 +08:00
Лаврёнов Антон
a2714debe6 evt and bubble is optional 2014-01-13 00:46:18 +08:00
Eric Rowell
290d66880a finished Shape docs 2014-01-12 00:23:53 -08:00