Log of /xmlgraphics/batik/trunk/build.bat
Parent Directory
|
Revision Log
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: 2373 byte(s)
Diff to
previous 495426
(
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
484993 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 9 15:10:34 2006 UTC
(2 years, 11 months ago)
by
deweese
File length: 2138 byte(s)
Diff to
previous 475954
(
colored)
1) Fixed Build.bat for new jars
2) Added NullURI test back, since lockup seems fixed(?),
unfortunately the fix was done in the JSVGCanvasHandler
(I was hoping this was tied to stopAndRun problem in Canvas).
Still has uncleared references but we should investigate these.
3) Fixed NPE when reloading an SVG12 document quickly.
4) Fixed Broken Link images when interrupting the load of an
SVG image refernce.
5) Fixed reference images for new gradient interpolation.
Revision
475543 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 16 02:43:17 2006 UTC
(3 years ago)
by
cam
File length: 1792 byte(s)
Diff to
previous 475477
(
colored)
1. Fix some files that had CRLF line endings that shouldn't have, and
some that didn't but should've. Set svn:eol-style appropriately.
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: 1139 byte(s)
Diff to
previous 201191
(
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
201191 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 2 08:18:07 2003 UTC
(6 years, 4 months ago)
by
vhardy
File length: 1175 byte(s)
Diff to
previous 200994
(
colored)
Modified build.bat so that it now works if ANT is already installed. Use the ant.bat file which should be in the PATH if ant was installed
Revision
200994 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 24 00:02:28 2002 UTC
(7 years, 4 months ago)
by
deweese
File length: 1093 byte(s)
Diff to
previous 200300
(
colored)
1) getURL now reports when security settings prohibit fetching data.
2) UpdateManager no longer triggers a repaint after _every_
java script function. It only does a repaint if a certain amount of time
has passed or if no more java script functions are pending.
3) SAXDocumentFactory no longer requires you to provide the expected type
of the document element prior to parsing.
4) JSVGComponent now triggers redraws in response to scripts run from
key events.
Revision
199787 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 27 19:54:00 2001 UTC
(8 years, 7 months ago)
by
deweese
File length: 1079 byte(s)
Diff to
previous 199547
(
colored)
1) Fixed a bug with Radial gradient when focus was out of the circle to
the left and above.
2) Added some anti-aliasing to Repeat mode of gradients. Doesn't really
solve the problem however since at low res it jumps over the anti-aliased
region. Truly fixing this would require fairly expensive "blending" of
the gradient at low res.
3) Fixed the ColorModel coercion bug from today.
4) Added FilterColorInterp interface to appropriate filters.
This means that the bridge can now support color-interpolation-filters.
5) Made ComponentTransfer a Rendered instead of op implementation.
6) ImageTagRegistry now uses the scheme pointed out by Christophe
which is The standard mechanism for adding services.
7) Added batik.util.Service which support #6. Should make it a cake
walk to do this for the bridge.
Revision
198885 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Oct 28 23:02:31 2000 UTC
(9 years ago)
by
stefano
File length: 1118 byte(s)
added maintain doc and build scripts (still working on the build file)
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.