cvs commit: xml-batik/sources/org/apache/batik/css/parser Scanner.java

2004-02-16 Thread hillion
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

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value RectManager.java

2002-11-22 Thread hillion
hillion 2002/11/22 05:09:59 Modified:sources/org/apache/batik/css/engine/value RectManager.java Log: Added unit resolution to CSS rects. Revision ChangesPath 1.2 +56 -2 xml-batik/sources/org/apache/batik/css/engine/value/RectManager.java Index

cvs commit: xml-batik/sources/org/apache/batik/swing/svg JSVGComponent.java SVGUserAgent.java

2002-09-05 Thread hillion
hillion 2002/09/05 05:58:19 Modified:sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java sources/org/apache/batik/bridge BridgeContext.java UserAgent.java UserAgentAdapter.java sources/org/apache

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value LengthManager.java

2002-08-19 Thread hillion
hillion 2002/08/19 08:38:52 Modified:resources/org/apache/batik/apps/svgbrowser/resources Main.properties sources/org/apache/batik/bridge PaintServer.java sources/org/apache/batik/css/engine/value LengthManager.java Log: - fixed

cvs commit: xml-batik/test-resources/org/apache/batik/css/dom bug11670.svg unitTesting.xml

2002-08-14 Thread hillion
hillion 2002/08/14 07:12:22 Modified:sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java sources/org/apache/batik/css/engine CSSEngine.java sources/org/apache/batik/css/engine/value/css2

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SVGOMSVGElement.java

2002-06-21 Thread hillion
hillion 2002/06/21 08:52:00 Modified:sources/org/apache/batik/css/engine/sac CSSDescendantSelector.java sources/org/apache/batik/dom/svg SVGOMSVGElement.java Log: SVGSVGElement.createSVGPoint() implementation. Revision ChangesPath

cvs commit: xml-batik/sources/org/apache/batik/xml XMLScanner.java

2002-06-12 Thread hillion
hillion 2002/06/12 05:42:35 Modified:sources/org/apache/batik/xml XMLScanner.java Log: Fixed bug 9804. Revision ChangesPath 1.2 +2 -2 xml-batik/sources/org/apache/batik/xml/XMLScanner.java Index: XMLScanner.java

cvs commit: xml-batik/test-resources/org/apache/batik/css/dom bug9779.svg unitTesting.xml

2002-06-12 Thread hillion
hillion 2002/06/12 04:04:24 Modified:sources/org/apache/batik/css/engine/value/css2 FontStretchManager.java test-resources/org/apache/batik/css/dom unitTesting.xml Added: test-resources/org/apache/batik/css/dom bug9779.svg Log: Fixed

cvs commit: xml-batik/sources/org/apache/batik/css/engine CSSEngine.java

2002-06-10 Thread hillion
hillion 2002/06/10 07:37:17 Modified:sources/org/apache/batik/css/engine CSSEngine.java Log: Removed a unused method. Revision ChangesPath 1.15 +1 -43 xml-batik/sources/org/apache/batik/css/engine/CSSEngine.java Index: CSSEngine.java

cvs commit: xml-batik/test-resources/org/apache/batik/css/dom bug9740-1.css bug9740-2.css bug9740.svg unitTesting.xml

2002-06-10 Thread hillion
hillion 2002/06/10 07:04:24 Modified:sources/org/apache/batik/css/dom CSSOMSVGComputedStyle.java sources/org/apache/batik/css/engine CSSEngine.java test-resources/org/apache/batik/css/dom unitTesting.xml Added: test-resources/org/apache/batik/css

cvs commit: xml-batik/sources/org/apache/batik/parser LengthParser.java

2002-06-04 Thread hillion
hillion 2002/06/04 06:50:12 Modified:sources/org/apache/batik/parser LengthParser.java Log: Modification for the SVG validator, part 2. Revision ChangesPath 1.9 +1 -6 xml-batik/sources/org/apache/batik/parser/LengthParser.java Index: LengthParser.java

cvs commit: xml-batik/sources/org/apache/batik/parser LengthListParser.java

2002-06-04 Thread hillion
hillion 2002/06/04 03:10:22 Modified:sources/org/apache/batik/parser LengthListParser.java Log: Modified LengthListParser (unused in Batik) for the SVG validator. Revision ChangesPath 1.6 +2 -2 xml-batik/sources/org/apache/batik/parser/LengthListParser.java

cvs commit: xml-batik/test-sources/org/apache/batik/dom CloneElementTest.java

2002-05-30 Thread hillion
hillion 02/05/30 09:42:34 Modified:sources/org/apache/batik/dom AbstractElement.java test-resources/org/apache/batik/dom unitTesting.xml Added: test-sources/org/apache/batik/dom CloneElementTest.java Log: - Fixed Element.cloneNode(false) + test. Revision

cvs commit: xml-batik/test-resources/org/apache/batik/dom/svg presentationAttrRemovalTest.svg unitTesting.xml

2002-05-23 Thread hillion
hillion 02/05/23 02:01:36 Modified:sources/org/apache/batik/css/engine CSSEngine.java test-resources/org/apache/batik/dom/svg unitTesting.xml Added: test-resources/org/apache/batik/dom/svg presentationAttrRemovalTest.svg Log: Fixed a

RE: CSSDocumentHandler in cocoon2

2002-05-21 Thread Stephane Hillion
> > Hello {batik,cocoon}-dev! > > The version of batik-1.5b1 shipped with cocoon-2.0.2 has a problem with > letter-spacing, so I tried to replace it with a current CVS version, > which doesn't have the problem. It didn't work, because of the following > code-fragment in > cocoon2/src/java/org/apac

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SVGOMStyleElement.java SVGStyleSheetProcessingInstruction.java

2002-05-21 Thread hillion
hillion 02/05/21 02:51:38 Modified:sources/org/apache/batik/bridge BaseScriptingEnvironment.java ScriptingEnvironment.java sources/org/apache/batik/css/engine CSSEngine.java sources/org/apache/batik/css

cvs commit: xml-batik/test-sources/org/apache/batik/dom GetElementsByTagNameNSTest.java

2002-05-17 Thread hillion
hillion 02/05/17 06:36:11 Modified:test-resources/org/apache/batik/dom unitTesting.xml Added: test-resources/org/apache/batik/dom dummyXML4.xml test-sources/org/apache/batik/dom GetElementsByTagNameNSTest.java Log: Added a test for the

cvs commit: xml-batik/sources/org/apache/batik/css/engine CSSEngine.java

2002-05-16 Thread hillion
hillion 02/05/16 09:33:41 Modified:sources/org/apache/batik/css/engine CSSEngine.java Log: Enhanced robustness of the CSS engine. Revision ChangesPath 1.11 +3 -2 xml-batik/sources/org/apache/batik/css/engine/CSSEngine.java Index: CSSEngine.java

cvs commit: xml-batik/sources/org/apache/batik/dom AbstractParentNode.java

2002-05-16 Thread hillion
hillion 02/05/16 04:23:35 Modified:sources/org/apache/batik/dom AbstractParentNode.java Log: getElementsByTagName fix. Revision ChangesPath 1.16 +2 -2 xml-batik/sources/org/apache/batik/dom/AbstractParentNode.java Index: AbstractParentNode.java

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java

2002-05-10 Thread hillion
hillion 02/05/10 04:06:10 Modified:sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java Log: Revision ChangesPath 1.16 +2 -2 xml-batik/sources/org/apache/batik/dom/svg/SAXSVGDocumentFactory.java Index: SAXSVGDocumentFactory.java

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java

2002-05-10 Thread hillion
hillion 02/05/10 03:55:18 Modified:sources/org/apache/batik/dom/svg SAXSVGDocumentFactory.java Log: fix for SVG documents default namespaces. Revision ChangesPath 1.15 +13 -1 xml-batik/sources/org/apache/batik/dom/svg/SAXSVGDocumentFactory.java Index

cvs commit: xml-batik/sources/org/apache/batik/util ApplicationSecurityEnforcer.java

2002-05-10 Thread hillion
hillion 02/05/10 02:41:41 Modified:sources/org/apache/batik/util ApplicationSecurityEnforcer.java Log: Removed debug traces. Revision ChangesPath 1.5 +1 -5 xml-batik/sources/org/apache/batik/util/ApplicationSecurityEnforcer.java

cvs commit: xml-batik/sources/org/apache/batik/dom/svg AbstractSVGAnimatedLength.java

2002-05-07 Thread hillion
hillion 02/05/07 07:28:13 Modified:sources/org/apache/batik/dom/svg AbstractSVGAnimatedLength.java Log: Fixed SVGLength.setXXX() methods. Revision ChangesPath 1.2 +31 -4 xml-batik/sources/org/apache/batik/dom/svg

cvs commit: xml-batik/sources/org/apache/batik/script/rhino WindowWrapper.java

2002-05-07 Thread hillion
hillion 02/05/07 06:57:45 Modified:sources/org/apache/batik/script/rhino WindowWrapper.java Log: getURL() fix. Revision ChangesPath 1.8 +3 -5 xml-batik/sources/org/apache/batik/script/rhino/WindowWrapper.java Index: WindowWrapper.java

cvs commit: xml-batik/sources/org/apache/batik/util ApplicationSecurityEnforcer.java

2002-05-06 Thread hillion
hillion 02/05/07 00:17:11 Modified:sources/org/apache/batik/dom/events AbstractEvent.java sources/org/apache/batik/util ApplicationSecurityEnforcer.java Log: - Fixed a small bug with events, - removed debug traces. Revision Changes

cvs commit: xml-batik/test-resources/org/apache/batik/dom/svg locatableTest.svg lengthTest.svg unitTesting.xml

2002-05-02 Thread hillion
hillion 02/05/02 07:15:03 Modified:test-resources/org/apache/batik/dom/svg lengthTest.svg unitTesting.xml Added: test-resources/org/apache/batik/dom/svg locatableTest.svg Log: Committed a test for SVGLocatable.getBBox(). Revision Changes

cvs commit: xml-batik/test-sources/org/apache/batik/dom/svg EcmaScriptSVGDOMTest.java

2002-05-02 Thread hillion
hillion 02/05/02 05:59:33 Modified:test-resources/org/apache/batik/dom/svg unitTesting.xml Added: test-resources/org/apache/batik/dom/svg lengthTest.svg test-sources/org/apache/batik/dom/svg EcmaScriptSVGDOMTest.java Log: Committed

cvs commit: xml-batik/test-sources/org/apache/batik/dom AppendChildTest.java

2002-05-02 Thread hillion
hillion 02/05/02 05:14:54 Modified:test-sources/org/apache/batik/dom AppendChildTest.java Log: Fixed appendChild test. Revision ChangesPath 1.2 +14 -3 xml-batik/test-sources/org/apache/batik/dom/AppendChildTest.java Index: AppendChildTest.java

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SVGStyleSheetProcessingInstruction.java

2002-04-29 Thread hillion
hillion 02/04/29 05:25:05 Modified:sources/org/apache/batik/css/engine CSSEngine.java sources/org/apache/batik/css/engine/value AbstractValueFactory.java sources/org/apache/batik/dom/svg

cvs commit: xml-batik/sources/org/apache/batik/util SVGConstants.java

2002-04-24 Thread hillion
hillion 02/04/24 06:01:27 Modified:resources/org/apache/batik/dom/svg/resources Messages.properties sources/org/apache/batik/dom/svg AbstractSVGMatrix.java SVGExternalResourcesRequiredSupport.java

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SVGDOMImplementation.java

2002-04-23 Thread hillion
hillion 02/04/23 06:12:57 Modified:sources/org/apache/batik/dom/svg SVGDOMImplementation.java Log: Creation of unknown elements in the SVG namespace does not fail anymore. Revision ChangesPath 1.21 +9 -13 xml-batik/sources/org/apache/batik/dom/svg

RE: SVG DOM (implemented)

2002-04-18 Thread Stephane Hillion
> From: Danny Ayers [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 6:13 PM > To: [EMAIL PROTECTED] > Subject: RE: SVG DOM (implemented) > > Any suggestions for classes/methods that might make someone think > 'well you > couldn't easily do that with DOM alone'? > 'org.apache.batik.dom

RE: SVG DOM (implemented)

2002-04-18 Thread Stephane Hillion
> From: Danny Ayers [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 5:52 PM > To: batik-dev > Subject: SVG DOM (implemented) > I'm looking for a good example of a class that comes from the parts of SVG > DOM that lie outside of DOM 2 core. I've had a fiddle, but everything I've > tried

cvs commit: xml-batik/sources/org/apache/batik/css/engine CSSEngine.java

2002-04-15 Thread hillion
hillion 02/04/15 10:01:44 Modified:sources/org/apache/batik/css/engine CSSEngine.java Log: - Fixed a bug with CSS classes on elements. Revision ChangesPath 1.9 +26 -11xml-batik/sources/org/apache/batik/css/engine/CSSEngine.java Index: CSSEngine.java

cvs commit: xml-batik/test-sources/org/apache/batik/dom/svg - New directory

2002-04-15 Thread hillion
hillion 02/04/15 03:09:44 xml-batik/test-sources/org/apache/batik/dom/svg - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/test-resources/org/apache/batik/dom/svg - New directory

2002-04-15 Thread hillion
hillion 02/04/15 03:09:44 xml-batik/test-resources/org/apache/batik/dom/svg - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/bridge ScriptingEnvironment.java

2002-04-12 Thread hillion
hillion 02/04/12 09:04:24 Modified:sources/org/apache/batik/bridge ScriptingEnvironment.java Log: Accept more XML in parseXML() Revision ChangesPath 1.21 +18 -3 xml-batik/sources/org/apache/batik/bridge/ScriptingEnvironment.java Index

cvs commit: xml-batik/sources/org/apache/batik/css/engine CSSEngine.java SVGCSSEngine.java

2002-04-12 Thread hillion
hillion 02/04/12 02:17:53 Modified:sources/org/apache/batik/bridge ScriptingEnvironment.java sources/org/apache/batik/css/engine CSSEngine.java SVGCSSEngine.java Log: Added support for dynamic update of the 'class' attribute.

cvs commit: xml-batik/test-resources/org/apache/batik/css/dom rgbPresentationTest.svg rgbUpdateTest.svg rgbTest.svg unitTesting.xml

2002-04-11 Thread hillion
hillion 02/04/11 09:51:36 Modified:sources/org/apache/batik/css/dom CSSOMSVGColor.java CSSOMStyleDeclaration.java sources/org/apache/batik/script Window.java sources/org/apache/batik/script/rhino WindowWrapper.java

cvs commit: xml-batik/sources/org/apache/batik/svggen SVGIDGenerator.java

2002-04-11 Thread hillion
hillion 02/04/11 07:47:28 Modified:sources/org/apache/batik/svggen SVGIDGenerator.java Log: Fixed bug #7935 Revision ChangesPath 1.4 +2 -2 xml-batik/sources/org/apache/batik/svggen/SVGIDGenerator.java Index: SVGIDGenerator.java

cvs commit: xml-batik/xdocs scriptFeatures.xml

2002-04-10 Thread hillion
hillion 02/04/10 09:19:03 Modified:sources/org/apache/batik/bridge BaseScriptingEnvironment.java ScriptingEnvironment.java sources/org/apache/batik/script Window.java sources/org/apache/batik/script/rhino

cvs commit: xml-batik/sources/org/apache/batik/dom/svg SVGStylableElement.java

2002-04-10 Thread hillion
hillion 02/04/10 02:29:07 Modified:sources/org/apache/batik/css/dom CSSOMSVGStyleDeclaration.java CSSOMStyleDeclaration.java sources/org/apache/batik/css/engine StyleDeclaration.java sources/org/apache/batik

cvs commit: xml-batik/sources/org/apache/batik/css/dom CSSOMStyleDeclaration.java

2002-04-10 Thread hillion
hillion 02/04/10 01:08:30 Modified:sources/org/apache/batik/css/dom CSSOMStyleDeclaration.java Log: Fixed jdk 1.3.1 specific compilation errors. Revision ChangesPath 1.2 +4 -4 xml-batik/sources/org/apache/batik/css/dom/CSSOMStyleDeclaration.java Index

cvs commit: xml-batik/sources/org/apache/batik/script ScriptHandler.java

2002-04-10 Thread hillion
hillion 02/04/10 00:24:33 Added: sources/org/apache/batik/script ScriptHandler.java Log: Revision ChangesPath 1.1 xml-batik/sources/org/apache/batik/script/ScriptHandler.java Index: ScriptHandler.java

cvs commit: xml-batik/xdocs javaScripting.xml scriptFeatures.xml whoAreWe.xml

2002-04-10 Thread hillion
hillion 02/04/10 00:23:12 Modified:.build.xml sources batik-bean.mf batik-browser.mf batik-pp.mf batik-rasterizer.mf batik-slideshow.mf batik-ttf2svg.mf batik.mf sources/org/apache/batik/bridge

FW: failure notice

2002-04-09 Thread Stephane Hillion
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 6:27 PM To: [EMAIL PROTECTED] Subject: failure notice hillion 02/04/09 09:27:18 Modified:.build.xml sources/org/apache/batik/css/dom CSSOMComputedStyle.java sources

Fw: failure notice

2002-04-04 Thread Stephane Hillion
StringDecoder.java StringNormalizingReader.java UTF16Decoder.java UTF8Decoder.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hillion 02/04/04 04:04:06 Modified:sources/org/apache/batik/css/parser Parser.java Scanner.java sources/org/apache/batik/parser AbstractParser.java

cvs commit: xml-batik/sources/org/apache/batik/util/io - New directory

2002-04-04 Thread hillion
hillion 02/04/04 03:57:19 xml-batik/sources/org/apache/batik/util/io - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/resources/org/apache/batik/util/io/resources - New directory

2002-04-04 Thread hillion
hillion 02/04/04 03:57:19 xml-batik/resources/org/apache/batik/util/io/resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/resources/org/apache/batik/util/io - New directory

2002-04-04 Thread hillion
hillion 02/04/04 03:57:19 xml-batik/resources/org/apache/batik/util/io - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Gump logo

2002-04-03 Thread Stephane Hillion
> From: Sam Ruby [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 5:35 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Gump logo > > > Stephane Hillion wrote: > > > > Batik is linked to a given version of SAX, because it impleme

RE: Gump logo

2002-04-03 Thread Stephane Hillion
> From: Sam Ruby [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 5:12 PM > To: [EMAIL PROTECTED] > Subject: RE: Gump logo > > > > > So we can re-state the problem: "can xml-api.jar be used > programmatically > > from within an application which makes use of crimson"? > > That's quite

RE: Gump logo

2002-04-03 Thread Stephane Hillion
> From: Sam Ruby [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 4:09 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Gump logo > > The conflict appears to be between batik-ext.jar and xml-apis.jar >http://gump.covalent.net/jars/2002-04-02/xml-commons/xml-apis.ja

RE: Gump logo

2002-04-03 Thread Stephane Hillion
> From: Sam Ruby [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 3:08 PM > To: [EMAIL PROTECTED] > Subject: Re: Gump logo > Importance: Low > > > It turns out the essence of the problem can be stated "can batik be used > programmatically from within an application which makes use of x

cvs commit: xml-batik/sources/org/apache/batik/util/gui JErrorPane.java

2002-03-26 Thread hillion
hillion 02/03/26 06:56:53 Modified:.build.xml resources/org/apache/batik/util/gui/resources JErrorPane.properties sources/org/apache/batik/bridge AbstractGraphicsNodeBridge.java sources

cvs commit: xml-batik/sources/org/apache/batik/swing/svg JSVGComponent.java

2002-03-25 Thread hillion
hillion 02/03/25 03:02:22 Modified:sources/org/apache/batik/bridge BaseScriptingEnvironment.java SVGTextElementBridge.java sources/org/apache/batik/css/engine CSSEngine.java sources/org/apache/batik/swing/svg

cvs commit: xml-batik/sources/org/apache/batik/script InterpreterPool.java

2002-03-22 Thread hillion
hillion 02/03/22 02:59:26 Modified:sources/org/apache/batik/bridge ScriptingEnvironment.java sources/org/apache/batik/dom/svg SVGLocatableSupport.java sources/org/apache/batik/script InterpreterPool.java Log: SVG DOM method getBBox() implemented

cvs commit: xml-batik/sources/org/apache/batik/bridge SVGTextElementBridge.java ScriptingEnvironment.java

2002-03-21 Thread hillion
hillion 02/03/21 07:26:52 Modified:sources/org/apache/batik/bridge SVGTextElementBridge.java ScriptingEnvironment.java Log: - Fixed a regression on empty tspans, - When a piece of code scheduled by a call to setInterval throws an exception, the task is

cvs commit: xml-batik/sources/org/apache/batik/css/engine CSSEngine.java

2002-03-21 Thread hillion
hillion 02/03/21 02:59:34 Modified:samples mines.svg sources/org/apache/batik/bridge SVGImageElementBridge.java sources/org/apache/batik/css/engine CSSEngine.java Log: - Broken images were broken... - mines.svg used a Java-specific expression

cvs commit: xml-batik/test-references/samples/tests/spec/painting markersShapes.png

2002-03-20 Thread hillion
hillion 02/03/20 06:11:06 Modified:test-references/samples/tests/spec/filters feTile.png test-references/samples/tests/spec/painting markersShapes.png Log: - new reference images after filter fixes. Revision ChangesPath 1.5

cvs commit: xml-batik/sources/org/apache/batik/dom/util SAXDocumentFactory.java

2002-03-20 Thread hillion
hillion 02/03/20 03:54:04 Modified:sources/org/apache/batik/dom/util SAXDocumentFactory.java Log: - Added a way to provide a custom SAX error handler. Revision ChangesPath 1.9 +16 -3 xml-batik/sources/org/apache/batik/dom/util/SAXDocumentFactory.java

cvs commit: xml-batik/test-sources/org/apache/batik/dom RemoveAttributeTest.java

2002-03-20 Thread hillion
hillion 02/03/20 02:42:26 Modified:sources/org/apache/batik/css/engine CSSEngine.java sources/org/apache/batik/dom AbstractElement.java test-resources/org/apache/batik/dom unitTesting.xml Added: test-sources/org/apache/batik/dom

cvs commit: xml-batik/sources/org/apache/batik/dom AbstractParentNode.java

2002-03-19 Thread hillion
hillion 02/03/19 06:21:04 Modified:sources/org/apache/batik/dom AbstractParentNode.java Log: - Removed traces Revision ChangesPath 1.15 +1 -3 xml-batik/sources/org/apache/batik/dom/AbstractParentNode.java Index: AbstractParentNode.java

cvs commit: xml-batik/test-sources/org/apache/batik/dom HasChildNodesTest.java ReplaceChildTest.java

2002-03-19 Thread hillion
hillion 02/03/19 05:43:55 Modified:sources/org/apache/batik/dom AbstractParentNode.java test-resources/org/apache/batik/dom dummyXML3.xml unitTesting.xml Added: test-sources/org/apache/batik/dom HasChildNodesTest.java

cvs commit: xml-batik/test-sources/org/apache/batik/dom NullNamespaceTest.java

2002-03-19 Thread hillion
hillion 02/03/19 01:25:41 Modified:sources/org/apache/batik/bridge CSSUtilities.java SVGAElementBridge.java SVGTextElementBridge.java ScriptingEnvironment.java UpdateManager.java sources/org/apache/batik/dom

cvs commit: xml-batik/test-references/svgbe text-font-BE-15.png

2002-03-18 Thread hillion
hillion 02/03/18 08:15:12 Modified:test-references/svgbe text-font-BE-15.png Log: new reference image for text-font-BE-15.svg Revision ChangesPath 1.9 +1 -1 xml-batik/test-references/svgbe/text-font-BE-15.png

cvs commit: xml-batik/test-references/samples/tests/spec/text textBiDi.png textLayout.png textProperties.png verticalText.png verticalTextOnPath.png

2002-03-18 Thread hillion
hillion 02/03/18 08:13:47 Modified:test-references/samples/tests/spec/text textBiDi.png textLayout.png textProperties.png verticalText.png verticalTextOnPath.png Log: new reference images for textBiDi.svg textLayout.svg

cvs commit: xml-batik/test-references/samples mathMetal.png

2002-03-18 Thread hillion
hillion 02/03/18 08:10:45 Modified:test-references/samples mathMetal.png Log: new reference image for mathMetal.svg Revision ChangesPath 1.5 +242 -243 xml-batik/test-references/samples/mathMetal.png

cvs commit: xml-batik/sources/org/apache/batik/bridge ScriptingEnvironment.java

2002-03-18 Thread hillion
hillion 02/03/18 04:46:13 Modified:sources/org/apache/batik/bridge ScriptingEnvironment.java Log: Fixed the handling of UI events on dynamically inserted elements. Revision ChangesPath 1.14 +38 -2 xml-batik/sources/org/apache/batik/bridge

FW: failure notice

2002-03-18 Thread Stephane Hillion
TECTED] Subject: cvs commit: xml-batik/test-sources/org/apache/batik/test/svg SVGAlternateStyleSheetRenderingAccuracyTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hillion 02/03/18 02:28:28 Modified:resources/org/apache/batik/apps/svgbrowser/resources M

cvs commit: xml-batik/resources/org/apache/batik/css/engine/value/resources Messages.properties

2002-03-18 Thread hillion
hillion 02/03/18 02:32:18 Added: resources/org/apache/batik/css/engine/value/resources Messages.properties Log: - css engine commit 3 Revision ChangesPath 1.1 xml-batik/resources/org/apache/batik/css/engine/value/resources

cvs commit: xml-batik/sources/org/apache/batik/css/engine/sac AbstractAttributeCondition.java AbstractCombinatorCondition.java AbstractDescendantSelector.java AbstractElementSelector.java AbstractSiblingSelector.java CSSAndCondition.java CSSAttributeCondition.java CSSBeginHyphenAttributeCondition.java CSSChildSelector.java CSSClassCondition.java CSSConditionFactory.java CSSConditionalSelector.java CSSDescendantSelector.java CSSDirectAdjacentSelector.java CSSElementSelector.java CSSIdCondition.java CSSLangCondition.java CSSOneOfAttributeCondition.java CSSPseudoClassCondition.java CSSPseudoElementSelector.java CSSSelectorFactory.java ExtendedCondition.java ExtendedSelector.java

2002-03-18 Thread hillion
hillion 02/03/18 02:31:10 Added: sources/org/apache/batik/css/engine/sac AbstractAttributeCondition.java AbstractCombinatorCondition.java AbstractDescendantSelector.java

cvs commit: xml-batik/resources/org/apache/batik/css/engine/value/resources - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:26:16 xml-batik/resources/org/apache/batik/css/engine/value/resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/resources/org/apache/batik/css/engine/value - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:26:02 xml-batik/resources/org/apache/batik/css/engine/value - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/resources/org/apache/batik/css/engine/resources - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:25:05 xml-batik/resources/org/apache/batik/css/engine/resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/resources/org/apache/batik/css/engine - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:24:43 xml-batik/resources/org/apache/batik/css/engine - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value/svg - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:22:56 xml-batik/sources/org/apache/batik/css/engine/value/svg - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value/css2 - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:22:28 xml-batik/sources/org/apache/batik/css/engine/value/css2 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/css/engine/value - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:21:23 xml-batik/sources/org/apache/batik/css/engine/value - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/css/engine/sac - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:21:23 xml-batik/sources/org/apache/batik/css/engine/sac - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/css/engine - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:19:20 xml-batik/sources/org/apache/batik/css/engine - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/sources/org/apache/batik/css/dom - New directory

2002-03-18 Thread hillion
hillion 02/03/18 02:19:20 xml-batik/sources/org/apache/batik/css/dom - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/samples/tests/spec/fonts fontKerning.svg

2002-03-14 Thread hillion
hillion 02/03/14 03:20:00 Modified:samples mapSpain.svg mapWaadt.svg samples/tests/spec/fonts fontKerning.svg Log: - Fixed invalid font-family values in the sample maps. - fontKerning had invalid glyph-orientations. Revision ChangesPath 1.3 +44

cvs commit: xml-batik/samples/tests/spec/text textBiDi.svg textFeatures.svg textLayout.svg textLayout2.svg textProperties.svg textStyles.svg verticalText.svg verticalTextOnPath.svg

2002-03-14 Thread hillion
hillion 02/03/14 02:56:30 Modified:samples/tests/spec/text textBiDi.svg textFeatures.svg textLayout.svg textLayout2.svg textProperties.svg textStyles.svg verticalText.svg verticalTextOnPath.svg Log: - Removed

cvs commit: xml-batik/samples henryV.svg textRotate.svg textRotateShadows.svg

2002-03-14 Thread hillion
hillion 02/03/14 02:34:44 Modified:samples henryV.svg textRotate.svg textRotateShadows.svg Log: font-size percentages are relative to the parent font-size, not to the viewport. Revision ChangesPath 1.5 +6 -6 xml-batik/samples/henryV.svg Index

RE: Updating the DOM...

2002-03-13 Thread Stephane Hillion
There is a section about this topic in documentation of the 1.5beta1 distribution. The menu item is entitled 'Java Scripting'. In the previous versions of Batik the DOM updates did not produce any effect on GVT. > -Original Message- > From: Anthony Mills [mailto:[EMAIL PROTECTED]] > Sent:

cvs commit: xml-batik/sources/org/apache/batik/ext/awt MultipleGradientPaintContext.java

2002-03-11 Thread hillion
hillion 02/03/11 08:49:22 Modified:samples starfield.svg sources/org/apache/batik/ext/awt MultipleGradientPaintContext.java Log: Revision ChangesPath 1.5 +2 -2 xml-batik/samples/starfield.svg Index: starfield.svg

cvs commit: xml-batik build.xml

2002-03-11 Thread hillion
hillion 02/03/11 07:22:56 Modified:.build.xml Log: updated version and date in build.xml Revision ChangesPath 1.104 +3 -3 xml-batik/build.xml Index: build.xml === RCS file: /home

cvs commit: xml-batik/xdocs whoAreWe.xml

2002-03-11 Thread hillion
hillion 02/03/11 02:02:58 Modified:xdocswhoAreWe.xml Log: - updated doc Revision ChangesPath 1.35 +59 -8 xml-batik/xdocs/whoAreWe.xml Index: whoAreWe.xml === RCS file: /home/cvs/xml

cvs commit: xml-batik/sources/org/apache/batik/swing/svg Messages.java

2002-03-11 Thread hillion
hillion 02/03/11 01:16:53 Added: sources/org/apache/batik/swing/svg Messages.java Log: Revision ChangesPath 1.1 xml-batik/sources/org/apache/batik/swing/svg/Messages.java Index: Messages.java

cvs commit: xml-batik/xdocs faq.xml index.xml javaScripting.xml jsvgcanvas.xml mail-lists.xml scriptFeatures.xml whoAreWe.xml

2002-03-11 Thread hillion
hillion 02/03/11 01:04:38 Modified:sources/org/apache/batik/apps/svgbrowser JSVGViewerFrame.java sources/org/apache/batik/bridge ScriptingEnvironment.java UserAgent.java UserAgentAdapter.java sources/org

cvs commit: xml-batik/resources/org/apache/batik/swing/svg/resources - New directory

2002-03-11 Thread hillion
hillion 02/03/11 01:01:34 xml-batik/resources/org/apache/batik/swing/svg/resources - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/resources/org/apache/batik/swing/svg - New directory

2002-03-11 Thread hillion
hillion 02/03/11 01:01:23 xml-batik/resources/org/apache/batik/swing/svg - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-batik/xdocs javaScripting.xml scriptIntro.xml

2002-03-08 Thread hillion
hillion 02/03/08 01:55:53 Modified:xdocsjavaScripting.xml scriptIntro.xml Log: - Updated the 'Scripting Intro' section. Revision ChangesPath 1.3 +4 -5 xml-batik/xdocs/javaScripting.xml Index: javaScr

cvs commit: xml-batik/xdocs javaScripting.xml

2002-03-08 Thread hillion
hillion 02/03/08 01:00:59 Modified:xdocsjavaScripting.xml Log: - Documentation updates. Revision ChangesPath 1.2 +10 -4 xml-batik/xdocs/javaScripting.xml Index: javaScripting.xml

cvs commit: xml-batik/xdocs javaScripting.xml scriptFeatures.xml site-book.xml

2002-03-08 Thread hillion
hillion 02/03/08 00:45:28 Modified:sources/org/apache/batik/dom AbstractElement.java sources/org/apache/batik/swing/gvt GVTTreeRenderer.java sources/org/apache/batik/swing/svg GVTTreeBuilder.java SVGDocumentLoader.java

cvs commit: xml-batik/xdocs scriptFeatures.xml

2002-03-07 Thread hillion
hillion 02/03/07 07:23:12 Modified:sources/org/apache/batik/script/rhino WindowWrapper.java xdocsscriptFeatures.xml Log: Revision ChangesPath 1.3 +5 -15 xml-batik/sources/org/apache/batik/script/rhino/WindowWrapper.java Index

cvs commit: xml-batik/xdocs scriptFeatures.xml site-book.xml

2002-03-07 Thread hillion
hillion 02/03/07 07:16:51 Modified:samples starfield.svg sources/org/apache/batik/script/rhino WindowWrapper.java xdocssite-book.xml Added: xdocsscriptFeatures.xml Log: - Removed the optional arguments from 'setTimeout

cvs commit: xml-batik/sources/org/apache/batik/bridge BridgeEventSupport.java UpdateManager.java

2002-03-06 Thread hillion
hillion 02/03/06 05:56:26 Modified:sources/org/apache/batik/bridge BridgeEventSupport.java UpdateManager.java Log: Revision ChangesPath 1.26 +1 -3 xml-batik/sources/org/apache/batik/bridge/BridgeEventSupport.java Index

cvs commit: xml-batik/sources/org/apache/batik/dom/events EventListenerWrapper.java EventWrapper.java

2002-03-06 Thread hillion
hillion 02/03/06 05:50:46 Removed: sources/org/apache/batik/dom/events EventListenerWrapper.java EventWrapper.java Log: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

  1   2   3   >