Commit graph

1686 commits

Author SHA1 Message Date
Justin Early
39e5f1210a updating condition
Forgot to bring condition along
2015-01-19 13:39:44 -08:00
Justin Early
079248f47d Support HTTPS with different ports not just 443
We would like to make this change to support HTTPS running on different ports other than 443 since user may have 443 used for something else on their machine. 

Thanks,

Justin
2015-01-19 13:18:27 -08:00
Juriy Zaytsev
64515eb3e9 Merge pull request #1931 from asturur/shadow
Fix Shadow svg output
2015-01-18 17:29:35 +01:00
asturur
45ba30bc13 shadow changes 2015-01-18 16:54:35 +01:00
Juriy Zaytsev
a0e13b36b7 Merge pull request #1914 from TomKaltz/master
Allow the use of lineDashArray with the free drawing tool.
2015-01-15 23:24:54 +01:00
Thomas Kaltz III
3f9fc4c745 rename to strokeDashArray 2015-01-15 13:37:28 -08:00
Thomas Kaltz III
092c81272e Rename to strokeDashArray and default to null 2015-01-15 13:36:26 -08:00
kangax
36d947f9e8 Fix docs 2015-01-14 12:35:00 +01:00
kangax
df888e47cc Mention read-only nature of “type” 2015-01-13 12:53:25 +01:00
Jim Rodovich
c71b1378df Make corresponding fixes for relative curve bounding box calculations. 2015-01-08 09:46:10 -06:00
Jim Rodovich
e83816446c Fix else style. 2015-01-07 18:34:56 -06:00
Jim Rodovich
cf344c2ba7 Fix reflecting relative quadratic curves after absolute quadratic curves. 2015-01-07 17:36:43 -06:00
Jim Rodovich
aee62cb047 Don't let cubic or distant-past curves infect reflected quadratic curves. 2015-01-07 17:34:30 -06:00
Jim Rodovich
c96c6b27f7 Don't let quadratic curves infect reflected cubic curves. 2015-01-07 17:34:30 -06:00
Thomas R Kaltz III
a7f233c8f3 Allow the use of lineDashArray with the free drawing tool. 2014-12-30 01:20:53 -05:00
kangax
251cab8a91 Update Event.js to 1.1.5. Closes #1888 2014-12-17 11:10:38 +01:00
Shaw
0a52d59239 toDataURL via StaticCanvas
Fix for `toDataURL` not working without interaction module (issue #1891)
2014-12-12 13:10:59 -06:00
kangax
e780b0a958 Make console.log check more robust; fixes IE8 2014-12-07 13:08:41 +01:00
kangax
77434e6086 Add docs on originX/originY and setCoords 2014-12-07 12:56:57 +01:00
Juriy Zaytsev
c814bd9727 Merge pull request #1868 from asturur/group-init
Use object's set and initializa methods in group
2014-11-30 19:19:54 +01:00
Andrea Bogazzi
4314d30370 Update group.class.js 2014-11-30 18:38:43 +01:00
Andrea Bogazzi
14fdf0c653 Update image.class.js
error in final commit.
2014-11-29 11:28:51 +01:00
Andrea Bogazzi
1bc4d02569 Update object_geometry.mixin.js 2014-11-28 12:20:35 +01:00
Juriy Zaytsev
454c332398 Merge pull request #1834 from asturur/image-resize
Image resize filters
2014-11-27 16:57:38 +01:00
Andrea Bogazzi
057d8e5bd9 Add resize filter functionality 2014-11-27 14:51:06 +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
Juriy Zaytsev
6816fadd87 Merge pull request #1846 from asturur/fix-jsdoc
fix jsdoc of point
2014-11-22 14:24:41 +01:00
Andrea Bogazzi
8302b7032b Update point.class.js
fix jsDoc
2014-11-22 14:20:52 +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
kangax
5a3b5657c5 Check for canvas presence before accessing multiplier 2014-11-07 12:06:24 +01:00
Juriy Zaytsev
112d96be72 Merge pull request #1813 from PosterMyWall/Issue1297PullRequest
Fixed outdated multi-touch gestures code. Added support for longpress.
2014-11-07 12:05:50 +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
Ibrahim Muhammad
d3224bd5d3 Fix documentation typo 2014-11-06 16:53:41 -08:00
Jaffer Haider
30a2a918d7 Fixed outdated multi-touch gestures code. Added support for longpress. 2014-11-06 08:49:07 +05:00
Juriy Zaytsev
587122112e Merge pull request #1812 from asturur/Free-drawing-position
Free drawing position for paths #1780
2014-11-05 21:25:58 +01:00
Andrea Bogazzi
36905d317f Update pencil_brush.class.js 2014-11-05 19:56:57 +01:00
Andrea Bogazzi
cf3bd70479 Update path.class.js 2014-11-05 19:56:12 +01:00
Juriy Zaytsev
efbb3e40b3 Merge pull request #1770 from asturur/fix-text-toSVG
Fix text top position in svg export
2014-11-05 18:53:38 +01:00
Juriy Zaytsev
1d7cfefba1 Merge pull request #1796 from asturur/Shadow-scaling
Support Shadow scaling for CanvasZoom and ScaleFactor
2014-10-31 13:05:32 +01: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
ed00d1c5fb Update text.js 2014-10-29 15:25:08 +01:00
Juriy Zaytsev
8f0b9055b1 Merge pull request #1788 from asturur/Some-text-goodies
Some text goodies
2014-10-29 11:41:39 +01:00
Andrea Bogazzi
552c6a833c Update text.js 2014-10-28 17:12:10 +01:00