kangax
251cab8a91
Update Event.js to 1.1.5. Closes #1888
2014-12-17 11:10:38 +01:00
kangax
77434e6086
Add docs on originX/originY and setCoords
2014-12-07 12:56:57 +01:00
Andrea Bogazzi
1bc4d02569
Update object_geometry.mixin.js
2014-11-28 12:20:35 +01:00
Juriy Zaytsev
d177f7612a
Merge pull request #1854 from asturur/fix-text-jump
...
Fix text jump to top of page
2014-11-27 12:32:09 +01:00
Andrea Bogazzi
b716a56e2c
Update style for hidden textbox. Fix page jump
2014-11-25 15:54:37 +01:00
Juriy Zaytsev
9dac555205
Merge pull request #1773 from asturur/fix-itext-multilin
...
Fix for issue #1264 , export of removed/reinsertd newline on itext
2014-11-24 12:54:57 +01:00
Juriy Zaytsev
e6cfd0d52a
Merge pull request #1835 from noslouch/drawingmode-mouseevents
...
InDrawingMode Mouse Events
2014-11-24 12:46:40 +01:00
Juriy Zaytsev
f125941e21
Merge pull request #1825 from asturur/Line-tests
...
Line accuracy issue in pathgroup with high zoom level
2014-11-22 14:26:01 +01:00
Andrea Bogazzi
f4385b2de9
Fix line accuray issue, remove some duplicate code, do not force width = 1 on 0. Fix object render method to render 0-dimensions lines
...
Check how this version could behave in general rendering.
2014-11-20 22:34:47 +01:00
Brian Whitton
31a2a9c8bf
InDrawingMode Mouse Events
...
This adds event triggers for the InDrawingMode set of mouse event handlers.
I needed to add a mousemove event handler that fired without turning off
free draw, and imagined that others could use this functionality as
well.
Event strings are formatted using the typical non-namespaced DOM format, i.e. without
colons.
2014-11-13 23:22:44 -05:00
kangax
1d8d998ed5
Fire selection:changed event when changing iText selection with keys. Closes #1165
2014-11-08 17:04:04 +01:00
Jaffer Haider
53a2d88225
fixed Travis styling failures
2014-11-07 09:36:41 +05:00
Jaffer Haider
408c1a713a
fixed Travis styling failures
2014-11-07 09:24:15 +05:00
Jaffer Haider
30a2a918d7
Fixed outdated multi-touch gestures code. Added support for longpress.
2014-11-06 08:49:07 +05:00
Juriy Zaytsev
3251048327
Merge pull request #1691 from vamo89/setCoordsBug
...
Fix setCoords for negative width and/or height
2014-10-30 15:22:58 +01:00
Andrea Bogazzi
07b367c2c6
Update itext_behavior.mixin.js
...
Removed short circuit, fix linebreak remove / reinsert problem.
2014-10-26 15:41:05 +01:00
Andrea Bogazzi
0d2bac7907
Update canvas_grouping.mixin.js
...
Removed forced originX/Y from dynamically created groups
2014-10-20 17:31:20 +02:00
Andrea Bogazzi
00a442b028
exit from getSvgTransform just for pathGroups.
...
Fix Svg Export for normal canvas group
2014-09-25 11:05:39 +02:00
Juriy Zaytsev
ec1db65110
Merge pull request #1694 from asturur/FillRule-misunderstanding
...
Fill rule misunderstanding
2014-09-23 11:32:06 +02:00
Andrea Bogazzi
af1138a686
Divided FillRule from globalCompositeOperation
2014-09-23 08:53:56 +02:00
kangax
32e8463479
Add requirement for space before function’s {
2014-09-22 20:40:39 +02:00
kangax
0c41880e97
Add maximumLineLength restriction of 120 chars and space after comma
2014-09-22 20:40:39 +02:00
Victor Oliveira
4a51211df9
Fix setCoords for negative width and/or height
...
Change-Id: I8ddb8ad49325e593bff15396f76623351e2c5de4
2014-09-22 11:12:22 -03:00
Juriy Zaytsev
f250b259ec
Merge pull request #1616 from asturur/Itext-firefox-squares-and-new-keys
...
Add support for control keys
2014-09-04 01:18:11 +04:00
kangax
a3d40878d6
Update JSCS to 1.6, fix errors, hook up travis
2014-08-30 13:18:43 +04:00
Chris Buergi
7db0fe0aa2
Allow to opt out from the viewport transformation of the SVG output.
2014-08-28 13:43:36 +02:00
Andrea Bogazzi
18b17b4170
Update itext_key_behavior.mixin.js
...
Sorry, i missed that.
2014-08-25 15:14:19 +02:00
Andrea Bogazzi
f83636acb1
Update itext_key_behavior.mixin.js
...
Better behaviour of selection with keyboard.
Now you can cross from select direction LEFT to RIGHT and back.
2014-08-25 15:10:12 +02:00
Andrea Bogazzi
41b53f53e4
Update itext_key_behavior.mixin.js
2014-08-25 12:21:59 +02:00
Andrea Bogazzi
bce8d4f847
Update itext_key_behavior.mixin.js
2014-08-25 12:02:16 +02:00
Ulrich Sossou
9d8cd6ebb2
Accept all printable characters
2014-08-20 14:09:47 +01:00
Andrea Bogazzi
fc1b9b96a9
Update object.svg_export.js
...
Added missing properties and transforMatrx export.
2014-08-05 12:42:06 +02:00
kangax
818ab118b3
JSCS changes; Prepare for JSCS ignore support; down to 51 failures
2014-08-03 16:47:27 +02:00
Juriy Zaytsev
6769228d18
Merge pull request #1532 from boonkerz/patch-1
...
Update to Fix select text in itext last letter issue #1429
2014-07-29 10:15:44 +02:00
boonkerz
c20a3b1482
Fix for Linter
...
Fix for Linter #1429
2014-07-27 02:21:24 +02:00
Andrea Bogazzi
d9f8a2f9da
Update object_interactivity.mixin.js
2014-07-26 15:24:02 +02:00
boonkerz
39618701c2
Update to Fix select text in itext last letter issue #1429
...
This fixes the select issue.
Currently i have not understand why this line exists.
After delete nothing happen except the issue is fixt :)
2014-07-26 13:17:30 +02:00
boonkerz
e2633955e6
Update to Fix Firefox keypress arrow keys in itext symbols are shown #1434
...
Update to fix the issue #1434
2014-07-25 00:01:57 +02:00
Stefan Kienzle
6b5f049bb0
JSDoc + JSCS tweaks - Part 2
2014-07-18 11:16:23 +02:00
kangax
69fdc220e1
Add JSDoc validation in JSCS. Few style/doc fixes.
2014-07-16 11:45:50 +02:00
Juriy Zaytsev
49a783bb2a
Merge pull request #1484 from shaver/doc-comment-fixes
...
Fix some doc comment errors that were preventing build.
2014-07-16 00:47:47 +02:00
Mike Shaver
095ee86e37
Fix some doc comment errors that were preventing build.
2014-07-15 15:34:06 -07:00
Tom French
9bbb4911c9
Brace style and JSHint
2014-07-11 18:29:17 +01:00
Tom French
91c642b0fa
Fix controls for lines while scaling
2014-07-11 13:24:26 +01:00
Tom French
154b1cf5a3
Fix controls for scaled lines
2014-07-11 13:12:38 +01:00
Tom French
1434daac47
Fix controls for lines without caps
2014-07-11 13:12:13 +01:00
Tom French
c40cada006
Merge remote-tracking branch 'upstream/master'
2014-07-09 20:12:38 +01:00
Tom French
23ab51b733
Fixes for stroked objects
2014-07-09 19:51:28 +01:00
Juriy Zaytsev
1663b5644c
Merge pull request #1466 from simvan/IE8-IsVML-issue
...
isVML causing an issue in IE8 when filling in the corners of rectangles
2014-07-09 12:26:38 +02:00
Stefan Kienzle
9ad2279e8a
Revert JSCS tweaks for single-line return statements.
2014-07-08 13:32:58 +02:00