aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-24105-1665/+1665
* Minor optimization.Adrian Cumiskey2008-07-231-2/+2
* A minor optimization.Adrian Cumiskey2008-07-171-2/+6
* Fixing absolute positioning of block-containers: bottom and right distances w...Luca Furini2008-07-071-0/+9
* Fix imports...Andreas L. Delmelle2008-06-231-3/+5
* Javadoc fixupAndreas L. Delmelle2008-06-231-1/+0
* Minor cleanup: remove redundant castAndreas L. Delmelle2008-06-231-1/+1
* Minor cleanup: remove redundant castAndreas L. Delmelle2008-06-231-7/+6
* Minor cleanup: remove double storage of the FObjAndreas L. Delmelle2008-06-231-9/+4
* Minor cleanup: remove unused parameter from method signatureAndreas L. Delmelle2008-06-231-2/+2
* Switch FOText to use a java.nio.CharBuffer, and implement the CharSequence in...Andreas L. Delmelle2008-06-222-62/+66
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-215-20/+23
* Wrong line number reported in the case of a line overflow.Jeremias Maerki2008-06-171-2/+1
* Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getL...Luca Furini2008-06-161-4/+4
* removed double storage of 'fobj'Maximilian Berger2008-06-143-38/+20
* minor spelling & checkstyle fixesMaximilian Berger2008-06-141-17/+17
* minor spelling fixesMaximilian Berger2008-06-141-2/+2
* minor spelling fixesMaximilian Berger2008-06-141-2/+2
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-108-65/+73
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-0929-181/+192
* Merged revisions 636407-637074,637076-637118,637120-637790,637792-637856,6378...Jeremias Maerki2008-06-093-23/+47
* Minor cleanup: remove unneeded constantAndreas L. Delmelle2008-06-071-2/+0
* Extended behavior of preserved linefeeds to codepoints representing mandatory...Andreas L. Delmelle2008-06-071-8/+11
* Restored lost overflow warning in static-content.Jeremias Maerki2008-06-051-0/+6
* Minor cleanup: remove spurious white-spaceAndreas L. Delmelle2008-06-041-8/+4
* Integer keeps inside multi-line blocks and in between block-paragraphs.Jeremias Maerki2008-06-021-12/+19
* More code Cleanups (no functional changes)Maximilian Berger2008-06-011-326/+237
* Code Cleanups (no functional change)Maximilian Berger2008-05-311-442/+470
* Implemented Font auto-selection word-by-wordMaximilian Berger2008-05-282-80/+78
* Bugzilla 37579: added support for footnotes in lists and table bodies (not he...Vincent Hennebert2008-05-283-6/+60
* Replaced hack in TableStepper to get the steps' penalty values with a more pr...Vincent Hennebert2008-05-122-11/+16
* Avoid creation of unnecessary dummy areas.Andreas L. Delmelle2008-05-111-6/+1
* Make the LM clean up on end-of-layout, if possible.Andreas L. Delmelle2008-05-111-10/+29
* Support character-by-character font-selection strategy on fo:character elementMaximilian Berger2008-05-111-5/+29
* Bugzilla 44794:Andreas L. Delmelle2008-05-096-8/+25
* Checkstyle and minor typo fixesVincent Hennebert2008-05-091-18/+18
* Bugzilla 41500:Andreas L. Delmelle2008-05-073-5/+34
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-061-1/+3
* Correction of indentationAndreas L. Delmelle2008-05-051-60/+54
* Further refinements:Andreas L. Delmelle2008-05-041-98/+89
* Change private element-generating methods to add the elements to a passed Lis...Andreas L. Delmelle2008-05-041-155/+147
* Fix that preserves the final status of the fobj member variable.Adrian Cumiskey2008-05-032-3/+2
* Fixed the build. Assignment on final variable fobj.Adrian Cumiskey2008-05-031-1/+1
* Tweaks: make fobj member final; have default implementations for some methods...Andreas L. Delmelle2008-05-031-31/+20
* Cleanup: improve code-readibilityAndreas L. Delmelle2008-05-031-444/+320
* First steps towards fo:retrieve-table-markerAndreas L. Delmelle2008-05-011-16/+3
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-268-24/+31
* Bugzilla 44634: Added partial implementation for show-destination.Andreas L. Delmelle2008-04-252-12/+13
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-2522-257/+396
* Improve table-unit computation if proportional-column-width() is usedSimon Pepping2008-04-241-1/+4