Nicky Out
b5c255f53d
build.js with argument 'dest' to specify a path other than 'dist/' - ;
2013-12-13 11:11:28 +01:00
Nicky Out
a0edff98d9
build.js with argument 'dest' to specify a path other than 'dist/'
2013-12-12 15:43:13 +01:00
kangax
db041fded5
Add note about clipTo origin. Update changelog
2013-12-11 11:09:59 +01:00
Juriy Zaytsev
defc9cdb01
Merge pull request #1042 from PaulVI/patch-1
...
typo be
2013-12-11 01:52:00 -08:00
Paul Verest
88b127714c
typo be
2013-12-11 17:40:47 +08:00
Stefan Kienzle
a32088e2a1
Update CHANGELOG.md
2013-12-10 07:25:02 +01:00
kangax
8d8cd16f6c
Add "mouse:over" and "mouse:out" events
2013-12-09 15:35:08 +01:00
Juriy Zaytsev
423bfd9f3b
Merge pull request #1033 from nazar-pc/new_events
...
New events
2013-12-09 06:31:19 -08:00
Nazar Mokrynskyi
38bed8143e
New events:
...
* object:over
* object:out
* mouseover
* mouseout
Based on demo example
2013-12-08 18:01:48 +02:00
kangax
37afbc2909
Fix transformMatrix not affecting text. Closes #1031
2013-12-07 13:59:38 +01:00
Juriy Zaytsev
6f88508da6
Merge pull request #1032 from Kienz/patch-1
...
[BACK_INCOMPAT] Possibility to remove multiple `fabric.Objects` from collection (canvas, group)
2013-12-07 03:16:38 -08:00
Kienz
fd3ace05bb
[BACK_INCOMPAT] Possibility to remove multiple fabric.Objects from collection (canvas, group) - this (canvas, group or object) is returned instead of delete object
...
Update unit tests - use strictEqual for some cases
Add multiple objects raised `object:added` for last added object first - now 1st added object raises 1st `object:added` event, 2nd object raises 2nd `object:added`…
2013-12-07 11:07:46 +01:00
kangax
97614bcd28
Tweak README
2013-12-06 21:34:18 +01:00
kangax
f7d4c6603e
Update README with "help Fabric" section
2013-12-05 17:47:53 +01:00
kangax
8ca6806f32
Tweak badges
2013-11-30 20:50:53 +01:00
kangax
a6a9e29302
Add coveralls badge
2013-11-30 20:46:12 +01:00
kangax
596831b6c1
Fix itext editing exit when clicking on other objects. Closes #1019
2013-11-29 14:43:01 +01:00
Juriy Zaytsev
ee39fe3ff8
Update CHANGELOG.md
2013-11-28 00:28:05 +01:00
kangax
4486c99373
Update changelog
2013-11-27 23:00:36 +01:00
kangax
6026dc62ba
Version 1.4.0
2013-11-27 22:53:21 +01:00
kangax
56f0bfb9cc
Avoid setting crossOrigin on an image if unspecified. Closes #971
2013-11-27 20:00:33 +01:00
kangax
0f23f14a44
Add fabric.IText#caching
2013-11-27 19:48:35 +01:00
kangax
435f3933ac
Fix i-text line-through offset
2013-11-26 14:58:53 +01:00
kangax
b189645bba
Fix unit test
2013-11-25 21:57:32 +01:00
kangax
ae11740f82
Fix i-text style copy-pasting (doesn't work with multiline yet)
2013-11-25 21:32:00 +01:00
kangax
f84ac95f75
fix test
2013-11-25 16:53:31 +01:00
kangax
4950e35627
Add remaining i-text unit tests
2013-11-25 16:39:50 +01:00
kangax
1075ed0851
Even more i-text unit tests
2013-11-23 19:33:48 +01:00
kangax
58464d4773
More i-text unit tests
2013-11-23 19:28:12 +01:00
kangax
3abe2f74f3
Add expect(0)
2013-11-23 17:49:21 +01:00
kangax
9ecaa8b2b3
Build Fabric WITHOUT cufon and JSON modules — those need to be included manually now
2013-11-23 17:36:11 +01:00
kangax
854d428c38
Add more tests
2013-11-23 17:35:31 +01:00
kangax
82509dc8d8
More IText tests
2013-11-23 13:45:53 +01:00
kangax
673fa39eba
Start adding i-text unit tests; add additional util and color tests
2013-11-22 17:30:55 +01:00
kangax
db569a8557
Add code climate badge to README
2013-11-21 19:19:51 +01:00
kangax
ec8a920081
Reorganize parser.js
2013-11-21 18:00:29 +01:00
kangax
7fa80e82ba
Add @private to doc
2013-11-21 12:17:51 +01:00
kangax
9e8b6bc5f6
Exit i-text editing properly when clicking on another text
2013-11-21 12:17:39 +01:00
kangax
336528551b
Move object stacking and SVG export methods to separate files
2013-11-20 21:14:26 +01:00
Juriy Zaytsev
30b794f83b
Merge pull request #1003 from Kienz/patch-2
...
Fix center methods for object’s with different originX/originY
2013-11-20 11:43:19 -08:00
Kienz
d4b2ea18b7
Fix center methods for object’s with different originX/originY
...
object.center() only re-renders canvas once instead of twice
Update unit tests
2013-11-20 20:41:13 +01:00
kangax
942b5cfd8d
Add "editing:entered" and "editing:exited" events
2013-11-20 20:25:18 +01:00
kangax
70549d177c
Fix styles when removing multiple lines
2013-11-20 20:18:43 +01:00
Juriy Zaytsev
601fdc9d64
Merge pull request #1001 from Kienz/patch-1
...
Fix 1px offset of background image. Closes #990
2013-11-20 10:52:05 -08:00
Kienz
67fd4253f3
Fix unit tests
2013-11-20 19:47:30 +01:00
Stefan Kienzle
2e834aa81c
Fix 1px offset of background image - Closes issue #990
2013-11-20 17:21:58 +01:00
Juriy Zaytsev
5c0d0cadda
Merge pull request #1000 from msievers/issue973
...
Move getScrollLeftTop to dom_misc.js and call it inside getElementOffset
2013-11-20 04:48:59 -08:00
Michael Sievers
13feddfa16
Call fabric.util.getScrollLeftTop inside getElementOffset
2013-11-20 13:06:28 +01:00
kangax
89d8133ae1
Version 1.3.12
2013-11-20 12:50:32 +01:00
kangax
81e9535ef0
Small code cleanup
2013-11-20 12:47:03 +01:00