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
Eric Rowell
64d6c79a6a
moved factory logic out of Node.js to Factory.js
2013-08-10 21:11:34 -07:00
Eric Rowell
a3da0211d8
fixed blob regression bug. added unit test for setTension()
2013-07-28 00:03:56 -07:00
Eric Rowell
7e660d0587
added beta task runner, and updated README
2013-07-27 23:26:06 -07:00
Eric Rowell
e5c52a92f0
updated build process. dev version no longer pulls the version number from the package.json file. It instead always uses dev. Also set some things up for -beta build support
2013-07-27 21:09:33 -07:00
ippo615
4d3575ecea
Renamed some files. Removed lighten and darken.
...
Renamed Colors.js to ColorPack.js and Colvolution.js to ConvolvePack.js.
Also removed convolution based 'lighten' and 'darken' (from the code
and the tests).
2013-07-22 22:53:04 -04:00
ippo615
f640d19042
Working on convolution based filters
2013-07-14 22:20:45 -04:00
ippo615
1ef20456ba
Added color filters
2013-07-11 21:02:51 -04:00
Eric Rowell
824e9fdbee
brought back Ellipse and ellipse tests
2013-06-06 22:07:53 -07:00
Eric Rowell
98dff50c93
fixed all jshint errors except for Path, Mask, and Blur
2013-06-01 22:17:18 -07:00
Eric Rowell
77793aed60
lots of jshinting
2013-06-01 22:03:02 -07:00
Eric Rowell
8bc007118c
added jshint to the build
2013-06-01 16:13:33 -07:00