Log of /xmlgraphics/batik/trunk/build.xml
Parent Directory
|
Revision Log
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.