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