/[Apache-SVN]/xmlgraphics/batik/trunk/build.xml
ViewVC logotype

Log of /xmlgraphics/batik/trunk/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 774981 - (view) (annotate) - [select for diffs]
Modified Fri May 15 01:37:18 2009 UTC (6 months, 2 weeks ago) by cam
File length: 108440 byte(s)
Diff to previous 755843 (colored)
1. Javadoc build fix.
2. Allow SVGGenerator2D to embed fonts that weren't obtained from the
   standard AWT font lookup mechanism.  (Thanks to Alexis Andre for
   finding what prevented this; see bug 46374.)

Revision 755843 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 06:07:00 2009 UTC (8 months, 1 week ago) by cam
File length: 108358 byte(s)
Diff to previous 755840 (colored)
Omit timestamp comment in javadocs, to avoid useless commits.

Revision 755840 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 05:32:05 2009 UTC (8 months, 1 week ago) by cam
File length: 108324 byte(s)
Diff to previous 755816 (colored)
Add a reminder to 'svn up' on people.apache.org once documentation
publication has finished.

Revision 755816 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 02:45:09 2009 UTC (8 months, 1 week ago) by cam
File length: 108045 byte(s)
Diff to previous 711763 (colored)
Make tar and zip targets include things in the same order.

Revision 711763 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 03:18:34 2008 UTC (12 months, 3 weeks ago) by cam
File length: 108045 byte(s)
Diff to previous 666001 (colored)
Mention which things are in batik-ext.

Revision 666001 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 08:15:08 2008 UTC (17 months, 2 weeks ago) by cam
File length: 108018 byte(s)
Diff to previous 610267 (colored)
Remove Java 1.3 support.

Revision 610267 - (view) (annotate) - [select for diffs]
Modified Wed Jan 9 03:35:15 2008 UTC (22 months, 2 weeks ago) by cam
File length: 108783 byte(s)
Diff to previous 608259 (colored)
Bump version number post release.

Revision 608259 - (view) (annotate) - [select for diffs]
Modified Wed Jan 2 22:23:29 2008 UTC (22 months, 3 weeks ago) by cam
File length: 108780 byte(s)
Diff to previous 607783 (colored)
Bump version number back to 1.7 in preparation for release.

Revision 607783 - (view) (annotate) - [select for diffs]
Modified Mon Dec 31 23:21:53 2007 UTC (22 months, 3 weeks ago) by cam
File length: 108783 byte(s)
Diff to previous 607659 (colored)
1. Mention bug 42311 fix.
2. Bump year to 2008.
3. Include forrest.properties in source distribution, so that the forrest
   generated pages can be built.

Revision 607659 - (view) (annotate) - [select for diffs]
Modified Mon Dec 31 04:02:11 2007 UTC (22 months, 4 weeks ago) by cam
File length: 108693 byte(s)
Diff to previous 607016 (colored)
Workaround problem in OS X where mouse drag events aren't dispatched when Ctrl
is held down, resulting in the Ctrl+drag overlay not showing.  Thanks Chris!

Submitted by: Chris Lewis <ctl271 (at) mail.usask.ca>

Revision 607016 - (view) (annotate) - [select for diffs]
Modified Thu Dec 27 08:01:23 2007 UTC (23 months ago) by cam
File length: 108690 byte(s)
Diff to previous 607008 (colored)
Includes CHANGES file in distributions.

Revision 607008 - (view) (annotate) - [select for diffs]
Modified Thu Dec 27 06:54:09 2007 UTC (23 months ago) by cam
File length: 108554 byte(s)
Diff to previous 606897 (colored)
Update version number of 1.7 release.

Revision 606897 - (view) (annotate) - [select for diffs]
Modified Wed Dec 26 13:11:49 2007 UTC (23 months ago) by cam
File length: 108557 byte(s)
Diff to previous 606694 (colored)
Added built target for Mac OS X .dmg of the Squiggle app bundle.

Revision 606694 - (view) (annotate) - [select for diffs]
Modified Mon Dec 24 11:46:09 2007 UTC (23 months ago) by cam
File length: 108124 byte(s)
Diff to previous 605437 (colored)
Build file help message tweak.

Revision 605437 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 05:53:52 2007 UTC (23 months, 1 week ago) by cam
File length: 108123 byte(s)
Diff to previous 601947 (colored)
Make build file really exclude the Sun codecs if they are not present.
Thanks Onkar!

Submitted by: onkarshinde (at) gmail.com

Revision 601947 - (view) (annotate) - [select for diffs]
Modified Fri Dec 7 01:04:17 2007 UTC (23 months, 3 weeks ago) by cam
File length: 108137 byte(s)
Diff to previous 600783 (colored)
ElementTraversal interface.

Revision 600783 - (view) (annotate) - [select for diffs]
Modified Tue Dec 4 04:00:30 2007 UTC (23 months, 3 weeks ago) by cam
File length: 108102 byte(s)
Diff to previous 596061 (colored)
1. Cleaned up the "help" target in the build file.
2. Added a "maven-artifacts" target that generates files that can be
   copied in to the people.apache.org maven2 rsync respository.
3. Made the version number "1.7pre" in the build file.  IMO it makes
   more sense to bump the version number and add "pre" straight
   after a release.

Revision 596061 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 07:02:55 2007 UTC (2 years ago) by cam
File length: 85911 byte(s)
Diff to previous 594367 (colored)
Don't duplicate codec classes in the awt-util jar.

Revision 594367 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 00:40:53 2007 UTC (2 years ago) by cam
File length: 85758 byte(s)
Diff to previous 589040 (colored)
Enhanced DOM Viewer window.  This commit is Ivan's patch from
http://issues.apache.org/bugzilla/show_bug.cgi?id=42697 with some
changes (reformatting, moving some classes to different packages).

The features of the DOM Viewer enhancements are, in Ivan's words:

  * Added better document inspection using the DOMViewer:
    - Added support for viewing elements of the document as xml
      and their attributes in the attributes table,
    - Allowed live tracking the changes in the document by refreshing
      the DOMViewer's document tree and the xml text area.
  * Added support for editing the documents through the DOMViewer:
    - Allowed changing elements directly by editing their xml,
      or using the attributes table,
    - Allowed switching nodes position in the document by
      adding the dnd support for the DOMViewer's document tree,
    - Allowed adding the most commonly used elements (element templates)
      with their attributes set to default values,
    - Allowed adding new elements by editing their xml directly,
    - Allowed removing the nodes from the document using DOMViewer's
      document tree.
  * Added support for history browsing. The DOMViewer is able
      to undo and redo the changes made from the DOMViewer,
      as well as the changes made on the document from outside
      of the DOMViewer. Added the scrollable drop down menu to
      support undo / redo of a custom number of last actions.
  * Allowed searching the element on the canvas from the DOMViewer
      and vice versa, by selecting the tree node in the document tree
      or on the canvas and painting the found element(s).
  * Added syntax highlighting to elements xml representation
      using JEditTextArea component. Created the enhanced JEditTextArea,
      the JEnhEditTextArea with the cut / copy / paste, select all,
      undo / redo shortcuts added and mouse wheel scroll as well.

Congratulations to Ivan, for successfully completing his Google Summer of
Code project.  I hope that he can continue to contribute to Batik!

Submitted by: Ivan Andjelkovic <andjelkovic.ivan@gmail.com>

Revision 589040 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 02:07:29 2007 UTC (2 years, 1 month ago) by cam
File length: 85695 byte(s)
Diff to previous 581141 (colored)
TIFF encoder from JAI won't compile without sun jpeg classes, so exclude
it if they aren't available.

Revision 581141 - (view) (annotate) - [select for diffs]
Modified Tue Oct 2 05:36:50 2007 UTC (2 years, 1 month ago) by cam
File length: 85535 byte(s)
Diff to previous 522388 (colored)
Rendering accuracy tests modified so that variation images for different
platforms will be checked.  So for a given test abc/def/ghi.svg, the
test harness will check abc/def/accepted-variation/ghi.png and
abc/def/accepted-variation/ghi_<platform>.png, where <platform> is the
platform string.

The platform strings are taken from the
PreconfiguredRenderingTest.DEFAULT_VARIATION_PLATFORMS array, which
currently has "java6-linux" and "java5-osx" in it (the two platforms
I (Cameron)'ll be checking in variation images for).

Revision 522388 - (view) (annotate) - [select for diffs]
Modified Mon Mar 26 00:37:25 2007 UTC (2 years, 8 months ago) by cam
File length: 87714 byte(s)
Diff to previous 522172 (colored)
Updated version number in preparation for 1.7beta1 release.

Revision 522172 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 08:00:00 2007 UTC (2 years, 8 months ago) by cam
File length: 87709 byte(s)
Diff to previous 501667 (colored)
Removed misplaced newline in build script.

Revision 501667 - (view) (annotate) - [select for diffs]
Modified Wed Jan 31 01:07:38 2007 UTC (2 years, 9 months ago) by cam
File length: 87710 byte(s)
Diff to previous 501649 (colored)
Make the Squiggle.app in OS X use whatever JRE is given in $JAVA_HOME.

Revision 501649 - (view) (annotate) - [select for diffs]
Modified Wed Jan 31 00:14:52 2007 UTC (2 years, 9 months ago) by cam
File length: 87637 byte(s)
Diff to previous 498581 (colored)
Build file tweak for when the batik-<version> directory does not
exist but the docs are about to be published.

Revision 498581 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 11:10:36 2007 UTC (2 years, 10 months ago) by cam
File length: 87601 byte(s)
Diff to previous 498556 (colored)
1. Remove unnecessary taskdef from build file.

Revision 498556 - (view) (annotate) - [select for diffs]
Modified Mon Jan 22 08:16:03 2007 UTC (2 years, 10 months ago) by cam
File length: 87666 byte(s)
Diff to previous 498480 (colored)
1. Removed extraeneous files from batik-extension.jar (thanks Jeremias).
2. Updated some license headers that were missed.

Revision 498480 - (view) (annotate) - [select for diffs]
Modified Sun Jan 21 23:05:05 2007 UTC (2 years, 10 months ago) by cam
File length: 87637 byte(s)
Diff to previous 498290 (colored)
1. Added Implementation-* attributes to all JAR manifests (bug 41331).
2. Missed the change to the other .policy file from the previous commit.

PR 41331

Revision 498290 - (view) (annotate) - [select for diffs]
Modified Sun Jan 21 11:44:05 2007 UTC (2 years, 10 months ago) by cam
File length: 80566 byte(s)
Diff to previous 497741 (colored)
1. Specialized Squiggle menu for OS X (no icons, functional About and
   Preferences menu items in the application window, use of Command
   instead of Control for shortcuts).
2. Minor changes to the build file.
3. Give js.jar permission to read the "user.home" system property, to
   work around a bug in JFileChooser that causes the Rhino script
   debugger to fail.  (Some changes to Rhino will need to be made, too.)

Revision 497741 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 08:41:03 2007 UTC (2 years, 10 months ago) by cam
File length: 80435 byte(s)
Diff to previous 497405 (colored)
1. Removed old site sources.
2. Make toolbar buttons look better under JREs >= 1.5.
3. Updates to the build file:
     * added 'appbundle' target to build a Mac OS X Squiggle application bundle
     * changed publish targets to not use ForrestBot or the jsvn ant tasks
       (just uses <exec> to launch svn)

Revision 497405 - (view) (annotate) - [select for diffs]
Modified Thu Jan 18 11:32:38 2007 UTC (2 years, 10 months ago) by cam
File length: 74954 byte(s)
Diff to previous 496895 (colored)
1. Initial Mac OS X support for Squiggle.  The screen menu bar is now used
   instead of menus on each browser window.  The build process now includes
   a script (lib/make-squiggle-app.sh) in the binary distributions which
   creates an application bundle for easy installation.  It also affords
   better OS X integration, by customizing the application name in the
   application menu and the dock, and provides a dock icon.

   The user still must run this script manually after unzipping the
   distribution, though, so it's not ideal, but it's better than including
   a whole Squiggle.app directory with the duplicated .jar files in it
   (and it doesn't seem to warrant having a separate download).

Revision 496895 - (view) (annotate) - [select for diffs]
Modified Tue Jan 16 23:31:08 2007 UTC (2 years, 10 months ago) by cam
File length: 74108 byte(s)
Diff to previous 495425 (colored)
1. Changes to build.sh and build.bat to make them more robust in the face
   of pathnames with spaces.
2. Fixes to build.xml so that forrest.bat under Windows gets executed
   properly.  (Note that running forrest under Windows to generate the docs
   doesn't seem to work anyway, though.)

Revision 495425 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 23:15:11 2007 UTC (2 years, 10 months ago) by cam
File length: 73921 byte(s)
Diff to previous 495410 (colored)
1. Ensure not having Forrest installed doesn't stop other build targets
   from working.

Revision 495410 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 22:37:30 2007 UTC (2 years, 10 months ago) by cam
File length: 73773 byte(s)
Diff to previous 495202 (colored)
1. Add a "publishdoc" build target, which avoids regenerating javadocs
   before publishing.
2. Ensure ForrestBot's dependencies are on the classpath when running
   build.sh (this should be done for build.bat too).

Revision 495202 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 11:58:45 2007 UTC (2 years, 10 months ago) by cam
File length: 73530 byte(s)
Diff to previous 495146 (colored)
1. Build file fixes for publishing.

Revision 495146 - (view) (annotate) - [select for diffs]
Modified Thu Jan 11 07:41:14 2007 UTC (2 years, 10 months ago) by cam
File length: 73492 byte(s)
Diff to previous 494660 (colored)
1. New splash screen for Squiggle.
2. .htaccess for the new site, so old links will redirect appropriately.
3. build.xml has a new target "publish" that uses ForrestBot to publish
   to https://xmlgraphics.apache.org/repos/asf/xmlgraphics/site/deploy/batik/.

Revision 494660 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 00:13:44 2007 UTC (2 years, 10 months ago) by cam
File length: 75177 byte(s)
Diff to previous 490655 (colored)
1. Fix new site's demo page to work in IE.
2. Other minor new site updates.

Revision 490655 - (view) (annotate) - [select for diffs]
Modified Thu Dec 28 05:19:44 2006 UTC (2 years, 11 months ago) by cam
File length: 75243 byte(s)
Diff to previous 485896 (colored)
1. Avoid NPE that occurs sometimes when performing a to-animation on CSS
   properties.
2. Reinstate missing Main-Class manifest header in batik-all.jar.
3. Javadoc/documentation typos.

Revision 485896 - (view) (annotate) - [select for diffs]
Modified Mon Dec 11 22:00:36 2006 UTC (2 years, 11 months ago) by cam
File length: 75159 byte(s)
Diff to previous 484912 (colored)
1. Don't fail when building jars if svn is not installed.

Revision 484912 - (view) (annotate) - [select for diffs]
Modified Sat Dec 9 04:40:30 2006 UTC (2 years, 11 months ago) by cam
File length: 75130 byte(s)
Diff to previous 484911 (colored)
1. Tabs -> spaces. *grumble*

Revision 484911 - (view) (annotate) - [select for diffs]
Modified Sat Dec 9 04:37:29 2006 UTC (2 years, 11 months ago) by cam
File length: 75123 byte(s)
Diff to previous 479443 (colored)
1. Build file updated so javadoc assumes UTF-8 encoding for source files.
2. NodeEventTarget updated to duplicate latest DOM 3 Events methods, for
   JDK < 1.5.

Revision 479443 - (view) (annotate) - [select for diffs]
Modified Sun Nov 26 22:58:24 2006 UTC (3 years ago) by cam
File length: 75100 byte(s)
Diff to previous 479349 (colored)
1. Build file fix to include lib jars in the binary distributions.

Revision 479349 - (view) (annotate) - [select for diffs]
Modified Sun Nov 26 11:54:23 2006 UTC (3 years ago) by cam
File length: 74954 byte(s)
Diff to previous 479292 (colored)
1. Javadoc fixes.  Build file properly excludes jpython/jacl packages
   when they are not present.

Revision 479292 - (view) (annotate) - [select for diffs]
Modified Sun Nov 26 06:14:24 2006 UTC (3 years ago) by cam
File length: 74730 byte(s)
Diff to previous 478769 (colored)
1. More build file tweaking.
2. The Forrest documentation is now used to build the HTML docs and site.  Note
   that Forrest 0.7 needs to be installed to build these (it's not bundled).
   There's also no replacement for the 'printerdoc' target yet.

Revision 478769 - (view) (annotate) - [select for diffs]
Modified Fri Nov 24 04:50:12 2006 UTC (3 years ago) by cam
File length: 70657 byte(s)
Diff to previous 477973 (colored)
1. Using XML Commons External 1.3.04 (xml-apis.jar and xml-apis-ext.jar), which
   now includes SAC, DOM 3 Core, and the SMIL Animation and SVG 1.1 DOM
   bindings.  Plus corresponding documentation changes.
2. Removed jaxp.jar from lib/build, since xml-apis.jar now includes JAXP.
2. The DOM Level 3 Events bindings have been updated to the latest draft,
   and are now included in the sources tree rather than precompiled in
   xml-apis-dom3.jar.
3. Custom event handling updated to match the new draft.  (No messy reflection
   any more.)
4. Rhino updated the 1.6R5, which is MPL licensed.

Revision 477973 - (view) (annotate) - [select for diffs]
Modified Tue Nov 21 23:58:27 2006 UTC (3 years ago) by cam
File length: 70734 byte(s)
Diff to previous 477015 (colored)
1. Readded missing JAR files to bin-zip and bin-tgz archives.

Revision 477015 - (view) (annotate) - [select for diffs]
Modified Mon Nov 20 03:12:25 2006 UTC (3 years ago) by cam
File length: 70588 byte(s)
Diff to previous 476803 (colored)
1. Better Version number reporting.  The svn revision number is now
   stored in batik-util.jar's manifest, from where the Version class
   can read it.  For source distributions built with the src-zip or
   src-tgz ant targets, the revision number will be stored in a file
   called svn-revision.  The build script then picks this up instead
   of running svn info.  (Suggestions welcome on a better place/name
   for this file.)  Version.java is back to being an ungenerated file.

Revision 476803 - (view) (annotate) - [select for diffs]
Modified Sun Nov 19 11:41:45 2006 UTC (3 years ago) by cam
File length: 68404 byte(s)
Diff to previous 475685 (colored)
1. Changed method of Version.java's version string for builds from SVN
   checkouts.  Version.java is now rebuilt from a template,
   Version.java.xsl in the same directory, as part of the build process.
2. Updated bundled ant to 1.6.5, to avoid performance problems found
   when determining the working copy revision for Version.java.
3. Updated bundled crimson to a version that's actually available to
   download from the crimson site.
4. Removed the xalan in the lib/build directory, since the (newer) one
   in the lib directory can be used instead.
5. Fixed the {bin,src}-{zip,tgz} ant targets.

Revision 475685 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 11:16:05 2006 UTC (3 years ago) by cam
File length: 65587 byte(s)
Diff to previous 475477 (colored)
1. Removed pesky tab characters from source files, plus some other
   minor whitespace cleanups.

Revision 475477 - (view) (annotate) - [select for diffs]
Modified Wed Nov 15 22:44:28 2006 UTC (3 years ago) by cam
File length: 65566 byte(s)
Diff to previous 430776 (colored)
1. Updated license text to comply with
   http://www.apache.org/dev/apply-license.html.

Revision 430776 - (view) (annotate) - [select for diffs]
Modified Fri Aug 11 12:47:16 2006 UTC (3 years, 3 months ago) by cam
File length: 65383 byte(s)
Diff to previous 430673 (colored)
1. Moved only AnimationTarget, AnimationTargetListener and AnimatableElement
   interfaces to the dom jar, and the rest of the animation stuff back into
   the anim jar, as Thomas wanted. :)

Revision 430673 - (view) (annotate) - [select for diffs]
Modified Fri Aug 11 05:08:22 2006 UTC (3 years, 3 months ago) by cam
File length: 64984 byte(s)
Diff to previous 426986 (colored)
1. Moved the anim package to the svg-dom jar.

Revision 426986 - (view) (annotate) - [select for diffs]
Modified Mon Jul 31 00:22:34 2006 UTC (3 years, 3 months ago) by cam
File length: 65197 byte(s)
Diff to previous 394286 (colored)
1. Merged anim branch back into the trunk.  This gives a nearly complete
   implementation of SMIL animation.

Revision 394286 - (view) (annotate) - [select for diffs]
Modified Sat Apr 15 13:18:01 2006 UTC (3 years, 7 months ago) by cam
File length: 64672 byte(s)
Diff to previous 388441 (colored)
1. Include the o.a.b.ext.awt.image.spi.{ImageWriter,RegistryEntry} service
   resource files in the codec jar.  (Fixes problems with data: URIs for
   images when Squiggle is run from the jars.)

Revision 388441 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 07:50:03 2006 UTC (3 years, 8 months ago) by cam
File length: 64488 byte(s)
Diff to previous 378233 (colored)
1. Update Rhino to CVS version post 1.6R2, with some modifications,
   fixing some memory leaks from Java class caching.
2. Various updates of "xml.apache.org" to "xmlgraphics.apache.org"
   in docs and code.

Revision 378233 - (view) (annotate) - [select for diffs]
Modified Thu Feb 16 12:28:25 2006 UTC (3 years, 9 months ago) by deweese
File length: 64416 byte(s)
Diff to previous 331659 (colored)
1) Added JIIO codecs to Batik 
2) Support for finding XML Parser through JAXP.
PR: 38183 (original patch from Jeremias, Thanks!)

Revision 331659 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 01:11:55 2005 UTC (4 years ago) by deweese
File length: 63114 byte(s)
Diff to previous 331653 (colored)
Now allows properties to control where to link for javadocs
(dom, rhino, and jdk).
PR: 35976

Revision 331653 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 01:00:27 2005 UTC (4 years ago) by deweese
File length: 62858 byte(s)
Diff to previous 321034 (colored)
Set headless mode true for generating docs.
PR: 35977


Revision 321034 - (view) (annotate) - [select for diffs]
Modified Fri Oct 14 06:31:27 2005 UTC (4 years, 1 month ago) by cam
File length: 62809 byte(s)
Diff to previous 321031 (colored)
1. Two more missed ".svn" build exclusions.

Revision 321031 - (view) (annotate) - [select for diffs]
Modified Fri Oct 14 06:11:53 2005 UTC (4 years, 1 month ago) by cam
File length: 62769 byte(s)
Diff to previous 291468 (colored)
1. ".svn" directories are now properly excluded from jars.

Revision 291468 - (view) (annotate) - [select for diffs]
Modified Sun Sep 25 19:51:54 2005 UTC (4 years, 2 months ago) by deweese
File length: 63079 byte(s)
Diff to previous 289127 (colored)
Patch for improved WMF & Graphics2D from Herve Girod (PR 36309).
Thanks Herve!
1) XMLWriter now tries to avoid inserting whitespace (it's added
   inside tags before the close '>').  This means that the
   DOM generated will be different.  This avoids messing up generated
   tspans.
2) WMF Transparency doesn't seem to be carried through (testCard.wmf)
3) WMF Bitmap fill doesn't seem to align quite right (testCard.wmf)
4) Polygon2D & PolyLine2D should probably share a common base class.
5) SVGGraphics2D - attributed character iterator stuff is a bit
   different (handles more cases, more correctly I think).  Also
   drops back to stroking in a fairly configurable manner.
6) New regard test to turn WMF into SVG and compair with reference.

Revision 289127 - (view) (annotate) - [select for diffs]
Modified Thu Sep 15 01:34:27 2005 UTC (4 years, 2 months ago) by deweese
File length: 62999 byte(s)
Diff to previous 280553 (colored)
1) Fixed PR: 36511 - Rendering error.
   Problem was that the rect list manager didn't recompute bounds properly.
2) Some of the performance fixes from the 'static' work.
3) Some more small tweaks to GeneratorContext precision.  Default 
   precision now matches previous default.  Also now correctly reports
   precision when it is the default.
4) Fixed SVG generator test-references to be in sync with changes.
5) Tweaked Memory leak test so it seems to actually work with the
   generational GC (it now basically just allocates memory until
   the objects are collected or it get's an OutOfMemoryError -
   not very elegant I know ;)


Revision 280553 - (view) (annotate) - [select for diffs]
Modified Tue Sep 13 13:29:29 2005 UTC (4 years, 2 months ago) by cam
File length: 62999 byte(s)
Diff to previous 219432 (colored)
1.  Added sXBL support for SVG 1.2 documents.
2.  CSSEngine now has a more generic way of navigating documents with
    shadow trees (CSSNavigableNode interface).
3.  Updated most internal events and event listeners to DOM 3 events.
    (CSSEngine wasn't updated, since it can't have a dependency on the
    Batik DOM classes.)
4.  Added some methods to the org.apache.batik.dom.events.CustomEvent
    interface to allow DOM 3 custom events to work properly.  Custom
    events also fixed for javascript.
5.  Small event handling bug fixes.
6.  Resource documents have their own scripting environment.
7.  SVG 1.2 "shapechange" and "RenderedBBoxChange" events.
8.  Updated some event types for SVG 1.2 documents.
    (Event type aliases still to do.)
9.  Updated build.xml to ignore .svn directories.
12. Added myself to the splash screen. :-)

Revision 219432 - (view) (annotate) - [select for diffs]
Modified Mon Jul 18 00:44:41 2005 UTC (4 years, 4 months ago) by deweese
File length: 63312 byte(s)
Diff to previous 216064 (colored)
1) Vertical Text now starts at the proper place.
2) Added IWasLoaded[Too].jar back to SVN.
3) Modified build file to only build based on source being newer
   (still isn't perfect as the jar might be older when first checked
   out of source control...).

Revision 216064 - (view) (annotate) - [select for diffs]
Modified Wed Jul 13 00:54:45 2005 UTC (4 years, 4 months ago) by cam
File length: 62595 byte(s)
Diff to previous 215929 (colored)
Moving branch 'svg12' to become the trunk.

Revision 215929 - (view) (annotate) - [select for diffs]
Modified Tue Jul 12 06:57:22 2005 UTC (4 years, 4 months ago) by cam
Original Path: xmlgraphics/batik/branches/svg12/build.xml
File length: 62595 byte(s)
Diff to previous 215909 (colored)
1. Removed some files generated by tests from the repository.
2. Build target "clean-test" cleans up those files.

Revision 215909 - (view) (annotate) - [select for diffs]
Modified Tue Jul 12 02:05:44 2005 UTC (4 years, 4 months ago) by cam
Original Path: xmlgraphics/batik/branches/svg12/build.xml
File length: 61898 byte(s)
Diff to previous 201429 (colored)
Ported r201417:r209919 from trunk (all changes since svg12 branch
was created).

Revision 201429 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 10:03:05 2005 UTC (4 years, 8 months ago) by cam
Original Path: xmlgraphics/batik/branches/svg12/build.xml
File length: 60559 byte(s)
Diff to previous 201422 (colored)
1. Fixed problem with 'javadoc' target in build file.

Revision 201422 - (view) (annotate) - [select for diffs]
Modified Fri Feb 25 03:18:14 2005 UTC (4 years, 9 months ago) by cam
Original Path: xmlgraphics/batik/branches/svg12/build.xml
File length: 60555 byte(s)
Diff to previous 201420 (colored)
1. Support for SVG 1.2 'handler' element.

Revision 201420 - (view) (annotate) - [select for diffs]
Modified Tue Feb 22 12:33:57 2005 UTC (4 years, 9 months ago) by cam
Original Path: xmlgraphics/batik/branches/svg12/build.xml
File length: 60599 byte(s)
Diff to previous 201417 (colored)
This branch 'svg12' will be used for major additions to the codebase
for SVG 1.2 support.

1. Implementation of DOM Level 3 Core, Events and XPath.  DOM 3
   XPath is achieved with Xalan, a jar of which is now included in
   the libs/ directory.

   Due to problems with DOM 2 interfaces being included with
   JDKs < 1.5, there are some peculiarities to access DOM 3 specific
   methods and constants from interfaces that existed in DOM 2
   when working in JDKs < 1.5.  I'll put a page on the wiki
   detailing this.

2. Tests for DOM 3 support.

3. Conditional compilation based on JDK version.  Files in the
   sources-1.4/ directory will be compiled only for JDKs >= 1.4,
   while those in source-1.3/ will be compiled only for JDKs < 1.4.
   Files in the sources/ directory will still be compiled for all
   JDK versions.

4. SVG 1.2 WheelEvent support.

Revision 201417 - (view) (annotate) - [select for diffs]
Modified Sun Feb 20 21:59:10 2005 UTC (4 years, 9 months ago) by (unknown author)
Original Path: xmlgraphics/batik/branches/svg12/build.xml
File length: 59302 byte(s)
Diff to previous 201411 (colored)
This commit was manufactured by cvs2svn to create branch 'svg12'.

Revision 201411 - (view) (annotate) - [select for diffs]
Modified Sat Feb 12 01:48:24 2005 UTC (4 years, 9 months ago) by deweese
File length: 59302 byte(s)
Diff to previous 201409 (colored)
1) Massive performance improvement (>10X) for drawing on Mac OS X.
2) The DOM tree viewer now has an option to hide text nodes that
   only contain whitespace.
3) The DOM tree viewer now includes the id of an element in the
   tree view if it has one.
4) Fixed handling of gzip data in getURL/postURL.
5) SAXParser now includes 'ignorableWhitespace' when building the
   DOM tree.  I also tweaked the way text and CDATA sections are
   created.
6) Improvements to empty bounds handling, should decrease update areas.
7) Fixed visibility bug on image elements.
8) New test for visibility updates.

Revision 201409 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 10:29:09 2005 UTC (4 years, 9 months ago) by deweese
File length: 59299 byte(s)
Diff to previous 201408 (colored)
Fixed a silly bug in build.xml

Revision 201408 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 00:58:48 2005 UTC (4 years, 9 months ago) by deweese
File length: 59309 byte(s)
Diff to previous 201394 (colored)
1) textPath no longer supports 'position attributes' on it's self
2) textPath now supports progression position attributes provided
   by parent/child tspan/text nodes.
3) systemLanguage, requiredFeatures, requiredExtensions now all fail
   to match when given an empty string (as specified by the SVG
   specification). Bug #33242 (thanks Rick Graham).
4) Fixed potential synchronization issues in JavaScript intervals.
5) Small optimization in Event dispatch.
6) Removed debug print from SVGOMAnimatedPreserveAspectRatio.java
7) Potentially large optimization in BBox generation
8) Synchronization fix in SoftReferenceCache.

PR: 33242

Revision 201394 - (view) (annotate) - [select for diffs]
Modified Thu Nov 18 01:47:06 2004 UTC (5 years ago) by deweese
File length: 59193 byte(s)
Diff to previous 201388 (colored)
1) DOMImplementations now return empty documents if
   qualifiedName in createDocument is null (PR 32108)
2) Initial implementation of svg flowRoot element.
   See samples/tests/spec12/text for some examples.
3) All SVG 1.2 elements/features have been moved from
   the Batik namespace into the SVG 1.2 namespace (except for
   flowText which remains, due to some loss of functionality
   with the current flowRoot and potential spec instability).
4) ExtensibleSVGDOMImplementation no longer exists,
   the SVGDOMImplementation is now extensible.  There is a
   new baseclass ExtensibleDOMImplementation that provides
   extension capabilities to any DOMImplementation subclass.
5) There is now an SVG12CSSEngine which has support for new
   properties in SVG 1.2

PR: 32108
Obtained from:
Submitted by:
Reviewed by:

Revision 201388 - (view) (annotate) - [select for diffs]
Modified Fri Oct 29 01:08:33 2004 UTC (5 years, 1 month ago) by deweese
File length: 57860 byte(s)
Diff to previous 201376 (colored)
1) Fixed bug in PackBits TIFF files with multiple IFD's
2) Lots of small changes to support moving SVG 1.2 features into
   the SVG namespace.

Revision 201376 - (view) (annotate) - [select for diffs]
Modified Fri Aug 27 00:42:07 2004 UTC (5 years, 3 months ago) by deweese
File length: 57859 byte(s)
Diff to previous 201374 (colored)
1) ScriptFactorys now loaded via Services interface.
2) JavaDoc will now reference W3 and JDK docs
3) SAXSVGDocumentFactory now uses getResource as Stream instead of
   Resource bundles to get dtdids properties (doesn't really need to
   be localized now does it...).
4) DrawImage now defaults color model to sRGB_Unpre if the destination
   doesn't include alpha.
5) CmapFormat4 now clips charCode 0->65534.
6) Services interface now uses a list instead of vector.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 201374 - (view) (annotate) - [select for diffs]
Modified Wed Aug 18 07:17:26 2004 UTC (5 years, 3 months ago) by vhardy
File length: 57564 byte(s)
Diff to previous 201372 (colored)
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.

Revision 201372 - (view) (annotate) - [select for diffs]
Modified Sun Aug 1 23:48:47 2004 UTC (5 years, 3 months ago) by deweese
File length: 56859 byte(s)
Diff to previous 201347 (colored)
1) Applied patch 28188, fixed tooltip text & title text, thanks Glen
2) Applied patch 28487, fixed enabled/disabled state fot
   toolbar buttons, thanks Glen
3) Added support for 'deselectAll' SVG DOM call.
4) Fixed NPE regression with Images in a dynamic context.
5) Fixed rendering regression with use elements in a dynamic context.
6) Added support for get[Screen]PixelUnitToMillimeterX/Y
7) Fixed bug in text selection (programatically selected text wouldn't
   clear properly.
8) Updated a number of reference images
9) Permission tests now allow 'stopThread' - modifyThread prevents
   stopping other threads.
10) Tweaks to memory leak tests.
PR: 28188, 28487
Obtained from: Glen Mazza

Revision 201347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 25 01:49:47 2004 UTC (5 years, 10 months ago) by deweese
File length: 56859 byte(s)
Diff to previous 201346 (colored)
1) Patch for using Rhino in Applet.
2) Patch to allow more 'normal' scroll bar usage.
   Check out ScrollExample for details.

Revision 201346 - (view) (annotate) - [select for diffs]
Modified Thu Jan 22 01:49:58 2004 UTC (5 years, 10 months ago) by deweese
File length: 56818 byte(s)
Diff to previous 201343 (colored)
1) Fixes in PDF transcoder for JPEG images.
2) Another Solitaire game - 'Towers du Alice'
3) Updated documentation.

Revision 201343 - (view) (annotate) - [select for diffs]
Modified Tue Dec 30 19:34:28 2003 UTC (5 years, 10 months ago) by deweese
File length: 56750 byte(s)
Diff to previous 201340 (colored)
1) All return values from Window methods are properly wrapped
   as JavaScript Objects.
2) Rhino no longer throws an error if you ask for the 'svgDocument'
   on window.
3) 'solitaire' now works with ASV 3.0

Revision 201340 - (view) (annotate) - [select for diffs]
Modified Thu Dec 18 12:08:38 2003 UTC (5 years, 11 months ago) by deweese
File length: 56615 byte(s)
Diff to previous 201319 (colored)
Updated the version to 1.5.1rc2

Revision 201319 - (view) (annotate) - [select for diffs]
Modified Mon Nov 3 11:59:34 2003 UTC (6 years ago) by deweese
File length: 56610 byte(s)
Diff to previous 201318 (colored)
Use default JVM max memory setting.

Revision 201318 - (view) (annotate) - [select for diffs]
Modified Mon Nov 3 11:58:27 2003 UTC (6 years ago) by deweese
File length: 56601 byte(s)
Diff to previous 201304 (colored)
1) Another try at fixing the race condition in setSVGDocument.

Revision 201304 - (view) (annotate) - [select for diffs]
Modified Wed Oct 1 13:19:33 2003 UTC (6 years, 1 month ago) by vhardy
File length: 56610 byte(s)
Diff to previous 201303 (colored)
Added instructions to the site update section in MAINTAIN. Javadoc will now have the Batik version information in its title

Revision 201303 - (view) (annotate) - [select for diffs]
Modified Tue Sep 30 00:30:54 2003 UTC (6 years, 1 month ago) by deweese
File length: 56567 byte(s)
Diff to previous 201297 (colored)
Updated MAINTAIN file to explain how to make a release with new
apache mirror structure.

PR: 23030 - SVG Graphics2D has inverted text anti-aliasing
PR: 23038 - Docs for  all-jar target
PR: 23079 - TextNode.getBounds returns wrong bounds.
PR: 23177 - javadocs now uses splitindex

Revision 201297 - (view) (annotate) - [select for diffs]
Modified Fri Sep 26 12:28:28 2003 UTC (6 years, 2 months ago) by deweese
File length: 56383 byte(s)
Diff to previous 201281 (colored)
1) Updates to documentation (prep for mirroring).
2) Fix for src-zip target.
3) New reference for cssMediaList (includes 'all' media match).

Revision 201281 - (view) (annotate) - [select for diffs]
Modified Wed Aug 27 11:07:40 2003 UTC (6 years, 3 months ago) by deweese
File length: 56325 byte(s)
Diff to previous 201273 (colored)
1) Bugfix in parsing some TrueType fonts fixed (thanks to Eric Bloch).
2) I/O exceptions from loading images now reference the image element
   in question.
3) Removed some now unused test files.

Revision 201273 - (view) (annotate) - [select for diffs]
Modified Sun Aug 10 18:03:16 2003 UTC (6 years, 3 months ago) by deweese
File length: 56265 byte(s)
Diff to previous 201259 (colored)
1) Switch to Xerces 2.5.0 to resove performance issue with attributes
   with large value fields (think data protocol images in xlink:href).
2) Few minor improvements to the handling of URL's in CSS.
3) Some documentation improvements/additions.

Revision 201259 - (view) (annotate) - [select for diffs]
Modified Wed Jul 16 00:46:51 2003 UTC (6 years, 4 months ago) by deweese
File length: 56265 byte(s)
Diff to previous 201253 (colored)
1) Proper implementation of @font-face and font-face element.
2) Better line number handling

Revision 201253 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 12:32:40 2003 UTC (6 years, 4 months ago) by vhardy
File length: 56265 byte(s)
Diff to previous 201251 (colored)
Added Version.class to the batik-util.jar file

Revision 201251 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 07:21:54 2003 UTC (6 years, 4 months ago) by vhardy
File length: 56207 byte(s)
Diff to previous 201250 (colored)
Preparing 1.5 final release: updated the revision type and number

Revision 201250 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 15:40:18 2003 UTC (6 years, 4 months ago) by vhardy
File length: 56212 byte(s)
Diff to previous 201234 (colored)
Fixed jar dependency issue in build.xml

Revision 201234 - (view) (annotate) - [select for diffs]
Modified Wed Jul 9 19:15:04 2003 UTC (6 years, 4 months ago) by vhardy
File length: 56194 byte(s)
Diff to previous 201220 (colored)
Added regression test for Java binding using the SVG 1.1 specification

Revision 201220 - (view) (annotate) - [select for diffs]
Modified Tue Jul 8 07:32:37 2003 UTC (6 years, 4 months ago) by vhardy
File length: 55788 byte(s)
Diff to previous 201219 (colored)
Added a regard.manual target to run test which require manual interactions

Revision 201219 - (view) (annotate) - [select for diffs]
Modified Tue Jul 8 00:16:58 2003 UTC (6 years, 4 months ago) by deweese
File length: 55170 byte(s)
Diff to previous 201211 (colored)
1) setSVGDocument with a Document that has been previously viewed in
   the Canvas now works (actually using setSVGDocument after viewing
   any dynamic document used to have problems).
2) setSVGDocument with a non-Batik Document (SVGOMDocument) now works.
3) setSVGDocument with 'null' now releases all heavy resources and
   makes the Canvas display only Background.
4) Fixed a Memory leak that prevent any DOM node created from a stream
   from going to GC (DocumentDescriptor kept a hard reference to
   Elements to track line numbers).
5) 'style' and 'script' elements no longer include the contents of
   XML Comments (unless using a CDATA block).
6) RunnableQueue now catches all exceptions.
7) Various affine actions are now public classes (Zoom, Pan, Rotate).
8) New MemoryLeak tests

PR: 21125, 21352, 18640

Revision 201211 - (view) (annotate) - [select for diffs]
Modified Sat Jul 5 00:15:08 2003 UTC (6 years, 4 months ago) by deweese
File length: 55098 byte(s)
Diff to previous 201182 (colored)
1) Fixed the handling of kerning attribute.
2) Fixed a serious memory leak with Rhino Interpreter
3) Added a new baseclass for MemoryLeak testing with JSVGCanvas.
4) Reworked JSVGRenderingAccuracyTest so that the JSVGCanvas handling
   code can be reused for JSVGMemoryLeakTests.
5) Removed RepaintRateManager (it's no longer used for anything).

Revision 201182 - (view) (annotate) - [select for diffs]
Modified Tue Jul 1 09:43:09 2003 UTC (6 years, 4 months ago) by vhardy
File length: 55045 byte(s)
Diff to previous 201174 (colored)
Added regression test for bug 19363

Revision 201174 - (view) (annotate) - [select for diffs]
Modified Wed Jun 11 22:07:28 2003 UTC (6 years, 5 months ago) by deweese
File length: 54748 byte(s)
Diff to previous 201161 (colored)
1) JSVGComponent/BridgeContext now has three levels of interactivity.
   STATIC - No Event listeners are registered on any elements.
            The GVT tree is independent of the SVGDocument,
            however the Document is still kept in the JSVGComponent
            because of publicly used methods like 'getSVGDocument' on
            JSVGComponent. Elements and Graphics Nodes are not 'bound'
            in the Bridge Context.
   INTERACTIVE - Event listeners are registered for user 'interaction'
                 This includes, anchors (linking), and cursors.
                 In this mode however Bridges are not cloned for each element
                 as they are for DYNAMIC.  Because DOM events are used the
                 Document and Bridge Context is required. Elements
                 and Graphics Nodes are 'bound' in the BridgeContext.
   DYNAMIC - Event listeners are registered for essentially all DOM events.
             In this mode Bridges are cloned for each element (this
             is needed to support the SVG DOM and other things).  Elements
             and Graphics Nodes are 'bound' in the BridgeContext. The
             Document and Bridge context is required.

   One note on autodetect.  It useually gets it right but if only
cursors are use and they are only present in 'style' attributes or
in stylesheets it won't detect that the document is INTERACTIVE.  This
is really hard to fix as the decision on state needs to be made before
the CSS Engine is booted.

2) Script interpreters are now lazily evaluated.  This means that unless you
   use them (by having event attributes set) you don't need any script
   engines.

Revision 201161 - (view) (annotate) - [select for diffs]
Modified Mon May 19 12:49:25 2003 UTC (6 years, 6 months ago) by deweese
File length: 54500 byte(s)
Diff to previous 201140 (colored)
Bugfix for use elements in Documents with no base url.

Revision 201140 - (view) (annotate) - [select for diffs]
Modified Mon Mar 24 10:18:53 2003 UTC (6 years, 8 months ago) by vhardy
File length: 54419 byte(s)
Diff to previous 201133 (colored)
Updated splash screens for 1.5beta5 release

Revision 201133 - (view) (annotate) - [select for diffs]
Modified Wed Mar 19 01:03:55 2003 UTC (6 years, 8 months ago) by deweese
File length: 54419 byte(s)
Diff to previous 201120 (colored)
1) Fixed manifests for jar files
2) Fixed security settings for some jar files.
3) Integrated pdf-transcoder from FOP.
4) Changed default extension for TIFF files to '.tif' from '.tiff'.
5) Updated some document (added a diagram showing jar file dependencies).

Revision 201120 - (view) (annotate) - [select for diffs]
Modified Thu Mar 13 19:03:19 2003 UTC (6 years, 8 months ago) by deweese
File length: 49811 byte(s)
Diff to previous 201103 (colored)
1) DocBook/StyleBook works again.
2) Batik now skips reading the SVG DTD unless validation is turned on.

Revision 201103 - (view) (annotate) - [select for diffs]
Modified Wed Mar 5 22:12:44 2003 UTC (6 years, 8 months ago) by deweese
File length: 49699 byte(s)
Diff to previous 201101 (colored)
Transcoder Tests now emit variation images.

Revision 201101 - (view) (annotate) - [select for diffs]
Modified Wed Mar 5 20:19:53 2003 UTC (6 years, 8 months ago) by vhardy
File length: 49606 byte(s)
Diff to previous 201089 (colored)
Now use xerces 2.3.0

Revision 201089 - (view) (annotate) - [select for diffs]
Modified Thu Feb 13 13:11:37 2003 UTC (6 years, 9 months ago) by deweese
File length: 49644 byte(s)
Diff to previous 201085 (colored)
1) JDK Registry Entry no longer uses media tracker and components.
   So with JDK 1.4.x you can use '-Djava.awt.headless=true' to rasterize
   SVG content without an X display on UNIX systems.
2) Improved DeferRable so you can defer more (the JDK entry takes advantage
   of this).
3) The build.xml now has a '-Djava.awt.headless=true' jvm arg
   commented out for svgrasterizer so people can more easily use the
   rasterizer w/o a display.

Revision 201085 - (view) (annotate) - [select for diffs]
Modified Mon Dec 9 16:26:32 2002 UTC (6 years, 11 months ago) by vhardy
File length: 49586 byte(s)
Diff to previous 201072 (colored)
Removed SAX and DOM sources which are now in xml-apis.jar. Added svggen-full-jar and imageCodecs-jar targets

Revision 201072 - (view) (annotate) - [select for diffs]
Modified Tue Nov 19 13:31:20 2002 UTC (7 years ago) by vhardy
File length: 48448 byte(s)
Diff to previous 201069 (colored)
Removed TestReportMailer as it is not used and is only causing build issues because mail.jar and activation.jar are not included in the distribution

Revision 201069 - (view) (annotate) - [select for diffs]
Modified Mon Nov 18 16:46:57 2002 UTC (7 years ago) by vhardy
File length: 48610 byte(s)
Diff to previous 201021 (colored)
Added target to build a jar of the test infrastructure

Revision 201021 - (view) (annotate) - [select for diffs]
Modified Wed Aug 28 09:10:01 2002 UTC (7 years, 3 months ago) by vhardy
File length: 47593 byte(s)
Diff to previous 200964 (colored)
Updated minor revision number to beta4

Revision 200964 - (view) (annotate) - [select for diffs]
Modified Thu Jun 20 21:35:09 2002 UTC (7 years, 5 months ago) by deweese
File length: 47593 byte(s)
Diff to previous 200945 (colored)
1) Changed build target for svgbrowser to squiggle.  Also the jar file
   will now be 'batik-squiggle.jar' not 'batik-svgbrowser.jar'.
2) Fixed a bug in BupMap.java when the bump map was only one pixle wide/high.
3) Added a test for this case.
PR:8333

Revision 200945 - (view) (annotate) - [select for diffs]
Modified Mon Jun 17 17:06:53 2002 UTC (7 years, 5 months ago) by vhardy
File length: 47308 byte(s)
Diff to previous 200925 (colored)
Fixed bug #9067 on typos

Revision 200925 - (view) (annotate) - [select for diffs]
Modified Tue Jun 11 09:59:55 2002 UTC (7 years, 5 months ago) by tkormann
File length: 47303 byte(s)
Diff to previous 200903 (colored)
add the focus and keyEvent tests to regard (no reference image).

keyEvent does not validate because the DTD does not specify the event
attributes for key managmenent.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200903 - (view) (annotate) - [select for diffs]
Modified Wed Jun 5 14:38:26 2002 UTC (7 years, 5 months ago) by vhardy
File length: 47028 byte(s)
Diff to previous 200893 (colored)
Splash screens reflects name of the SVG Browser (Squiggle). Added new splash image generated from squiggle.xsl stylesheet by the splash build target

Revision 200893 - (view) (annotate) - [select for diffs]
Modified Tue May 28 16:02:36 2002 UTC (7 years, 6 months ago) by vhardy
File length: 46090 byte(s)
Diff to previous 200843 (colored)
Added new target for automatically generating splash images. Added step to build procedure to run splash update before release

Revision 200843 - (view) (annotate) - [select for diffs]
Modified Fri May 3 16:54:11 2002 UTC (7 years, 6 months ago) by vhardy
File length: 44667 byte(s)
Diff to previous 200842 (colored)
Added missing mkdir command

Revision 200842 - (view) (annotate) - [select for diffs]
Modified Fri May 3 16:42:58 2002 UTC (7 years, 6 months ago) by vhardy
File length: 44608 byte(s)
Diff to previous 200834 (colored)
Added jar security unit testing

Revision 200834 - (view) (annotate) - [select for diffs]
Modified Fri May 3 06:52:58 2002 UTC (7 years, 6 months ago) by vhardy
File length: 42095 byte(s)
Diff to previous 200827 (colored)
Updated rasterizer jar construction to include policy file

Revision 200827 - (view) (annotate) - [select for diffs]
Modified Thu May 2 11:12:18 2002 UTC (7 years, 6 months ago) by tkormann
File length: 41315 byte(s)
Diff to previous 200822 (colored)
change transcoder unit testing classes, so that I diff PNG data rather
image data. Tests can now generates candidate-reference when there is a diff.


PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200822 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 08:45:16 2002 UTC (7 years, 7 months ago) by vhardy
File length: 41222 byte(s)
Diff to previous 200769 (colored)
Initial security support for the Squiggle browser.

By default:

. Scripts run in a sandbox.
. Scripts can only connect back to the server from
  which the document they belong to was loaded.
. Scripts can only come from the same server as the
  document they are linked from.

These behaviors are optional (in the Preference Dialog,
Browser options):

. Users can disable/enable script security altogether.
. Users can disable/enable script types (java or ecmascript)
. Users can disable/enable limiting scripts to the same
  origin as the document that references them.

Note that when the configuration is such that the 
user allows script coming from a different origin than
that of the document referencing it, the script can 
only connect back to the server which served the 
script and not to the server which served the 
document.

Limitations:

- in this initial commit, ECMA scripts cannot connect back
  to the server which served them. This should be added 
  shortly.

Revision 200769 - (view) (annotate) - [select for diffs]
Modified Wed Apr 10 07:23:11 2002 UTC (7 years, 7 months ago) by hillion
File length: 38166 byte(s)
Diff to previous 200768 (colored)
- Implemented Vincent's proposal of native scripts,
- fixed build.xml,
- implemented parseXML(),
- doc updates.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200768 - (view) (annotate) - [select for diffs]
Modified Tue Apr 9 16:27:18 2002 UTC (7 years, 7 months ago) by hillion
File length: 37695 byte(s)
Diff to previous 200760 (colored)
Implemented DOM level 2/SVG DOM features:
  - SVGStylable.getPresentationAttribute()
  - SVGStylable.getStyle()
  - SVGSVGElement.getComputedStyle()

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200760 - (view) (annotate) - [select for diffs]
Modified Tue Mar 26 14:56:53 2002 UTC (7 years, 8 months ago) by hillion
File length: 37688 byte(s)
Diff to previous 200709 (colored)
- Unknown CSS properties or rules are now ignored,
- improved handling of errors that happen in a CSS update event listener.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200709 - (view) (annotate) - [select for diffs]
Modified Mon Mar 11 15:22:56 2002 UTC (7 years, 8 months ago) by hillion
File length: 37478 byte(s)
Diff to previous 200692 (colored)
updated version and date in build.xml

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200692 - (view) (annotate) - [select for diffs]
Modified Thu Mar 7 09:15:57 2002 UTC (7 years, 8 months ago) by tkormann
File length: 37480 byte(s)
Diff to previous 200622 (colored)
update build.xml to create regard directory
update reference images using jdk1.3 instead of jdk1.4

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200622 - (view) (annotate) - [select for diffs]
Modified Tue Feb 12 18:17:45 2002 UTC (7 years, 9 months ago) by deweese
File length: 37217 byte(s)
Diff to previous 200592 (colored)
1) Added RectListManager class (Will be used for dirty region management).
2) Added supporting test infrastructure.

Revision 200592 - (view) (annotate) - [select for diffs]
Modified Thu Jan 31 14:03:14 2002 UTC (7 years, 9 months ago) by cjolif
File length: 37059 byte(s)
Diff to previous 200570 (colored)
move Rhino license to the lib dir

Revision 200570 - (view) (annotate) - [select for diffs]
Modified Wed Jan 2 21:21:17 2002 UTC (7 years, 10 months ago) by deweese
File length: 36925 byte(s)
Diff to previous 200563 (colored)
1) Added maxmemory="128m" to javadoc rule otherwise I run out of memory.
2) Improved some of the filters in mathMetal.svg
3) while looking at #2 I found a very serious performance bug when
   filtering raster images.  This has cut rendering time for
   mathMetal and book of kells by about 3x.  I have an incling there
   are some additional optimizations to be made here...

Revision 200563 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 09:21:22 2001 UTC (7 years, 11 months ago) by vhardy
File length: 36895 byte(s)
Diff to previous 200542 (colored)
Updated version number.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200542 - (view) (annotate) - [select for diffs]
Modified Thu Dec 6 15:35:01 2001 UTC (7 years, 11 months ago) by deweese
File length: 36893 byte(s)
Diff to previous 200541 (colored)
I missed the 'compiletest' rule it now uses the properties as well.

Revision 200541 - (view) (annotate) - [select for diffs]
Modified Thu Dec 6 15:30:09 2001 UTC (7 years, 11 months ago) by deweese
File length: 36740 byte(s)
Diff to previous 200536 (colored)
1) Build options now controlled by properties.
2) Now reads a build.properties file to override standard settings.
   Example build.properties file:
        debug=on
        optimize=off

Revision 200536 - (view) (annotate) - [select for diffs]
Modified Thu Dec 6 09:03:59 2001 UTC (7 years, 11 months ago) by vhardy
File length: 36211 byte(s)
Diff to previous 200502 (colored)
Removed debug on option.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200502 - (view) (annotate) - [select for diffs]
Modified Wed Nov 28 16:07:47 2001 UTC (8 years ago) by tkormann
File length: 36210 byte(s)
Diff to previous 200487 (colored)
Add a new Dialog with the canvas or the browser go in error. Now we can expand
the dialog and see the stacktrace (you can even copy/paste the trace and an
email to the Batik team or enter a bug in bugzilla).

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200487 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 14:35:52 2001 UTC (8 years ago) by vhardy
File length: 36200 byte(s)
Diff to previous 200416 (colored)
Removed debug from the compilation rules.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200416 - (view) (annotate) - [select for diffs]
Modified Fri Nov 9 11:45:57 2001 UTC (8 years ago) by vhardy
File length: 36220 byte(s)
Diff to previous 200349 (colored)
Added rules for building zip files individually.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200349 - (view) (annotate) - [select for diffs]
Modified Tue Oct 23 13:42:30 2001 UTC (8 years, 1 month ago) by deweese
File length: 36060 byte(s)
Diff to previous 200347 (colored)
1) Solid Color now uses the CSS engine extension mechanism so it can use
   the solid-color and solid-opacity (weird name, I know) properties for
   it's values.
2) Added TextSelection API Tests.
3) Fixed a small bug in getMarker on TextNode.
4) Added id's to several text elements for text selection tests.

Revision 200347 - (view) (annotate) - [select for diffs]
Modified Mon Oct 22 15:29:53 2001 UTC (8 years, 1 month ago) by vhardy
File length: 35898 byte(s)
Diff to previous 200344 (colored)
Added missing exclude in dist-zip rule.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200344 - (view) (annotate) - [select for diffs]
Modified Mon Oct 22 11:22:27 2001 UTC (8 years, 1 month ago) by vhardy
File length: 35757 byte(s)
Diff to previous 200340 (colored)
Removed platform specific fonts in generator test. Fixed directory creation
bug in build.xml.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200340 - (view) (annotate) - [select for diffs]
Modified Mon Oct 22 09:27:16 2001 UTC (8 years, 1 month ago) by vhardy
File length: 35834 byte(s)
Diff to previous 200320 (colored)
Added creation of candidate-ref sub directory for SVGRenderingAccuracyTest.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200320 - (view) (annotate) - [select for diffs]
Modified Fri Oct 19 07:40:40 2001 UTC (8 years, 1 month ago) by vhardy
File length: 34416 byte(s)
Diff to previous 200283 (colored)
Improved test report output.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200283 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 10:52:39 2001 UTC (8 years, 1 month ago) by vhardy
File length: 33995 byte(s)
Diff to previous 200242 (colored)
Added creation of working directories corresponding to the new
samples directory structure.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200242 - (view) (annotate) - [select for diffs]
Modified Fri Oct 12 08:02:44 2001 UTC (8 years, 1 month ago) by vhardy
File length: 31915 byte(s)
Diff to previous 200241 (colored)
Fixed typo on automatically created directory name.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200241 - (view) (annotate) - [select for diffs]
Modified Fri Oct 12 07:59:05 2001 UTC (8 years, 1 month ago) by vhardy
File length: 31909 byte(s)
Diff to previous 200198 (colored)
+ Fixed bug 3456.
+ Improved error reporting for SVGAccuracyTest
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200198 - (view) (annotate) - [select for diffs]
Modified Thu Oct 4 08:25:38 2001 UTC (8 years, 1 month ago) by vhardy
File length: 31653 byte(s)
Diff to previous 200155 (colored)
Added the possibility to 'target' a test in regard. Now, it is
possible to pass a list of ids (representing tests or testSuite)
and regard will run only these targeted tests.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200155 - (view) (annotate) - [select for diffs]
Modified Tue Sep 18 10:55:55 2001 UTC (8 years, 2 months ago) by vhardy
File length: 31645 byte(s)
Diff to previous 200150 (colored)
Fixed bug# 929 and #1574.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200150 - (view) (annotate) - [select for diffs]
Modified Mon Sep 17 20:45:18 2001 UTC (8 years, 2 months ago) by deweese
File length: 31002 byte(s)
Diff to previous 200125 (colored)
1) commited SVG Slideshow app from JavaONE.  This is a good demonstration
   of using the StaticRenderer directly (bypassing JSVGCanvas).
2) Some tweaks to the PatternPaint stuff.

Revision 200125 - (view) (annotate) - [select for diffs]
Modified Mon Sep 10 11:57:05 2001 UTC (8 years, 2 months ago) by vhardy
File length: 30433 byte(s)
Diff to previous 200124 (colored)
Fixed bug in src distrib. rule.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200124 - (view) (annotate) - [select for diffs]
Modified Mon Sep 10 11:06:00 2001 UTC (8 years, 2 months ago) by vhardy
File length: 30379 byte(s)
Diff to previous 200092 (colored)
Improved src distrib rule.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200092 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 17:14:01 2001 UTC (8 years, 2 months ago) by deweese
File length: 30251 byte(s)
Diff to previous 200052 (colored)
Added a Filter Extension example.  A very simple minded Histogram
normalization operation.

Revision 200052 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 18:31:29 2001 UTC (8 years, 3 months ago) by vhardy
File length: 30251 byte(s)
Diff to previous 200034 (colored)
Fixed the dist-zip target.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200034 - (view) (annotate) - [select for diffs]
Modified Fri Jul 27 13:14:55 2001 UTC (8 years, 4 months ago) by vhardy
File length: 30183 byte(s)
Diff to previous 200015 (colored)
Updated version number.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 200015 - (view) (annotate) - [select for diffs]
Modified Thu Jul 19 12:12:56 2001 UTC (8 years, 4 months ago) by deweese
File length: 30183 byte(s)
Diff to previous 199970 (colored)
Patch to build.xml to work with Ant 1.3 and 1.4

Submitted by:	Sam Ruby <rubys@us.ibm.com>
Reviewed by:	Thomas DeWeese <deweese@apache.org>

Revision 199970 - (view) (annotate) - [select for diffs]
Modified Thu May 31 16:59:17 2001 UTC (8 years, 5 months ago) by hillion
File length: 30180 byte(s)
Diff to previous 199969 (colored)
Added SAC bindings to batik-libs.jar.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199969 - (view) (annotate) - [select for diffs]
Modified Thu May 31 14:45:02 2001 UTC (8 years, 5 months ago) by hillion
File length: 30135 byte(s)
Diff to previous 199968 (colored)
Added org.w3c.dom.svg and org.w3c.dom.smil to batik-libs.jar (cocoon2 developers request).
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199968 - (view) (annotate) - [select for diffs]
Modified Thu May 31 12:40:00 2001 UTC (8 years, 5 months ago) by hillion
File length: 30044 byte(s)
Diff to previous 199964 (colored)
- Added a target to build.xml to create a jar without SAX and DOM bindings,
- Fixed AbstractDocument.cloneNode().
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199964 - (view) (annotate) - [select for diffs]
Modified Mon May 21 15:53:47 2001 UTC (8 years, 6 months ago) by hillion
File length: 29579 byte(s)
Diff to previous 199947 (colored)
'build dist-zip' does not include samples.zip anymore.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199947 - (view) (annotate) - [select for diffs]
Modified Fri May 18 21:40:30 2001 UTC (8 years, 6 months ago) by vhardy
File length: 29804 byte(s)
Diff to previous 199938 (colored)
Added new test created by Thomas DeWeese for TIFF support and extension mechanism.
Test suite now runs these tests automatically.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199938 - (view) (annotate) - [select for diffs]
Modified Fri May 18 18:37:48 2001 UTC (8 years, 6 months ago) by vhardy
File length: 29651 byte(s)
Diff to previous 199937 (colored)
1.0beta2 -> 1.0f
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199937 - (view) (annotate) - [select for diffs]
Modified Fri May 18 18:33:41 2001 UTC (8 years, 6 months ago) by vhardy
File length: 29656 byte(s)
Diff to previous 199900 (colored)
Exclude bboxOnText from binary distribution.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199900 - (view) (annotate) - [select for diffs]
Modified Wed May 16 12:34:29 2001 UTC (8 years, 6 months ago) by deweese
File length: 29596 byte(s)
Diff to previous 199877 (colored)
1) Tiff support, you can now reference most types of Tiff images from
   the svg image tag, and you can now save to Tiff from the viewer and
   the rasterizer (mime-type 'image/tiff').

2) Updated build.xml
   a) Includes brokenLink.svg file in bridge jar.
   b) builds lib/batik-extension.jar with the sample extension classes/code.

3) Fixed a subtle blue tinting of PNG images (caused by a unneeded no-op
   color-convert).

4) Cleaner threads for soft reference caches are now daemon

5) Added test files for tiff (still need to develop more).

6) Added FAQs on the fact that batik-extension.jar is not included in
   any of the batik tools by default.

NOTE: There is still lots of work to be with the Tiff support (both
      clean up and extension work), but for simple uses it is there
      and should work well.  The Trascoder is especially ugly for now.

Revision 199877 - (view) (annotate) - [select for diffs]
Modified Mon May 14 16:48:05 2001 UTC (8 years, 6 months ago) by tkormann
File length: 28902 byte(s)
Diff to previous 199876 (colored)
- Update the build.xml to support both the doc and compiletest rules.

- remove all ^M commited by windows users

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199876 - (view) (annotate) - [select for diffs]
Modified Mon May 14 07:42:22 2001 UTC (8 years, 6 months ago) by tkormann
File length: 28898 byte(s)
Diff to previous 199870 (colored)
add javamail for compiletest rule

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199870 - (view) (annotate) - [select for diffs]
Modified Mon May 14 05:00:36 2001 UTC (8 years, 6 months ago) by hillion
File length: 28868 byte(s)
Diff to previous 199867 (colored)
- Linked Vincent's preference dialog to the browser,
- micellaneous fixes,
- updated stylebook and as a consequence xalan, xerces, and all the XSL
  stuff in xdocs/
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199867 - (view) (annotate) - [select for diffs]
Modified Fri May 11 17:05:45 2001 UTC (8 years, 6 months ago) by vhardy
File length: 28788 byte(s)
Diff to previous 199864 (colored)
Removed proxy settings.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199864 - (view) (annotate) - [select for diffs]
Modified Fri May 11 16:15:08 2001 UTC (8 years, 6 months ago) by hillion
File length: 28998 byte(s)
Diff to previous 199842 (colored)
Added a target to build.xml which builds batik-ttf2svg.jar (executable jar).
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199842 - (view) (annotate) - [select for diffs]
Modified Fri May 4 12:13:43 2001 UTC (8 years, 6 months ago) by hillion
File length: 27575 byte(s)
Diff to previous 199801 (colored)
- 'build.sh bean' creates batik-bean.jar, a jar suitable for use in GUI builders,
- miscellaneaous fixes.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199801 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 05:31:31 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25884 byte(s)
Diff to previous 199798 (colored)
Reverted to previous version because of reference to files not in
the CVS repository and broken testdir rule.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199798 - (view) (annotate) - [select for diffs]
Modified Sun Apr 29 08:24:32 2001 UTC (8 years, 7 months ago) by dino
File length: 28379 byte(s)
Diff to previous 199795 (colored)
adding regardtext target

Revision 199795 - (view) (annotate) - [select for diffs]
Modified Sat Apr 28 00:03:28 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25885 byte(s)
Diff to previous 199786 (colored)
Removed regsvggen rule. The tests are now part of the regard rule.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199786 - (view) (annotate) - [select for diffs]
Modified Fri Apr 27 18:34:14 2001 UTC (8 years, 7 months ago) by vhardy
File length: 26358 byte(s)
Diff to previous 199753 (colored)
a. Added ttf2svg rule in build.xml and corresponding app in ....batik.apps.
b. Modified rendering hints convertion to be consistent with SVG hints
   interpretation.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199753 - (view) (annotate) - [select for diffs]
Modified Fri Apr 20 07:23:28 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25711 byte(s)
Diff to previous 199750 (colored)
+ Added first Painter implementation for regsvggen.
+ Added default constructor for <arg> elements with not value
+ Modified build.xml to make directory for candidate reference
  SVG files.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199750 - (view) (annotate) - [select for diffs]
Modified Thu Apr 19 17:31:39 2001 UTC (8 years, 7 months ago) by deweese
File length: 25634 byte(s)
Diff to previous 199742 (colored)
1) Added ParsedURL which will attempt to parse a URL and make the
   components available.

2) Switched from using URL to ParsedURL in ImageTagRegistry.

3) Switched from TileGrid to TileMap in AbstractTiledRed.

4) Improved TileMap so it cleans stuff out of the Map as the Soft
   references are cleared.

Revision 199742 - (view) (annotate) - [select for diffs]
Modified Wed Apr 18 23:54:04 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25507 byte(s)
Diff to previous 199731 (colored)
Added concept of test run to allow various test suites to be more
easily reused by different test processors. A test run captures
the notion of run one or more test suites and processing their
reports with a specific testReportProcessor.

Improved HTML output for SVGRenderingAccuracyTest reports

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199731 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 22:30:48 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25517 byte(s)
Diff to previous 199730 (colored)
Ooops, error in regard rule.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199730 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 22:29:25 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25508 byte(s)
Diff to previous 199719 (colored)
Removed trace.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199719 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 01:16:43 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25390 byte(s)
Diff to previous 199717 (colored)
Added missing mkdir in regard rule
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199717 - (view) (annotate) - [select for diffs]
Modified Tue Apr 17 00:50:13 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25247 byte(s)
Diff to previous 199703 (colored)
Modified the regard target to use new regression tool.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199703 - (view) (annotate) - [select for diffs]
Modified Sat Apr 14 00:01:57 2001 UTC (8 years, 7 months ago) by vhardy
File length: 24760 byte(s)
Diff to previous 199658 (colored)
Added mkdir to runtestsuite rule.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199658 - (view) (annotate) - [select for diffs]
Modified Tue Apr 10 22:25:15 2001 UTC (8 years, 7 months ago) by vhardy
File length: 25066 byte(s)
Diff to previous 199641 (colored)
Added rules for running test suites.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199641 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 18:05:12 2001 UTC (8 years, 7 months ago) by hillion
File length: 23333 byte(s)
Diff to previous 199636 (colored)
- Modified build.xml to better support the -Dargs option.
- Updated the manifest files of the distrib to take in account the move of
  XMLUtilities.
- Updated documentation:
    * changes.xml (a lot of things are still missing)
    * faq.xml: added an item about classpath problems...
    * whoWeAre.xml: updated the contributors list and the area of expertise
                    matrix
- Added factories for all the missing SVG elements.
- Renaming of few SVG constants.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199636 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 00:56:31 2001 UTC (8 years, 8 months ago) by vhardy
File length: 23458 byte(s)
Diff to previous 199624 (colored)
Fixed packaging problem
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199624 - (view) (annotate) - [select for diffs]
Modified Wed Mar 28 18:30:47 2001 UTC (8 years, 8 months ago) by deweese
File length: 23338 byte(s)
Diff to previous 199551 (colored)
1) Few tweaks/bug fixes to allow -Dargs=<svg file> to work for svgbrowser
2) Made GraphicsNodeRable8bit sensitive to changes in the Graphics Node's
   transform.

Revision 199551 - (view) (annotate) - [select for diffs]
Modified Thu Mar 8 14:44:30 2001 UTC (8 years, 8 months ago) by hillion
File length: 23309 byte(s)
Diff to previous 199543 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199543 - (view) (annotate) - [select for diffs]
Modified Thu Mar 8 02:05:56 2001 UTC (8 years, 8 months ago) by hillion
File length: 23420 byte(s)
Diff to previous 199541 (colored)
Removed the old viewer and all related classes.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199541 - (view) (annotate) - [select for diffs]
Modified Thu Mar 8 01:21:10 2001 UTC (8 years, 8 months ago) by hillion
File length: 24470 byte(s)
Diff to previous 199431 (colored)
Initial commit of the new SVG Swing component, of the SVG browser.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199431 - (view) (annotate) - [select for diffs]
Modified Sat Feb 3 00:50:51 2001 UTC (8 years, 9 months ago) by vhardy
File length: 23435 byte(s)
Diff to previous 199429 (colored)
Changed version back to beta2
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199429 - (view) (annotate) - [select for diffs]
Modified Fri Feb 2 18:34:27 2001 UTC (8 years, 9 months ago) by hillion
File length: 23435 byte(s)
Diff to previous 199424 (colored)
Added a target in build.xml which adds 'batik.jar' to the binary distrib,
this file only contains the classpath to the other jars.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199424 - (view) (annotate) - [select for diffs]
Modified Fri Feb 2 08:04:47 2001 UTC (8 years, 9 months ago) by hillion
File length: 23189 byte(s)
Diff to previous 199412 (colored)
- changed build.xml to include the svg generator in the distrib and
  to build all the javadocs.
- fixed a bug in DOM (AbstractParentNode.replaceChild()),
- initial commit of an incomplete fragment identifier parser,
- added support for linking to a viewBox (URI of the form
  "<base-uri>#svgView(viewBox(<float>,<float>,<float>,<float>))".
  only works from a link in the same document.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199412 - (view) (annotate) - [select for diffs]
Modified Thu Feb 1 14:18:37 2001 UTC (8 years, 9 months ago) by tkormann
File length: 23653 byte(s)
Diff to previous 199388 (colored)
fix classpath for svggen and regard
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199388 - (view) (annotate) - [select for diffs]
Modified Fri Jan 26 16:59:41 2001 UTC (8 years, 10 months ago) by hillion
File length: 23653 byte(s)
Diff to previous 199359 (colored)
Updated targets to build jars.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199359 - (view) (annotate) - [select for diffs]
Modified Tue Jan 23 17:12:09 2001 UTC (8 years, 10 months ago) by tkormann
File length: 24684 byte(s)
Diff to previous 199358 (colored)
huge and incredible reorganisation :)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199358 - (view) (annotate) - [select for diffs]
Modified Tue Jan 23 09:45:56 2001 UTC (8 years, 10 months ago) by hillion
File length: 24412 byte(s)
Diff to previous 199348 (colored)
Added commands to generate and use the pretty-printer.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199348 - (view) (annotate) - [select for diffs]
Modified Thu Jan 18 20:09:09 2001 UTC (8 years, 10 months ago) by hillion
File length: 23939 byte(s)
Diff to previous 199305 (colored)
Updated build.xml to be in sync with the doc (added a 'svgrasterizer' rule).
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199305 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 13:19:55 2001 UTC (8 years, 10 months ago) by hillion
File length: 23456 byte(s)
Diff to previous 199279 (colored)
- DOM factories cleanup
- Parser resources moved
- Pretty printer directories and files added, build.xml modified
- changes.xml updated.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199279 - (view) (annotate) - [select for diffs]
Modified Mon Dec 18 17:52:56 2000 UTC (8 years, 11 months ago) by hillion
File length: 22515 byte(s)
Diff to previous 199243 (colored)
Removed dependencies with xerces and xalan.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199243 - (view) (annotate) - [select for diffs]
Modified Sun Dec 3 17:36:42 2000 UTC (8 years, 11 months ago) by hillion
File length: 22383 byte(s)
Diff to previous 199242 (colored)
Added cleaning rules.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199242 - (view) (annotate) - [select for diffs]
Modified Sun Dec 3 17:29:25 2000 UTC (8 years, 11 months ago) by hillion
File length: 22063 byte(s)
Diff to previous 199241 (colored)
Bug fix.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199241 - (view) (annotate) - [select for diffs]
Modified Sun Dec 3 17:27:49 2000 UTC (8 years, 11 months ago) by hillion
File length: 22061 byte(s)
Diff to previous 199240 (colored)
Updated help.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199240 - (view) (annotate) - [select for diffs]
Modified Sun Dec 3 17:22:38 2000 UTC (8 years, 11 months ago) by hillion
File length: 21989 byte(s)
Diff to previous 199232 (colored)
Added dist-zip and dist-tgz targets.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199232 - (view) (annotate) - [select for diffs]
Modified Fri Dec 1 17:14:03 2000 UTC (8 years, 11 months ago) by hillion
File length: 20509 byte(s)
Diff to previous 199229 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199229 - (view) (annotate) - [select for diffs]
Modified Fri Dec 1 16:11:55 2000 UTC (8 years, 11 months ago) by tkormann
File length: 20501 byte(s)
Diff to previous 199217 (colored)
remove BE png from the archive
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199217 - (view) (annotate) - [select for diffs]
Modified Fri Dec 1 01:16:47 2000 UTC (8 years, 11 months ago) by hillion
File length: 20457 byte(s)
Diff to previous 199212 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199212 - (view) (annotate) - [select for diffs]
Modified Thu Nov 30 17:08:10 2000 UTC (8 years, 11 months ago) by hillion
File length: 20322 byte(s)
Diff to previous 199171 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199171 - (view) (annotate) - [select for diffs]
Modified Sun Nov 26 17:13:51 2000 UTC (9 years ago) by hillion
File length: 19243 byte(s)
Diff to previous 199170 (colored)
Javadoc fixes.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199170 - (view) (annotate) - [select for diffs]
Modified Sun Nov 26 15:59:31 2000 UTC (9 years ago) by hillion
File length: 19203 byte(s)
Diff to previous 199166 (colored)
XSL now works with xalan 1.2.1.
Added targets for building the jar files to build.xml.
Documents encoding are now correctly recognized.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199166 - (view) (annotate) - [select for diffs]
Modified Fri Nov 24 13:04:11 2000 UTC (9 years ago) by hillion
File length: 9557 byte(s)
Diff to previous 199158 (colored)
Fixes.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199158 - (view) (annotate) - [select for diffs]
Modified Thu Nov 23 17:07:12 2000 UTC (9 years ago) by hillion
File length: 9609 byte(s)
Diff to previous 199154 (colored)
Modified the build system to have separated libs.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199154 - (view) (annotate) - [select for diffs]
Modified Wed Nov 22 23:34:59 2000 UTC (9 years ago) by vhardy
File length: 9470 byte(s)
Diff to previous 199079 (colored)
Added regard and regsvggen targets for test regression tools.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 199079 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 00:39:47 2000 UTC (9 years ago) by hillion
File length: 8522 byte(s)
Diff to previous 198991 (colored)
fixed classpath problems.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198991 - (view) (annotate) - [select for diffs]
Modified Tue Nov 7 17:47:13 2000 UTC (9 years ago) by cjolif
File length: 8522 byte(s)
Diff to previous 198969 (colored)
PR:

Revision 198969 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 06:55:37 2000 UTC (9 years ago) by hillion
File length: 7924 byte(s)
Diff to previous 198968 (colored)
New build.xml targets. SVG DOM updates.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198968 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 03:55:57 2000 UTC (9 years ago) by hillion
File length: 5994 byte(s)
Diff to previous 198967 (colored)
Added new doc related targets in build.xml.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198967 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 03:27:02 2000 UTC (9 years ago) by hillion
File length: 4937 byte(s)
Diff to previous 198962 (colored)
Documentation updated.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198962 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 00:52:52 2000 UTC (9 years ago) by hillion
File length: 4892 byte(s)
Diff to previous 198953 (colored)
build.xml updated.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198953 - (view) (annotate) - [select for diffs]
Modified Sun Nov 5 17:12:38 2000 UTC (9 years ago) by hillion
File length: 9477 byte(s)
Diff to previous 198950 (colored)
Added missing <copyfile> rule.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198950 - (view) (annotate) - [select for diffs]
Modified Sun Nov 5 16:03:23 2000 UTC (9 years ago) by hillion
File length: 9341 byte(s)
Diff to previous 198943 (colored)
Added support for XSL stylesheets.
Removed usage of deprecated methods.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198943 - (view) (annotate) - [select for diffs]
Modified Fri Nov 3 20:56:50 2000 UTC (9 years ago) by billh
File length: 9278 byte(s)
Diff to previous 198924 (colored)

 Modified Files:
 	xml-batik/build.xml  : added check for deprecated APIs to compile target.
 	xml-batik/sources/org/apache/batik/apps/svgviewer/ViewerFrame.java  :
		PARTIAL fix to thread problem: removed use of thread.stop(),
		which was causing some hangs and other troubles.
		At the moment the thread will not stop until it has
		completed I/O,
            TODO: make document loaders that catch IOExceptions do cleanup
		and rethrow them, then use thread.interrupt().
 ----------------------------------------------------------------------

Revision 198924 - (view) (annotate) - [select for diffs]
Modified Thu Nov 2 08:55:38 2000 UTC (9 years ago) by hillion
File length: 9250 byte(s)
Diff to previous 198896 (colored)
New SVG DOM classes, tref support, script threads, zoom factor displayed in the viewer.
PR:
Submitted by:
Reviewed by:

Revision 198896 - (view) (annotate) - [select for diffs]
Modified Mon Oct 30 15:55:24 2000 UTC (9 years ago) by hillion
File length: 9171 byte(s)
Diff to previous 198895 (colored)
New SVG DOM classes.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198895 - (view) (annotate) - [select for diffs]
Modified Mon Oct 30 15:43:34 2000 UTC (9 years ago) by tkormann
File length: 8934 byte(s)
Diff to previous 198891 (colored)
bug fix on ConcreteEventDispatcher for MOUSE_ENTERED and MOUSE_EXITED
Update the test files that illustrates event dispatching (events_transform.svg)
Add the cursor changing and URL display when the mouse is over a <a> element
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198891 - (view) (annotate) - [select for diffs]
Modified Mon Oct 30 00:03:20 2000 UTC (9 years, 1 month ago) by stefano
File length: 17910 byte(s)
Diff to previous 198851 (colored)
complete build file in line with the rest of the xml.apache projects

Revision 198851 - (view) (annotate) - [select for diffs]
Modified Wed Oct 25 17:57:21 2000 UTC (9 years, 1 month ago) by hillion
File length: 8934 byte(s)
Diff to previous 198839 (colored)
CSS engine cleanups.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198839 - (view) (annotate) - [select for diffs]
Modified Mon Oct 23 16:08:06 2000 UTC (9 years, 1 month ago) by tkormann
File length: 8653 byte(s)
Diff to previous 198838 (colored)
nscoder added
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198838 - (view) (annotate) - [select for diffs]
Modified Mon Oct 23 09:45:02 2000 UTC (9 years, 1 month ago) by hillion
File length: 8612 byte(s)
Diff to previous 198827 (colored)
SVGEvent, better text handling, user style sheet, thumbnail, CSS engine
enhancement, use and symbol.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198827 - (view) (annotate) - [select for diffs]
Modified Fri Oct 20 11:38:11 2000 UTC (9 years, 1 month ago) by tkormann
File length: 5621 byte(s)
Diff to previous 198825 (colored)
update some javadoc
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198825 - (view) (annotate) - [select for diffs]
Modified Fri Oct 20 10:56:46 2000 UTC (9 years, 1 month ago) by tkormann
File length: 5585 byte(s)
Diff to previous 198782 (colored)
Add DocumentLoader that is responsible on loading an SVG document. Used to implement defs and use
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 198782 - (view) (annotate) - [select for diffs]
Added Wed Oct 11 08:31:52 2000 UTC (9 years, 1 month ago) by hillion
File length: 6017 byte(s)
Initial checkin
PR:
Obtained from:
Submitted by:
Reviewed by:

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2