| Commit message (Expand) | Author | Age | Files | Lines |
* | 1. Child element validity checking added for fo:page-sequence-master. | Glen Mazza | 2004-06-17 | 4 | -10/+49 |
* | 1. Valid node checking for LayoutMasterSet done. | Glen Mazza | 2004-06-16 | 22 | -58/+129 |
* | 1.) Check for fo:color-profile made to ensure no child elements during proces... | Glen Mazza | 2004-06-16 | 28 | -87/+123 |
* | 1.) Added restriction to fo:declarations that fo:color-profile is the only XS... | Glen Mazza | 2004-06-15 | 30 | -146/+101 |
* | Standardized error messages, brought fox:bookmarks under parent fo:root. | Glen Mazza | 2004-06-15 | 11 | -50/+117 |
* | 1.) App now returns an error if no page-sequence declared within fo:root. | Glen Mazza | 2004-06-13 | 4 | -25/+65 |
* | Moved AddLMVisitor accessors into FOTreeHandler. | Glen Mazza | 2004-06-13 | 1 | -1/+27 |
* | Created a validateChildNode() in FONode for better syntax checking in the | Glen Mazza | 2004-06-12 | 63 | -21/+259 |
* | More solid checking to ensure first node encountered is an fo:root FO. | Glen Mazza | 2004-06-12 | 2 | -7/+9 |
* | Consolidated formatPageSequence() into FOTreeHandler. | Glen Mazza | 2004-06-11 | 6 | -183/+119 |
* | Better error-handling messages added for incorrect LayoutMasterSets. | Glen Mazza | 2004-06-08 | 2 | -2/+10 |
* | Solve a few problems concerning hyphenation: | Simon Pepping | 2004-05-29 | 2 | -2/+5 |
* | Removed getPropertyList() method from PropertyManager, as that method | Glen Mazza | 2004-05-26 | 1 | -8/+0 |
* | Reverted part of yesterday's work to make FObj simpler, added more commenting... | Glen Mazza | 2004-05-23 | 4 | -114/+62 |
* | PR: | Glen Mazza | 2004-05-22 | 8 | -41/+87 |
* | Switched from handleAttrs() to more intuitive processNode() and (for FO names... | Glen Mazza | 2004-05-22 | 36 | -318/+254 |
* | Spelled out FO element maker classes in order to make its toString() | Glen Mazza | 2004-05-19 | 2 | -112/+120 |
* | PR: | Glen Mazza | 2004-05-15 | 1 | -4/+4 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 2 | -2/+8 |
* | String->int conversion and a few other simplifications to fo.Region* classes. | Glen Mazza | 2004-05-09 | 11 | -83/+33 |
* | For area.Blocks created in BlockLayoutManager.getParentArea(), I set the | Glen Mazza | 2004-04-25 | 1 | -4/+7 |
* | PR: | Glen Mazza | 2004-04-22 | 3 | -38/+11 |
* | Apparent off-by-one error fixed for initial-page-number property: | Glen Mazza | 2004-04-18 | 1 | -1/+1 |
* | Comments added. | Glen Mazza | 2004-04-06 | 1 | -1/+10 |
* | Another attempt at fixing the space removal issue. This method | Glen Mazza | 2004-04-04 | 2 | -44/+74 |
* | corrected line endings. changed ko option to kkv | Chris Bowditch | 2004-04-02 | 1 | -1/+1 |
* | Applied Luca Furini's patch from bugzilla entry 28021. | Chris Bowditch | 2004-04-02 | 1 | -2/+15 |
* | PR: | Glen Mazza | 2004-03-31 | 8 | -28/+66 |
* | Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.) | Glen Mazza | 2004-03-19 | 1 | -158/+0 |
* | Simplifications to FOText whitespace removal; fewer arraycopies performed. | Glen Mazza | 2004-03-12 | 2 | -27/+19 |
* | Fixed bug, masterName variable wasn't being set. | Glen Mazza | 2004-03-09 | 1 | -4/+4 |
* | Fix of leading-space problem in HEAD. (A single leading space of the first | Glen Mazza | 2004-03-07 | 2 | -4/+17 |
* | 1.) Modified TextLayoutManager to take an additional length | Glen Mazza | 2004-03-01 | 3 | -4/+21 |
* | Applied Apache License Version 2.0 by following the instructions at http://ww... | Jeremias Maerki | 2004-02-27 | 164 | -7852/+2604 |
* | Some simplification of FOText object. | Glen Mazza | 2004-02-27 | 2 | -10/+8 |
* | Use the new property expressions. Clients must use Length when retrieving | Finn Bock | 2004-02-26 | 5 | -42/+75 |
* | Made redundant by the expresion tree. | Finn Bock | 2004-02-26 | 2 | -249/+0 |
* | Support for percentages in property expression. | Finn Bock | 2004-02-26 | 19 | -525/+753 |
* | Simplefy the huge merge loop and allow compilation with jdk1.3. | Finn Bock | 2004-02-09 | 1 | -1137/+946 |
* | Fix javadocs warnings caused by the recent moves of property classes and | Finn Bock | 2004-02-04 | 8 | -9/+9 |
* | Support for "margin" shorthands for margin-[left,right]. | Finn Bock | 2004-02-04 | 1 | -2/+2 |
* | Add support for setting margin-[top,botton,left,right] by specifying | Finn Bock | 2004-02-04 | 1 | -1/+6 |
* | Style fixes only. | Jeremias Maerki | 2004-02-03 | 2 | -14/+18 |
* | Re-enable toString() for the properties which wrap another object. | Finn Bock | 2004-02-03 | 1 | -1/+5 |
* | Support getObject(), used by Property.toString(). | Finn Bock | 2004-02-03 | 1 | -0/+7 |
* | Phase 3 (last) of bug 26434. | Finn Bock | 2004-02-02 | 61 | -108/+935 |
* | Removed unused import. | Finn Bock | 2004-02-02 | 1 | -1/+0 |
* | Phase 2 of bug 26434. | Finn Bock | 2004-02-02 | 27 | -626/+1696 |
* | Move the handmade makers into package fop.fo.properties. | Finn Bock | 2004-02-02 | 2 | -1/+7 |
* | Phase 1 of 26434. | Finn Bock | 2004-02-02 | 27 | -740/+934 |