Commit Graph

1508 Commits

Author SHA1 Message Date
lavrton
852694fff0 build 2015-01-21 10:31:32 +07:00
lavrton
6ebd9fc554 better layer draw hit. hit updates for not dragging layer 2015-01-21 10:29:33 +07:00
lavrton
e657b9fc19 Merge remote-tracking branch 'origin/master' 2015-01-20 17:24:47 +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
lavrton
a5b8c486ce text is black by default 2015-01-20 17:05:56 +07:00
lavrton
cf76a06884 line with empty points 2015-01-20 17:05:03 +07:00
Anton Lavrenov
5a08e6343f Merge pull request #4 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-01-15 10:52:03 +06:00
The Gitter Badger
81829254e5 Added Gitter badge 2015-01-15 03:51:18 +00:00
lavrton
b30f34d2e5 new docs folder 2015-01-15 10:11:37 +07:00
lavrton
73a4a573b1 repair build 2015-01-15 10:10:57 +07:00
lavrton
94b52e68e0 repair build 2015-01-15 10:10:46 +07:00
lavrton
58a4e47054 build 2015-01-15 09:47:30 +07:00
lavrton
e5122a16a6 clearing grunt tasks 2015-01-15 09:47:19 +07:00
lavrton
2f8bd0efa4 fix docs 2015-01-15 09:46:48 +07:00
lavrton
a78f01365d fix name selector bug. close #3 2015-01-15 09:41:29 +07:00
lavrton
6e50e634f5 fix dragBoundFunc docs. close #1 2015-01-14 07:33:18 +07:00
lavrton
c852a10d59 new documentation for homepage 2015-01-13 15:26:01 +07:00
lavrton
f0056bef1c cdn added 2015-01-12 18:11:52 +07:00
lavrton
1b0f2874d8 update homepage 2015-01-12 18:11:39 +07:00
lavrton
2632dda0f7 move files 2015-01-09 22:45:45 +07:00
lavrton
62a3ab6881 add logo 2015-01-09 21:54:30 +07:00
lavrton
288c2cc9db update credits 2015-01-09 21:52:27 +07:00
lavrton
dfdd3a82fb update readme 2015-01-09 20:17:38 +07:00
lavrton
000227587d fix typo 2015-01-09 20:08:35 +07:00
lavrton
b945207767 update badges 2015-01-09 19:55:00 +07:00
lavrton
4e66cf3d3b update readme 2015-01-09 19:51:36 +07:00
lavrton
07622b64ae 5.1.9 2015-01-09 19:07:20 +07:00
lavrton
1447077f44 update credits 2015-01-09 17:26:01 +07:00
Лаврёнов Антон
7f853ddc00 update dev dependencies. close #1015 2014-10-03 13:03:50 +08:00
Лаврёнов Антон
a4ea6a65a5 intersects with shadow. close #1027 2014-10-02 22:41:51 +08:00
Лаврёнов Антон
362bcf9efc solve #1026 2014-10-02 22:28:51 +08:00
Лаврёнов Антон
565adc2fb6 Merge branch 'mattslocum-patch-1' 2014-09-24 10:27:05 +08:00
Лаврёнов Антон
7f7fb652da clean tests and adding docs 2014-09-24 10:26:42 +08:00
Лаврёнов Антон
7a2173dd7f Merge branch 'patch-1' of github.com:mattslocum/KineticJS into mattslocum-patch-1 2014-09-24 10:18:02 +08:00
Лаврёнов Антон
dbc7a83a50 fix #1016 2014-09-23 17:32:13 +08:00
Лаврёнов Антон
0e2136387c fix #1018 2014-09-23 15:05:30 +08:00
Matt Slocum
9de8d2f806 KineticJS Unit Tests :: find with multiple names
Added unit tests to find nodes by name that have multiple names
2014-08-27 04:49:01 +00:00
Лаврёнов Антон
b984c26e15 Merge remote-tracking branch 'origin/master' 2014-08-27 12:43:50 +08:00
Лаврёнов Антон
b321f20cdb New Arrow shape ⤵️ 2014-08-27 12:43:33 +08:00
Matt Slocum
0a1289c645 Unit Tests :: added Kinetic._addName 2014-08-26 22:07:43 -06:00
Anton Lavrenov
eee66e4b6e Update README.md 2014-08-25 23:16:56 +08:00
Matt Slocum
19672c2727 Allow nodes to have multiple names similar to css
The name field of a shape or element currently only supports a single name, but the find selector mimics css which supports multiple class names per node. This enhancement allows the name field to also support multiple names. 

For example you could name a circle: 'red circle' and a square: 'red square', and now stage.find('.red') will return both elements, but stage.find('.square') will return just the square.
2014-08-24 21:48:27 -06:00
Лаврёнов Антон
7d53f23f79 compile 2014-08-24 11:11:33 +08:00
Лаврёнов Антон
de6548f893 add mousewheel to docs 2014-08-24 11:09:43 +08:00
Лаврёнов Антон
cf15394888 Merge branch 'vmichnowicz-master' 2014-08-24 11:06:02 +08:00
Лаврёнов Антон
ba5420d900 Merge branch 'master' of github.com:vmichnowicz/KineticJS into vmichnowicz-master
Conflicts:
	src/Layer.js
2014-08-24 11:05:36 +08:00
Лаврёнов Антон
7fb330dec7 new performance test 2014-08-23 18:19:35 +08:00
Лаврёнов Антон
1b925ed5f0 better animation and sprite workflow. fix #1002, #974, #700 2014-08-23 18:11:41 +08:00
Лаврёнов Антон
3dbd5d08ad Merge branch 'YoruNoHikage-master' 2014-08-21 07:51:17 +08:00