Jovination
|
607ef1837b
|
Renaming
|
2015-01-27 00:07:51 -07:00 |
|
Eric Rowell
|
2df46b4ace
|
striped out br tags from the docs
|
2014-04-03 20:17:09 -07:00 |
|
Лаврёнов Антон
|
eb16e29197
|
only lint errors fixes
|
2014-02-27 08:49:18 +08:00 |
|
Eric Rowell
|
f1b1c58166
|
all methods are now copied to Collection prototype so that you don't have to use the each() method all the time
|
2014-01-19 21:35:28 -08:00 |
|
Eric Rowell
|
7e2c6c97f8
|
changed drawFunc to sceneFunc and drawHitFunc to hitFunc
|
2014-01-04 23:34:01 -08:00 |
|
Eric Rowell
|
fe7b4daebc
|
factor methods now also build overloaded attr functions. i.e. instead of setScaleX(5), you can use scaleX(5). Instead of getScaleX(), you can use scaleX()
|
2013-12-13 11:02:07 -08:00 |
|
ippo615
|
5c941a6479
|
Fixed jshint errors
|
2013-12-03 18:37:17 -05:00 |
|
Mario Minutolo
|
e2f2c28b1b
|
Move start position after a close path (z) to the starting node of the path (previous M).
|
2013-11-25 12:19:02 +01: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
|
f144c67264
|
resolved conflicts
|
2013-08-31 21:53:42 -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 |
|
Jason Follas
|
938b37a07c
|
Unit tests added for issue #249. Fixed rendering of TextPath along vertical lines. Added unit tests for SVG-as-images.
|
2013-08-30 11:23:46 -04:00 |
|
Jason Follas
|
d8daefbf85
|
Formatting: Tabs to spaces
|
2013-08-26 08:10:32 -04:00 |
|
Jason Follas
|
c93f4348b0
|
Separated Fill and Stroke operations on Path so that it will only be filled when there's a "fill" attr. This prevents the Canvas path from being unexpectedly closed. https://github.com/ericdrowell/KineticJS/issues/567
|
2013-08-26 08:07:17 -04:00 |
|
Eric Rowell
|
64d6c79a6a
|
moved factory logic out of Node.js to Factory.js
|
2013-08-10 21:11:34 -07:00 |
|
Eric Rowell
|
57a9313a7b
|
all kinetic specific listeners now have the kinetic namespace. off no longer removes listeners with a kinetic namespace, unless you force remove it via .kinetic
|
2013-07-24 22:56:21 -07:00 |
|
Eric Rowell
|
37a15817b5
|
removed setDrawFuncs dependency from leaf node classes. It's handled in Shape now
|
2013-07-22 21:49:30 -07:00 |
|
Eric Rowell
|
9324c366ea
|
standardized init method names with underscores
|
2013-07-22 21:41:41 -07:00 |
|
ippo615
|
1d375fb711
|
Fixed JS Hint errors
|
2013-07-11 19:47:33 -04:00 |
|
Eric Rowell
|
5d1a78589a
|
updated class config param doc include replacements with grunt
|
2013-06-01 10:27:44 -07:00 |
|
Eric Rowell
|
35b1f61bda
|
tied className into toJSON and create. deprecated shapeType property and getShapeType method
|
2013-05-19 21:48:48 -07:00 |
|
Eric Rowell
|
056346c14d
|
even more documentation
|
2013-05-18 22:30:57 -07:00 |
|
Eric Rowell
|
70f5c405a9
|
finished the major doc updates
|
2013-05-16 00:28:49 -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 |
|
Eric Rowell
|
25ff34bdde
|
fixes #362
|
2013-04-02 22:07:04 -07:00 |
|
Eric Rowell
|
5192ccd954
|
after some more thought, I've decided to remove the Plugins namespace, but keep the plugins directory. I don't want 3rd parties putting some things in the Kinetic namespace, while others put things in the Plugin space. I really don't see a real need for the namespacing. For organizational purposes, the plugins directory still makes sense, however.
|
2013-03-24 20:42:27 -07:00 |
|
Eric Rowell
|
b37f50ba69
|
moved Path to Plugins namespace
|
2013-03-17 17:32:35 -07:00 |
|