Commit Graph

1116 Commits

Author SHA1 Message Date
Eric Rowell
37c3ce1b47 added layer hitGraphEnabled flag 2013-12-09 22:31:18 -08:00
Eric Rowell
0bad22955a removed instances of hit graph enable caching. Too complex and error prone at the moment 2013-12-09 22:15:26 -08:00
Eric Rowell
ce9ddb92e2 added isDraggable back to Node 2013-12-09 10:41:53 -08:00
Eric Rowell
704ff81dd9 cleaned up all jshint errors in Node.js 2013-12-09 10:38:01 -08:00
Eric Rowell
e946f473db finally got around to adding return docs for every node method 2013-12-09 10:33:31 -08:00
Eric Rowell
1f4ff9f1d7 cleaned up isListening API. introduced new enableHitGraph config that can be used to disable the hit graph 2013-12-09 10:07:08 -08:00
ippo615
0c552cc96e Merge branch 'master' of https://github.com/ericdrowell/KineticJS 2013-12-07 12:38:18 -05:00
ippo615
827caaa451 Added more Polar effects and corrected documentation. 2013-12-07 12:36:48 -05:00
ippo615
19ed9c79a6 Adjusted documentation for color pack 2013-12-07 12:35:58 -05:00
ippo615
2397712f6e Improved Colorization filter.
- Looks better (brightness of original is preserved)
 - Improved speed (2-6 times faster than original)
 - Reduced code
2013-12-07 11:31:38 -05:00
Eric Rowell
50b3220812 migrated old manual test to new testing system. fixed tweening issues 2013-12-05 23:10:42 -08:00
Eric Rowell
c7bb7d90ad reenabled all tests 2013-12-05 22:30:54 -08:00
Eric Rowell
eb6d4dbe8f Merge branch 'master' of github.com:ericdrowell/KineticJS 2013-12-05 22:30:18 -08:00
Eric Rowell
422a6b305b implemented enableNestedTransforms flag which forces the rendering engine to skip nested transform calculations when they aren't needed 2013-12-05 22:29:50 -08:00
ippo615
2c3a29681e Updated some filters and tests. 2013-12-05 18:20:00 -05:00
ippo615
52f96c540b Merge branch 'master' of https://github.com/ericdrowell/KineticJS 2013-12-04 19:10:08 -05:00
ippo615
a680d33c40 Added Gaussian Blur back, put QuickBlur in separate file 2013-12-04 19:03:20 -05:00
Eric Rowell
76285f59b0 removed tildes from package json file to hopefully fix the build. There appears to be a versioning issue with one of the packages 2013-12-04 11:46:07 -08:00
Eric Rowell
95d3f3fe45 Merge branch 'master' of github.com:ericdrowell/KineticJS 2013-12-04 10:57:42 -08:00
Eric Rowell
13a98a350c all unit tests are now passing 2013-12-04 10:55:50 -08:00
Eric Rowell
89de3030af all unit tests are now passing except for filter tests 2013-12-04 09:55:17 -08:00
Eric Rowell
f217200ed7 reverted factory methods but removed data type processing 2013-12-04 09:10:24 -08:00
Eric Rowell
5d5a378375 more tweaks 2013-12-04 08:56:21 -08:00
Eric Rowell
c98a9d76a9 all shape and plugin tests are now passing again 2013-12-04 08:37:28 -08:00
Eric Rowell
533699b731 component attrs are now the source of truth again 2013-12-04 08:15:04 -08:00
Eric Rowell
fb25ba7c59 Factory getters now require function defaults which return an object literal because objects can be modified by reference 2013-12-03 22:54:16 -08:00
Eric Rowell
acd9518ab9 fixed up Circle and Ellipse tests 2013-12-03 22:01:22 -08:00
ippo615
21b0bb8574 Made filters (Levels, Noise, Threshold) tweenable 2013-12-03 19:59:43 -05:00
ippo615
b1b4eca375 Fixed bug in Flip filter, works on single buffer 2013-12-03 19:20:34 -05:00
ippo615
cfa6641d1a Improved color stretch filter 2013-12-03 19:12:17 -05:00
ippo615
5c941a6479 Fixed jshint errors 2013-12-03 18:37:17 -05:00
ippo615
632b81137a Added tweening to HSV filter 2013-12-03 18:34:24 -05:00
Eric Rowell
8c8cf0492c shape tests are now passing. all factor setters now return this 2013-12-02 22:16:58 -08:00
Eric Rowell
411b337efe layer tests are now passing 2013-12-02 21:32:46 -08:00
Eric Rowell
a57d6c6106 more unit tests working, more refactoring 2013-12-02 21:25:20 -08:00
Eric Rowell
86686eb590 image unit tests are now passing 2013-12-02 10:51:05 -08:00
Eric Rowell
790a50d438 fixed up line tests 2013-12-02 00:09:42 -08:00
Eric Rowell
f966758bce removed before event emitter for attr changes to improve performance. I don't think it's really needed 2013-12-02 00:06:27 -08:00
Eric Rowell
722ae82f21 Rect tests are now passing 2013-12-01 23:47:24 -08:00
Eric Rowell
9c3be4bb05 all unit tests are no passing 2013-12-01 23:17:20 -08:00
Eric Rowell
a7740ba96e copying over chunks of code from arrays branch 2013-12-01 23:08:15 -08:00
ippo615
79fcf535f3 Added documentation for fast blur filter 2013-12-01 22:41:33 -05:00
ippo615
26e7aeeba4 Pixelate is tweenable and works with images. 2013-12-01 22:37:17 -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
00861095f4 Removed unsed blurring code 2013-11-30 11:37:19 -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
Eric Rowell
4fafde7451 added some new perf tests 2013-11-29 13:49:59 -08:00
Eric Rowell
ae5b76d332 fixed typo in unit test 2013-11-27 22:22:12 -08:00
Eric Rowell
24d41e5506 commented out offending unit test for now 2013-11-27 22:21:44 -08:00
Eric Rowell
658064b5ef improved event edge detection algo 2013-11-27 21:53:41 -08:00