kangax
|
832e754d9e
|
Prevent FF<4 from throwing errors on getComputedStyle.
|
2012-12-04 14:14:08 +01:00 |
|
kangax
|
f0b5329157
|
Doc additions, fixes.
|
2012-11-23 13:38:26 +01:00 |
|
Steve Pemberton
|
e8a696c4b1
|
fix for retreiving scrolled & Fixed Descendants, Mouse Position
|
2012-10-24 19:56:48 +01:00 |
|
kangax
|
84a956c4b6
|
Lint everything with JSHint. Version 0.9.14.
|
2012-10-14 02:53:12 +02:00 |
|
kangax
|
343a5a2605
|
Add fabric.util.makeElementSelectable (the opposite of makeElementUnselectable).
|
2011-11-08 12:35:20 -05:00 |
|
kangax
|
b53d794af6
|
[BACK_INCOMPAT] Custom fabric build is now created with node.js and is much more flexible. Sprockets is no longer required to build fabric. Parser and node are now optional modules, which means that parseSVGDocument is no longer included in default fabric build.
|
2011-08-14 17:35:36 -04:00 |
|
kangax
|
8f819bb760
|
Fabric can now run under node.js
|
2011-08-11 15:18:18 -04:00 |
|
kangax
|
2b3a166d2f
|
fabric.util.animate is now defined in util/misc.js rather than util/dom_misc.js as it has nothing to do with DOM.
|
2011-07-06 14:38:56 -04:00 |
|
kangax
|
74dcd851dd
|
Animation benchmark now allows to dynamically change scale of animated objects, load different shapes, and change canvas size. This allows us to see how all these aspects (e.g. canvas size or shape size) influence canvas rendering performance.
|
2011-04-23 17:39:56 -04:00 |
|
kangax
|
ba4486e5be
|
Use Array.prototype.slice to convert nodelist to an array (slice is usually faster; it makes sense in this context where nodelists (i.e. shapes) could consist of thousands of elements).
|
2011-02-09 00:14:12 -05:00 |
|
kangax
|
f497327131
|
Fabric now runs fully under ES5 strict mode (except certain 3rd party dependencies, like cufon.js and json2.js).
|
2010-10-21 22:54:00 -04:00 |
|
kangax
|
33e929053e
|
More documentation.
|
2010-10-15 12:55:53 -04:00 |
|
kangax
|
639aa12e2a
|
Another chunk of documentation (which is a bitch, by the way).
|
2010-10-14 22:16:24 -04:00 |
|
kangax
|
769c0c1eb7
|
Function.prototype.bind now calls object it's being invoked on indirectly (better spec compliance), thanks Garrett Smith;
Unit test `fabric.util.makeElementUnselectable` and make test names in util module more descriptive.
|
2010-09-14 12:53:29 -04:00 |
|
kangax
|
536d532d41
|
Various compatibility fixes. Add fabric.util.falseFunction.
|
2010-07-27 17:58:23 -04:00 |
|
Juriy Zaytsev
|
5f04e2d495
|
Add fabric.Triangle class (untested for now). Start beefing up demo.
|
2010-07-24 01:03:28 -04:00 |
|
Juriy Zaytsev
|
2340a98526
|
Rename canvas_*.class.js files to just *.class.js
|
2010-07-09 21:50:13 -04:00 |
|