Stefan Kienzle
|
4f613f0684
|
Fix fabric.Image SVG output - Closes issue #977
|
2013-11-13 11:20:46 +01:00 |
|
kangax
|
ed06f97ee4
|
Build distribution
|
2013-11-11 18:35:32 +01:00 |
|
kangax
|
2d1de62e89
|
Fix cursor detection in rotated text!!!!!
|
2013-11-11 18:35:21 +01:00 |
|
kangax
|
6be8697adc
|
Remove iOS sniff. Tsk tsk tsk
|
2013-11-11 18:35:04 +01:00 |
|
kangax
|
5fdc1dc2d1
|
Move getLocalPointer to fabric.Object
|
2013-11-11 18:34:46 +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
|
15889d3677
|
Fix active group's originX/originY
|
2013-11-11 00:02:10 +01:00 |
|
kangax
|
d0e60d7c5a
|
Fix up/down selection boundaries with shift
|
2013-11-11 00:01:57 +01:00 |
|
kangax
|
31673283a3
|
Remove node 0.11 from travis since it fails the build
|
2013-11-10 17:47:33 +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
|
34c42b6ffc
|
Add node 0.11 to travis
|
2013-11-10 15:15:22 +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 |
|
Juriy Zaytsev
|
444416c80e
|
Merge pull request #966 from Kienz/patch-1
Remove activeObject in `fabric.Canvas#remove` - Closes issue #962
|
2013-11-09 05:37:49 -08:00 |
|
Kienz
|
42935be697
|
Remove activeObject in fabric.Canvas#remove
Fire 'before:selection:cleared' and 'selection:cleared' if activeObject is removed from canvas
Add unit test
Fixes issue #962
|
2013-11-08 19:09:16 +01:00 |
|
kangax
|
2d2bd68325
|
Add doc on requestAnimFrame
|
2013-11-06 21:20:07 +01:00 |
|
Juriy Zaytsev
|
b09af384c4
|
Merge pull request #956 from articulate/master
Finer animation
|
2013-11-06 12:18:25 -08: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
|
aea61aa64e
|
Update itext docs
|
2013-11-06 20:35:32 +01:00 |
|
kangax
|
c3fd102cdb
|
Fix fabric.Object#selectable. Closes #957
|
2013-11-06 18:41:02 +01:00 |
|
kangax
|
fbad609ed7
|
Update README with challengepost challenge
|
2013-11-06 17:44:46 +01:00 |
|
bbudd
|
24da312a54
|
fixed weird spacing stuff2
|
2013-11-05 17:03:47 -08:00 |
|
bbudd
|
61fdc7d93a
|
fixed weird spacing stuff
|
2013-11-05 17:03:01 -08:00 |
|
bbudd
|
afb6db8e1c
|
change animate to use sub-millisecond where possible
|
2013-11-05 16:58:39 -08: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
|
1c07c9600e
|
Fix cursor appearance in itext
|
2013-11-04 11:59:10 +01:00 |
|
kangax
|
a2cfc019ba
|
Build distribution
|
2013-11-04 00:37:42 +01:00 |
|
Juriy Zaytsev
|
fe54615584
|
Merge pull request #931 from lorenzopolidori/controls-visibility
Added object controls visibility. Closes #552.
|
2013-11-03 15:28:19 -08:00 |
|
kangax
|
330784ac2c
|
[BACK_INCOMPAT] Change default objects' originX/originY to left/top
|
2013-11-04 00:15:49 +01:00 |
|
Lorenzo Polidori
|
d1642c0729
|
Added object controls visibility (github issue #552).
|
2013-11-03 23:08:05 +00:00 |
|
kangax
|
a010739af9
|
Build distribition
|
2013-11-03 17:39:18 +01:00 |
|