aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 50965: Fix regression in BlockContainerLayoutManager where margins w...Andreas L. Delmelle2011-03-261-0/+3
* Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such...Vincent Hennebert2011-03-242-4/+16
* Bugfix: keep-together does not apply to fo:table-cellVincent Hennebert2011-03-221-6/+2
* Bugfix: keep-together on a table containing row-spanning cells was not honoredVincent Hennebert2011-03-211-3/+1
* Renamed Viewport into InlineViewportVincent Hennebert2011-03-152-6/+6
* Bugzilla #50196: padding-start ignored when table-header/footer is repeated.Vincent Hennebert2011-03-091-12/+20
* b49835Andreas L. Delmelle2011-03-072-1/+15
* Better way to eliminate FindBugs warning?Andreas L. Delmelle2011-02-211-0/+1
* Use chained append() rather than string concatenation (better practice)Andreas L. Delmelle2011-02-181-5/+5
* Reverted changes accidentally made to toString in rev. 1071048Vincent Hennebert2011-02-161-5/+5
* Checkstyle fixAndreas L. Delmelle2011-02-151-6/+6
* Fix incorrect type safetyAndreas L. Delmelle2011-02-111-2/+3
* Fixups, type safety...Andreas L. Delmelle2011-02-111-82/+66
* Minor fixupsAndreas L. Delmelle2011-02-112-21/+10
* A few minor nits...Andreas L. Delmelle2011-02-111-12/+8
* Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same me...Andreas L. Delmelle2011-02-103-42/+31
* Clean-ups, simplifications and improvements of AlignmentContext and ScaledBas...Vincent Hennebert2011-02-104-395/+243
* Further attempts at improving code readability, reduce some more duplication,...Andreas L. Delmelle2011-02-094-121/+203
* Further reduction of code duplication in/between getNextKnuthElements()Andreas L. Delmelle2011-02-082-125/+95
* Elimination of code duplication in getNextKnuthElements()Andreas L. Delmelle2011-02-081-82/+41
* Make URI extraction consistent with fo:external-graphic's src + remove unnece...Andreas L. Delmelle2011-02-061-2/+1
* Code fixups, type safety, etc.Andreas L. Delmelle2011-02-061-47/+57
* Minor nitsAndreas L. Delmelle2011-02-061-2/+2
* Move CSOK suppresion comments; apparently @Override causes these to be ignore...Andreas L. Delmelle2011-02-063-6/+6
* More fixups: eliminate stray hungarians + added TODO for parameter removalAndreas L. Delmelle2011-02-061-36/+37
* Eliminate unnecessary boxing (possible after r1062901)Andreas L. Delmelle2011-02-061-17/+16
* Fix checkstyle issuesAndreas L. Delmelle2011-02-062-2/+3
* Fixups + necessary changes after r1067689Andreas L. Delmelle2011-02-061-10/+16
* Got a bit ahead of myself, again...Andreas L. Delmelle2011-02-061-1/+1
* Fixups, type safety...Andreas L. Delmelle2011-02-061-41/+30
* Code fixupsAndreas L. Delmelle2011-02-061-19/+20
* Revert previous commit; wrong class...Andreas L. Delmelle2011-02-061-34/+3
* Code fixupsAndreas L. Delmelle2011-02-061-3/+34
* Minor fixupsAndreas L. Delmelle2011-02-061-44/+20
* Commit missing file from r1067670Andreas L. Delmelle2011-02-061-1/+1
* Decommission BlockStackingLM.StackingIterAndreas L. Delmelle2011-02-063-31/+3
* Minor fixup: extract condition into local variableAndreas L. Delmelle2011-02-061-2/+3
* Code cleanup:Andreas L. Delmelle2011-02-061-422/+137
* Code cleanup: reduce some code duplication in getNextKnuthElements() variants...Andreas L. Delmelle2011-02-061-86/+85
* Code cleanup (minor)Andreas L. Delmelle2011-02-061-8/+10
* Further cleanup: reduce some code duplication in BlockStackingLM's getNextKnu...Andreas L. Delmelle2011-02-062-165/+51
* Restored part that would otherwise cause a StackOverflowError...Andreas L. Delmelle2011-02-061-1/+3
* Code cleanupAndreas L. Delmelle2011-02-061-140/+46
* Add type safety to LMiterAndreas L. Delmelle2011-02-061-7/+7
* Code cleanupAndreas L. Delmelle2011-02-051-586/+109
* Decommission InlineStackingLM.StackingIter (+ minor fixups)Andreas L. Delmelle2011-02-054-67/+40
* Decommission private PositionIterator subclasses in list package (+ minor fix...Andreas L. Delmelle2011-02-052-35/+15
* Decommission AreaAdditionUtil.StackingIter + minor fixupsAndreas L. Delmelle2011-02-051-21/+11
* Refactoring PositionIterator Step 1: make the class instantiable, provide def...Andreas L. Delmelle2011-02-052-9/+24
* Add type safety to PositionIterator + attempt at javadoc improvementAndreas L. Delmelle2011-02-012-18/+28