Commit Graph

  • ce009a4581 Spacing like the code around Francesco Strappini 2015-09-27 09:01:04 +02:00
  • d49f51ed14 Merge pull request #12 from tagawa/patch-1 Jeff Schiller 2015-09-26 20:34:30 -07:00
  • 1f11691c60 Added class support Francesco Strappini 2015-09-24 16:15:34 +02:00
  • 9c45785cdd Changed jQuery absolute link to HTTPS Daniel Davis 2015-09-03 15:24:42 +09:00
  • 1dfa0b6b86 Merge pull request #8 from nsisodiya/patch-1 Waldir Pimenta 2015-07-20 23:14:37 +01:00
  • 8e26f53b80 Update AUTHORS Narendra Sisodiya 2015-07-21 00:57:26 +05:30
  • ea129f009e formatting ibrierley 2015-07-16 19:28:20 +02:00
  • 4d745dc05b Fix for importing svg files where grabber just selects nothing as it doesnt know the svg to select ibrierley 2015-07-16 15:45:48 +02:00
  • 7008583b15 Merge pull request #2 from ibrierley/master Jeff Schiller 2015-07-15 07:54:30 -07:00
  • 85a68c3f42 fixed indentation and extra vars ibrierley 2015-07-15 13:02:03 +02:00
  • 072ca75c94 Let's let config.js take advantage of all other head-loaded scripts like jquery-ui if useful Brett Zamir 2015-07-09 18:24:35 -07:00
  • e526cbca96 add optional user custom.css to gitignore Brett Zamir 2015-07-09 17:54:51 -07:00
  • 259fc3f45d Add gitignore for editor/config.js Brett Zamir 2015-07-09 10:35:46 -07:00
  • c0e1c4d418 Merge pull request #1 from portablejim/fixes Jeff Schiller 2015-07-08 11:29:55 -07:00
  • 5bd4952a13 formatting ibrierley 2015-07-06 12:44:36 +02:00
  • 7d278dbfd8 formatting ibrierley 2015-07-06 12:42:25 +02:00
  • 92caa0a8d7 indentation ibrierley 2015-07-06 12:39:41 +02:00
  • 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
  • 7a1273eb93 Strip trailing spaces Brett Zamir 2014-06-23 03:54:52 +00: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
  • 1941959449 Update canvg (https://code.google.com/p/canvg/source/detail?spec=svn202&r=202 ); check for empty images in canvg Brett Zamir 2014-05-22 07:40:17 +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
  • 4ffd994c49 Spacing Brett Zamir 2014-05-22 01:30:42 +00:00
  • ad6dad8d65 Spacing Brett Zamir 2014-05-22 01:28:32 +00:00
  • e9c8515caf Added Openclipart support Jon Phillips 2014-05-21 06:05:34 +00:00
  • bf8c5308f2 Fix exportImage behavior if multiple setCustomHandlers calls are made Brett Zamir 2014-05-15 05:16:39 +00:00
  • b574628d36 Apply patch by stuart.moore@spektrix.com to fix issue #1205 Brett Zamir 2014-05-08 04:06:54 +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
  • 4bb15e0fb6 Update changes file and Makefile Brett Zamir 2014-04-22 07:47:26 +00:00
  • df057b9736 Quick fix for small icon view and top toolbar Brett Zamir 2014-04-17 00:25:02 +00:00
  • 582e71cb1b Minor: Spacing Brett Zamir 2014-04-09 22:47:39 +00:00
  • f854c00f4c Utilize PNG export instead as per issue 1201 Brett Zamir 2014-04-09 07:01:25 +00:00
  • 936d7d3aa4 Support external (embedded) export invocation; utilize export in embedded demo Brett Zamir 2014-04-09 06:53:08 +00:00
  • 20361c88d1 Update functions available to embedded editor; fix important ID situation with embedded API Brett Zamir 2014-04-09 06:51:05 +00:00
  • 2726f5f048 Change deprecated Attr.nodeValue to Attr.value Brett Zamir 2014-04-09 05:40:22 +00:00
  • e07d4e61be Change deprecated Attr.nodeValue to Attr.value Brett Zamir 2014-04-09 05:38:20 +00:00
  • 856d1971c2 Remove paramurl parameter as it encouraged improper encoding of a URL within the SVG Edit URL Brett Zamir 2014-04-09 04:26:34 +00:00
  • d84a4465d2 Minor clean-up Brett Zamir 2014-04-09 03:44:19 +00:00
  • 04d522b43b Properly allow for ext-grid showGrid default setting Brett Zamir 2014-04-09 02:25:25 +00:00
  • 3e14f4374f Allow initial showGrid value to be set by config.js or URL Brett Zamir 2014-04-09 01:50:52 +00:00
  • a506f6c02f Minor clarification of preventAllURLConfig Brett Zamir 2014-04-09 01:35:28 +00:00
  • 297f10489f explain colorPickerCSS default behavior in comments Brett Zamir 2014-04-09 01:33:11 +00:00
  • 1b5e55dc5c Simplify jsPDF switch Brett Zamir 2014-04-09 01:13:05 +00:00
  • 35ab5a9862 Fix spacing Brett Zamir 2014-04-08 13:49:58 +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
  • 50d0b1fb67 Add jsPDF(with SVG plugin)-based PDF export (courtesy of https://github.com/brettz9/jsPDF forked from https://github.com/MrRio/jsPDF => https://github.com/ahwolf/jsPDF ); provides data: URL where blob conversion is supported, and a blob URL otherwise. Brett Zamir 2014-04-08 05:13:54 +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
  • 91a627d53d Remove 2.7-deprecated pngsave option Brett Zamir 2014-04-07 23:31:00 +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
  • 6e1393f2ea JSDoc Brett Zamir 2014-03-16 11:19:37 +00:00
  • 5439b4dc73 accept float values in case ever any added to menu Brett Zamir 2014-03-16 03:32:12 +00:00
  • 3e6dbcb111 Some JSDoc Brett Zamir 2014-03-15 13:27:39 +00:00
  • d5216c8dbd JSLint/JSDoc Brett Zamir 2014-03-15 12:52:50 +00:00
  • 94c598b7f6 JSLint Brett Zamir 2014-03-15 12:37:05 +00:00
  • 46fdbdfb6a Update encodeUTF8 function Brett Zamir 2014-03-15 09:50:49 +00:00
  • 2ea686a118 JSDoc Brett Zamir 2014-03-15 08:53:45 +00:00
  • 8f1c74260b Use proper DOM interface in JSDoc comment Brett Zamir 2014-03-02 23:31:41 +00:00
  • 8bf64a2af7 Rmv empty comment Brett Zamir 2014-03-02 23:09:27 +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
  • 314bcb2e76 Critical security fix for embedded editor Brett Zamir 2014-03-02 01:11:23 +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