aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merged /xmlgraphics/fop/trunk:r1136000-1149493Simon Pepping2011-07-221-4/+4
|\
| * Fixed regression introduced by SVN rev 1088079:Jeremias Maerki2011-06-211-4/+4
* | Patch to revision 1136002 of branch Temp_ComplexScripts by Glenn Adams; see B...Simon Pepping2011-06-151-10/+41
* | Merged /xmlgraphics/fop/trunk:r1080139-1094916Simon Pepping2011-04-191-25/+26
|\|
| * Fixed regression introduced in rev. 1088079: also remove the element pointed ...Vincent Hennebert2011-04-051-1/+2
| * Minor code fixupsAndreas L. Delmelle2011-04-021-25/+25
* | merge from trunkSimon Pepping2011-02-111-45/+21
|\|
| * Fix checkstyle issuesAndreas L. Delmelle2011-02-061-1/+1
| * Minor fixupsAndreas L. Delmelle2011-02-061-44/+20
| * Decommission InlineStackingLM.StackingIter (+ minor fixups)Andreas L. Delmelle2011-02-051-1/+1
* | merged from trunkSimon Pepping2010-12-271-0/+5
|\|
| * Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-241-0/+5
* | Merged changes from trunkSimon Pepping2010-11-281-153/+86
|\|
| * Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-32/+48
| * Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or wh...Andreas L. Delmelle2010-11-251-16/+16
| * Minor fixups, cleanups; removal of some dead code and a misleading TODOAndreas L. Delmelle2010-11-251-108/+24
* | Merge from trunkSimon Pepping2010-11-191-38/+42
|\|
| * findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-171-0/+3
| * Re-ordered class membersVincent Hennebert2010-11-161-32/+31
| * Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-161-5/+7
* | Merging changes from trunk up to revision 1004917Simon Pepping2010-10-061-0/+1
|\|
| * Enable configuration of hyphenation pattern file namesSimon Pepping2010-10-021-0/+1
* | Merged changes from trunk up to revision 990588Simon Pepping2010-08-291-22/+17
|\|
| * Fixed indentationVincent Hennebert2010-08-271-2/+3
| * Removed unused methodsVincent Hennebert2010-08-271-10/+4
| * Fixed indentationVincent Hennebert2010-08-271-10/+10
* | Bugzilla #49687:Simon Pepping2010-08-191-2/+11
|/
* Bugzilla #49733:Jeremias Maerki2010-08-141-40/+67
* Minor refactoring and style fixups:Andreas L. Delmelle2010-06-191-121/+102
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-32/+29
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-3/+3
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-363/+195
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-156/+353
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-21/+38
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-353/+156
* Some cleanups and attempts at improving code-readability and -extensibility:Andreas L. Delmelle2009-07-011-1/+1
* 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