Commit Graph

  • a483087173 In MacSVGDocument.xib, added a couple of text labels to the H.264 video export window to note the preferred width and height rules for the video output. dsward2 2016-12-23 01:48:33 -06:00
  • 56c57e0c70 In AnimateElementEditor, AnimateMotionElementEditor and AnimateTransformElementEditor, fixed the controls for setting "from" and "to" attributes. dsward2 2016-12-20 23:53:22 -06:00
  • 4af3126e29 In SVGAttributeEditor, improved the detection of attribute value suffixes, like "s" (for seconds), "px" (for pixels), "%" for a percentage, etc. The suffix is checked for the correct location at the end of the value, and the characters preceding the suffix must be numeric. When those conditions are satisfied, the popup menus are set to the correct item for the suffix. dsward2 2016-12-15 17:48:04 -06:00
  • 413d1a0396 Revised README.md. dsward2 2016-12-15 03:51:10 -06:00
  • 80adb17137 Revised README.md, moving some content to the macsvg.org developer page. dsward2 2016-12-15 01:00:52 -06:00
  • 3033fcf18b Fixed the width/height in svg element. dsward2 2016-12-14 00:17:57 -06:00
  • 93d8828821 Updated README.md to use latest revision of animate_stroke-dasharray_on_path.svg. dsward2 2016-12-14 00:09:06 -06:00
  • 238a59b650 Replaced the content of animate_stroke-dasharray_onPath.svg with the "hello" animation graphic. dsward2 2016-12-13 23:56:46 -06:00
  • 89dfbf51cb Minor revisions in README.md. dsward2 2016-12-10 01:57:33 -06:00
  • 41e60de22f Revised README.md for the github project page content. dsward2 2016-12-09 20:49:47 -06:00
  • c2eee6f9c7 Fixed a typo in the SVG document templates for the preserveAspectRatio attribute. The correct new value is "xMidYMid meet". dsward2 2016-12-09 02:44:25 -06:00
  • 4898957afc Update README.md for SVG file update. dsward2 2016-12-08 07:05:23 -06:00
  • 7cf2b09884 Previous commit of the svg file failed, try again.. dsward2 2016-12-08 07:02:56 -06:00
  • 70d3572583 Revised logo animation. dsward2 2016-12-08 06:58:53 -06:00
  • bb6e3adbde Fixed a typo in URL. dsward2 2016-12-08 01:15:51 -06:00
  • 3932093750 Updated a URL in README.md. dsward2 2016-12-08 01:11:48 -06:00
  • 13b313f494 Revised logo animation file. dsward2 2016-12-08 01:06:29 -06:00
  • 8d14afface Updated a URL in README.md. dsward2 2016-12-08 00:25:10 -06:00
  • b1e616c643 Improved the chronological sort order of items in the animation timeline. dsward2 2016-12-08 00:17:41 -06:00
  • 9f3919f93d in README.md, switched https://cdn.rawgit.com/dsward2/macSVG/master/README_images/macsvg-logo-animation.svg to https://rawgit.com/dsward2/macSVG/master/README_images/macsvg-logo-animation.svg dsward2 2016-12-07 10:59:25 -06:00
  • a2bc90e017 Made a trivial change to README.md in order to regenerate github page graphics. dsward2 2016-12-07 10:39:32 -06:00
  • cded48d711 Another revision to logo animation. dsward2 2016-12-07 10:36:59 -06:00
  • 45504885d7 Revised logo animation. dsward2 2016-12-07 10:23:52 -06:00
  • 52d9d4109c In README.md, moved the macSVG logo animation to top of page, and added a mention of the MIT license in the top description. dsward2 2016-12-07 06:16:11 -06:00
  • d02644e05c Added width and height attributes in README.me for macSVG logo animation. dsward2 2016-12-07 06:09:11 -06:00
  • 11ad70cf3a Adjusted width, height and scale in macSVG logo animation. dsward2 2016-12-07 06:06:34 -06:00
  • a7bc927705 Adjusted the zoom factor in the macSVG logo animation. dsward2 2016-12-07 02:12:43 -06:00
  • 9bd7546941 Fixed a typo in README.md for a URL. dsward2 2016-12-07 02:09:20 -06:00
  • 242fd952ba Added a temporary one-page Apple Help Book, which mostly contains just a link to macsvg.org for now. dsward2 2016-12-07 02:00:22 -06:00
  • 961369bac9 Fixed some problems with initial implementation of the Help Book. dsward2 2016-11-17 21:58:59 -06:00
  • 65c9eaed38 Preliminary work on a an app Help Book. dsward2 2016-11-17 20:44:58 -06:00
  • b9a5f41153 Updated projects to recommended settings for Xcode 8.1. dsward2 2016-11-11 21:58:53 -06:00
  • 804e1fd93b Fixed a typo in a method name. dsward2 2016-11-07 15:26:32 -06:00
  • 6ee5447bda In XMLOutlineController and NSOutlineView_Extensions, improved drag-and-drop results to retain the original structure of the dragged elements and child elements. dsward2 2016-11-07 15:22:22 -06:00
  • a049345e92 In SVGtoVideoConverter, added an RBG color space to the input pixel buffer, per Technical Q&A QA1839: "Specifying color space information for pixel buffers" - https://developer.apple.com/library/content/qa/qa1839/_index.html dsward2 2016-11-02 16:38:27 -05:00
  • a1513021a0 Improve the zoom-in/zoom-out functions by adjusting the vertical and horizontal scrolling with respect to the current midpoint of the view. The scroll bar adjustment is deferred to execute after the webView mainFrame loading is completed. dsward2 2016-11-01 04:32:17 -05:00
  • fa86d2e012 In README.md, added link to http://macsvg.org dsward2 2016-10-20 09:59:00 -05:00
  • af45fdc516 Yet another revision to README.md. dsward2 2016-10-18 01:37:13 -05:00
  • 990061af16 Added two more SVG examples embedded in README.md. dsward2 2016-10-17 10:49:01 -05:00
  • 88cb97ff49 Temporarily, try rawgit.com for including an SVG in README.md. dsward2 2016-10-17 10:42:19 -05:00
  • bade4b9da8 Try encoding the SVG as a URI in the README.md image tag. dsward2 2016-10-17 10:35:04 -05:00
  • bcfa9aff36 The md markup code did not work for embedding an SVG file on the Github page, try an HTML 'img' tag instead. dsward2 2016-10-17 10:28:11 -05:00
  • 055a9ba227 Testing the inclusion of an actual SVG file in the README.md file. Hopefully, it will render on the main Github project page. dsward2 2016-10-17 10:25:20 -05:00
  • c820435617 In README.md, added a note that the built-in HTTP server can be used to instantly preview an open SVG document with various web browsers and devices on the local area network. dsward2 2016-10-17 09:59:16 -05:00
  • 2b4247ffda Fix README screenshot image URL. dsward2 2016-10-17 09:54:21 -05:00
  • 071c47da90 Added macsvg-screenshot.jpg for README.md. dsward2 2016-10-17 09:47:36 -05:00
  • 9aaffd81f8 In README.md, added a note to open macSVG.xcworkspace in Xcode to build the project. dsward2 2016-10-17 08:58:05 -05:00
  • b1bc5d5e47 Fix typo in README.md. dsward2 2016-10-17 08:46:01 -05:00
  • f3709c507e Updated README.md for early adaptors. dsward2 2016-10-17 08:44:04 -05:00
  • cd90405f02 In [DOMSelectionControlsManager makeDOMSelectionHandles], tentatively disable copying the transform attribute to the parent "g" (group) element dsward2 2016-10-17 05:03:24 -05:00
  • d4f456cf2d Added LICENSE file, a plaintext copy of Credits.rtf. dsward2 2016-10-17 03:16:29 -05:00
  • eb2836daf3 Created README.md file. dsward2 2016-10-17 01:51:32 -05:00
  • 62e7614fc6 Refactored DOMSelectionsRectsAndHandlesManager to DOMSelectionControlsManager. dsward2 2016-10-16 23:00:37 -05:00
  • f56efa5311 Updated macSVG to modern Objective-C syntax with Xcode tools. Most third-party source code was left unmodified. Evelyn Fecher-Ward 2016-10-05 02:16:09 -05:00
  • b99fb2e2fe Attempting to fix reference to the main macSVG.xcodeproj file, dsward2 2016-10-03 08:48:24 -05:00
  • 51e6da044b Fixed some relative paths for file locations. dsward2 2016-10-01 01:43:10 -05:00
  • 96d1ec55c5 Added image export features. dsward2 2016-10-01 00:44:42 -05:00
  • d17856a132 Added temporary application icons in AppIcons.iconset. dsward2 2016-09-24 07:44:38 -05:00
  • ffef8e1923 Removed macSVG.xcworkspace from the project, but it remains as a member of the git repository. dsward2 2016-09-24 03:53:42 -05:00
  • 8d034d78aa Changed some color parameters in SVGtoVideoConverter. The colors are still losing their original RGBA values in the final step of adding an image buffer to the video output. dsward2 2016-09-24 03:51:27 -05:00
  • e8e521e9a2 Corrected the default symbol in a case statement. dsward2 2016-09-21 23:39:08 -05:00
  • 1ebaca5e5c Fixed a bug in window-modal XML text editor. The endSheet message was getting sent to NSApp, instead of the window. dsward2 2016-09-21 05:24:24 -05:00
  • 23d573ce24 Added macSVG.svg. dsward2 2016-09-20 06:52:33 -05:00
  • eac4e49b75 Added Installer.svg and Installer.pdf for use in a Finder folder window for the distribution product. dsward2 2016-09-20 02:45:53 -05:00
  • d22a7d3494 Added validateMenuItem overrides in some objects. dsward2 2016-09-20 01:03:08 -05:00
  • 45e6e83bbe Added modal dialog for File New… menu command to set initial size and viewBox for new SVG documents. dsward2 2016-09-17 14:41:20 -05:00
  • bd23ab05e5 Removed some dead code. dsward2 2016-09-15 21:24:07 -05:00
  • 3283d3127e Initial commit of macSVG v0.5 dsward2 2016-09-15 10:13:52 -05:00