svgedit/editor/extensions
Brett Zamir 21c946fd99 server_opensave-related changes: 1) Be more lenient in filename possibilities for server_opensave (supporting Unicode except characters disallowed in Windows file names); 2) XHTML escape filename and SVG content when put into HTML hidden input element as opposed to unnecessary URL-encoding; 3) fix base64 encoding (with update to dependent utf8-encoding function)--old base64 code caused SVG to break with surrogate pairs (e.g., in title); 4) provide default UTF-8 encoding in XML declaration and add this XML declaration to the download attribute as well
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2662 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-01 16:13:51 +00:00
..
imagelib Prevent errors in svg-editor when imagelib extension is used; Update imagelib to proper HTML5 with charset 2013-10-29 03:43:10 +00:00
shapelib Added Raphael icons to shape library 2010-09-21 12:43:38 +00:00
allowedMimeTypes.php Filter out bad MIME types from fileopen.php and share allowable array with filesave.php 2013-10-29 07:26:29 +00:00
closepath_icons.svg Another tweak to the close_path icons 2010-02-20 16:43:52 +00:00
ext-arrows.js fixed indentation in ext-arrows 2013-02-19 12:22:18 +00:00
ext-closepath.js fixed formatting in closepath extension 2013-02-16 11:19:25 +00:00
ext-connector.js Updating license information as per http://code.google.com/p/svg-edit/issues/detail?id=959 2012-09-16 18:53:27 +00:00
ext-eyedropper.js created svgedit main object, moved all namespaces handling in the same place 2013-02-16 15:02:26 +00:00
ext-foreignobject.js created svgedit main object, moved all namespaces handling in the same place 2013-02-16 15:02:26 +00:00
ext-grid.js fixed #895 thanks to FlintOBrien - Grid is invisible when background is black 2013-02-19 21:07:24 +00:00
ext-helloworld.js Updating license information as per http://code.google.com/p/svg-edit/issues/detail?id=959 2012-09-16 18:53:27 +00:00
ext-imagelib.js Fix data:image/svg link loading for imagelib extension; fix server_opensave-extension-opened SVG files for older browsers; leverage utilities base 64 encoding in place of btoa also in server_opensave extension 2013-10-29 06:33:37 +00:00
ext-imagelib.xml Fixed some imagelib bugs, added nicer icon, nicer buttons 2010-08-31 20:31:58 +00:00
ext-markers.js Fixed issue 580 by making connector extension more compatible with markers extension (trunk) 2010-06-17 17:57:24 +00:00
ext-mathjax.js Adding mathjax extension 2013-04-12 19:25:18 +00:00
ext-overview_window.js Added a thumbnail overview as described in Issue 208 part 6. 2013-09-23 18:55:52 +00:00
ext-panning.js fixed formatting in panning extension 2013-02-16 11:21:06 +00:00
ext-panning.xml Adding Padding extension for tablet/mobile devices 2013-02-07 13:57:55 +00:00
ext-php_savefile.js server_opensave-related changes: 1) Be more lenient in filename possibilities for server_opensave (supporting Unicode except characters disallowed in Windows file names); 2) XHTML escape filename and SVG content when put into HTML hidden input element as opposed to unnecessary URL-encoding; 3) fix base64 encoding (with update to dependent utf8-encoding function)--old base64 code caused SVG to break with surrogate pairs (e.g., in title); 4) provide default UTF-8 encoding in XML declaration and add this XML declaration to the download attribute as well 2014-02-01 16:13:51 +00:00
ext-polygon.js created svgedit main object, moved all namespaces handling in the same place 2013-02-16 15:02:26 +00:00
ext-server_moinsave.js Updating license information as per http://code.google.com/p/svg-edit/issues/detail?id=959 2012-09-16 18:53:27 +00:00
ext-server_opensave.js server_opensave-related changes: 1) Be more lenient in filename possibilities for server_opensave (supporting Unicode except characters disallowed in Windows file names); 2) XHTML escape filename and SVG content when put into HTML hidden input element as opposed to unnecessary URL-encoding; 3) fix base64 encoding (with update to dependent utf8-encoding function)--old base64 code caused SVG to break with surrogate pairs (e.g., in title); 4) provide default UTF-8 encoding in XML declaration and add this XML declaration to the download attribute as well 2014-02-01 16:13:51 +00:00
ext-shapes.js Remove element if mouse has not moved. 2013-06-30 13:15:10 +00:00
ext-shapes.xml Created and included path library extension, based on data by Christian Tzurcanu. Takes care of most of issue 541 2010-07-09 19:09:37 +00:00
ext-star.js created svgedit main object, moved all namespaces handling in the same place 2013-02-16 15:02:26 +00:00
ext-webappfind.js Changing naming of "method" to "mode" in error (very minor) 2014-01-26 11:06:27 +00:00
eyedropper-icon.xml Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist 2010-03-29 03:22:42 +00:00
eyedropper.png Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist 2010-03-29 03:22:42 +00:00
fileopen.php Filter out bad MIME types from fileopen.php and share allowable array with filesave.php 2013-10-29 07:26:29 +00:00
filesave.php server_opensave-related changes: 1) Be more lenient in filename possibilities for server_opensave (supporting Unicode except characters disallowed in Windows file names); 2) XHTML escape filename and SVG content when put into HTML hidden input element as opposed to unnecessary URL-encoding; 3) fix base64 encoding (with update to dependent utf8-encoding function)--old base64 code caused SVG to break with surrogate pairs (e.g., in title); 4) provide default UTF-8 encoding in XML declaration and add this XML declaration to the download attribute as well 2014-02-01 16:13:51 +00:00
foreignobject-icons.xml Made extension improvements to svg-editor.js and added foreignObject plugin based on patch by Jaques Distler (disabled by default) 2010-02-16 21:07:13 +00:00
grid-icon.xml Added excellent grid/snapping extension by redou.mine 2010-09-09 12:46:02 +00:00
helloworld-icon.xml Made SVG icons no longer require a viewBox to display properly 2010-03-30 15:28:57 +00:00
markers-icons.xml Added Spanish translation (in progress) by Alicia Puerto, fixed bug where circle icon used circle marker icon 2010-06-08 18:40:13 +00:00
mathjax-icons.xml Adding mathjax extension 2013-04-12 19:25:18 +00:00
polygon-icons.svg Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine. v.2 2013-01-18 18:05:41 +00:00
savefile.php Delete old insecure server-save PHP in favor of a new php-savefile extension which requires addition by user of a configuration page "savefile_config.php" in order to work (and where the user should do their own validation). Add this config file and "saved.svg" (the default name when no filename is supplied) to SVN ignore list. 2014-01-31 12:58:16 +00:00
star-icons.svg Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine. v.2 2013-01-18 18:05:41 +00:00
webappfind-icon.svg Add WebAppFind extension and icon (depends on WebAppFind add-on and executables) 2013-10-14 00:10:43 +00:00