| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed the shorthand from genericBorder[Width|Style]. The shorthands are | Finn Bock | 2004-09-07 | 1 | -2/+0 |
* | Fix a src/dst mixup in System.arraycopy. | Finn Bock | 2004-09-07 | 1 | -1/+1 |
* | Return a more 'length' like debug string for numerics with dimension of 1. | Finn Bock | 2004-09-07 | 1 | -1/+5 |
* | Default for border-[before|after]-width.conditionality set to discard as | Finn Bock | 2004-09-07 | 1 | -2/+2 |
* | Support debug string values for enum properties. | Finn Bock | 2004-09-07 | 1 | -176/+176 |
* | Added support for a debug string value to enum properties. | Finn Bock | 2004-09-07 | 1 | -4/+5 |
* | Added ENUM_COUNT constant. | Finn Bock | 2004-09-07 | 1 | -0/+1 |
* | PR: | Glen Mazza | 2004-09-06 | 2 | -3/+21 |
* | PR: | Glen Mazza | 2004-09-06 | 5 | -14/+10 |
* | PR: | Glen Mazza | 2004-09-06 | 3 | -71/+5 |
* | Renamed FOInputHandler to somewhat more intuitive FOEventHandler. | Glen Mazza | 2004-09-06 | 31 | -79/+79 |
* | PR: | Glen Mazza | 2004-09-06 | 3 | -27/+16 |
* | New line breaking algorithm, patch 29124, submitted by Luca | Simon Pepping | 2004-09-05 | 1 | -15/+35 |
* | PR: | Glen Mazza | 2004-09-05 | 14 | -215/+167 |
* | 1.) Validation for fo:multi-toggle added. | Glen Mazza | 2004-09-04 | 4 | -29/+30 |
* | 1.) validateChildNode() implemented for fo:table-cell. | Glen Mazza | 2004-09-04 | 8 | -172/+120 |
* | 1.) Some flattening of the Region classes done, with the goal of moving | Glen Mazza | 2004-08-30 | 21 | -128/+157 |
* | PR: | Glen Mazza | 2004-08-29 | 9 | -14/+12 |
* | Removed the redundant Region Class Codes in favor of the FO constant | Glen Mazza | 2004-08-29 | 10 | -56/+21 |
* | PR: | Glen Mazza | 2004-08-29 | 10 | -38/+35 |
* | Minor edits to adjustIPD() methods. | Glen Mazza | 2004-08-29 | 2 | -10/+10 |
* | Three more validateChildNodes() added. | Glen Mazza | 2004-08-29 | 3 | -3/+118 |
* | PR: | Glen Mazza | 2004-08-27 | 3 | -75/+3 |
* | PR: | Glen Mazza | 2004-08-27 | 4 | -106/+56 |
* | Moved some functionality from LMiter to the LayoutManagers. The LMs | Simon Pepping | 2004-08-26 | 1 | -1/+0 |
* | 1. Implemented validateChildNode() for fo:simple-page-master. This may cause... | Glen Mazza | 2004-08-25 | 34 | -134/+204 |
* | PR: | Glen Mazza | 2004-08-23 | 8 | -58/+67 |
* | Minor edits. | Glen Mazza | 2004-08-22 | 1 | -2/+0 |
* | 1.) validateChildNode() implemented for fo:multi-properties. | Glen Mazza | 2004-08-21 | 9 | -17/+66 |
* | 1.) validateChildNode() added for fo:marker. | Glen Mazza | 2004-08-20 | 5 | -43/+56 |
* | 1. Moved getNameId() from FObj to FONode. | Glen Mazza | 2004-08-18 | 17 | -158/+120 |
* | 1.) fo:wrapper layout initialization logic moved from AddLMVisitor to | Glen Mazza | 2004-08-16 | 4 | -34/+23 |
* | 1. fo:leader layout initialization logic moved from AddLMVisitor to | Glen Mazza | 2004-08-16 | 9 | -34/+63 |
* | JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet) | Jeremias Maerki | 2004-08-15 | 1 | -4/+4 |
* | 1.) fo:Instream-Foreign-Object initialization logic moved from AddLMVisitor | Glen Mazza | 2004-08-14 | 3 | -41/+66 |
* | 1. Character LM initialization moved from AllLMVisitor to fo.Character. | Glen Mazza | 2004-08-13 | 3 | -29/+48 |
* | Support for [letter|word]-spacing properties with a value of 'normal'. | Finn Bock | 2004-08-13 | 4 | -8/+79 |
* | 1.) Layout initialization logic for fo:table, fo:table-header, and fo:table-f... | Glen Mazza | 2004-08-13 | 4 | -212/+100 |
* | 1.) LM initialization logic for fo:table-body, fo:table-footer, and fo:table-... | Glen Mazza | 2004-08-11 | 5 | -73/+63 |
* | 1. For maintenance and accuracy, centralized the setupID() functionality | Glen Mazza | 2004-08-11 | 32 | -572/+119 |
* | 1.) fo:retrieve marker layout initialization moved from AddLMVisitor to Retri... | Glen Mazza | 2004-08-10 | 4 | -143/+78 |
* | Created a BitSet indicating FO's that can contain fo:marker child elements, | Glen Mazza | 2004-08-08 | 18 | -127/+33 |
* | Implemented getNameId() which returns the Constants enumeration ID | Glen Mazza | 2004-08-08 | 59 | -5/+413 |
* | Moved fo:page-number layout code from AddLMVisitor to new PageNumberLayoutMan... | Glen Mazza | 2004-08-08 | 1 | -53/+13 |
* | 1. new FONode.invalidChildError method added that will takes a "ruleViolated... | Glen Mazza | 2004-08-07 | 14 | -150/+123 |
* | PR: | Glen Mazza | 2004-08-06 | 14 | -73/+195 |
* | PR: | Glen Mazza | 2004-08-06 | 31 | -128/+183 |
* | More detaching from AddLMVisitor those FO's which don't/don't currently | Glen Mazza | 2004-08-04 | 29 | -189/+0 |
* | PR: | Glen Mazza | 2004-08-04 | 17 | -120/+9 |
* | PR: | Glen Mazza | 2004-08-03 | 1 | -1/+4 |