| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378... | Jeremias Maerki | 2008-07-31 | 8 | -7/+46 |
* | Reverted revision 670341 and replaced it with a different solution as discussed: | Jeremias Maerki | 2008-07-28 | 7 | -31/+44 |
* | Fed up with all those trailing whitespaces. Let's remove them all (once... an... | Vincent Hennebert | 2008-07-24 | 220 | -1839/+1839 |
* | Undoing this change for now until a better fix can be found as it breaks 4 un... | Adrian Cumiskey | 2008-07-17 | 1 | -1/+1 |
* | ZapfDingbats and Symbol is not always available on the AFPRenderer so we can'... | Adrian Cumiskey | 2008-07-17 | 1 | -1/+1 |
* | Replace occurrences of File.toURL() by File.toURI().toURL() (recommended as o... | Andreas L. Delmelle | 2008-07-13 | 1 | -1/+1 |
* | Correct indentation | Andreas L. Delmelle | 2008-07-07 | 1 | -13/+13 |
* | Fixed ClassCastException when specifying column-number on something other tha... | Andreas L. Delmelle | 2008-07-05 | 1 | -49/+65 |
* | Cleanup/re-ordering, and addition of XSL 1.1 FO_ and PR_ constants | Andreas L. Delmelle | 2008-06-29 | 1 | -267/+349 |
* | Removed unnecessary override | Andreas L. Delmelle | 2008-06-28 | 1 | -5/+0 |
* | Fixed a possible NullPointerException: if the citation appears in a fo:marker... | Andreas L. Delmelle | 2008-06-26 | 1 | -3/+9 |
* | Another character handling problem, replaced end-start by length | Maximilian Berger | 2008-06-24 | 1 | -3/+3 |
* | Fix XMLObj.addCharacters(): incorrect after r670341 | Andreas L. Delmelle | 2008-06-23 | 1 | -1/+1 |
* | Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in... | Andreas L. Delmelle | 2008-06-22 | 4 | -284/+339 |
* | Partial fix of FOEventHandler call sequence (see also Bugzilla #45237): | Andreas L. Delmelle | 2008-06-22 | 11 | -62/+77 |
* | Very minor tweak: simplify conditional | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Correction: characters() expects a 'length' not an 'endIndex' | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Changed signature for static handleWhiteSpaceFor(), and used internally to ma... | Andreas L. Delmelle | 2008-06-22 | 2 | -9/+9 |
* | Changed FONode.addCharacters() signature to match the characters() event (use... | Andreas L. Delmelle | 2008-06-22 | 4 | -7/+6 |
* | Minor tweak: use XG Commons version of the interface | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Avoid StackOverflow on TableColumn.toString() during debugging. | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Minor javadoc correction | Andreas L. Delmelle | 2008-06-22 | 1 | -1/+1 |
* | Addition to r670217 | Andreas L. Delmelle | 2008-06-22 | 4 | -47/+34 |
* | Moved the contents of TableBody into a new abstract base class TablePart, whi... | Adrian Cumiskey | 2008-06-21 | 16 | -290/+327 |
* | Strict/loose validation of <fo:table-footer/> ordering somehow got lost in pr... | Adrian Cumiskey | 2008-06-20 | 1 | -1/+3 |
* | Separation of concerns: | Jeremias Maerki | 2008-06-19 | 10 | -108/+168 |
* | Simplifications and a Checkstyle fix. | Jeremias Maerki | 2008-06-19 | 3 | -8/+6 |
* | Replaced LinkedList with generic List interface | Maximilian Berger | 2008-06-09 | 1 | -3/+3 |
* | Bugzilla 45097: | Andreas L. Delmelle | 2008-05-31 | 1 | -53/+91 |
* | Implemented Font auto-selection word-by-word | Maximilian Berger | 2008-05-28 | 1 | -1/+1 |
* | Added event TableEventProducer.forceNextColumnNumber when | Simon Pepping | 2008-05-19 | 2 | -3/+17 |
* | Tweak: make sure the fo:flow's id is bound to the FObj | Andreas L. Delmelle | 2008-05-15 | 1 | -0/+1 |
* | Avoid error-message if the text-node is white-space only. | Andreas L. Delmelle | 2008-05-14 | 1 | -1/+2 |
* | Use absolute initial value instead of percentage (better for memory consumption) | Andreas L. Delmelle | 2008-05-13 | 1 | -17/+17 |
* | Undo r655765, which was causing NPEs in the layout-tests | Andreas L. Delmelle | 2008-05-13 | 3 | -57/+2 |
* | Javadoc fixups | Andreas L. Delmelle | 2008-05-13 | 1 | -7/+17 |
* | Alter auto-id naming to avoid confusion with URI fragment identifiers | Andreas L. Delmelle | 2008-05-13 | 1 | -1/+1 |
* | Added support for auto-generated initial value for the "id" property. | Andreas L. Delmelle | 2008-05-13 | 3 | -1/+60 |
* | Put the resolutions of collapsed borders together into the CollapsingBorderRe... | Vincent Hennebert | 2008-05-12 | 8 | -81/+63 |
* | Added missing file from r655500 | Andreas L. Delmelle | 2008-05-12 | 1 | -8/+5 |
* | Restore the previous behaviour of the column-number property, viz. if | Simon Pepping | 2008-05-12 | 1 | -1/+30 |
* | Avoid an error if unspecified... | Andreas L. Delmelle | 2008-05-12 | 1 | -2/+3 |
* | Tweak: avoid preloading the background-image with each pass through the const... | Andreas L. Delmelle | 2008-05-12 | 1 | -25/+34 |
* | Extended caching to CondLengthProperty CommonBorderPaddingBackground.BorderIn... | Andreas L. Delmelle | 2008-05-12 | 3 | -73/+339 |
* | The spec requires rounding, not truncating | Simon Pepping | 2008-05-11 | 1 | -1/+1 |
* | Make the LM clean up on end-of-layout, if possible. | Andreas L. Delmelle | 2008-05-11 | 1 | -1/+8 |
* | Support character-by-character font-selection strategy on fo:character element | Maximilian Berger | 2008-05-11 | 1 | -1/+1 |
* | Correction: set default to true... | Andreas L. Delmelle | 2008-05-10 | 1 | -3/+7 |
* | Tweaks: | Andreas L. Delmelle | 2008-05-10 | 2 | -199/+107 |
* | In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t... | Vincent Hennebert | 2008-05-08 | 3 | -93/+89 |