Commit graph

2060 commits

Author SHA1 Message Date
GordoRank
b6fb6491bc Dbl click into editing mode sets cursor position
Double click directly into editing mode sets cursor position rather than selects whole word
2014-01-13 09:29:56 +00:00
kangax
0334c78991 Try bumping node-canvas version 2014-01-12 10:18:03 -05:00
kangax
8a5050cda4 Fix node 0.6 on travis 2014-01-12 09:57:03 -05:00
kangax
efc3c5eea7 Bump jshint to 2.4.x 2014-01-12 09:39:56 -05:00
Juriy Zaytsev
2b74c2abc5 Merge pull request #1087 from Kienz/patch-1
Fix fabric.Canvas initialization for width/height attributes. Closes #1086
2014-01-12 06:38:07 -08:00
Juriy Zaytsev
bb7f52cc84 Merge pull request #1088 from Kienz/patch-2
Fix path regExp for compressed path commands
2014-01-12 06:37:46 -08:00
Juriy Zaytsev
b9a1723faf Merge pull request #1089 from Kienz/patch-3
Initialize fabric.IText canvas handlers only once. Closes #1076
2014-01-12 06:37:25 -08:00
Kienz
da0866429a Initialize fabric.IText canvas handlers only once. Closes #1076
Qunit additions
2014-01-12 15:32:50 +01:00
Kienz
61f65bc206 Fix path regExp for compressed path commands
Fix regExp for e^x numbers
Add unit test for e^x numbers
2014-01-12 13:50:03 +01:00
Kienz
50899a79ef Fix fabric.Canvas initialization for width/height attributes. Closes #1086. 2014-01-12 11:33:42 +01:00
kangax
0fc31d09c5 Build distribution 2014-01-04 15:02:51 -05:00
kangax
c5f97d69af Remove console.log in itext 2014-01-04 15:02:51 -05:00
kangax
448dfad97e Fix unit tests 2014-01-04 15:02:51 -05:00
kangax
4b1c58ca6e Build distribution 2014-01-04 15:02:51 -05:00
kangax
92b0d5e282 Optimize rendering of 1x1 rectangles 2014-01-04 15:02:51 -05:00
kangax
d7c2076b8a Do not call shadowColor = ... when there's no shadow 2014-01-04 15:02:51 -05:00
Juriy Zaytsev
f335601af9 Merge pull request #1073 from bitdeli-chef/master
Add a Bitdeli Badge to README
2014-01-02 20:20:06 -08:00
Bitdeli Chef
bd09b5cc88 Add a Bitdeli badge to README 2014-01-03 04:23:00 +00:00
kangax
1a51dcbd7c Remove .sublime-project now that it's fabric.sublime-project 2013-12-31 09:29:14 -05:00
kangax
e0aed05c3d Build distribution 2013-12-31 09:29:14 -05:00
kangax
ea811cbb23 Fix fabric.Path#path being "cloned" by reference 2013-12-31 09:29:14 -05:00
Stefan Kienzle
6776e62d00 Fix overlayImage / overlayColor during selection mode. Closes #1068 2013-12-27 10:19:57 +01:00
kangax
e0246800fd Add node 0.11 to travis config 2013-12-23 00:34:36 +01:00
kangax
7c541da8cc Fix double callback in loadFromJSON if objects.length == 0. Closes #1056 2013-12-21 15:17:08 +01:00
kangax
af96d5265f Remove challengepost banner 2013-12-20 00:02:56 +01:00
kangax
cb6d381ca2 Add dependencies badge 2013-12-19 23:36:53 +01:00
kangax
3b8e2e4628 Build distribution 2013-12-19 22:14:50 +01:00
kangax
c858cc2f04 Version 1.4.1 2013-12-19 22:14:29 +01:00
Juriy Zaytsev
c8a18ffa79 Merge pull request #1061 from mizzack/patch-1
Correcting invalid control name
2013-12-19 08:58:58 -08:00
kangax
d7c9cabc4a Update jsdom to 0.8.x 2013-12-19 17:57:53 +01:00
mizzack
d13a4dd273 Correcting invalid control name 2013-12-19 11:02:23 -05:00
Juriy Zaytsev
d7c64cc83a Merge pull request #1058 from MarcoMiltenburg/20131218-01_xml-undefined
Loading non-existing files with loadSVGFromURL() throws an error
2013-12-18 05:16:23 -08:00
Marco Miltenburg
b97f850bbb Added check to make sure xml is defined and exit if undefined. 2013-12-18 13:44:04 +01:00
kangax
ea2b39f6cc Build distribution 2013-12-18 11:33:07 +01:00
kangax
2008df5f6a Update changelog 2013-12-18 11:30:22 +01:00
kangax
d478482a19 Fix number parsing in paths. Closes #961 2013-12-18 11:29:44 +01:00
kangax
ec629c6b59 Update text events 2013-12-18 11:28:06 +01:00
kangax
032cc05bd1 Fix background offset in iText. Closes #1029 2013-12-14 14:55:47 +01:00
kangax
63eb873e7f Fix style object deletion in iText. Closes #1035 2013-12-14 12:25:04 +01:00
kangax
dbd9193703 Debounce element parsing. Thanks @biovisualize. Closes #1052 2013-12-14 12:19:54 +01:00
kangax
dbbd4b2fa7 all.js -> fabric.js. Closes #1049 2013-12-14 12:10:42 +01:00
kangax
4a8c457680 Fix typo in _initCanvasHandlers. Closes #1048 2013-12-14 12:04:26 +01:00
kangax
79b4474e77 Mention that itext supports ctrl/cmd+a 2013-12-14 12:04:26 +01:00
Juriy Zaytsev
d3555a56c3 Merge pull request #1051 from PaulVI/patch-2
Add full HTML example in README
2013-12-14 03:03:57 -08:00
Juriy Zaytsev
fe5ef8eddb Merge pull request #1047 from nickyout/build_dest
build.js now supports 'dest' argument to specify a path other than 'dist/'
2013-12-13 02:49:14 -08:00
Nicky Out
97482b586d build.js with argument 'dest' to specify a path other than 'dist/' - ; (2) 2013-12-13 11:36:18 +01:00
Nicky Out
b5c255f53d build.js with argument 'dest' to specify a path other than 'dist/' - ; 2013-12-13 11:11:28 +01:00
Paul Verest
5caba51e18 full HTML example
not that fabric.js is missing #1049
2013-12-13 16:56:39 +08: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