Eric Rowell
|
fe551c1ece
|
added more pass through methods for the new context class, and added more unit tests
|
2013-09-01 13:28:52 -07:00 |
|
Eric Rowell
|
2f0c889b1e
|
created a proper utility function that handles defaults. Integrating the ntew get() method fixes a shadowBlur issue. fixed #587
|
2013-08-28 09:48:42 -07:00 |
|
Eric Rowell
|
ae66350d7f
|
fixed #577
|
2013-08-25 00:34:49 -07:00 |
|
Eric Rowell
|
2cf0a690f9
|
fixed up dd regression
|
2013-08-12 03:00:08 -07:00 |
|
Eric Rowell
|
3eea92d72e
|
added validation for add(). An error is thrown if an invalid node is added
|
2013-07-22 22:47:13 -07:00 |
|
Eric Rowell
|
e6a9324d50
|
last pull request completely broke the unit tests. had to rewrite the get() logic so that it was correct
|
2013-07-21 16:05:40 -07:00 |
|
Eric Rowell
|
f85c6b1392
|
added new addPoint method which allows you to add a single point to the points array without swapping the whole thing
|
2013-06-27 23:28:57 -07:00 |
|
Eric Rowell
|
79c3124ed7
|
Spline no longer extends Line. Blob no longer extends Spline. point getter setters were extracted out to Node. control point expansion method in Spline was pulled out and put in Util
|
2013-06-08 14:17:26 -07:00 |
|
Eric Rowell
|
77793aed60
|
lots of jshinting
|
2013-06-01 22:03:02 -07:00 |
|
W. van Kuipers
|
539b18f501
|
removed tailing , to prevent JS errors in IE
|
2013-05-21 09:21:21 +02:00 |
|
Eric Rowell
|
c9e281c48b
|
fixed Tween and Util regression
|
2013-05-20 23:35:05 -07:00 |
|
Eric Rowell
|
7069bf9e0c
|
stage tweens now work correctly. getChildren() and getLayers() now return a Kinetic.Collection. added toArray() method to Kinetic.Collection
|
2013-05-19 21:07:43 -07:00 |
|
Eric Rowell
|
2ea5f83204
|
more docs, especially for Util and Tween
|
2013-05-18 10:40:05 -07:00 |
|
Eric Rowell
|
821138cc0a
|
more documenting
|
2013-05-15 22:03:52 -07:00 |
|
Eric Rowell
|
032eb9e4db
|
updated docs
|
2013-05-08 09:44:03 -07:00 |
|
Eric Rowell
|
76a399bfc0
|
major refactor of directory structure. Killed Util directory. Created Util.js file instead. Moved general purpose methods from Global to Util
|
2013-05-07 23:51:02 -07:00 |
|