75dbd66561
Update path.js
Ian
2015-07-06 11:36:24 +01:00
fbbd740c79
fixed pathtool bug, where browsers would delete path with pathseg error in console. Worked around this by copying 'item' object, but could possibly be optimised further by only copying required pars of object
ibrierley
2015-07-06 12:21:37 +02:00
692817d610
Fix delete element hover text in english locale file.
portablejim
2015-06-20 10:15:01 +10:00
a62f7c1c5a
Make context menu group option work.
portablejim
2015-06-16 18:17:52 +10:00
0ac9754dbd
further indenting fixes
Brett Zamir
2014-06-22 22:46:40 +00:00
35a44998bf
Apply Slovenian locale patches by jaka@freeapproved.com with a few fixes (use tab indents, fix JS object, update 2 outdated keys)
Brett Zamir
2014-06-22 22:43:53 +00:00
e8a15a5582
Some error reporting in fileopen.php
Brett Zamir
2014-06-13 15:38:20 +00:00
6bffe68d65
PDF export in server_opensave extension
Brett Zamir
2014-06-13 14:58:46 +00:00
c9d7d008fa
Comment on line of code appearing unnecessary
Brett Zamir
2014-06-13 08:25:38 +00:00
6d7b874ef1
Fix case issue impacting server save of SVG files (usually not used by modern browsers given the checks)
Brett Zamir
2014-06-13 08:16:47 +00:00
b1f88d2b94
Address issue with Unicode text in SVG icons; jshint
Brett Zamir
2014-06-13 02:45:12 +00:00
d84b1d267f
Simplify encodeUTF8 function; ensure base 64 decoding also uses new decodeUTF8
Brett Zamir
2014-06-12 23:42:27 +00:00
6f7651299c
Some additional JSLint; update jsPDF and SVG plugin; handle canvg for image export within svgcanvas and provide new "datauri" to "exported" event.
Brett Zamir
2014-06-01 21:29:54 +00:00
c9544ce5bf
Add reference to custom.css in appcache
Brett Zamir
2014-05-23 12:35:27 +00:00
eb0cb2e92d
Add a custom.css stylesheet for customizations not requiring modification of the main editor
Brett Zamir
2014-05-23 12:28:07 +00:00
6afa75adda
Rename labels to fix issue 1206 of confusing labels ("Open Image"->"Open SVG" and "Import SVG"->"Import Image")
Brett Zamir
2014-05-22 23:55:05 +00:00
8bda8fe16d
Ensure loading... message closes upon completion or error
Brett Zamir
2014-05-22 23:20:43 +00:00
bddf4c2324
todo
Brett Zamir
2014-05-22 11:24:18 +00:00
09dd5e7975
Add todo
Brett Zamir
2014-05-22 11:03:53 +00:00
d792d60808
Update JSLint global declarations
Brett Zamir
2014-05-22 11:01:11 +00:00
abc9cd6ffb
Move embedapi.html code which is not part of the API into embedapi-dom.js; demo export PDF in embedded editor; add new exportPDF method to canvas (and exposed to embedded editor) which can support JSON-able data URI string response, removing PDF exporting from rasterExport; JSLint; move dependency checking code for canvg and jsPDF to utilities; simplify Utils calls; allow for custom PDF export handler (but not yet implemented in server-based extensions); import PDF todo
Brett Zamir
2014-05-22 10:21:29 +00:00
36dfb2bd17
Rmv extra var. declaration
Brett Zamir
2014-05-22 10:01:51 +00:00
8fd81d158f
Indicate new config for exportWindowType
Brett Zamir
2014-05-22 07:39:13 +00:00
3fdb8f4377
Avoid window.name security errors and make export window name configurable through config.exportWindowType (new|same) based on configurable canvas name
Brett Zamir
2014-05-22 07:22:57 +00:00
5bddabcec3
Switch to minified and complete distribution version of jsPDF; allow data URL to work in Firefox as well as Chrome instead of blob URL; rmv global saveAs requirement
Brett Zamir
2014-05-22 06:43:37 +00:00
25a8d9a851
Fix callEnsure all dependencies available for canvg-using extensions (server_moinsave, server_opensave)
Brett Zamir
2014-05-22 03:47:10 +00:00
18c9fd0932
Ensure all dependencies available for canvg-using extensions (server_moinsave, server_opensave)
Brett Zamir
2014-05-22 03:45:31 +00:00
5fa1f574e0
fixed a formatting issue
Jon Phillips
2014-05-22 03:00:00 +00:00
73a4804324
Ensure all dependencies available for canvg-using extensions (server_moinsave, server_opensave)
Brett Zamir
2014-05-22 02:56:00 +00:00
905dac6979
Update manifest to include some more dynamically loaded files
Brett Zamir
2014-05-22 02:42:18 +00:00
9bda441c77
Abstract conditional script loading and allow jsPDF to load as needed (as with canvg); update jsPDF
Brett Zamir
2014-05-22 02:34:37 +00:00
978315f944
Allow override of jsPDF saveAs function (jsPDF work not complete however); apply fix for issue #1209 on push buttons; fix comment
Brett Zamir
2014-05-08 03:47:14 +00:00
35e171a15f
Return when no selected element to ungroup
Brett Zamir
2014-05-08 03:14:59 +00:00
75928e9b63
Revert to using point regardless of base unit (with comment)
Brett Zamir
2014-04-08 11:27:05 +00:00
b1ea39db46
Provide values for px, pc, em, ex and utilize switch for divisor determination in jsPDF in order to utilize the user's current base unit type in PDF exports. Accurate conversion formulas?
Brett Zamir
2014-04-08 11:01:46 +00:00
667de19147
Set document title as PDF property
Brett Zamir
2014-04-08 08:18:47 +00:00
1f95988b29
Make PDF export orientation dependent on width vs. height, based on "pt", and using the dimensions of the canvas (Todo: provide alternative of predefined jsPDF options like a4, legal, etc.)
Brett Zamir
2014-04-08 08:10:26 +00:00
f8b10e95e9
Consistently use single quotes (except within XML or for localized strings) for streamlined searching
Brett Zamir
2014-04-08 03:21:22 +00:00
0d34fcfa7d
Properly-formed URLs will not have spaces, so no need to replace; no need for "/" escaping unless within HTML doc; properly encode loadingImage window text; support loading of (properly URL encoded) non-base64 "data:image/svg+xml;utf8,"-style data URIs
Brett Zamir
2014-04-08 01:31:22 +00:00
160c7303ca
Fix QUnit.log and references to it to reflect the currently included QUnit implementation; add missing files (test1.html is still failing even after the fixes, though it was not one of the tests included with all_tests.html)
Brett Zamir
2014-04-07 05:33:44 +00:00
0c9308dd98
Add missing scripts to history and path tests
Brett Zamir
2014-04-07 04:51:46 +00:00
614895baf0
Uniform spelling for "Todo" throughout code
Brett Zamir
2014-04-07 04:13:01 +00:00
1ed3502074
Simplify meta tag (backward and HTML5 compatible)
Brett Zamir
2014-04-07 04:10:33 +00:00
bdb81d541c
Update trunk to the non-release-related minor changes in stable/branch 2.7
Brett Zamir
2014-04-07 04:08:52 +00:00
5cbd05c8bd
Some JSDoc work on history.js
Brett Zamir
2014-04-03 14:21:55 +00:00
3560444cc7
In case the frame changes location to an untrusted source such as via link click, the embedding API is now required to supply a list of any other origins that should be allowed.
Brett Zamir
2014-03-02 01:25:39 +00:00
dd9e3b4864
Ensure top URL will change in case it wishes to react according to storagePrompt param (such as in the embedded editor).
Brett Zamir
2014-02-22 05:19:50 +00:00
86800563ff
Allow embeddedapi.html to pass on its URL arguments to the iframe
Brett Zamir
2014-02-22 04:52:04 +00:00