cam 2005/03/10 02:03:05
Modified:.Tag: svg12 build.xml
Log:
1. Fixed problem with 'javadoc' target in build file.
Revision ChangesPath
No revision
No revision
1.157.2.3 +3 -3 xml-batik/build.xml
Index: build.xm
cam 2005/03/10 01:35:44
Modified:resources/org/apache/batik/apps/svgbrowser/resources Tag:
svg12 GUI.properties
sources/org/apache/batik/util/gui/resource Tag: svg12
MenuFactory.java
Log:
1. Changed resource file menu
deweese 2005/03/07 05:27:30
Added: sources/org/apache/batik/gvt/event SelectionAdapter.java
Log:
1) Missing file added
Revision ChangesPath
1.1
xml-batik/sources/org/apache/batik/gvt/event/SelectionAdapter.java
Index: SelectionAdapter.java
=
deweese 2005/03/05 11:31:09
Modified:sources/org/apache/batik/gvt/renderer
StrokingTextPainter.java
sources/org/apache/batik/gvt/text ConcreteTextSelector.java
sources/org/apache/batik/swing/gvt JGVTComponent.java
deweese 2005/03/02 17:19:53
Modified:.build.xml
sources/org/apache/batik/bridge
SVGAltGlyphElementBridge.java
SVGAltGlyphHandler.java SVGTextElementBridge.java
SVGTextPathElementBridge.java
deweese 2005/02/28 09:37:19
Modified:.build.xml
samples/tests/spec/scripting addDescOnClick.svg
pathLength.svg
sources/org/apache/batik/dom AbstractDocument.java
AbstractElement.java GenericDocument.jav
cam 2005/02/24 19:18:15
Modified:.Tag: svg12 build.xml
resources/org/apache/batik/bridge/resources Tag: svg12
Messages.properties
sources/org/apache/batik/bridge Tag: svg12
ScriptingEnvironment.java
deweese 2005/02/23 03:05:54
Modified:sources/org/apache/batik/gvt CompositeGraphicsNode.java
sources/org/apache/batik/gvt/renderer DynamicRenderer.java
sources/org/apache/batik/swing JSVGScrollPane.java
sources/org/apache/batik/util RunnableQu
cam 2005/02/22 04:33:58
Modified:.Tag: svg12 .classpath build.xml
resources/org/apache/batik/dom/resources Tag: svg12
Messages.properties
sources Tag: svg12 batik-browser.mf batik-pp.mf
batik-raste
cam 2005/02/22 01:13:03
Modified:..classpath build.xml
resources/org/apache/batik/dom/resources Messages.properties
sources batik-browser.mf batik-pp.mf batik-rasterizer.mf
batik-slideshow.mf batik.mf
sourc
cam 2005/02/21 23:42:55
Modified:..classpath build.xml
resources/org/apache/batik/dom/resources Messages.properties
sources batik-browser.mf batik-pp.mf batik-rasterizer.mf
batik-slideshow.mf batik.mf
sourc
deweese 2005/02/20 13:59:10
Modified:lib pdf-transcoder.jar
sources/org/apache/batik/bridge UpdateManager.java
sources/org/apache/batik/swing/gvt JGVTComponent.java
TextSelectionManager.java
Log:
1) Fixed a race condition in
deweese 2005/02/17 03:47:05
Modified:lib pdf-transcoder.jar
resources/org/apache/batik/apps/svgbrowser/resources
GUI.properties
samples starfield.svg
sources/org/apache/batik/apps/svgbrowser
deweese 2005/02/14 14:09:30
Modified:sources/org/apache/batik/swing/svg JSVGComponent.java
Log:
GVT Render requests are now compressed. This helps the resize problem.
Revision ChangesPath
1.100 +66 -12
xml-batik/sources/org/apache/batik/swing/svg/JSVGComponent.ja
deweese 2005/02/13 03:32:26
Modified:sources/org/apache/batik/ext/awt/image GraphicsUtil.java
sources/org/apache/batik/ext/awt/image/rendered
Any2LumRed.java
Log:
Fix for masks when using Alpha Premultiplied (Mac OS X).
Revision Changes
deweese 2005/02/12 05:04:08
Modified:resources/org/apache/batik/apps/svgbrowser/resources
GUI.properties
sources/org/apache/batik/apps/svgbrowser
JSVGViewerFrame.java
sources/org/apache/batik/dom/util SAXDocume
deweese 2005/02/11 17:48:24
Modified:.build.xml
samples/tests/spec/scripting remove.svg removeOnclick.svg
sources/org/apache/batik/bridge CursorManager.java
ScriptingEnvironment.java
sources/org/apache/batik/dom
deweese 2005/02/08 03:11:25
Modified:sources/org/apache/batik/gvt AbstractGraphicsNode.java
Log:
1) Fixed visibility update bug reported by George Armhold.
Revision ChangesPath
1.56 +2 -1
xml-batik/sources/org/apache/batik/gvt/AbstractGraphicsNode.java
Ind
deweese 2005/02/06 02:29:09
Modified:.build.xml
Log:
Fixed a silly bug in build.xml
Revision ChangesPath
1.156 +3 -4 xml-batik/build.xml
Index: build.xml
===
RCS file: /home/cvs/xml-
deweese 2005/02/05 16:58:48
Modified:.build.xml
sources/org/apache/batik/bridge SVGTextElementBridge.java
SVGUtilities.java ScriptingEnvironment.java
sources/org/apache/batik/dom/events EventListenerList.java
so
(cc'ing batik-dev)
If I interpret this correctly, Batik uses the following entry in
XMLResourceDescriptor.properties to instantiate a parser in
SAXDocumentFactory through the SAX XMLReaderFactory:
org.xml.sax.driver = org.apache.xerces.parsers.SAXParser
There's no Xerces-dependency in Java code,
deweese 2005/01/03 02:48:07
Modified:samples anne.svg
samples/tests/spec/text textAnchor.svg textAnchor2.svg
textAnchor3.svg
samples/tests/spec12/text flowText.svg flowText2.svg
flowText3.svg flowText4.svg flo
deweese 2004/12/16 02:50:35
Modified:sources/org/apache/batik/bridge SVGImageElementBridge.java
Log:
Memory leak when loading images is fixed.
Revision ChangesPath
1.69 +37 -24
xml-batik/sources/org/apache/batik/bridge/SVGImageElementBridge.java
Index: SVGIm
deweese 2004/12/15 02:50:30
Modified:sources/org/apache/batik/bridge BridgeContext.java
SVGUseElementBridge.java
sources/org/apache/batik/dom/svg
SVGOMTextContentElement.java
sources/org/apache/batik/gvt/render
deweese 2004/12/04 11:17:39
Added: sources/org/apache/batik/css/engine/value/css2
FontShorthandManager.java
Log:
Missed file.
Revision ChangesPath
1.1
xml-batik/sources/org/apache/batik/css/engine/value/css2/FontShorthandManager
deweese 2004/12/04 10:40:45
Modified:sources/org/apache/batik/gvt/flow FlowGlyphLayout.java
LineInfo.java
test-resources/org/apache/batik/test samplesRendering.xml
Added: samples/tests/spec12/text flowBidi.svg
test-references/
deweese 2004/12/03 04:20:17
Modified:samples/tests/spec/structure image.svg
sources/org/apache/batik/css/engine CSSEngine.java
SVGCSSEngine.java
sources/org/apache/batik/css/engine/value
AbstractColorManager.ja
deweese 2004/12/01 17:24:37
Modified:sources/org/apache/batik/bridge RepaintManager.java
SVGTextElementBridge.java
sources/org/apache/batik/bridge/svg12
SVGFlowRootElementBridge.java
sources/org/apache/batik/ex
deweese 2004/11/29 19:23:58
Modified:samples/solitaire/script util.js
samples/tests/spec/scripting rectResizeOnClick.svg
zeroSize.svg
samples/tests/spec12/text flowText.svg
sources/org/apache/batik/bridge
deweese 2004/11/21 13:20:23
Modified:sources/org/apache/batik/bridge SVGTextElementBridge.java
sources/org/apache/batik/gvt ShapeNode.java TextNode.java
sources/org/apache/batik/gvt/font AWTGVTGlyphVector.java
SVGGVTGlyphVector.java
deweese 2004/11/20 11:27:11
Modified:sources/org/apache/batik/swing JSVGScrollPane.java
sources/org/apache/batik/swing/gvt JGVTComponent.java
Log:
1) Added a modifid version of George's fix for changing documents to
JSVGScrollPane.
2) Fixed 'flashing' with JSVGS
deweese 2004/11/17 18:18:59
Added: samples/tests/spec12/structure multi-2.jpg multi-3.jpg
multi-4.jpg multi-5.jpg
test-references/samples/tests/spec12/filters
filterRegion.png filterRegionDetailed.png
Log:
Few more test
deweese 2004/11/17 18:07:24
Added: samples/tests/spec12/structure/opera/multires
opera-0-0-0.jpg opera-0-0-1.jpg opera-0-0-2.jpg
opera-0-0-3.jpg opera-0-0-4.jpg opera-0-0-5.jpg
opera-0-1-0.jpg opera-0-1-1.jpg opera
deweese 2004/11/17 17:47:06
Modified:.build.xml
resources/org/apache/batik/dom/svg/resources
dtdids.properties
samples/extensions colorSwitch.svg
samples/tests/spec/scripting security2.jar
sources
deweese 2004/11/14 16:24:58
xml-batik/samples/tests/spec12/structure/opera/multires - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/sources/org/apache/batik/gvt/svg12 - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/sources/org/apache/batik/dom/svg12 - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/test-references/samples/tests/spec12 - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/test-references/samples/tests/spec12/filters - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/sources/org/apache/batik/gvt/flow - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/samples/tests/spec12 - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/test-references/samples/tests/spec12/text - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/test-references/samples/tests/spec12/structure/opera - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/sources/org/apache/batik/bridge/svg12 - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/samples/tests/spec12/structure/opera - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/test-references/samples/tests/spec12/structure - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/test-references/samples/tests/spec12/paints - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/sources/org/apache/batik/css/engine/value/svg12 - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/samples/tests/spec12/structure - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/samples/tests/spec12/paints - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/samples/tests/spec12/text - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/14 11:45:42
xml-batik/samples/tests/spec12/filters - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/11/04 17:34:33
Modified:sources/org/apache/batik/css/engine CSSEngine.java
SVGCSSEngine.java
sources/org/apache/batik/dom/svg
ExtensibleSVGDOMImplementation.java
sources/org/apache/batik/transcoder
deweese 2004/10/31 03:21:30
Added: sources/org/apache/batik/svggen SVGArc.java
Log:
Missed File.
Revision ChangesPath
1.1 xml-batik/sources/org/apache/batik/svggen/SVGArc.java
Index: SVGArc.java
===
deweese 2004/10/30 11:38:06
Modified:sources/org/apache/batik/apps/rasterizer
SVGConverterURLSource.java
sources/org/apache/batik/apps/slideshow Main.java
sources/org/apache/batik/apps/svgbrowser
XMLPreferenceM
deweese 2004/10/30 09:54:54
Modified:contrib/jsvg JSVG.java
contrib/scroll ScrollExample.java
resources/org/apache/batik/apps/svgbrowser/resources
ThumbnailDialog.properties
resources/org/apache/batik/apps/svgpp/resourc
deweese 2004/10/29 07:40:54
Modified:sources/org/apache/batik/bridge UpdateManager.java
sources/org/apache/batik/ext/awt/geom
ExtendedGeneralPath.java
sources/org/apache/batik/util RunnableQueue.java
test-references/sam
deweese 2004/10/28 18:08:33
Modified:.build.xml
samples/tests/spec/scripting intersectionList.svg
sources/org/apache/batik/ext/awt/image/codec/tiff
TIFFImageEncoder.java
sources/org/apache/batik/extension/svg
deweese 2004/10/01 03:51:58
Modified:sources/org/apache/batik/ext/awt/image/codec
PNGImageEncoder.java
sources/org/apache/batik/ext/awt/image/spi
JDKRegistryEntry.java
Log:
1) Fixed a bug in the PNG Encoder for some 1,2 o
deweese 2004/09/24 03:56:37
Modified:sources/org/apache/batik Version.java
sources/org/apache/batik/gvt GVTTreeWalker.java
Log:
1) GVT Tree walker can now be given any node in the GVT tree and it
walk just that subtree.
2) Fixed header on Version.java
Revis
deweese 2004/09/23 03:18:07
Modified:sources/org/apache/batik/bridge BridgeEventSupport.java
sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java
sources/org/apache/batik/extension/svg
MultiResGraphicsNode.java
s
deweese 2004/09/06 11:26:59
Modified:sources/org/apache/batik/dom GenericDocumentType.java
sources/org/apache/batik/dom/svg SVGOMDocument.java
sources/org/apache/batik/dom/util DOMUtilities.java
Log:
1) Can now create a DocumentType node and if present D
deweese 2004/09/05 17:02:00
Modified:sources/org/apache/batik/bridge SVGGVTFont.java
SVGGlyphElementBridge.java
sources/org/apache/batik/dom/svg SVGDOMImplementation.java
sources/org/apache/batik/ext/awt RenderingHintsKeyExt.java
deweese 2004/08/26 17:42:07
Modified:.build.xml
lib pdf-transcoder.jar
sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java
sources/org/apache/batik/ext/awt/image GraphicsUtil.java
sources/org/apache/batik/sc
Hi,
On Sun, 2004-08-01 at 19:03, Glen Mazza wrote:
> Don't stop there--please apply my two patches (they're
> simple, as I don't know much about Batik):
>
> http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=glenmazza&emailtype1=substring&e
deweese 2004/08/01 16:48:47
Modified:.build.xml
resources/org/apache/batik/apps/svgbrowser/resources
GUI.properties
sources/org/apache/batik/apps/svgbrowser
JSVGViewerFrame.java
sources/o
setting the Batik component
owners in bugzilla to [EMAIL PROTECTED] so new
bug reports go directly to this ML. Most other
projects do it this way. Also, bug report emails have
a nice way of creating more activity on the dev-ML.)
Thanks,
Glen
--- [EMAIL PROTECTED] wrote:
batik-dev Digest 1 Aug 200
ectly to this ML. Most other
projects do it this way. Also, bug report emails have
a nice way of creating more activity on the dev-ML.)
Thanks,
Glen
--- [EMAIL PROTECTED] wrote:
> batik-dev Digest 1 Aug 2004 11:29:34 - Issue 691
>
> Topics (messages 5020 through 5020):
>
cam 2004/07/31 20:08:50
Modified:sources/org/apache/batik/bridge
AbstractGraphicsNodeBridge.java
BaseScriptingEnvironment.java BridgeExtension.java
GVTBuilder.java SVGBridgeExtension.java
deweese 2004/06/24 18:41:52
Modified:samples/solitaire klondike.svg towers.svg
samples/solitaire/cards default.svg
samples/solitaire/script board.js card.js pile.js
samples/tests/spec/interactivity cursor.svg
samples/tests/spec/
vhardy 2004/04/09 09:37:14
Modified:sources/org/apache/batik/transcoder/wmf/tosvg
WMFPainter.java
Log:
Fix from Luan
Revision ChangesPath
1.10 +29 -24
xml-batik/sources/org/apache/batik/transcoder/wmf/tosvg/WMFPainter.java
Index: WMF
vhardy 2004/04/06 04:33:53
Modified:sources/org/apache/batik/transcoder/wmf/tosvg
WMFPainter.java
Log:
Reverted to previous version. Proposed new version does not compile
Revision ChangesPath
1.9 +24 -28
xml-batik/sources/org/apache/bati
Vincent,
The build appears broken--I think an "import java.awt.Polygon;" statement
needs to be added to get it to compile.
Thanks,
Glen
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 31, 2004 11:44 AM
Subject: cvs com
vhardy 2004/03/31 08:44:06
Modified:sources/org/apache/batik/transcoder/wmf/tosvg
WMFPainter.java
Log:
Commiting fix for Luan O'Caroll's WMFPainter related to the rendering of polygons.
Revision ChangesPath
1.8 +27 -24
xml-batik/sources/
vhardy 2004/02/24 06:04:37
Modified:test-sources/org/apache/batik/bridge EcmaNoLoadTest.java
ScriptSelfTest.java
test-sources/org/apache/batik/test/svg
SVGOnLoadExceptionTest.java
sources/org/apache/batik/brid
vhardy 2004/02/24 05:55:42
Modified:test-references/samples/tests/spec/color systemColors.png
test-references/samples/tests/spec/fonts fontArabic.png
fontDecorations.png fontGlyphChoice.png
fontKerning.png
tes
deweese 2004/02/24 02:52:48
Modified:sources/org/apache/batik/bridge SVGTextElementBridge.java
Log:
1) Adding elements in the 'null' namespace nolonger causes a NPE exception.
Revision ChangesPath
1.91 +6 -6
xml-batik/sources/org/apache/batik/bridge/SVGTextElem
deweese 2004/02/24 02:48:13
Modified:xdocsindex.xml security.xml
Log:
Doc updates
Revision ChangesPath
1.54 +18 -13xml-batik/xdocs/index.xml
Index: index.xml
===
RCS file: /home/cvs/xml-
vhardy 2004/02/23 09:41:49
Modified:test-sources/org/apache/batik/bridge EcmaLoadTest.java
Log:
Fixed error in EcmaLoadTest
Revision ChangesPath
1.2 +8 -4 xml-batik/test-sources/org/apache/batik/bridge/EcmaLoadTest.java
Index: EcmaLoadTest.java
vhardy 2004/02/23 07:25:00
Modified:test-sources/org/apache/batik/bridge ScriptSelfTest.java
test-sources/org/apache/batik/test/svg
SVGOnLoadExceptionTest.java
test-resources/org/apache/batik/bridge
ecmaCheckP
deweese 2004/02/20 08:34:52
Modified:sources/org/apache/batik/ext/awt/image/rendered
ColorMatrixRed.java
sources/org/apache/batik/script/rhino
BatikSecurityController.java RhinoClassLoader.java
RhinoIn
vhardy 2004/02/19 12:32:08
Modified:sources/org/apache/batik/bridge
BaseScriptingEnvironment.java
Log:
Added missing script origin check
Revision ChangesPath
1.28 +4 -1
xml-batik/sources/org/apache/batik/bridge/BaseScriptingEnvironment.
vhardy 2004/02/19 09:09:31
Added: test-resources/org/apache/batik/bridge
ecmaCheckPermissionsDenied2.svg
Log:
New security regression tests
Revision ChangesPath
1.1
xml-batik/test-resources/org/apache/batik/bridge/ecmaCheckPerm
vhardy 2004/02/19 07:45:08
Modified:test-resources/org/apache/batik/bridge IWasLoaded.jar
IWasLoadedToo.jar JarCheckPermissionsDenied.jar
JarCheckPermissionsGranted.jar unitTesting.xml
Added: test-resources/org/apache/batik/bridge
deweese 2004/02/17 16:14:07
Modified:resources/org/apache/batik/apps/svgbrowser/resources
squiggle.png
xdocsindex.xml
xdocs/images splash.png splash.svg
Log:
1) Updated splash screen.
2) Added reference to Sketsa
Revisi
cjolif 2004/02/17 08:57:22
Modified:xdocsindex.xml
Log:
fix product description
Revision ChangesPath
1.51 +2 -2 xml-batik/xdocs/index.xml
Index: index.xml
===
RCS file: /home/cvs/xml-b
deweese 2004/02/17 02:28:15
Modified:.KEYS
sources/org/apache/batik/apps/svgbrowser AboutDialog.java
Log:
1) Updated KEYS file to include new signatures for my key.
2) Fixed a swing 'pack()' problem in About dialog.
Revision ChangesPath
1.2
hillion 2004/02/16 08:33:54
Modified:resources/org/apache/batik/css/parser/resources
Messages.properties
sources/org/apache/batik/css/parser Scanner.java
Log:
Added a specific error message for wrong CSS identifier start characters.
Revisio
deweese 2004/02/14 13:22:40
Modified:sources/org/apache/batik/bridge
SVGClipPathElementBridge.java
Log:
Patch for bug in ClipPath and clip-rule with 'use' element.
Submitted by: Cameron McCormack
Revision ChangesPath
1.20 +18 -1
xml-bat
deweese 2004/02/04 18:53:45
Modified:contrib/scroll ScrollExample.java
sources/org/apache/batik/bridge BridgeEventSupport.java
Log:
1) Fixed a bug in mouse coords for text events that caused the
incorrect element to be used as the target of the events.
Revisi
deweese 2004/01/24 17:49:47
Modified:.build.xml
sources/org/apache/batik/script/rhino RhinoInterpreter.java
sources/org/apache/batik/swing JSVGScrollPane.java
sources/org/apache/batik/swing/svg JSVGComponent.java
Log:
1) Patch for
deweese 2004/01/21 17:49:58
Modified:.build.xml
lib pdf-transcoder.jar
xdocsinstalling.xml javaScripting.xml jsvgcanvas.xml
security.xml
Added: samples/solitaire klondike.svg towers.svg
samples/
deweese 2004/01/21 17:43:04
xml-batik/samples/solitaire/cards - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/01/21 17:43:04
xml-batik/samples/solitaire/script - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/01/21 17:42:30
xml-batik/samples/solitaire - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2004/01/08 04:05:24
Modified:sources/org/apache/batik/bridge SVGUseElementBridge.java
xdocsbook.xml faq.xml mail-lists.xml site-book.xml
Log:
1) Fixed a memory leak for use references to local elements.
2) Removed references to 'nagoya.apache.org' - now g
deweese 2003/12/30 11:34:28
Modified:.build.xml
contrib/solitaire solitaire.svg
contrib/solitaire/cards default.svg
lib js.jar
sources/org/apache/batik/script/rhino WindowWrapper.java
Log:
1) All return values f
deweese 2003/12/19 16:04:11
xml-batik/contrib/solitaire/script - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2003/12/19 16:04:10
xml-batik/contrib/solitaire/cards - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
deweese 2003/12/19 16:03:50
xml-batik/contrib/solitaire - New directory
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
1 - 100 of 1550 matches
Mail list logo