Commit Graph

  • 19449cd149 Fixed keyboard shortcuts on flyout buttons Alexis Deveria 2010-02-01 14:41:34 +00:00
  • b23c861650 Update for the right Chinese names of the language. Rename zh into zh-KH. Thanks to zenixls2. Wormsxulla 2010-02-01 12:02:28 +00:00
  • fff8d2aecb Update the AUTHORS Translation credits for Chinese-TW (trunk). Wormsxulla 2010-02-01 06:20:36 +00:00
  • 31ec4fec91 Fix Issue 412: Press 'A' to select all elements in the current layer Jeff Schiller 2010-01-31 20:17:50 +00:00
  • 3e94e85e31 Fix Issue 457: Remove experimentation on the ?url= parameter accidentally checked in. Jeff Schiller 2010-01-31 19:55:19 +00:00
  • 8ba1526e9f Add mask element and attribute to whitelist Jeff Schiller 2010-01-31 07:11:57 +00:00
  • d0783f80bd Add zh-TW to the good languages. Update the first draft of the Chinese-TW translation by zenixls2. Wormsxulla 2010-01-30 11:41:10 +00:00
  • 06d53a325b Made various fixes/changes, made new icon for connector tool Alexis Deveria 2010-01-29 21:28:46 +00:00
  • 0074d7f7c0 Add support in whitelist and remapElements() for <a> elements Jeff Schiller 2010-01-29 20:30:10 +00:00
  • eaf8401d98 Oops, fixed bug caused by last fix Alexis Deveria 2010-01-29 18:50:40 +00:00
  • e12ea017ed Fixed bug that broke svg-edit in non-FF browsers Alexis Deveria 2010-01-29 18:48:08 +00:00
  • 0690ed7760 Added support for flyouts in plugins, made improvements to flyouts Alexis Deveria 2010-01-29 18:27:26 +00:00
  • 81c304a68c Add whitelist support for clipPath, @clip-path and @clip-rule. Refactor code a tiny bit. Jeff Schiller 2010-01-29 17:10:30 +00:00
  • 7c40486c39 Fix Issue 450: restore Created-By comment Jeff Schiller 2010-01-29 14:11:04 +00:00
  • 6bd66dda1d Add metadata to whitelist Jeff Schiller 2010-01-29 12:33:10 +00:00
  • 2b4025bb42 Fix Issue 448: Merge wormsxulla's patch Jeff Schiller 2010-01-29 12:18:13 +00:00
  • 64c7fa5f9f Fix Issue 65: Launch SVG-edit with ?url=foo/bar.svg Jeff Schiller 2010-01-29 05:53:01 +00:00
  • be04bdc1c1 Fix Issue 62: can now set color to none right in the picker (uplift to jGraduate r71) Jeff Schiller 2010-01-29 05:39:57 +00:00
  • bd64fc421e Add beginning unit test for path conversion code Jeff Schiller 2010-01-28 23:17:17 +00:00
  • 77406f4d02 Fix path remapping for H,V commands Jeff Schiller 2010-01-28 03:08:53 +00:00
  • dd41cd6cea Fix bug in conversion of horiz/vert path segments Jeff Schiller 2010-01-28 02:55:11 +00:00
  • faae299e96 Add transform attribute to use element in whitelist Jeff Schiller 2010-01-28 02:42:28 +00:00
  • b0d13610bb Fix Issue 445: turn booleans back into numbers for arc path commands Jeff Schiller 2010-01-28 02:37:53 +00:00
  • 9fa41f7d3f Set mime-type on connector svg Alexis Deveria 2010-01-27 21:28:56 +00:00
  • 363eef5d57 Added keyboard shortcut option for extension buttons, made import of connectors work, fixed issue 442 Alexis Deveria 2010-01-27 21:03:43 +00:00
  • ee393cd933 Fix parsing error with url() format with quotes in it Jeff Schiller 2010-01-27 19:35:13 +00:00
  • 3eb89914b6 Convert style to attributes, but check xlink:href target outside the attribute loop Jeff Schiller 2010-01-27 16:42:35 +00:00
  • ec1ab246d1 Added style attribute to whitelist and parse into XML attributes in sanitizeSvg(). Add filter and feGaussianBlur elements to whitelist Jeff Schiller 2010-01-27 16:37:59 +00:00
  • 488e377062 Allow style for <stop> elements in the whitelist. Allow gradients to refer to each other in the whitelist. Update removeUnusedGrads() to account for this. Jeff Schiller 2010-01-27 16:06:58 +00:00
  • 7890d47e06 Fixed issue 418 and issue 441 Alexis Deveria 2010-01-27 15:14:23 +00:00
  • 6d15ba7b1e Fixed Issue 408: Uplift to jQuery 1.4.1. Also fixed minor bugs caused by 1.4 related to custom dropdown menus Alexis Deveria 2010-01-27 14:23:51 +00:00
  • d60fb28557 Made improvements to extension support as well as connector extension Alexis Deveria 2010-01-26 21:28:52 +00:00
  • 1dcb9aac42 Add the final version of the russian language file by Laurent Dufloux. Update the UI to correctly say "Russian" in russian. Wormsxulla 2010-01-26 14:49:46 +00:00
  • 75781771be Started on Issue 310: Move to Plugin Architecture, as well as Issue 200: flowchart (just connector lines for now) Alexis Deveria 2010-01-25 21:22:03 +00:00
  • 6eba334074 Correct test for Issue 436 Jeff Schiller 2010-01-22 01:48:57 +00:00
  • df3b22470c Fix Issue 436: Only convert path d attribute for path elements Jeff Schiller 2010-01-22 01:47:50 +00:00
  • 0671e1584e Added test for Issue 436 and one more text for matrixMultiply() Jeff Schiller 2010-01-22 01:45:26 +00:00
  • d3e72d8e4e Fixed some open path bugs Alexis Deveria 2010-01-21 20:59:34 +00:00
  • b3a3a6af26 Added support for multiple segment lines on selection, mass segment type changes, and multi-selection on node cloning Alexis Deveria 2010-01-21 20:12:49 +00:00
  • 3df4a5d616 Fixed issue 432 Alexis Deveria 2010-01-21 17:38:37 +00:00
  • 86ac38547f Add unit test for importing use. Add missing id attribute on use in whitelist Jeff Schiller 2010-01-21 14:12:08 +00:00
  • c8e0a94d50 More JS tightening (collapse multiple variable declarations into one statement) Jeff Schiller 2010-01-21 03:17:04 +00:00
  • 47a0faf93b Fix Issue 402: Freehand tools maxy not being reset Jeff Schiller 2010-01-21 02:48:02 +00:00
  • 05941d2a13 Fix Issue 433: If fill is not present, assume 'black' as per SVG spec Jeff Schiller 2010-01-21 02:02:04 +00:00
  • e2f7aa9d96 Fix Issue 434: multiselecting one element now sets the current properties. Also, very minor refactoring of code to tighten things up Jeff Schiller 2010-01-21 01:20:17 +00:00
  • 2518ec07d7 Fix Issue 424: scrub xlink:href to ensure it is a local reference only Jeff Schiller 2010-01-20 22:58:38 +00:00
  • 0c0a935a57 Make copy/clone work on <use> elements Jeff Schiller 2010-01-20 22:36:59 +00:00
  • c04d148dcb Initial support for <use> element (can only see, select, move, resize or rotate them). Also collapse a few var declarations and remove obsolete code Jeff Schiller 2010-01-20 22:15:54 +00:00
  • 36caeb552a Fixed and efficiencized undo/redo on path editing functions Alexis Deveria 2010-01-20 21:32:17 +00:00
  • 99edca083c Made more improvents to multi-path-node editing Alexis Deveria 2010-01-20 20:34:03 +00:00
  • 95fd38610f Probably fixed issue Issue 421: Canvas background now black Alexis Deveria 2010-01-20 17:29:41 +00:00
  • 828dfa2f9f Fixed multiple path node selection/move on zoom Alexis Deveria 2010-01-20 17:26:12 +00:00
  • 220bd72b7a Remove logging, add empty console.dir for opera, stray comma in whitelist Jeff Schiller 2010-01-20 16:14:32 +00:00
  • 37b9a3b426 Fix Issue 430: Update layers panel when opened SVG file does not have a viewBox attribute Jeff Schiller 2010-01-20 15:24:50 +00:00
  • ddeace083c Add Arabic to the list of good languages. Update the AUTHORS list for Arabic. Wormsxulla 2010-01-20 06:50:23 +00:00
  • eb1aa6ffe9 Added initial support for multiple path node selection (issue 277) Alexis Deveria 2010-01-19 21:14:53 +00:00
  • 783ad05a45 Improved pathedit efficiency, fixed clone node when selecting last node in open path Alexis Deveria 2010-01-19 15:08:30 +00:00
  • a6edbc58bb Fixed issue 420 Alexis Deveria 2010-01-19 14:03:10 +00:00
  • 72c6cb59e8 Fixed bug where certain positioned elements could not be de-selected Alexis Deveria 2010-01-18 21:18:46 +00:00
  • 0f46184757 Fixed background colors/URLs, element page alignment and clear option Alexis Deveria 2010-01-18 20:30:59 +00:00
  • 29e2acc359 Finally fixed last zoom related bug Alexis Deveria 2010-01-18 19:14:08 +00:00
  • 0927d04319 Fixed more zoom-related bugs (not all) Alexis Deveria 2010-01-18 18:03:09 +00:00
  • d9148f71b4 Add mime type for test file Jeff Schiller 2010-01-18 06:42:16 +00:00
  • d1e32d99d7 Expose SvgCanvas.matrixMultiply() and add starting unit-test framework (QUnit) and first test. Jeff Schiller 2010-01-18 06:40:32 +00:00
  • e730f71947 Correct the typos in Laurent Dufloux's email address. Wormsxulla 2010-01-17 21:53:24 +00:00
  • c6e1bf0584 Update the first draft of the Russian translation by Laurent Dufloux. Wormsxulla 2010-01-17 21:33:06 +00:00
  • 9a1f23a21b Fix Issue 403: Moving text elements changes the x,y values. Works for simple cases, but x,y values are not intuitive for stretched text elements Jeff Schiller 2010-01-16 22:34:15 +00:00
  • e01b193fe3 Partial fix for zooming options, fixed open image Alexis Deveria 2010-01-15 21:33:55 +00:00
  • 907998343d Fix Issue 415: main menu highlight extends to border of menu (patch from wnauta) Jeff Schiller 2010-01-15 21:13:11 +00:00
  • 9e0c8fff0e Updated python script to fix lang files, ran all lang files through python script Jeff Schiller 2010-01-15 19:11:22 +00:00
  • 2e1ff4a24a Update the AUTHORS Translation credits for Hindi and Russian (trunk). Wormsxulla 2010-01-15 18:48:20 +00:00
  • ed04c15140 Update the Hindi translation with the first draft by Tavish Naruka. Wormsxulla 2010-01-15 17:42:24 +00:00
  • 292fa28398 Made scrolling area smaller, set color for outside image area Alexis Deveria 2010-01-15 15:59:15 +00:00
  • 8c3488ab31 Largely fixed issue 185: Allow elements and selections to be visible outside the image canvas Alexis Deveria 2010-01-15 15:04:57 +00:00
  • 03a335646f Update the Frisian language file by Wander Nauta (hopefully with the proper encoding!) Wormsxulla 2010-01-15 11:48:00 +00:00
  • c4e44a13a8 Make the lang.fy.js have the proper UTF-8 format. Wormsxulla 2010-01-15 10:13:39 +00:00
  • afa5e7d58c Add Russian language to the good languages. Possibly display "Hindi" in Hindi in svg-editor.html, too. Wormsxulla 2010-01-15 09:44:25 +00:00
  • 123ac06df9 Update the AUTHORS Translation credits for Farsi and Frisian (trunk). Wormsxulla 2010-01-14 19:01:37 +00:00
  • b35d04c26e OOoops. Now update svg-editor.html for Frisian and Hindi. Wormsxulla 2010-01-14 18:45:49 +00:00
  • 1dbdbc0352 Update the first draft of the Frisian language file by Wander Nauta. Add Frisian and Hindi languages to the good languages (Not able to display "Hindi" in "Hindi" in svg-editor.html, though.) Wormsxulla 2010-01-14 18:33:05 +00:00
  • b835da83ea Fixed locale issues for main menu (will work once lang files are updated) Alexis Deveria 2010-01-14 16:05:05 +00:00
  • d360c991cd Simplified canvas centering using largely CSS-based method Alexis Deveria 2010-01-14 15:12:40 +00:00
  • 612d563677 Add a language file for future Frisian translation. Wormsxulla 2010-01-14 13:55:57 +00:00
  • 47a390511b Made menu stay open on drag-onto-fileopen in Firefox Alexis Deveria 2010-01-14 13:39:25 +00:00
  • 8e5b549cf3 Fixed bug on Firefox open file Alexis Deveria 2010-01-13 21:18:59 +00:00
  • ad38b50001 Fixed issue 404: Change stroke dash style in Opera Alexis Deveria 2010-01-13 21:03:00 +00:00
  • 4f162eb6fa Made more improvements to main menu (webkit hover works, FF menu hides when opening file) Alexis Deveria 2010-01-13 18:28:19 +00:00
  • 2921c66646 Made more improvements to main menu (works OK on icon size changes now) Alexis Deveria 2010-01-13 17:18:53 +00:00
  • 4425f51d5f Finally fix lang.es.js encoding issues Jeff Schiller 2010-01-13 17:18:35 +00:00
  • fc854c0c55 Remove svninfo_dim legacy from lang.fr.js and lang.es.js. lang.es.js is still invalid JSON though Jeff Schiller 2010-01-13 16:58:14 +00:00
  • 00d536ba88 Missed single-quote fix for lang.es.js, but still reported as invalid JSON Jeff Schiller 2010-01-13 16:50:07 +00:00
  • 4de6ecd3ab Remove the word 'demo' from the web page title Jeff Schiller 2010-01-13 16:46:58 +00:00
  • 8bff0591d3 Fix all lang files so they are proper JSON (JSON does not allow single-quoted strings) except for lang.es.js. Started a python script that will help use manage the translation files going forward Jeff Schiller 2010-01-13 16:28:33 +00:00
  • fc41d62a66 Made more improvements to main menu Alexis Deveria 2010-01-13 15:05:53 +00:00
  • 1b88da95f8 Fix File Open for Firefox broken in previous checkin. Neaten up file open extension API. Jeff Schiller 2010-01-13 04:32:31 +00:00
  • 8a96643f1a Added basic implementation of issue 313 (logo becomes main menu button) Alexis Deveria 2010-01-12 21:38:39 +00:00
  • faa165eb9d Change encoding from Western to UTF-8 Jeff Schiller 2010-01-12 20:39:03 +00:00
  • bcc164d6f8 Move populateLayers() to always be called when the svg element has changed Jeff Schiller 2010-01-12 16:57:15 +00:00
  • a2557bbc98 Fix Issue 401: shift-click a spinner for a small step Jeff Schiller 2010-01-12 16:20:09 +00:00
  • f51f2ea13f Made Open button icon scale by optimizing file opening code Alexis Deveria 2010-01-12 14:50:10 +00:00