Commit Graph

  • 8481584c74 Fixed more of issue 716: 'Rotate, move, break link messes up image library image shape' by converting H and V path segments to L on import Alexis Deveria 2010-12-20 18:38:54 +00:00
  • f5754a4c6f Fixed bug where imported images could be imported wrong; fixed bug where parent group could be removed from source edit Alexis Deveria 2010-12-20 15:19:18 +00:00
  • 3622c3d92b Fixed bug where wireframe mode would hide grid, made minor translation changes Alexis Deveria 2010-12-17 21:11:18 +00:00
  • 833b280504 Fixed bug where rulers weren't drawn correctly on zoom in Safari or IE9 Alexis Deveria 2010-12-16 17:06:25 +00:00
  • 10519d9a0c Fixed bug where empty anchor elements would appear after deleting links Alexis Deveria 2010-12-15 19:42:48 +00:00
  • 2ef4f9fa3c Fixed icon bug in IE9, fixed flyout menus Alexis Deveria 2010-12-15 17:03:42 +00:00
  • f75eb79f0b Woops, left in some test code Jeff Schiller 2010-12-02 17:15:47 +00:00
  • 3b1b46f874 Fix some bugs with svgutils.js. Add a couple tiny tests to selector_test.html Jeff Schiller 2010-12-02 17:14:24 +00:00
  • 8b19adc777 Fixed Issue 738: Extra instances of same <symbol> redefine path again Alexis Deveria 2010-12-01 21:20:52 +00:00
  • aafe843485 Fixed Issue 123: Support for <a> element to make elements link to URLs Alexis Deveria 2010-12-01 17:54:11 +00:00
  • fe03c8f7e4 Improved behavior of manipulating single-child anchor elements Alexis Deveria 2010-11-30 20:51:07 +00:00
  • f77d832c25 Test DOM structure of Selectors Jeff Schiller 2010-11-17 16:48:28 +00:00
  • 8bf4dfbe7a Forogt MIME type yet again Jeff Schiller 2010-11-15 19:14:25 +00:00
  • 111dba0350 Add select_test to all_tests Jeff Schiller 2010-11-15 19:13:52 +00:00
  • 3ef0229180 Move Selector and SelectorManager into select.js. Start of unit test file for select.js. Jeff Schiller 2010-11-15 09:25:49 +00:00
  • 383d52e157 Fix error introduced in r1852, accidentally moved uiStrings into sanitize.js Jeff Schiller 2010-11-15 09:24:02 +00:00
  • 82f57ab4ab Made separate getVisibleElementsAndBBoxes() function Jeff Schiller 2010-11-14 19:01:00 +00:00
  • 1918ddae7a Add test for BatchCommand Jeff Schiller 2010-11-14 03:12:00 +00:00
  • 304d83f0ed Add test for ChangeElementCommand Jeff Schiller 2010-11-13 20:17:21 +00:00
  • e75b51e182 Pass history event handler down to batch command's subcommands on apply Jeff Schiller 2010-11-13 10:01:19 +00:00
  • d5ae56ea8e Add tests for MoveElementCommand, InsertElementCommand and RemoveElementCommand Jeff Schiller 2010-11-13 09:58:51 +00:00
  • deb5e4a2fa Test for UndoManager.undo() and redo() Jeff Schiller 2010-11-13 05:09:21 +00:00
  • 4a514ee231 Add some tests for history.js. Update History commands for getText() function Jeff Schiller 2010-11-12 23:10:19 +00:00
  • 4a133d490d Move undo/redo functionality into history.js. Started unit test file. Jeff Schiller 2010-11-12 19:08:29 +00:00
  • 86c750848b Move matrixMultiply() test to math test file Jeff Schiller 2010-11-09 05:37:36 +00:00
  • dd719b48ea Start on a math unit test file Jeff Schiller 2010-11-09 05:29:41 +00:00
  • d798f483e2 Add which browsers currently pass Jeff Schiller 2010-11-08 19:06:56 +00:00
  • 45e8914e9f Add HTML5 DOCTYPE and CSS MIME type to tests Jeff Schiller 2010-11-08 19:04:43 +00:00
  • 3a76f5e4d6 Correct mime type on svgutils_test.html. Add test for svgedit.utilities.bboxToObj() Jeff Schiller 2010-11-08 18:10:06 +00:00
  • f03a503d9a Add more tests for svgtransformlist.js. Move from browser-sniffing to feature detection for SVGTransformList. Jeff Schiller 2010-11-08 18:03:33 +00:00
  • 1039b68c0a More tests for SVGTransformList Jeff Schiller 2010-11-08 16:26:58 +00:00
  • 711346f109 Start on a svgutils unit test file Jeff Schiller 2010-11-08 08:42:46 +00:00
  • 9fa4764f41 Remove jquery from all_tests page Jeff Schiller 2010-11-08 07:27:22 +00:00
  • d2021eaf52 Adjust MIME type Jeff Schiller 2010-11-08 07:24:41 +00:00
  • 3aabcb428b Add unit tests for svgtransformlist.js and all_tests page Jeff Schiller 2010-11-08 07:23:26 +00:00
  • a681fc2579 Add a sanitize.js module and put sanitizeSvg into it. Fix some browsersupport sniffing calls. Jeff Schiller 2010-11-07 20:14:05 +00:00
  • ab88088880 Change a few calls to their namespace equivalent Jeff Schiller 2010-11-07 16:46:57 +00:00
  • 0dbe9bf0e5 Move remaining two unit functions into units.js. Plug a couple leaky abstractions. Fix a few calls to canvas functions. Jeff Schiller 2010-11-07 05:20:03 +00:00
  • abab2645af Move convertAttrs into units.js Jeff Schiller 2010-11-06 14:37:00 +00:00
  • e64bee32a8 Move a couple functions into units.js Jeff Schiller 2010-11-06 00:45:21 +00:00
  • 09a6a7c307 Fixed jGraduate display bugs in Windows Alexis Deveria 2010-11-05 20:06:26 +00:00
  • f48ad463c7 Fixed utilities reference Alexis Deveria 2010-11-05 18:29:39 +00:00
  • cd62a0f51f Add units.js to Makefile and test HTML file Jeff Schiller 2010-11-05 17:03:26 +00:00
  • 071a562c41 Start on a units JS package. Rename BrowserSupport and Utilities packages to lower-case Jeff Schiller 2010-11-05 17:00:32 +00:00
  • 8ed4d6b0d8 Fixed dragging bug for color picker on gradient stops Alexis Deveria 2010-11-05 16:18:37 +00:00
  • 3f7f951c81 Updated to latest jGraduate version, fixes bugs and supports multi-stops/more radial gradient options Alexis Deveria 2010-11-05 16:15:56 +00:00
  • 66fd00d10b Move getRotationAngle() into svgutils.js Jeff Schiller 2010-11-05 15:59:30 +00:00
  • b104277fa1 Move getPathBBox() and getBBox() into svgutils.js Jeff Schiller 2010-11-05 15:29:30 +00:00
  • 0ce7e2adb7 Really check in test HTML file (I hate SVN sometimes) Jeff Schiller 2010-11-05 15:00:19 +00:00
  • 5e140062b8 Hide svgTransformLists from svgcanvas. Fix test HTML file. Jeff Schiller 2010-11-05 14:59:59 +00:00
  • 16ea2a36a5 Move getTransformList() into svgtransformlist.js, move getHref adn setHref into svgutils.js Jeff Schiller 2010-11-05 14:43:12 +00:00
  • 985d061674 Fixed bug in HTML that broke editor, fixed scope of some variables Alexis Deveria 2010-10-29 13:13:34 +00:00
  • c5083035ae Tiny uplift of jgraduate and really check in the Makefile changes this time Jeff Schiller 2010-10-29 05:23:25 +00:00
  • 6a74f57cf4 Move snapToAngle() to math.js. Add build rule for Closure compiler in release mode. Jeff Schiller 2010-10-29 05:09:39 +00:00
  • 33fdd28713 Move math functions into new JS file: math.js. Add new version of Closure compiler. Jeff Schiller 2010-10-28 16:47:39 +00:00
  • a439a8fea5 Fixed icons in Opera which were broken due to jQuery 1.4.3 Alexis Deveria 2010-10-28 16:04:35 +00:00
  • f97395ced4 Move SVGTransformList out into its own separate JS file Jeff Schiller 2010-10-28 06:08:45 +00:00
  • 6218fc42b7 Revert changes of previous revision Jeff Schiller 2010-10-28 05:50:39 +00:00
  • 7d81d66d9a Move history-related classes out into its own JS file: history.js Jeff Schiller 2010-10-28 03:09:19 +00:00
  • 2d9ff7a2e0 Fixed Issue 729: You can move dialog boxes off the page Alexis Deveria 2010-10-27 19:28:32 +00:00
  • 357a28ec68 Made root SVG width/height be set to base unit on serialization, fixed minor path drawing bug, fixed Issue 579: Text disappear when low blur is set Alexis Deveria 2010-10-27 18:58:34 +00:00
  • 6900460816 Made root SVG width/height be set to base unit on serialization, fixed minor path drawing bug Alexis Deveria 2010-10-27 18:15:28 +00:00
  • 2ce416fa7e Fixed Issue 299: Allow curves to be drawn in path creation mode (like in other editors) Alexis Deveria 2010-10-27 16:34:15 +00:00
  • b1d892f703 Fix missing conversion from Utils. to svgedit.Utilities. Jeff Schiller 2010-10-27 15:49:26 +00:00
  • 653b6b1b19 Slight tweak to background color to increase contrast with buttons Jeff Schiller 2010-10-26 17:37:05 +00:00
  • 593beb4215 Move a few more functions into svgutils.js Jeff Schiller 2010-10-26 17:11:23 +00:00
  • 0bd50af99b Move new modules into a svgedit 'namespace' Jeff Schiller 2010-10-26 16:33:44 +00:00
  • 6298d557cf Fixed bug where test rect was appearing, changed path creation code a bit to prepare for curve creation ability Alexis Deveria 2010-10-26 13:56:17 +00:00
  • 91ae501438 Update Makefile for two new JS files Jeff Schiller 2010-10-26 07:29:00 +00:00
  • d8f744fd2f Move browser support checking into its own JS module Jeff Schiller 2010-10-26 07:25:21 +00:00
  • 89d5451cef Move Utils mostly over to a separate JS file Jeff Schiller 2010-10-26 02:48:36 +00:00
  • 8ba573662e Fixed bug where selection box appeared incorrectly on zoom Alexis Deveria 2010-10-25 19:25:38 +00:00
  • 1ff4caa1c6 Fixed bug where selection box wasn't shown on node-selectio Alexis Deveria 2010-10-25 16:54:16 +00:00
  • 798704a715 Fixed most ruler bugs on high zoom in/out levels Alexis Deveria 2010-10-21 20:30:42 +00:00
  • f367dde12b Overhaul of grid extension to make grid appear better and change based on the current unit type Alexis Deveria 2010-10-21 17:02:12 +00:00
  • 5aabcff60c Fixed Issue 724: text tool is broken in chrome, added new pushGroupPropertiesfunction Alexis Deveria 2010-10-20 18:07:30 +00:00
  • 7e6b6706cf Made some optimizations and fixed issue 716: Rotate, move, break link messes up image library image shape Alexis Deveria 2010-10-20 13:53:43 +00:00
  • 331659ead0 Uplift to jQuery 1.4.3 Alexis Deveria 2010-10-19 18:17:37 +00:00
  • b7e8adca8a Begin change of unit system - currently no longer uses CSS units to allow decent interoperability Alexis Deveria 2010-10-19 17:20:28 +00:00
  • 91f14298e0 Fixed Issue 646: No update of edge positions after shift+rotation on a path Alexis Deveria 2010-10-15 19:41:37 +00:00
  • 40dcfdae96 Added text styles to group elements in whitelist Alexis Deveria 2010-10-15 16:12:00 +00:00
  • 01579b6d24 Added Italian language by Furio Petrossi to trunk Alexis Deveria 2010-10-14 18:07:12 +00:00
  • 9dc297862e Fixed Issue 720: Tree of life doesn't render properly Alexis Deveria 2010-10-14 17:54:01 +00:00
  • 23c7ede442 Fixed bug where picker opacity appeared wrong Alexis Deveria 2010-10-14 17:35:34 +00:00
  • ae13b96bdf Attempt to upgrade the jPicker plug-in to 1.1.5 Alexis Deveria 2010-10-14 16:54:15 +00:00
  • e02a152d0f Changed name and hid Show Libraries button when not relevant to avoid confusion Adrian Jones 2010-10-13 23:22:29 +00:00
  • 65020c53c7 Fixed Issue 508: Resizing of <g> with <use> causes problems Alexis Deveria 2010-10-13 19:36:47 +00:00
  • 4d01563caf Removed change call in updateToolbar to improve performance Alexis Deveria 2010-10-13 14:40:13 +00:00
  • 9be5126a9f Fixed Issue 674: FF parsing errors message when viewing SVG code Alexis Deveria 2010-10-13 14:33:20 +00:00
  • 368f6e6417 Fixed Issue 718: Gradient missing when opening, but fine when imported Alexis Deveria 2010-10-13 14:05:20 +00:00
  • 47bf005209 Fixed part of Issue 719: Patterns not displaying Alexis Deveria 2010-10-13 13:27:39 +00:00
  • 1afd4224af Fixed issue 449: Gradients are not inverted when an element is flipped Alexis Deveria 2010-10-12 20:09:37 +00:00
  • 8c43ffa9d0 Overhaul for paint boxes, simplified and reduced code required Alexis Deveria 2010-10-12 18:35:45 +00:00
  • 289d7a8f41 Fixed issue 713: Fill tool breaks after using gradient and then new image Alexis Deveria 2010-10-12 15:20:17 +00:00
  • bc965b8e58 Mostly fixed Issue 413: Undesired scaling effect on borders while resizing elements, fixed Issue 711: Scale and move of imported image image doesn't work and issue 712: defs not deleted when image library image (symbol) deleted Alexis Deveria 2010-10-11 17:16:10 +00:00
  • 2696644a19 Fixed issue 715: Load via ?url= no longer working Alexis Deveria 2010-10-11 12:21:37 +00:00
  • ddbbd53bf6 Fixed issue 377: Raster images don't invert Alexis Deveria 2010-10-08 19:48:55 +00:00
  • 89a918a4f0 Fixed bug in last checkin Alexis Deveria 2010-10-08 19:38:40 +00:00
  • 39f8a8b499 Optimized remapElement Alexis Deveria 2010-10-08 19:25:35 +00:00
  • d3b2f899a3 Fixed issue 698: failure to xhr load the svg reslts in an unusable svg-edit screen Alexis Deveria 2010-10-08 18:21:46 +00:00