Eric Rowell
|
50a91d1e8b
|
updated pixelate unit tests
|
2014-01-02 22:05:57 -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
|
a0d0f23ef8
|
updated mask filter tests
|
2014-01-02 20:55:05 -08:00 |
|
Eric Rowell
|
bbdbbd4d61
|
fixed grayscale filter and updated tests
|
2013-12-31 21:00:07 -08:00 |
|
Eric Rowell
|
3321102784
|
brighten tests are now passing
|
2013-12-31 13:16: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 |
|
Eric Rowell
|
50b3220812
|
migrated old manual test to new testing system. fixed tweening issues
|
2013-12-05 23:10:42 -08: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 |
|
ippo615
|
22793dc93e
|
Added new filter tests to the test runner.
|
2013-11-26 17:27:58 -05:00 |
|
Barrett Harber
|
14570f7bed
|
Added Sepia Filter
Add Sepia Filter from Pixastic Library
|
2013-11-25 20:39:08 -05:00 |
|
Eric Rowell
|
f5d5e26e5e
|
fixed pixel ratio issue with buffer canvas usage
|
2013-11-02 22:31:09 -07:00 |
|
ippo615
|
5af658af66
|
Uncommented the funtional tests
|
2013-09-29 15:11:45 -04:00 |
|
ippo615
|
a9c0833a36
|
Added filter tests to runner.html
|
2013-09-29 15:09:15 -04:00 |
|
Eric Rowell
|
5bac5358a9
|
finished migrating DD tests to mocha. refactored functional test site directory
|
2013-09-25 23:25:59 -07:00 |
|
ericdrowell
|
068cb1efc8
|
added new content events to clean up stage events. added first mocha functional test
|
2013-09-20 16:17:32 -07:00 |
|
Eric Rowell
|
a9496339d1
|
finished migrating all unit tests over to Mocha
|
2013-09-11 12:02:03 -07:00 |
|
Eric Rowell
|
dd6f8a754d
|
migrated stage tests to Mocha
|
2013-09-10 21:38:26 -07:00 |
|
Eric Rowell
|
2fb34e3dc7
|
migrated TextPath and Shape tests to mocha
|
2013-09-10 21:17:56 -07:00 |
|
Eric Rowell
|
1ea9e68ff6
|
migrated Canvas, DragAndDrop, Global, and Tween tests to mocha
|
2013-09-09 10:08:16 -07:00 |
|
Eric Rowell
|
c40fc7cf38
|
removed Global namespace. global stuff is now just global, inside the Kinetic namespace. There was no reason to have a secondary level for global vars
|
2013-09-08 22:02:04 -07:00 |
|
Eric Rowell
|
400fae734d
|
migrated unit tests to Mocha
|
2013-09-08 21:36:54 -07:00 |
|
Eric Rowell
|
976b88dea5
|
migrated path tests to Mocha, and also correctly fixed #567
|
2013-09-07 23:42:11 -07:00 |
|
Eric Rowell
|
9141953569
|
migrated more plugin tests, and continued working on context tracer
|
2013-09-07 20:55:03 -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
|
e5cdaff1d1
|
removed console log from runner
|
2013-09-04 09:06:18 -07:00 |
|
Eric Rowell
|
db43c1a694
|
added image unit tests. Added stage factory function to mocha runner
|
2013-09-04 09:05:19 -07:00 |
|
Eric Rowell
|
7ac45b7c4c
|
migrated Ellipse test to Mocha, and finished up context wrapper methods
|
2013-09-02 21:16:26 -07:00 |
|
Eric Rowell
|
f298267bd7
|
migrated text tests. added more context wrapper methods and properties
|
2013-09-02 20:35:25 -07:00 |
|
Eric Rowell
|
18d36d9d77
|
migrated Rect and Blob tests to Mocha
|
2013-09-02 11:39:05 -07:00 |
|
Eric Rowell
|
159959a077
|
migrated all Circle tests from old unit test framework to Mocha
|
2013-09-01 14:08:21 -07:00 |
|
Eric Rowell
|
8c3a53dc9d
|
started working on context tracing. Added first context trace unit test
|
2013-09-01 01:13:52 -07:00 |
|
Eric Rowell
|
4247553708
|
setup mocha-phantomjs, test runner, and a few Util tests
|
2013-08-28 23:19:29 -07:00 |
|