aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/dom
Commit message (Expand)AuthorAgeFilesLines
* makes checks to prevent exceptionsKeiron Liddle2001-02-231-1/+3
* Patch for SVG viewboxarved2001-02-113-5/+21
* updated svg stuff for the latest java bindingsKeiron Liddle2000-11-2911-1152/+1256
* handles angle units, grads,rad,degKeiron Liddle2000-11-161-123/+140
* removed unused code, jstyle'dKeiron Liddle2000-11-161-245/+185
* handles a list of css valuesKeiron Liddle2000-11-131-0/+80
* added stroke-dasharray value listKeiron Liddle2000-11-131-236/+249
* stores all the pattern infoKeiron Liddle2000-11-101-8/+24
* throws ex for singular matrixKeiron Liddle2000-11-091-0/+4
* gets proper bbox, after transformKeiron Liddle2000-11-081-4/+66
* gets viewport element and transform matrixKeiron Liddle2000-11-081-5/+52
* adds support for type 1 fonts by Jeremias Maerki <jeremias.maerki@outline.ch>fotis2000-11-021-0/+7
* Adds textdeko.fo file example. Applies Art Welch's JDK 1.1.x compatibilitySteve Coffman2000-10-262-2/+2
* added spreadMethod, gradientUnitsKeiron Liddle2000-10-252-215/+197
* separated node list out into a new fileKeiron Liddle2000-10-202-25/+86
* put spread method in right placeKeiron Liddle2000-09-222-13/+5
* added current colourKeiron Liddle2000-09-211-0/+2
* better handling of symbol and use elementsKeiron Liddle2000-09-156-9/+116
* added stuff to handle style sheets, selectors, stylingKeiron Liddle2000-09-1112-375/+828
* changes for the text elements, character data, tspan etc.Keiron Liddle2000-09-048-38/+592
* moving towards the dom impl with document and svg elementKeiron Liddle2000-08-2923-467/+1168
* css impl for stylingKeiron Liddle2000-08-284-0/+666
* support for switchKeiron Liddle2000-08-143-10/+26
* updated for new bindingsKeiron Liddle2000-08-143-83/+22
* added getWidthKeiron Liddle2000-08-101-0/+5
* a comment about the ElementImpl super classKeiron Liddle2000-08-091-1/+6
* fixed an npeKeiron Liddle2000-08-092-2/+2
* fixed up skew and rotationKeiron Liddle2000-08-091-4/+5
* added rounded edges varsKeiron Liddle2000-07-271-2/+9
* uses message handler to report errorsKeiron Liddle2000-07-242-3/+5
* changes for new java bindingsKeiron Liddle2000-07-1833-289/+851
* adds method hasAttribute and hasAttributeNS to make class DOM 2 conformfotis2000-07-151-20/+31
* adds method importNode to make class DOM 2 conformfotis2000-07-151-13/+23
* fix: corrects package statementfotis2000-07-151-13/+13
* fix: makes constructor public and corrects package statementfotis2000-07-151-14/+14
* added method createAttributeNS to make sure it compiles properlyKeiron Liddle2000-07-121-0/+7
* now allows renderingKeiron Liddle2000-07-111-1/+1
* just make it compile for nowKeiron Liddle2000-07-111-1/+1
* svg dom implementation to hold svg data for renderingKeiron Liddle2000-07-1159-0/+6421