aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
...
* Removed the shorthand from genericBorder[Width|Style]. The shorthands areFinn Bock2004-09-071-2/+0
* Fix a src/dst mixup in System.arraycopy.Finn Bock2004-09-071-1/+1
* Return a more 'length' like debug string for numerics with dimension of 1.Finn Bock2004-09-071-1/+5
* Default for border-[before|after]-width.conditionality set to discard asFinn Bock2004-09-071-2/+2
* Support debug string values for enum properties.Finn Bock2004-09-071-176/+176
* Added support for a debug string value to enum properties.Finn Bock2004-09-071-4/+5
* Added ENUM_COUNT constant.Finn Bock2004-09-071-0/+1
* PR:Glen Mazza2004-09-062-3/+21
* PR:Glen Mazza2004-09-065-14/+10
* PR:Glen Mazza2004-09-063-71/+5
* Renamed FOInputHandler to somewhat more intuitive FOEventHandler.Glen Mazza2004-09-0631-79/+79
* PR:Glen Mazza2004-09-063-27/+16
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-15/+35
* PR:Glen Mazza2004-09-0514-215/+167
* 1.) Validation for fo:multi-toggle added.Glen Mazza2004-09-044-29/+30
* 1.) validateChildNode() implemented for fo:table-cell.Glen Mazza2004-09-048-172/+120
* 1.) Some flattening of the Region classes done, with the goal of movingGlen Mazza2004-08-3021-128/+157
* PR:Glen Mazza2004-08-299-14/+12
* Removed the redundant Region Class Codes in favor of the FO constantGlen Mazza2004-08-2910-56/+21
* PR:Glen Mazza2004-08-2910-38/+35
* Minor edits to adjustIPD() methods.Glen Mazza2004-08-292-10/+10
* Three more validateChildNodes() added.Glen Mazza2004-08-293-3/+118
* PR:Glen Mazza2004-08-273-75/+3
* PR:Glen Mazza2004-08-274-106/+56
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-1/+0
* 1. Implemented validateChildNode() for fo:simple-page-master. This may cause...Glen Mazza2004-08-2534-134/+204
* PR:Glen Mazza2004-08-238-58/+67
* Minor edits.Glen Mazza2004-08-221-2/+0
* 1.) validateChildNode() implemented for fo:multi-properties.Glen Mazza2004-08-219-17/+66
* 1.) validateChildNode() added for fo:marker.Glen Mazza2004-08-205-43/+56
* 1. Moved getNameId() from FObj to FONode.Glen Mazza2004-08-1817-158/+120
* 1.) fo:wrapper layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-164-34/+23
* 1. fo:leader layout initialization logic moved from AddLMVisitor toGlen Mazza2004-08-169-34/+63
* JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)Jeremias Maerki2004-08-151-4/+4
* 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitorGlen Mazza2004-08-143-41/+66
* 1. Character LM initialization moved from AllLMVisitor to fo.Character.Glen Mazza2004-08-133-29/+48
* Support for [letter|word]-spacing properties with a value of 'normal'.Finn Bock2004-08-134-8/+79
* 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f...Glen Mazza2004-08-134-212/+100
* 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-...Glen Mazza2004-08-115-73/+63
* 1. For maintenance and accuracy, centralized the setupID() functionalityGlen Mazza2004-08-1132-572/+119
* 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri...Glen Mazza2004-08-104-143/+78
* Created a BitSet indicating FO's that can contain fo:marker child elements,Glen Mazza2004-08-0818-127/+33
* Implemented getNameId() which returns the Constants enumeration IDGlen Mazza2004-08-0859-5/+413
* Moved fo:page-number layout code from AddLMVisitor to new PageNumberLayoutMan...Glen Mazza2004-08-081-53/+13
* 1. new FONode.invalidChildError method added that will takes a "ruleViolated...Glen Mazza2004-08-0714-150/+123
* PR:Glen Mazza2004-08-0614-73/+195
* PR:Glen Mazza2004-08-0631-128/+183
* More detaching from AddLMVisitor those FO's which don't/don't currentlyGlen Mazza2004-08-0429-189/+0
* PR:Glen Mazza2004-08-0417-120/+9
* PR:Glen Mazza2004-08-031-1/+4