aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed a compilation problem.Jeremias Maerki2006-10-071-3/+6
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Fixed various white space (non)removal issues during line building. white-spa...Manuel Mall2006-04-081-21/+32
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-5/+5
* Corrected expectation and behaviour for the text-indent property to only appl...Jeremias Maerki2006-03-241-6/+9
* Forgot a file when committing my changes for the user-supplied hyphenation pa...Jeremias Maerki2006-03-221-1/+3
* Fix for ArrayIndexOutOfBoundException in block_white-space_4.Jeremias Maerki2006-03-161-3/+9
* Further fine-tuning of white-space-handling during refinementAndreas L. Delmelle2006-02-011-53/+0
* My last change broke the test suite. Fix included. The start-indent should no...Jeremias Maerki2006-01-251-1/+3
* Bugfix: LineArea used a private field instead of the start-indent trait which...Jeremias Maerki2006-01-241-4/+4
* Block Knuth sequences in inline content are properly joined, takingSimon Pepping2005-12-301-1/+1
* Each block in inline content now appears in its own line area.Simon Pepping2005-12-281-202/+191
* Fix for bug 37743 and part of 38053Manuel Mall2005-12-281-1/+1
* 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-231-4/+16
* Add a letterspace in InlineKnuthSequenceSimon Pepping2005-12-221-34/+0
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-221-136/+110
* Another workaround/hack to deal with non breaking spaces. Also some minor adj...Manuel Mall2005-12-171-1/+1
* Bugzilla #37875:Jeremias Maerki2005-12-151-9/+9
* Don't hyphenate when wrap is set to "no-wrap".Jeremias Maerki2005-12-141-1/+5
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-6/+20
* 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-141-19/+18
* Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with ...Manuel Mall2005-10-311-3/+0
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-11/+17
* Fixing a ClassCastException due to the incorrect "pattern" of elements repres...Luca Furini2005-10-141-2/+8
* Take the case into account when another LM starts a block sequence.Simon Pepping2005-10-111-13/+31
* Added support for leader with pattern "use-content" and recovered a previousl...Manuel Mall2005-10-101-3/+5
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-101/+131
* 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-271-13/+12
* Remove the AreaInfo objects representing trailing spaces, in order to prevent...Luca Furini2005-09-201-14/+20
* Implemented the wrap-option property.Luca Furini2005-09-161-13/+19
* 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-051-5/+8
* Bugzilla #36379:Finn Bock2005-08-311-11/+29
* Fix for text-align2.xml (for real now). The alignment used to set up the elem...Jeremias Maerki2005-08-301-5/+11
* Fix for ClassCastException as shown in text-align2 (Reported by Lawrence Mich...Jeremias Maerki2005-08-301-3/+2
* Fix for bug 35940Luca Furini2005-08-251-5/+41
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-194/+414
* Fix for bug 36007.Luca Furini2005-08-041-0/+1
* Removing unused import.Finn Bock2005-07-281-1/+0
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+1517