kangax
|
fa800d3c45
|
Refactor itext.class.js
|
2013-11-19 17:16:20 +01:00 |
|
kangax
|
967d79fba3
|
Break up IText behavior into click and key
|
2013-11-19 12:56:23 +01:00 |
|
kangax
|
e9af66e37b
|
Fix doc
|
2013-11-18 20:18:39 +01:00 |
|
kangax
|
94e83a715e
|
Add support for line select in IText via triple click
|
2013-11-18 20:06:20 +01:00 |
|
kangax
|
7538ded446
|
Build distribution
|
2013-11-18 17:43:07 +01:00 |
|
kangax
|
e3ba8f7c3f
|
Build distribution
|
2013-11-18 17:41:50 +01:00 |
|
kangax
|
e88c277675
|
Refactor canvas handlers in IText
|
2013-11-18 17:41:50 +01:00 |
|
kangax
|
17a9ba7712
|
Fix mouseup handling outside of itext
|
2013-11-17 13:28:24 +01:00 |
|
kangax
|
5dd4b480be
|
Break down getSelectionStartFromPointer even more
|
2013-11-17 10:45:31 +01:00 |
|
kangax
|
decfe15aa3
|
Break down getSelectionStartFromPointer
|
2013-11-17 10:33:20 +01:00 |
|
kangax
|
74ac19c7f7
|
More IText refactoring and minor group tweak
|
2013-11-17 10:16:18 +01:00 |
|
kangax
|
1113e20599
|
Do not scale cursor in width
|
2013-11-16 18:57:34 +01:00 |
|
kangax
|
df7b1f6747
|
Slight IText refactoring
|
2013-11-16 18:48:57 +01:00 |
|
kangax
|
604e85dcfc
|
Add support for forward delete
|
2013-11-16 18:06:04 +01:00 |
|
kangax
|
a310249ceb
|
Build distribution
|
2013-11-16 15:20:59 +01:00 |
|
kangax
|
22200db7b3
|
Refactor itext_behavior
|
2013-11-16 15:20:41 +01:00 |
|
kangax
|
e3b0f666fb
|
More precise path-group check. Closes #964
|
2013-11-14 19:22:45 +01:00 |
|
kangax
|
8c984fe8e5
|
Build distribution
|
2013-11-14 19:11:38 +01:00 |
|
kangax
|
26bdd0de69
|
Remove setCoords in fabric.Group#render. Build distribution. Version 1.3.11. Closes #979
|
2013-11-14 18:47:10 +01:00 |
|
kangax
|
04ba89b573
|
More group refactoring
|
2013-11-13 21:08:56 +01:00 |
|
kangax
|
483426b275
|
Fix group z-index. Closes #967
|
2013-11-13 20:52:25 +01:00 |
|
kangax
|
8768aa7661
|
Refactor static_canvas.class.js
|
2013-11-13 16:43:24 +01:00 |
|
kangax
|
7c4025841a
|
Refactor static_canvas.class.js, canvas_events.mixin.js, canvas.class.js
|
2013-11-13 16:19:44 +01:00 |
|
kangax
|
b6f725fc22
|
Combine var declarations
|
2013-11-13 16:01:35 +01:00 |
|
kangax
|
776b72d624
|
More canvas.class.js refactoring
|
2013-11-13 14:33:01 +01:00 |
|
kangax
|
bbd3480d50
|
canvas.class.js refactoring
|
2013-11-13 14:26:49 +01:00 |
|
kangax
|
779c2ef527
|
Move isTransparent logic to utils
|
2013-11-13 14:10:28 +01:00 |
|
kangax
|
166b16d6c2
|
IText refactoring
|
2013-11-13 12:25:50 +01:00 |
|
kangax
|
ed06f97ee4
|
Build distribution
|
2013-11-11 18:35:32 +01:00 |
|
kangax
|
31338df54d
|
canvas_events refactoring
|
2013-11-11 16:41:13 +01:00 |
|
kangax
|
4f46626467
|
Extract method in fabric.Canvas
|
2013-11-11 16:20:11 +01:00 |
|
kangax
|
014109ced3
|
Move canvas grouping logic to separate mixin/file
|
2013-11-11 16:07:51 +01:00 |
|
kangax
|
e1e996ce87
|
Build distribution
|
2013-11-11 00:02:19 +01:00 |
|
kangax
|
f421979e80
|
More fabric.Group refactoring
|
2013-11-10 17:43:23 +01:00 |
|
kangax
|
1ecbf379ff
|
More group refactoring
|
2013-11-10 17:31:59 +01:00 |
|
kangax
|
ffa794ed54
|
Refactor fabric.Group
|
2013-11-10 17:24:32 +01:00 |
|
kangax
|
1183464dde
|
Refactor arcToSegments
|
2013-11-10 17:13:01 +01:00 |
|
kangax
|
fc3bb9fe69
|
Refactor getColorStop
|
2013-11-10 16:51:08 +01:00 |
|
kangax
|
db7b0b585f
|
Refactor _drawControls
|
2013-11-10 16:43:56 +01:00 |
|
kangax
|
a39474d5bc
|
Refactor __onMouseUp
|
2013-11-10 15:34:10 +01:00 |
|
kangax
|
987f165790
|
Remove duplication in log.js
|
2013-11-10 15:15:31 +01:00 |
|
kangax
|
4556c7bf45
|
Fix origins of free-drawing paths and shapes
|
2013-11-10 11:24:45 +01:00 |
|
kangax
|
cbecc7910c
|
Fix vertical cursor movement in center/right -aligned and styled text
|
2013-11-09 18:09:25 +01:00 |
|
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 |
|