kangax
|
d6307d1aeb
|
Add circle brush
|
2013-01-11 19:38:22 +01:00 |
|
kangax
|
7be14a6a70
|
First implementation of brushes
|
2013-01-10 14:27:13 +01:00 |
|
kangax
|
7ee772a322
|
Build distribution
|
2013-01-04 19:18:39 +01:00 |
|
kangax
|
dc2e5210ae
|
Work around VML's clearRect bug
|
2013-01-03 01:18:29 +01:00 |
|
kangax
|
c4bec70455
|
Performance optimizations
|
2013-01-02 23:25:13 +01:00 |
|
kangax
|
7121830ca6
|
Merge dynamic origin branch into master. Version 1.0.0
|
2012-12-29 20:04:24 +01:00 |
|
kangax
|
2735d543e2
|
Merge master. Enable hasRotatingPoint by default (now that objects are not rotated via corners)
|
2012-12-26 11:18:17 +01:00 |
|
kangax
|
c11abb377f
|
Fix tests. Build distribution. Version 0.9.35.
|
2012-12-23 15:28:08 +01:00 |
|
kangax
|
4ae8b9d725
|
Simplify object straightening logic. Thanks @woutercommandeur. Closes #362.
|
2012-12-22 20:20:54 +01:00 |
|
kangax
|
299273d7bd
|
[BACK_INCOMPAT] fabric.Object#cornersize -> fabric.Object.cornerSize
|
2012-12-22 16:37:43 +01:00 |
|
kangax
|
882d7085d8
|
Fix fabric.Object#cloneAsImage on node. Closes #336. Version 0.9.34
|
2012-12-20 19:49:51 +01:00 |
|
kangax
|
f0d2235053
|
Fix group loading in dateless json. Closes #322
|
2012-12-20 16:23:31 +01:00 |
|
Andrey Kravtsov
|
216b3234aa
|
Changed approach for relative animations.
Issue #356
|
2012-12-19 19:36:42 +04:00 |
|
kangax
|
e12b6598cd
|
Merge master
|
2012-12-18 18:12:08 +01:00 |
|
kangax
|
8c14478340
|
Add support for "text-align: justify". SVG representation is not yet working.
|
2012-12-18 18:01:30 +01:00 |
|
kangax
|
71dd5a9ec0
|
Pass original event to all fabric custom events (that are triggered via mouse/touch)
|
2012-12-18 11:52:18 +01:00 |
|
kangax
|
203ea6b51f
|
Doc fixes
|
2012-12-18 11:46:51 +01:00 |
|
kangax
|
245de99834
|
Fix unit tests
|
2012-12-16 21:11:38 +01:00 |
|
kangax
|
c8172be31d
|
Final doc additions. Every public method is now documented!
|
2012-12-16 20:44:26 +01:00 |
|
kangax
|
b5b901e99e
|
Fix isMoving not set to false sometimes. Closes #350. Version 0.9.31.
|
2012-12-15 17:29:40 +01:00 |
|
kangax
|
6ed3dda6f5
|
Merge master
|
2012-12-15 17:16:39 +01:00 |
|
kangax
|
93a657fda5
|
Build distribution.
|
2012-12-13 15:46:06 +01:00 |
|
kangax
|
7a5cfe46ac
|
Build distribution. Version 0.9.30.
|
2012-12-10 15:45:33 +01:00 |
|
kangax
|
a1a54fea0b
|
Merge master
|
2012-12-09 10:17:12 +01:00 |
|
kangax
|
b84b22f484
|
Build distribution.
|
2012-12-09 10:15:25 +01:00 |
|
kangax
|
b749e87e30
|
Add documentation for a method.
|
2012-12-08 16:49:55 +01:00 |
|
kangax
|
a6a7b72dcd
|
Padding-related fixes and some canvas.class refactoring.
|
2012-12-07 19:19:04 +01:00 |
|
kangax
|
913a4970bc
|
Merge master
|
2012-12-07 15:43:57 +01:00 |
|
kangax
|
2b33b7f570
|
Locking properties (lockMovementX, lockMovementY, lockRotation, etc.) are now respected in groups. Closes #152.
|
2012-12-07 15:39:47 +01:00 |
|
kangax
|
352dd44b3c
|
Implement smooth free drawing. Free drawing is now a separate module. Thanks @coulix!
|
2012-12-06 19:47:34 +01:00 |
|
kangax
|
0c1fd43fc1
|
First stab at dynamic origin of transformation (based on the excellent work of https://github.com/stormbreakerbg).
|
2012-12-06 19:12:54 +01:00 |
|
kangax
|
832e754d9e
|
Prevent FF<4 from throwing errors on getComputedStyle.
|
2012-12-04 14:14:08 +01:00 |
|
kangax
|
7a1de3c57b
|
Fix fabric.util.loadImage test.
|
2012-12-04 12:39:46 +01:00 |
|
kangax
|
b330c9d715
|
Build distribution. Fix unit tests. Version 0.9.27.
|
2012-12-03 20:23:45 +01:00 |
|
kangax
|
57d7861fc4
|
Fix gradient fill on fabric.Text objects. Fix #278.
|
2012-12-03 08:57:44 +01:00 |
|
kangax
|
c105212c9c
|
Doc fixes. Version 0.9.26
|
2012-12-02 11:53:38 +01:00 |
|
Steve Pemberton
|
c169daa4a4
|
build
|
2012-12-01 20:57:49 +00:00 |
|
kangax
|
1633bce401
|
Add most of the unit tests for fabric.util methods. Fix #35.
|
2012-12-01 17:52:03 +01:00 |
|
coulix
|
a0cf70994d
|
No need for free drawing to extend fabric Objecti + freedrawing module presence check before instantiation
|
2012-12-01 00:34:33 +01:00 |
|
kangax
|
2329ef59fe
|
Add support for specifying additional properties to return in toObject, toJSON. Fix #272.
|
2012-11-30 23:46:09 +01:00 |
|
coulix
|
8f8322fb46
|
Merge master
|
2012-11-30 18:57:49 +01:00 |
|
coulix
|
16422bed01
|
Refactoring
|
2012-11-30 18:42:02 +01:00 |
|
kangax
|
f75934ec7c
|
Fix error in fabric.StaticCanvas#toDataURLWithMultiplier. Closes #327.
|
2012-11-29 13:53:13 +01:00 |
|
Steve Pemberton
|
7594a19e7b
|
ParseDimensions changes
|
2012-11-29 00:50:03 +00:00 |
|
kangax
|
63c5c02560
|
Add support for dashed selection. Thanks @coulix! Version 0.9.24.
|
2012-11-28 13:04:39 +01:00 |
|
coulix
|
61db93d5ec
|
Smooth live free drawing on contextTop canvas
|
2012-11-28 11:55:30 +01:00 |
|
Greg Tappero
|
d0952172a3
|
Dashed selection borders
Wip dashed selection nearly there
fix dashed selection merge
|
2012-11-28 11:44:29 +01:00 |
|
kangax
|
d693130115
|
Add canvas reference to active group. Version 0.9.23.
|
2012-11-27 16:25:07 +01:00 |
|
kangax
|
315a2c9bf3
|
Move callSuper out of fabric.Object.prototype and create it dynamically in createClass.
|
2012-11-23 13:39:50 +01:00 |
|
kangax
|
2e1d02148b
|
Get rid of _theta and update "angle" property dynamically. Version 0.9.22. Fix #283.
|
2012-11-15 14:20:45 +01:00 |
|