| Commit message (Expand) | Author | Age | Files | Lines |
* | I generalized several casts from KnuthElement to ListElement. This | Simon Pepping | 2005-12-27 | 1 | -6/+11 |
* | Changed use of the lineLayouts member to a local variable as much as | Simon Pepping | 2005-12-23 | 1 | -69/+90 |
* | Fixed problem with linefeed-treatment=preserve not being correctly handled fo... | Manuel Mall | 2005-12-23 | 2 | -5/+17 |
* | More work on preparing for the intermediate format. | Jeremias Maerki | 2005-12-22 | 5 | -12/+6 |
* | Add a letterspace in InlineKnuthSequence | Simon Pepping | 2005-12-22 | 1 | -34/+0 |
* | Modified the KnuthSequence system. Transferred logic from the layout | Simon Pepping | 2005-12-22 | 8 | -253/+157 |
* | Another workaround/hack to deal with non breaking spaces. Also some minor adj... | Manuel Mall | 2005-12-17 | 2 | -2/+2 |
* | Bugzilla #37875: | Jeremias Maerki | 2005-12-15 | 1 | -9/+9 |
* | Fixed a problem where a block containing only a nbsp was not rendered at all | Manuel Mall | 2005-12-15 | 1 | -0/+10 |
* | Don't hyphenate when wrap is set to "no-wrap". | Jeremias Maerki | 2005-12-14 | 1 | -1/+5 |
* | Bugfix: addAnchor didn't find the anchor for empty inline elements in a footn... | Jeremias Maerki | 2005-12-14 | 1 | -3/+19 |
* | Bugzilla #37880: | Jeremias Maerki | 2005-12-13 | 2 | -3/+7 |
* | New method: FONode.decorateWithContextInfo() adds context information to an e... | Jeremias Maerki | 2005-12-13 | 1 | -6/+20 |
* | Bugzilla #37815: | Jeremias Maerki | 2005-12-07 | 1 | -2/+2 |
* | Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing ima... | Jeremias Maerki | 2005-11-29 | 1 | -13/+24 |
* | Improvements for leader painting in PDF. "dots" are actually dots now, nicer ... | Jeremias Maerki | 2005-11-24 | 1 | -0/+1 |
* | Implementation of hyphenation-ladder-count. | Luca Furini | 2005-11-21 | 1 | -4/+7 |
* | Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils.... | Jeremias Maerki | 2005-11-14 | 2 | -20/+20 |
* | Correct a few more problems related to leaders: text-align was not handled co... | Manuel Mall | 2005-11-14 | 2 | -33/+67 |
* | Initial fix for examples/basic/leader.fo problem | Manuel Mall | 2005-11-13 | 1 | -0/+7 |
* | Made the FO tree a little more consistent by renaming getName() to getLocalNa... | Jeremias Maerki | 2005-11-11 | 1 | -1/+1 |
* | Fixed white space handling during refinement, added test cases, corrected err... | Manuel Mall | 2005-11-03 | 1 | -1/+1 |
* | Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with ... | Manuel Mall | 2005-10-31 | 1 | -3/+0 |
* | Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue... | Luca Furini | 2005-10-27 | 4 | -33/+55 |
* | Package documentation. | Jeremias Maerki | 2005-10-27 | 1 | -0/+22 |
* | Fixed various javadoc problems, fixed a deprecation warning, removed function... | Manuel Mall | 2005-10-26 | 8 | -31/+22 |
* | Fix for bug 36238 (at least in the PDFRenderer) | Luca Furini | 2005-10-25 | 4 | -5/+7 |
* | Removed property values as discussed: http://marc.theaimsgroup.com/?t=1129854... | Manuel Mall | 2005-10-24 | 1 | -58/+0 |
* | Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988). | Jeremias Maerki | 2005-10-24 | 1 | -11/+17 |
* | Inline block parents were not correctly positioned when border/padding got in... | Manuel Mall | 2005-10-14 | 1 | -0/+7 |
* | Fixing a ClassCastException due to the incorrect "pattern" of elements repres... | Luca Furini | 2005-10-14 | 1 | -2/+8 |
* | Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for... | Manuel Mall | 2005-10-12 | 1 | -5/+8 |
* | Color trait wasn't set on the text area for the "dots" leader pattern. This c... | Jeremias Maerki | 2005-10-12 | 1 | -0/+1 |
* | Take the case into account when another LM starts a block sequence. | Simon Pepping | 2005-10-11 | 1 | -13/+31 |
* | Removed unsuitable language from comment | Manuel Mall | 2005-10-10 | 1 | -1/+0 |
* | Added support for leader with pattern "use-content" and recovered a previousl... | Manuel Mall | 2005-10-10 | 5 | -15/+35 |
* | Update to support border and padding and alignments on inline fos | Manuel Mall | 2005-10-07 | 17 | -810/+1984 |
* | Cosmetic changes to identifiers, comments and other stylistic corrections. | Joerg Pietschmann | 2005-10-06 | 1 | -59/+47 |
* | Changed some identifiers. Removed obsolete field. | Joerg Pietschmann | 2005-10-03 | 1 | -39/+34 |
* | Correct handling of letter spaces, in combination with different text alignme... | Luca Furini | 2005-09-27 | 2 | -72/+92 |
* | Remove the AreaInfo objects representing trailing spaces, in order to prevent... | Luca Furini | 2005-09-20 | 7 | -14/+109 |
* | Implemented the wrap-option property. | Luca Furini | 2005-09-16 | 1 | -13/+19 |
* | Correct handling of the combination of hyphenation and text-align = center, l... | Luca Furini | 2005-09-14 | 1 | -11/+72 |
* | Factorized the creation of the elements in TextLM: now both getNextKE() and g... | Luca Furini | 2005-09-13 | 1 | -249/+184 |
* | Fix compile error. Removed the user agent setting because it's not used and t... | Jeremias Maerki | 2005-09-09 | 2 | -17/+1 |
* | Fixed javadoc errors. | Joerg Pietschmann | 2005-09-08 | 4 | -18/+26 |
* | Removing trailing spaces at the end of text areas: this is done by storing th... | Luca Furini | 2005-09-08 | 1 | -4/+4 |
* | Using the fo property last-line-end-indent instead of a hard coded value. | Luca Furini | 2005-09-07 | 1 | -13/+20 |
* | Re-adjusting lines after a page-number or a page-number-citation is resolved. | Luca Furini | 2005-09-05 | 4 | -18/+52 |
* | Bugzilla #36487:
| Jeremias Maerki | 2005-09-05 | 3 | -323/+331 |