lavrton
|
e56454c31e
|
rebranding updates
|
2015-01-27 15:25:10 +07:00 |
|
Jovination
|
607ef1837b
|
Renaming
|
2015-01-27 00:07:51 -07:00 |
|
lavrton
|
46bb48e470
|
fix docs
|
2015-01-20 17:06:21 +07:00 |
|
lavrton
|
b30f34d2e5
|
new docs folder
|
2015-01-15 10:11:37 +07:00 |
|
lavrton
|
e5122a16a6
|
clearing grunt tasks
|
2015-01-15 09:47:19 +07:00 |
|
lavrton
|
c852a10d59
|
new documentation for homepage
|
2015-01-13 15:26:01 +07:00 |
|
lavrton
|
2632dda0f7
|
move files
|
2015-01-09 22:45:45 +07:00 |
|
lavrton
|
288c2cc9db
|
update credits
|
2015-01-09 21:52:27 +07:00 |
|
Лаврёнов Антон
|
b321f20cdb
|
New Arrow shape ⤵️
|
2014-08-27 12:43:33 +08:00 |
|
Лаврёнов Антон
|
efa2de2f04
|
npm ready
|
2014-04-17 17:58:51 +08:00 |
|
Eric Rowell
|
1390a16443
|
refactored jsdocs a little bit
|
2014-03-27 23:34:06 -07:00 |
|
Eric Rowell
|
a9b63fc8ed
|
added new BaseLayer, which Layer and FastLayer extend
|
2014-03-20 11:15:55 -07:00 |
|
Eric Rowell
|
09af9f62dd
|
setup FastLayer. Layer won't extend FastLayer until FastLayer is complete
|
2014-03-08 18:05:14 -08:00 |
|
Лаврёнов Антон
|
798d1acf28
|
Pure NodeJS environment test runner: grunt node-test
|
2014-03-04 19:35:26 +08:00 |
|
Eric Rowell
|
f41b107474
|
changed lint to hint in grunt file, and removed KineticEvents-test as it is not a functional test
|
2014-02-27 19:15:18 -08:00 |
|
Лаврёнов Антон
|
5cbb73a079
|
gen-doc -> docs
|
2014-02-28 08:21:29 +08:00 |
|
Лаврёнов Антон
|
ac2cb3c7ea
|
grunt server tasks added
|
2014-02-27 18:45:28 +08:00 |
|
Лаврёнов Антон
|
5a4ffb0621
|
test, gen-doc tasks
|
2014-02-27 17:56:41 +08:00 |
|
Лаврёнов Антон
|
eb16e29197
|
only lint errors fixes
|
2014-02-27 08:49:18 +08: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 |
|
Eric Rowell
|
45bc983dfc
|
added dev and minified versions of kinetic to root without version in the name. updated bower build steps
|
2014-01-21 20:50:30 -08:00 |
|
Eric Rowell
|
37df33a8eb
|
hooked bower json file generation to full grunt build. added minified build so root directory
|
2014-01-19 21:51:06 -08:00 |
|
Eric Rowell
|
749c8731db
|
removed filter getter setter from factory. Filter methods now use addGetterSetter like all of the other classes
|
2014-01-08 23:40:47 -08:00 |
|
Eric Rowell
|
4d8ee45f71
|
Sprite animations keys are now set to arrays of integers, not array of object literals containing x y width and height. changed index attr to frameIndex
|
2014-01-07 00:43:31 -08:00 |
|
Eric Rowell
|
3c9eee732f
|
beginning to prep for 5.0.0 release. Disabling Ripple and Kaleidoscope filters for now because they aren't quite ready
|
2014-01-05 14:14:41 -08:00 |
|
Eric Rowell
|
193b9d0970
|
fixed kaleidoscope filter spelling
|
2014-01-05 13:32:50 -08:00 |
|
ippo615
|
baf36a0ced
|
Merge branch 'master' of https://github.com/ericdrowell/KineticJS
Conflicts:
Gruntfile.js
|
2014-01-05 13:01:46 -05:00 |
|
ippo615
|
a947bd19ca
|
Added Kalidescope filter.
|
2014-01-05 12:59:20 -05:00 |
|
Eric Rowell
|
7e2c6c97f8
|
changed drawFunc to sceneFunc and drawHitFunc to hitFunc
|
2014-01-04 23:34:01 -08:00 |
|
ippo615
|
ff952bf958
|
Added ripple filter.
|
2014-01-04 23:21:26 -05:00 |
|
Eric Rowell
|
67f71e4785
|
added pixastic Solarize filter
|
2014-01-04 05:34:36 -08:00 |
|
Eric Rowell
|
0d944aac27
|
removed convolve pack. Added pixastic emboss filter
|
2014-01-04 05:21:44 -08:00 |
|
Eric Rowell
|
7f0dc2085b
|
changed Levels filter to Posterize
|
2014-01-03 23:23:53 -08:00 |
|
Eric Rowell
|
dcf2962e2e
|
split ColorPack into RGB and HSV filters. updated tests
|
2014-01-03 20:25:35 -08:00 |
|
Eric Rowell
|
6ddefa05b5
|
removed flip and mirror filters because the same effect can be achieved with transforms, cloning, caching, etc.
|
2014-01-03 11:22:25 -08:00 |
|
Eric Rowell
|
374bc22680
|
renamed ColorStretch filter to Enhance. cleaned up the code a bit. updated tests. changed function signature back to just image data
|
2014-01-02 21:12:41 -08:00 |
|
Eric Rowell
|
12e7b06978
|
first pass at integrating filters into new caching mechanism. added group filter test. Removed blurX and blurY filters because I don't think they'll be needed in their current state. Commented out half filter blur test because it's not a common use case. other filter tests have been disabled for now. Working on enabling them with future commits
|
2013-12-31 13:04:05 -08:00 |
|
Barrett Harber
|
27532e1d05
|
Added Ring Shape
Ring shape—circle with hollow center.
|
2013-12-13 02:07:16 -05:00 |
|
Eric Rowell
|
4e526eb3da
|
changed AnnularSection to Arc
|
2013-12-12 21:20:29 -08:00 |
|
Barrett Harber
|
2a0f5421c9
|
Added Shape AnnularSection
AnnularSection is a section of an annulus (ring)
http://en.wikipedia.org/wiki/Annulus_%28mathematics%29
|
2013-12-12 22:42:30 -05:00 |
|
ippo615
|
a680d33c40
|
Added Gaussian Blur back, put QuickBlur in separate file
|
2013-12-04 19:03:20 -05:00 |
|
ippo615
|
4d16ccfe70
|
Merge branch 'master' of https://github.com/binoculars/KineticJS into binoculars-master
Conflicts:
Gruntfile.js
test/runner.html
|
2013-11-30 13:17:51 -05:00 |
|
Eric Rowell
|
4b62ecea7c
|
combined Line, Spline, Blob, and Polygon into a single shape for more flexibility. converted allPoints property into cacheable getTensionPoints method
|
2013-11-30 00:24:47 -08:00 |
|
ippo615
|
8e3b9580d3
|
Added new filters from filter branch.
|
2013-11-26 16:26:03 -05:00 |
|
Barrett Harber
|
14570f7bed
|
Added Sepia Filter
Add Sepia Filter from Pixastic Library
|
2013-11-25 20:39:08 -05:00 |
|
Eric Rowell
|
4683ae6917
|
removed test dependencies from grunt
|
2013-09-11 12:05:34 -07:00 |
|
Eric Rowell
|
ee5f4c3e3b
|
finished migrating all shape unit tests over to mocha. continued working on context tracing support
|
2013-09-07 17:57:48 -07:00 |
|
Eric Rowell
|
3ba89d36e7
|
introduced new Context class. I've bumped up the next release to v4.7.0 because this is a relatively big mind shift in how the framework works, and it's a big enough API change to warrant a minor update. This is the first step towards enabling context tracing for stellar unit testing
|
2013-08-31 21:49:18 -07:00 |
|
Eric Rowell
|
6663ec0652
|
clipping regions now work correctly when device pixel ratio != 1
|
2013-08-25 22:26:42 -07:00 |
|
Eric Rowell
|
a4172088f1
|
resolving conflicts
|
2013-08-11 21:36:18 -07:00 |
|