aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-106/+106
* Wrong line number reported in the case of a line overflow.Jeremias Maerki2008-06-171-2/+1
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-12/+12
* Integer keeps inside multi-line blocks and in between block-paragraphs.Jeremias Maerki2008-06-021-12/+19
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-11/+15
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-3/+6
* Merged branchJeremias Maerki2008-04-141-6/+8
* Need to clean up after myself.Jeremias Maerki2008-03-101-3/+0
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-6/+7
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-27/+0
* More informative overflow message (sometimes the overflow is just a few milli...Jeremias Maerki2007-11-131-17/+19
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-12/+18
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-19/+16
* Some cleanup and removal of unused methodsAndreas L. Delmelle2007-07-141-6/+2
* Completion of the previous two small patches: modified and corrected javadoc ...Andreas L. Delmelle2007-07-121-2/+1
* TODO-comment also removed...Andreas L. Delmelle2007-07-121-2/+0
* TODO removed: use LayoutContext's stackLimit instead of the availIPD parameterAndreas L. Delmelle2007-07-121-9/+9
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-4/+3
* Two Knuth boxes following each other should only be considered for an additio...Manuel Mall2007-01-141-1/+3
* Added support for line-height-shift-adjustment propertyManuel Mall2007-01-111-6/+9
* 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