kangax
|
ffe6091dd7
|
Move getObjects to fabric.Collection. Add support for getObjects(type). Version 1.3.10.
|
2013-11-09 14:50:30 +01:00 |
|
kangax
|
2d2bd68325
|
Add doc on requestAnimFrame
|
2013-11-06 21:20:07 +01:00 |
|
kangax
|
dcf1e1e980
|
Add data-url crossOrigin workaround
|
2013-11-06 21:16:44 +01:00 |
|
kangax
|
5f643daf54
|
Normalize behavior of setActiveObject, setActiveGroup, discardActiveObject, discardActiveGroup. Closes #579
|
2013-11-06 20:58:23 +01:00 |
|
kangax
|
c3fd102cdb
|
Fix fabric.Object#selectable. Closes #957
|
2013-11-06 18:41:02 +01:00 |
|
kangax
|
d0abb90f1c
|
Add fabric.Image#crossOrigin which allows crossOrigin image loading and canvas rendering without tainting. fabric.util.loadImage now accepts 4th argument (crossOrigin) and sets crossOrigin="" on image element by default. fabric.Image.fromURL can be passed crossOrigin via 3rd argument (options). Closes #263
|
2013-11-05 15:13:15 +01:00 |
|
kangax
|
baf646e7a0
|
Support mouse and touch events simultaneously. Closes #670
|
2013-11-05 12:27:15 +01:00 |
|
kangax
|
f91dd30dc7
|
Better line length in parser
|
2013-11-05 11:59:48 +01:00 |
|
kangax
|
6cb941c116
|
Extract elements parsing into a separate object (ElementsParser)
|
2013-11-04 17:12:05 +01:00 |
|
kangax
|
ce8fe3447d
|
Break parseStyleAttribute apart
|
2013-11-04 16:41:26 +01:00 |
|
kangax
|
2753108028
|
Initial implementation of fabric.IText#toSVG (~75% complete atm)
|
2013-11-04 15:20:40 +01:00 |
|
kangax
|
59af4b7934
|
Add ctrl/cmd + x support
|
2013-11-04 12:05:29 +01:00 |
|
kangax
|
2b0208347a
|
Build distribution
|
2013-11-04 11:59:30 +01:00 |
|
kangax
|
a2cfc019ba
|
Build distribution
|
2013-11-04 00:37:42 +01:00 |
|
kangax
|
330784ac2c
|
[BACK_INCOMPAT] Change default objects' originX/originY to left/top
|
2013-11-04 00:15:49 +01:00 |
|
kangax
|
a010739af9
|
Build distribition
|
2013-11-03 17:39:18 +01:00 |
|
kangax
|
2da3fa80b5
|
Slight reorganization
|
2013-11-02 14:41:28 +01:00 |
|
kangax
|
5cddbc5f22
|
Build distribution
|
2013-11-02 14:18:21 +01:00 |
|
kangax
|
7eee6ddef0
|
Add caching to IText which increases performance of large text tremendously
|
2013-11-02 14:15:20 +01:00 |
|
kangax
|
9bfce93ddf
|
Only fire dblclick if clicked at the same location
|
2013-11-02 12:37:50 +01:00 |
|
kangax
|
c5c6474c4d
|
Ensure one editing text at a time
|
2013-11-01 22:39:28 +01:00 |
|
kangax
|
7235a97e91
|
Add basic copy/paste support in IText; fix certain char insertion.
|
2013-11-01 22:28:23 +01:00 |
|
kangax
|
c6ff46269c
|
Preserve canvas reference in fabric.Object#toDataURL. Closes #938
|
2013-10-31 16:00:31 +01:00 |
|
kangax
|
6210da1568
|
Avoid jshint error with "unknown" typeof
|
2013-10-30 18:15:02 +01:00 |
|
kangax
|
43a8df57b3
|
Remove duplication in anim_ease
|
2013-10-30 17:42:49 +01:00 |
|
kangax
|
7ff0ae826f
|
Refactor _renderViaNative a bit more
|
2013-10-30 17:35:20 +01:00 |
|
kangax
|
bc5b78f60c
|
Refactor touch event abstraction
|
2013-10-30 17:29:55 +01:00 |
|
kangax
|
9433729124
|
Refactor getPointer
|
2013-10-30 17:26:26 +01:00 |
|
kangax
|
3b3b478e77
|
Refactor _setObjectScale
|
2013-10-30 17:15:53 +01:00 |
|
kangax
|
7022cd4a9b
|
Even more canvas_events refactoring
|
2013-10-30 17:05:11 +01:00 |
|
kangax
|
171cfc1a05
|
More canvas_events refactoring
|
2013-10-30 16:58:47 +01:00 |
|
kangax
|
cd66612aa3
|
More canvas_events refactoring
|
2013-10-30 16:34:57 +01:00 |
|
kangax
|
61a3fb5123
|
Refactor __onMouseDown
|
2013-10-30 15:32:04 +01:00 |
|
kangax
|
10a3319ed1
|
Refactor _restoreObjectState
|
2013-10-30 15:09:02 +01:00 |
|
kangax
|
8ad5e7e511
|
IText doc fixes
|
2013-10-30 14:55:02 +01:00 |
|
kangax
|
1f4d400ba1
|
Build distribution
|
2013-10-29 21:14:42 +01:00 |
|
kangax
|
f53559773f
|
Prevent errors in FF when rendering non-ready patterns
|
2013-10-29 21:14:20 +01:00 |
|
kangax
|
167f2fa089
|
Move shared attributes out of parser since it's needed by many "classes"
|
2013-10-28 14:01:44 +01:00 |
|
kangax
|
ab7fbe798f
|
Build distribution. Version 1.3.9
|
2013-10-28 08:04:22 +01:00 |
|
kangax
|
8192c7a484
|
Update dependencies versions. Version 1.3.8
|
2013-10-28 07:37:53 +01:00 |
|
kangax
|
6892783156
|
Refactor fabric.Text#toSVG
|
2013-10-27 19:20:46 +01:00 |
|
kangax
|
eee0c9416b
|
Refactor canvas event handling
|
2013-10-27 19:05:04 +01:00 |
|
kangax
|
8d2d6dabad
|
De-duplicate cursor moving methods even more
|
2013-10-27 18:39:22 +01:00 |
|
kangax
|
b8b3403b0d
|
Move line shifting into a separate method
|
2013-10-27 14:32:33 +01:00 |
|
kangax
|
b6ceb0a87d
|
Refactor key movement handlers in IText
|
2013-10-27 14:26:17 +01:00 |
|
kangax
|
733eccb00c
|
Separate IText behavior into a separate "module"
|
2013-10-27 14:05:35 +01:00 |
|
kangax
|
803ad572d4
|
draw -> render, for consistency
|
2013-10-27 13:27:05 +01:00 |
|
kangax
|
10c8a108d4
|
Unify image loading in few places
|
2013-10-27 13:12:48 +01:00 |
|
kangax
|
8f42a40964
|
Refactor pointerX/pointerY
|
2013-10-27 13:01:38 +01:00 |
|
kangax
|
f114a566b1
|
Refactor min/max in lang_array
|
2013-10-27 12:54:35 +01:00 |
|