svgedit/editor/svg-editor.manifest

155 lines
3.1 KiB
Plaintext
Raw Normal View History

# To-do: Change to a sample service-worker
CACHE MANIFEST
svg-editor.html
images/logo.png
jgraduate/css/jPicker.css
jgraduate/css/jgraduate.css
svg-editor.css
spinbtn/JQuerySpinBtn.css
(INCOMPLETE: ES6 Module conversion and linting) - Breaking change: Require `new` with `EmbeddedSVGEdit` (allows us to use `class` internally) - Breaking change: If `svgcanvas.setUiStrings` must now be called if not using editor in order to get strings (for sake of i18n) (and if using path.js alone, must also have its `setUiStrings` called) - Breaking change (ext-overview-window): Avoid global `overviewWindowGlobals` - Breaking change (ext-imagelib): Change to object-based encoding for namespacing of messages (though keep stringifying/parsing ourselves until we remove IE9 support) - Breaking change: Rename `jquery.js` to `jquery.min.js` - Breaking change: Remove `scoped` attribute from `style`; it is now deprecated and obsolete; also move to head (after other stylesheets) - Enhancement: Make SpinButton plugin independent of SVGEdit via generic state object for tool_scale - Enhancement: Remove now unused Python l10n scripts (#238) - Enhancement: ES6 Modules (including jQuery plugins but not jQuery) - Enhancement: Further JSDoc (incomplete) - Enhancement (Optimization): Compress images using imageoptim (and add npm script) (per #215) - Fix: i18nize path.js strings and canvas notifications - Fix: Attempt i18n for ext-markers - Refactoring (ext-storage): Move locale info to own file imported by the extension (toward modularity; still should be split into separate files by language and *dynamically* imported, but we'll wait for better `import` support to refactor this) - Refactoring: For imagelib, add local jQuery copy (using old 1.4.4 as had been using from server) - Refactoring: For MathJax, add local copy (using old 2.3 as had been using from server); server had not been working - Refactoring: Remove `use strict` (implicit in modules) - Refactoring: Remove trailing whitespace, fix some code within comments - Refactoring: Expect `jQuery` global rather than `$` for better modularity (also to adapt line later once available via `import`) - Refactoring: Prefer `const` (and then `let`) - Refactoring: Add block scope keywords closer to first block in which they appear - Refactoring: Use ES6 `class` - Refactoring `$.isArray` -> `Array.isArray` and avoid some other jQuery core methods with simple VanillaJS replacements - Refactoring: Use abbreviated object property syntax - Refactoring: Object destructuring - Refactoring: Remove `uiStrings` contents in svg-editor.js (obtains from locale) - Refactoring: Add favicon to embedded API file - Refactoring: Use arrow functions for brief functions (incomplete) - Refactoring: Use `Array.prototype.includes`/`String.prototype.includes`; `String.prototype.startsWith`, `String.prototype.trim` - Refactoring: Remove now unnecessary svgutils do/while resetting of variables - Refactoring: Use shorthand methods for object literals (avoid ": function") - Refactoring: Avoid quoting object property keys where unnecessary - Refactoring: Just do truthy/falsey check for lengths in place of comparison to 0 - Refactoring (Testing): Avoid jQuery usage within most test files (defer script, also in preparation for future switch to ES6 modules for tests) - Refactoring: Make jpicker variable declaration indent bearable - Refactoring (Linting): Finish svgcanvas.js - Docs: Mention in comment no longer an entry file as before - Docs: Migrate old config, extensions, and FAQ docs - Licensing: Indicate MIT is license type of rgbcolor; rename/add license file name for jgraduate and screencast to reflect type (Apache 2.0); rename file to reflect it contains license information (of type MIT) for Raphael icons
2018-05-18 03:25:45 +00:00
jquery.min.js
config.js
custom.css
js-hotkeys/jquery.hotkeys.min.js
jquery-ui/jquery-ui-1.8.17.custom.min.js
jgraduate/jpicker.min.js
jgraduate/jquery.jgraduate.min.js
spinbtn/JQuerySpinBtn.js
svgcanvas.js
svg-editor.js
images/align-bottom.png
images/align-center.png
images/align-left.png
images/align-middle.png
images/align-right.png
images/align-top.png
images/bold.png
images/cancel.png
images/circle.png
images/clear.png
images/clone.png
images/copy.png
images/cut.png
images/delete.png
images/document-properties.png
images/dropdown.gif
images/ellipse.png
images/eye.png
images/flyouth.png
images/flyup.gif
images/freehand-circle.png
images/freehand-square.png
images/go-down.png
images/go-up.png
images/image.png
images/italic.png
images/line.png
images/logo.png
images/logo.svg
images/move_bottom.png
images/move_top.png
images/none.png
images/open.png
images/paste.png
images/path.png
images/polygon.png
images/rect.png
images/redo.png
images/save.png
images/select.png
images/sep.png
images/shape_group_elements.png
images/shape_ungroup.png
images/source.png
images/square.png
images/text.png
images/undo.png
images/view-refresh.png
images/zoom.png
locale/locale.js
locale/lang.af.js
locale/lang.ar.js
locale/lang.az.js
locale/lang.be.js
locale/lang.bg.js
locale/lang.ca.js
locale/lang.cs.js
locale/lang.cy.js
locale/lang.da.js
locale/lang.de.js
locale/lang.el.js
locale/lang.en.js
locale/lang.es.js
locale/lang.et.js
locale/lang.fa.js
locale/lang.fi.js
locale/lang.fr.js
locale/lang.ga.js
locale/lang.gl.js
locale/lang.hi.js
locale/lang.hr.js
locale/lang.hu.js
locale/lang.hy.js
locale/lang.id.js
locale/lang.is.js
locale/lang.it.js
locale/lang.iw.js
locale/lang.ja.js
locale/lang.ko.js
locale/lang.lt.js
locale/lang.lv.js
locale/lang.mk.js
locale/lang.ms.js
locale/lang.mt.js
locale/lang.nl.js
locale/lang.no.js
locale/lang.pl.js
locale/lang.pt-PT.js
locale/lang.ro.js
locale/lang.ru.js
locale/lang.sk.js
locale/lang.sl.js
locale/lang.sq.js
locale/lang.sr.js
locale/lang.sv.js
locale/lang.sw.js
locale/lang.th.js
locale/lang.tl.js
locale/lang.tr.js
locale/lang.uk.js
locale/lang.vi.js
locale/lang.yi.js
locale/lang.zh-CN.js
locale/lang.zh-TW.js
locale/lang.zh.js
# Dynamic loads
canvg/canvg.js
canvg/rgbcolor.js
jspdf/underscore-min.js
jspdf/jspdf.js
jspdf/jspdf.plugin.svgToPdf.js
# Extensions (todo: add other dependency files)
extensions/ext-arrows.js
extensions/ext-closepath.js
extensions/ext-connector.js
extensions/ext-eyedropper.js
extensions/ext-foreignobject.js
extensions/ext-grid.js
extensions/ext-helloworld.js
extensions/ext-imagelib.js
extensions/ext-markers.js
extensions/ext-mathjax.js
extensions/ext-overview_window.js
extensions/ext-panning.js
extensions/ext-php_savefile.js
extensions/ext-polygon.js
extensions/ext-server_moinsave.js
extensions/ext-server_opensave.js
extensions/ext-shapes.js
extensions/ext-star.js
extensions/ext-storage.js
extensions/ext-webappfind.js
extensions/ext-xdomain-messaging.js