Commit Graph

  • 7b8ef46ce7 - Comment out simple licenses badge as integrate into others Brett Zamir 2020-01-08 10:58:23 +08:00
  • 11a21fe93a - License: Reflect actual license of library in package.json based not only on licenses of repository as a whole (i.e., "MIT") but individual component files; see filesByLicense in licenseInfo.json for a map of license to these files within the repo with their own licenses. See the new license badges on the README for a summary of the licenses including either bundled devDependencies or all devDependencies (we have no direct npm dependencies currently). - Docs: Add license badges and licenseInfo.json (has a filesByLicense map of files to licenses (not yet used programmatically) and bundledRootPackages which is used by license-badger to know which dev. packages are being bundled (added by npm run copy) for determining summary of all licenses including bundled). - npm: Update devDep. Brett Zamir 2020-01-08 10:56:21 +08:00
  • 3fe912eba8 - Linting (ESLint): As per latest eslint-plugin-jsdoc - npm: Bump devDep. Brett Zamir 2020-01-08 04:10:54 +08:00
  • 18c52ca4b9 Merge branch 'master' of https://github.com/SVG-Edit/svgedit cuixiping 2020-01-07 21:12:54 +08:00
  • 2ea517fc1b - Linting (ESLint): Revert addition of radix which is not needed in ES6 dev. environment (Babel to handle) Brett Zamir 2020-01-07 18:59:36 +08:00
  • 3d95c9095f -npm: Update devDeps and core-js-bundle copy Brett Zamir 2020-01-07 18:52:26 +08:00
  • d0348ddf4e Fix: fix the default src of empty iframe to avoid loading index page cuixiping 2020-01-07 18:14:05 +08:00
  • eea489e602 Fix: keep old text when there is no translation cuixiping 2020-01-07 18:11:21 +08:00
  • 6988dc4d7b Fix: let the checkerboard background style has pointer-events:none cuixiping 2020-01-07 17:52:42 +08:00
  • c924a120dd Enhancement: Add 3 fonts: Courier, Helvetica, Times cuixiping 2020-01-07 17:50:49 +08:00
  • 4a5a24f374 Feature: checkerboard background cuixiping 2020-01-07 17:20:29 +08:00
  • 9e1b702caf Enhancement: redraw the freehand square icon cuixiping 2020-01-07 16:54:21 +08:00
  • 2e7ca91ea5 Fix: popup position is wrong sometimes cuixiping 2020-01-07 16:41:49 +08:00
  • 4f6def7582 Fix: add radix parameter for parseInt cuixiping 2020-01-07 16:39:42 +08:00
  • 471035c0da Fix: Reset control points before freehand draw cuixiping 2020-01-07 16:37:59 +08:00
  • 860dca4339 - Optimization: Remove unmaintained chrome-app, firefox-extension, opera-widget (an updated WebExtensions replacement (or such) would be welcome.) Brett Zamir 2020-01-07 09:57:25 +08:00
  • 6287bdfb6b - Docs (README): Add lb before code example Brett Zamir 2020-01-07 09:30:25 +08:00
  • 0ef2c24c80 Add screenshot Igin 2020-01-06 23:57:55 +08:00
  • 4adb290459 Add screenshot Igin 2020-01-06 23:44:33 +08:00
  • fae7d33b8a - Linting (ESLint): List needed polyfills by directories so known whether users will need or just in development Brett Zamir 2020-01-06 22:51:29 +08:00
  • cc184a81ff Merge branch 'master' of https://github.com/SVG-Edit/svgedit cuixiping 2020-01-06 22:18:36 +08:00
  • 1c1177b2dc Add submodule of latest cuixiping 2020-01-06 22:17:41 +08:00
  • 8fd368d06c - Docs: Update link for master Brett Zamir 2020-01-06 22:06:03 +08:00
  • ca5678b974 Merge branch 'master' of https://github.com/SVG-Edit/svgedit cuixiping 2020-01-06 21:48:35 +08:00
  • eb238b4f08 Add submodules of 2.8 and 3.x.x cuixiping 2020-01-06 21:44:47 +08:00
  • 37ddd63863 - Docs: Fix error in flag Brett Zamir 2020-01-06 21:33:03 +08:00
  • b94802a57c - Docs: Add note about not cloning recursively Brett Zamir 2020-01-06 21:29:37 +08:00
  • e2377b12c7 Update .gitignore cuixiping 2020-01-06 21:09:36 +08:00
  • 77f80ce4e9 Add submodules from 4.0.0 to 5.0.0 cuixiping 2020-01-06 21:09:04 +08:00
  • d030a29064 Add submodules of 2.8.1 and 5.1.0 cuixiping 2020-01-06 20:47:25 +08:00
  • a552fff347 Update README.md Igin 2020-01-06 20:22:45 +08:00
  • fe303305b0 - Gemfile: Try file format at https://bundler.io/man/gemfile.5.html Brett Zamir 2020-01-06 18:32:33 +08:00
  • 0d9358656e - Gemfile: Fix Github copy-paste error Brett Zamir 2020-01-06 18:25:50 +08:00
  • c69e7b8899 - Delete releases/README Brett Zamir 2020-01-06 18:18:28 +08:00
  • 583e2ba7d1 - Get errors for Jekyll builds Brett Zamir 2020-01-06 18:13:39 +08:00
  • 0f3eb27366 - Build: Align submodule spacing Brett Zamir 2020-01-06 18:04:19 +08:00
  • 28d558daf8 - Docs: Try publishing something in releases for submodules Brett Zamir 2020-01-06 18:02:37 +08:00
  • a00e423d16 - Build: Begin adding previous versions as submodules (so can be hosted on Github Pages along with master, yet not a normal part of cloning) Brett Zamir 2020-01-06 17:42:21 +08:00
  • 22978edcb6 - Build: Update underscore copy - npm: Update devDep (Jamilih) Brett Zamir 2020-01-06 16:01:21 +08:00
  • 2810d8e699 - Testing: Remove extra spec - Testing (coverag)e: Remove nyc_output to avoid instrumentation building on past results Brett Zamir 2020-01-06 14:45:53 +08:00
  • 05fe0cc526 - Docs: Update coverage badge - npm: Ensure badge gets updated Brett Zamir 2020-01-06 13:51:25 +08:00
  • 97f64d2189 - Refactoring: Move build-html to build directory - Optimization: Remove old build/tools closure/yuicompressor code - Testing: Produce mochawesome report - Testing: Cypress with multiple reporters (was expecting we'd need, but doesn't hurt to add for now) - Docs: Add testing badge - Docs: Reprioritize docs in commit lists (prioritize user-facing) - npm: Update package-lock.json (seems to have fixed so Cypress shows incremental results) Brett Zamir 2019-12-21 15:35:19 +08:00
  • 8e12910f11 - npm: Update devDep (Rollup); no effect on builds Brett Zamir 2020-01-06 08:38:49 +08:00
  • 205a70b385 - Linting (ESLint): Fix linting regression - Build: Update Brett Zamir 2020-01-05 18:30:21 +08:00
  • 4b33c73f00 - Refactoring: Remove BBQ in favor of deparam (with npm script to copy in) - Fix: initFill/initStroke color, and bkgd_color problematic when using decimal-component-only hex; fixes #314 Brett Zamir 2020-01-05 17:58:50 +08:00
  • 86eff626ce - Fix (recent regression): check for source properly Brett Zamir 2020-01-05 17:52:56 +08:00
  • bf2409fd4c - Refactoring: lbs; clarify Brett Zamir 2020-01-05 17:42:47 +08:00
  • 711cfc4ecc - Fix: Ensure setupCurPrefs is run (including when source or url is set within the URL) Brett Zamir 2020-01-05 11:11:44 +08:00
  • d0d7efabc4 - Refactoring: Reduce BBQ dependency (not yet removable as used still in svgeditor) Brett Zamir 2020-01-05 10:32:31 +08:00
  • 56197a493c - Refactoring: Switch from $.param.querystring to URL Brett Zamir 2020-01-05 09:52:34 +08:00
  • 37424278d1 - BREAKING CHANGE: Remove $.pref in favor of new svgEditor.pref (avoiding polluting jQuery). (Might be moved to own module in future.) - BREAKING CHANGE: putLocale (a function called automatically by svg-editor.js) no longer checks pref. Should not impact average consumers. Brett Zamir 2020-01-05 08:53:41 +08:00
  • e356b95a03 - Fix: Background URL was not settable back to nothing; fixes #376 Brett Zamir 2020-01-04 22:32:52 +08:00
  • 0029a932b2 - Fix: Misspelling for dropXMLInternalSubset method (also fixes use in imagelib when defaulting to image's title) - Fix: Redirect paths for imagelib redirect checks Brett Zamir 2020-01-04 17:32:19 +08:00
  • e0ceec2a38 - Docs(imagelib): Further jsdoc work Brett Zamir 2020-01-04 17:05:11 +08:00
  • d7d6b87255 - Docs(imagelib): JSDocs for extension Brett Zamir 2020-01-04 16:45:18 +08:00
  • 77eb85e91c - Refactoring: Remove redundant check Brett Zamir 2020-01-04 16:43:42 +08:00
  • 92f8a5be57 - Refactoring: Avoid redundant creation of text node for strings when passing to append Brett Zamir 2020-01-04 16:43:03 +08:00
  • 332a562876 - npm: Update devDeps Brett Zamir 2020-01-02 19:52:46 +08:00
  • a9c743ad4e - npm: Update devDeps Brett Zamir 2020-01-02 15:17:37 +08:00
  • cc6937ce96 - Linting (ESLint): Add rules to check for file-level tags Brett Zamir 2020-01-01 01:15:16 +08:00
  • 63ba8f39a1 - Linting (ESLint): Latest as per ash-nazg (disable now applicable rules not fixed during earlier testing) - npm: Update devDeps Brett Zamir 2019-12-31 17:55:15 +08:00
  • 7fc26e114d - Refactoring: Ensure file-global tags are at beginning of file Brett Zamir 2019-12-31 16:31:28 +08:00
  • d9d4d94976 - Linting (ESLint): Apply per latest ash-nazg (jsdoc: complete sentence descriptions) - npm: Update devDeps Brett Zamir 2019-12-31 15:27:16 +08:00
  • 22dda2c50b - Docs: Missing returns, param names Brett Zamir 2019-12-31 13:42:39 +08:00
  • 477d5fdb6c - Linting (ESLint): Update as per latest ash-nazg (bad jsdoc) - npm: Update devDeps Brett Zamir 2019-12-31 13:14:33 +08:00
  • c9e17b8aa7 - npm: Update devDep Brett Zamir 2019-12-30 18:18:11 +08:00
  • e63487b698 - npm: Update devDep (eslint-plugin-jsdoc) Brett Zamir 2019-12-27 17:06:14 +08:00
  • e33203914d - npm: Rename open-allext to remove "es"; regular open assumes es as well Brett Zamir 2019-12-27 11:37:44 +08:00
  • fdf31716e6 npm : Use npm-run-all for fewer race conditions and shorter scripts Brett Zamir 2019-12-27 11:35:25 +08:00
  • eb4401e998 - Update: Copy of core-js and qr-manipulation - npm: Add underscore to copy script - npm: Make copy, compress-images, start-embedded, build-docs-remove scripts cross-platform; add start-allow-origin script - npm: Update devDeps/package-lock.json Brett Zamir 2019-12-27 07:32:39 +08:00
  • 1d590400f4 - Fix (openclipart browser): Redirect on lacking browser support Brett Zamir 2019-12-26 08:10:34 +08:00
  • b37d7608f6 - Docs: Update release instructions Brett Zamir 2019-12-25 22:07:01 +08:00
  • 4a13308618 - npm: Rename test-prep to prep Brett Zamir 2019-12-25 16:33:01 +08:00
  • 0be20acbc6 - Docs (CHANGES): Add re: fix to menu style/text Brett Zamir 2019-12-25 16:20:21 +08:00
  • a579878c6b - Docs (CHANGES): Update to indicate localization addition Brett Zamir 2019-12-25 16:14:37 +08:00
  • 6f8d45cda9 - Docs: Remove outdated info on jsdoc linting (now just part of eslint config) - npm: Rename open script to open-tests, and add open script for opening instance of svgedit - npm: Ensure starting server for open scripts Brett Zamir 2019-12-25 16:06:44 +08:00
  • 8bd9466827 - Build: Update Brett Zamir 2019-12-25 16:04:07 +08:00
  • f03cdc98a4 Testing: Fix the selector of editor preferences cuixiping 2019-12-24 16:02:46 +08:00
  • 24b51b5d57 Fix: Add CustomEvent to polyfills cuixiping 2019-12-24 14:54:01 +08:00
  • a7447fbbe2 Fix: main menu style and text #371 cuixiping 2019-12-21 20:35:22 +08:00
  • 88423c8424 Localization: Add 'SVG-Edit Home Page' to locale files cuixiping 2019-12-21 20:27:45 +08:00
  • 8aaf40a64b - npm: Update open-report for cross-platform Brett Zamir 2019-12-24 11:50:44 +08:00
  • dbe0bb1615 - npm: Further cross-platform (Windows) support for development (building docs and instrumenting) Brett Zamir 2019-12-24 10:42:30 +08:00
  • ef4ea22a69 - npm: Move badge generation script after test running Brett Zamir 2019-12-24 10:15:39 +08:00
  • 145c9fb171 - Disable Github workflows for now Brett Zamir 2019-12-24 09:48:49 +08:00
  • 6a0a505558 - npm: Add rimraf toward supporting Windows development (needed for building docs and instrumenting) Brett Zamir 2019-12-24 09:47:20 +08:00
  • 5ffcc24f6f - npm: Update devDep Brett Zamir 2019-12-24 08:14:41 +08:00
  • 7d3e276738 - npm: Update devDep Brett Zamir 2019-12-23 22:35:45 +08:00
  • fc41ea7a43 - Testing: Separate tests into unit/ui; split UI tests by specific domain; setup browser-bug folder and ui issues folder - Testing: Create test utilities for selecting English and visiting and approving storage - Testing: Add test for tool selection Brett Zamir 2019-12-23 18:34:28 +08:00
  • 31a98c1408 - Linting (ESLint): Apply latest ash-nazg (with latest unicorn) - npm: Update devDeps Brett Zamir 2019-12-23 09:16:16 +08:00
  • 5f9085be1b - Move badges to own folder Brett Zamir 2019-12-21 11:04:07 +08:00
  • af42d1fb0f - Docs (README): Change coverage badge embedding to work on npmjs (as well as github) Brett Zamir 2019-12-20 17:04:27 +08:00
  • 4792426221 - Refactoring: Move out coverage badge generation to own repo - npm: Update devDep Brett Zamir 2019-12-20 16:38:08 +08:00
  • d4e041c723 - Update coverage badge; remove PNG version Brett Zamir 2019-12-20 09:18:12 +08:00
  • aee1a45fd7 - npm: Update devDeps - Build: Update dist files Brett Zamir 2019-12-19 16:59:45 +08:00
  • 3ac0d58af9 - Linting (ESLint): Replace innerHTML with textContent from old demo - npm: Update devDeps (including core-js copy) Brett Zamir 2019-12-19 08:25:23 +08:00
  • a6f65cec0b - Docs: Use SVG-based coverage badge on README in place of PNG Brett Zamir 2019-12-18 21:28:04 +08:00
  • 5b91e6879e - npm: Update devDeps; update core-js-bundle copies Brett Zamir 2019-12-17 21:16:47 +08:00
  • 9fb9726912 - npm: Update devDeps Brett Zamir 2019-12-07 19:46:55 +08:00
  • 0588036373 - npm: Update devDeps and update core-js-bundle copy Brett Zamir 2019-12-05 09:05:48 +08:00