aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* 1. Child element validity checking added for fo:page-sequence-master.Glen Mazza2004-06-174-10/+49
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-1622-58/+129
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-1628-87/+123
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-1530-146/+101
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-1511-50/+117
* 1.) App now returns an error if no page-sequence declared within fo:root.Glen Mazza2004-06-134-25/+65
* Moved AddLMVisitor accessors into FOTreeHandler.Glen Mazza2004-06-131-1/+27
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-1263-21/+259
* More solid checking to ensure first node encountered is an fo:root FO.Glen Mazza2004-06-122-7/+9
* Consolidated formatPageSequence() into FOTreeHandler.Glen Mazza2004-06-116-183/+119
* Better error-handling messages added for incorrect LayoutMasterSets.Glen Mazza2004-06-082-2/+10
* Solve a few problems concerning hyphenation:Simon Pepping2004-05-292-2/+5
* Removed getPropertyList() method from PropertyManager, as that methodGlen Mazza2004-05-261-8/+0
* Reverted part of yesterday's work to make FObj simpler, added more commenting...Glen Mazza2004-05-234-114/+62
* PR:Glen Mazza2004-05-228-41/+87
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-2236-318/+254
* Spelled out FO element maker classes in order to make its toString()Glen Mazza2004-05-192-112/+120
* PR:Glen Mazza2004-05-151-4/+4
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-122-2/+8
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-0911-83/+33
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-4/+7
* PR:Glen Mazza2004-04-223-38/+11
* Apparent off-by-one error fixed for initial-page-number property:Glen Mazza2004-04-181-1/+1
* Comments added.Glen Mazza2004-04-061-1/+10
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-042-44/+74
* corrected line endings. changed ko option to kkvChris Bowditch2004-04-021-1/+1
* Applied Luca Furini's patch from bugzilla entry 28021.Chris Bowditch2004-04-021-2/+15
* PR:Glen Mazza2004-03-318-28/+66
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-191-158/+0
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-122-27/+19
* Fixed bug, masterName variable wasn't being set.Glen Mazza2004-03-091-4/+4
* Fix of leading-space problem in HEAD. (A single leading space of the firstGlen Mazza2004-03-072-4/+17
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-013-4/+21
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-27164-7852/+2604
* Some simplification of FOText object.Glen Mazza2004-02-272-10/+8
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-265-42/+75
* Made redundant by the expresion tree.Finn Bock2004-02-262-249/+0
* Support for percentages in property expression.Finn Bock2004-02-2619-525/+753
* Simplefy the huge merge loop and allow compilation with jdk1.3.Finn Bock2004-02-091-1137/+946
* Fix javadocs warnings caused by the recent moves of property classes andFinn Bock2004-02-048-9/+9
* Support for "margin" shorthands for margin-[left,right].Finn Bock2004-02-041-2/+2
* Add support for setting margin-[top,botton,left,right] by specifyingFinn Bock2004-02-041-1/+6
* Style fixes only.Jeremias Maerki2004-02-032-14/+18
* Re-enable toString() for the properties which wrap another object.Finn Bock2004-02-031-1/+5
* Support getObject(), used by Property.toString().Finn Bock2004-02-031-0/+7
* Phase 3 (last) of bug 26434.Finn Bock2004-02-0261-108/+935
* Removed unused import.Finn Bock2004-02-021-1/+0
* Phase 2 of bug 26434.Finn Bock2004-02-0227-626/+1696
* Move the handmade makers into package fop.fo.properties.Finn Bock2004-02-022-1/+7
* Phase 1 of 26434.Finn Bock2004-02-0227-740/+934