svgedit/editor/images
Brett Zamir ae2394f086 (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-22 18:02:57 +08:00
..
README.txt Remove un-maintained wave code 2018-05-17 21:19:40 -07:00
align-bottom.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
align-bottom.svg add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) 2009-10-06 20:40:12 +00:00
align-center.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
align-center.svg add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) 2009-10-06 20:40:12 +00:00
align-left.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
align-left.svg add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) 2009-10-06 20:40:12 +00:00
align-middle.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
align-middle.svg add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) 2009-10-06 20:40:12 +00:00
align-right.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
align-right.svg add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) 2009-10-06 20:40:12 +00:00
align-top.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
align-top.svg add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) 2009-10-06 20:40:12 +00:00
bold.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
cancel.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
circle.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
clear.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
clone.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
conn.svg - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
copy.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
cut.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
delete.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
document-properties.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
dropdown.gif Added advanced dropdown button for zoom, only %s work for now 2009-09-15 18:13:00 +00:00
ellipse.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
eye.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
fhpath.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
flyouth.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
flyup.gif Moving zoom panel to the bottom to give more room at the top 2009-09-16 18:35:09 +00:00
freehand-circle.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
freehand-square.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
go-down.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
go-up.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
image.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
italic.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
line.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
link_controls.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
logo.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
logo.svg - Fix (Locale): Remove bad characters in Persian (fa) file 2018-05-20 15:04:11 +08:00
move_bottom.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
move_top.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
node_clone.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
node_delete.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
none.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
open.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
paste.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
path.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
polygon.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
polygon.svg Fixed issue 311: Angle of rotation value isn't updated when the rotation is made with the handle. Also made opacity options hide while dragging slider 2009-10-27 13:24:18 +00:00
rect.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
redo.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
reorient.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
rotate.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
save.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
select.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
select_node.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
sep.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
shape_group_elements.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
shape_ungroup.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
source.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
spinbtn_updn_big.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
square.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
svg_edit_icons.svg - Fix (Locale): Remove bad characters in Persian (fa) file 2018-05-20 15:04:11 +08:00
svg_edit_icons.svgz Adding svg_edit_icons.svgz file for testing 2009-11-04 21:23:40 +00:00
text.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
text.svg add first batch of svg icons (will track the origin of the image files in editor/images/README.txt) 2009-10-06 20:40:12 +00:00
to_path.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
undo.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
view-refresh.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
wireframe.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
zoom.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00

README.txt

filename                        origin

align-bottom.png                http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-bottom.png
align-bottom.svg                http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-bottom.svg
align-center.png                http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-center.png
align-center.svg                http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-center.svg
align-left.png                  http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-left.png
align-left.svg                  http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-left.svg
align-middle.png                http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-center.png
align-middle.svg                http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-center.svg
align-right.png                 http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-right.png
align-right.svg                 http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-horizontal-right.svg
align-top.png                   http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-top.png
align-top.svg                   http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/actions/align-vertical-top.svg
bold.png
cancel.png
circle.png
clear.png
clone.png
copy.png
cut.png
delete.png
document-properties.png
dropdown.gif
ellipse.png
eye.png
flyouth.png
flyup.gif
freehand-circle.png
freehand-square.png
go-down.png
go-up.png
image.png
italic.png
line.png
logo.png
logo.svg
move_bottom.png
move_top.png
none.png
open.png
paste.png
path.png
polygon.png                     http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-polygon.png
polygon.svg                     http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-polygon.svg
rect.png
redo.png
rotate.png
save.png
select.png
sep.png
shape_group_elements.png
shape_ungroup.png
source.png
square.png
text.png                        http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-text.png
text.svg                        http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/draw-text.svg
undo.png
view-refresh.png
zoom.png                        http://tango.freedesktop.org/static/cvs/tango-art-libre/22x22/tools/page-magnifier.png