aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Test cases for display-align and space-before|after for block-container. No ↵Jeremias Maerki2005-01-182-0/+114
| | | | | | checks, yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198283 13f79535-47bb-0310-9956-ffa450edef68
* Fix space-before|after handling for block-containers (only a minimal fix, ↵Jeremias Maerki2005-01-182-25/+88
| | | | | | doesn't take space-resolution into account, yet) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198282 13f79535-47bb-0310-9956-ffa450edef68
* Show top|left-position traits only for abs positioned BCs.Jeremias Maerki2005-01-181-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198281 13f79535-47bb-0310-9956-ffa450edef68
* Make display-align publicly available.Jeremias Maerki2005-01-171-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198280 13f79535-47bb-0310-9956-ffa450edef68
* Adding todo item for a static variable.Jeremias Maerki2005-01-171-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198279 13f79535-47bb-0310-9956-ffa450edef68
* getLocalName() doesn't seem to work in this case in JDK 1.4.1.Jeremias Maerki2005-01-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198278 13f79535-47bb-0310-9956-ffa450edef68
* Fix for auto height on absolutely positioned block-containers.Jeremias Maerki2005-01-171-39/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198277 13f79535-47bb-0310-9956-ffa450edef68
* Check absolutely positioned block-containers with auto height.Jeremias Maerki2005-01-171-0/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198276 13f79535-47bb-0310-9956-ffa450edef68
* Using only DOM elements to create checks. This should help avoid errors due ↵Jeremias Maerki2005-01-171-6/+9
| | | | | | to comment nodes being passed to the factory method. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198275 13f79535-47bb-0310-9956-ffa450edef68
* Forgot the checks.Jeremias Maerki2005-01-171-4/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198274 13f79535-47bb-0310-9956-ffa450edef68
* testcases for block-containersJeremias Maerki2005-01-177-35/+511
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198273 13f79535-47bb-0310-9956-ffa450edef68
* block-containers improved/fixed. The following features are implemented and ↵Jeremias Maerki2005-01-175-129/+251
| | | | | | | | | | | | testcases exist: left, right, top, bottom, width, height, block-progression-dimension (partial), inline-progression-dimension (partial), borders, padding, indents, reference-orientation. autoheight works only for in-flow BCs ATM. start-indent calculation fixed: uses inherited value if rules in 5.3.2 don't apply. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198272 13f79535-47bb-0310-9956-ffa450edef68
* toString() methodJeremias Maerki2005-01-171-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198271 13f79535-47bb-0310-9956-ffa450edef68
* More info on blocks and block-containersJeremias Maerki2005-01-171-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198270 13f79535-47bb-0310-9956-ffa450edef68
* New traits: space-before, space-after, is-viewport-area, is-reference-areaJeremias Maerki2005-01-171-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198269 13f79535-47bb-0310-9956-ffa450edef68
* Adding JAXP plus Xerces for the all-in-one transcoder tests.Jeremias Maerki2005-01-131-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198268 13f79535-47bb-0310-9956-ffa450edef68
* Testcase for checking start-indent inheritance across block-containers.Jeremias Maerki2005-01-131-0/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198267 13f79535-47bb-0310-9956-ffa450edef68
* Removed Simon's line again and added an explanation why that line shouldn't ↵Jeremias Maerki2005-01-131-1/+10
| | | | | | | | | be there. Added java.awt.headless="true" to the forked JUnit tests to satisfy Gump. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198266 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-01-136-35/+57
| | | | | | | | | | Obtained from: Submitted by: Reviewed by: "starting-state" property implemented for fo:bookmark. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198265 13f79535-47bb-0310-9956-ffa450edef68
* Fixed an error in the classpath of one of the junit testsSimon Pepping2005-01-121-0/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198264 13f79535-47bb-0310-9956-ffa450edef68
* Clarification for the use of x/y-offset.Jeremias Maerki2005-01-121-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198263 13f79535-47bb-0310-9956-ffa450edef68
* Some basic tests for inline- and block-containers.Jeremias Maerki2005-01-123-0/+282
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198262 13f79535-47bb-0310-9956-ffa450edef68
* Fixing wrong values (wrong interpretation on my side)Jeremias Maerki2005-01-121-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198261 13f79535-47bb-0310-9956-ffa450edef68
* Style fixJeremias Maerki2005-01-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198260 13f79535-47bb-0310-9956-ffa450edef68
* Removed the "inheritedStartIndent" hack again.Jeremias Maerki2005-01-127-103/+237
| | | | | | | | | Switched to start|end-indent-oriented calculation. Improved line painting in the PDFRenderer. Some improvements in BlockContainerLayoutManager (but still WIP ATM). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198259 13f79535-47bb-0310-9956-ffa450edef68
* Convenience method for accessing inline-progression padding and border extents.Jeremias Maerki2005-01-121-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198258 13f79535-47bb-0310-9956-ffa450edef68
* Provide public access to width/height.Jeremias Maerki2005-01-121-6/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198257 13f79535-47bb-0310-9956-ffa450edef68
* Some more info on the area-tree.Jeremias Maerki2005-01-121-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198256 13f79535-47bb-0310-9956-ffa450edef68
* toString() method extended to provide helpful info.Jeremias Maerki2005-01-121-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198255 13f79535-47bb-0310-9956-ffa450edef68
* FIXED wasn't defined.Jeremias Maerki2005-01-121-1/+15
| | | | | | | Convenience method for accessing the start-indent trait. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198254 13f79535-47bb-0310-9956-ffa450edef68
* Defined the start|end-indent traits.Jeremias Maerki2005-01-121-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198253 13f79535-47bb-0310-9956-ffa450edef68
* No semantical changes, just style.Jeremias Maerki2005-01-121-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198252 13f79535-47bb-0310-9956-ffa450edef68
* Fix for keyword substitutions for enum properties. Check came too late ↵Jeremias Maerki2005-01-121-3/+3
| | | | | | evaluating the substituted value to a string instead of an enum value. (I found the problem in writing-mode) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198251 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-01-117-372/+336
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) EnumProperty starting-state implemented. 2.) Switch from "makeEnumProperty" to slightly more intuitive "getEnumProperty" in FOPropertyMapping. 3.) Removed no longer used canHaveIds array in PropertySets. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198250 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-01-092-23/+47
| | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) New attributeWarning() method added to FONode (needs to be renamed somehow because can this method can also be used for formatting object warnings as well--e.g., unimplemented FO's) 2.) Switch from processNode() -> bind() method for fo:bookmark. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198249 13f79535-47bb-0310-9956-ffa450edef68
* Can remove block-nested1.xml again, now that the bug is fixed.Jeremias Maerki2005-01-071-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198248 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for start-indent calculation for nested blocks. The inherited ↵Jeremias Maerki2005-01-073-34/+107
| | | | | | | | | start-indent wasn't taken into account as described in 5.3.2 of the spec. Minor style and javadoc improvements on the way. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198247 13f79535-47bb-0310-9956-ffa450edef68
* Provide access to the current PageViewport from the outside.Jeremias Maerki2005-01-071-4/+17
| | | | | | | Added a few useful debug log statements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198246 13f79535-47bb-0310-9956-ffa450edef68
* toString() for easier debugging.Jeremias Maerki2005-01-071-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198245 13f79535-47bb-0310-9956-ffa450edef68
* toString() for easier debugging.Jeremias Maerki2005-01-071-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198244 13f79535-47bb-0310-9956-ffa450edef68
* Fork JUnit test in new VM. (Maybe this fixes classpath problems with ↵Jeremias Maerki2005-01-062-6/+31
| | | | | | | | | | | commons-logging when Xalan compiles again). Added layout engine tests specifying a default exclusion file. To disable the exclusion file add the following line to your build-local.properties: layoutengine.disabled= git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198243 13f79535-47bb-0310-9956-ffa450edef68
* Add ability to optionally specify a simple textfile with a list of filenames ↵Jeremias Maerki2005-01-062-2/+29
| | | | | | | | | | of testcases to be disabled (one entry per line). Specify a filename with that textfile in the system property "fop.layoutengine.disabled". disabled-testcases.txt should serve as our default file for this purpose (ex. in Gump). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198242 13f79535-47bb-0310-9956-ffa450edef68
* Test for nested blocks with borders, margins and padding.Jeremias Maerki2005-01-061-0/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198241 13f79535-47bb-0310-9956-ffa450edef68
* margin shorthands testJeremias Maerki2005-01-061-0/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198240 13f79535-47bb-0310-9956-ffa450edef68
* More basic tests.Jeremias Maerki2005-01-063-0/+197
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198239 13f79535-47bb-0310-9956-ffa450edef68
* Removed unnecessary cast as per Finn's suggestion.Jeremias Maerki2005-01-061-6/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198238 13f79535-47bb-0310-9956-ffa450edef68
* more tests.Jeremias Maerki2005-01-063-13/+278
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198237 13f79535-47bb-0310-9956-ffa450edef68
* Test fixed. I was wrong at first.Jeremias Maerki2005-01-061-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198236 13f79535-47bb-0310-9956-ffa450edef68
* convertValueForProperty didn't have the right signature and therefore didn't ↵Jeremias Maerki2005-01-061-4/+4
| | | | | | override the superclass implementation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198235 13f79535-47bb-0310-9956-ffa450edef68
* Testing padding shorthands.Jeremias Maerki2005-01-061-0/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198234 13f79535-47bb-0310-9956-ffa450edef68