aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Lengths evaluated through percentages evaluated to zero in side-regions.Jeremias Maerki2005-09-161-3/+9
* Bugfix for table_width.xml. Table width was not determined correctly when spe...Jeremias Maerki2005-09-151-8/+12
* Comments added; I hope they are clear, not too few and not too many ... other...Luca Furini2005-09-151-4/+28
* Documentation request for the getChangedKnuthElements() method. Very few of u...Jeremias Maerki2005-09-151-1/+3
* Correct handling of the combination of hyphenation and text-align = center, l...Luca Furini2005-09-141-11/+72
* Factorized the creation of the elements in TextLM: now both getNextKE() and g...Luca Furini2005-09-131-249/+184
* Removed TODO. No MT issues here.Jeremias Maerki2005-09-091-1/+1
* Fix compile error. Removed the user agent setting because it's not used and t...Jeremias Maerki2005-09-092-17/+1
* Fixed javadoc errors.Joerg Pietschmann2005-09-089-24/+31
* Removing trailing spaces at the end of text areas: this is done by storing th...Luca Furini2005-09-081-4/+4
* 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-054-18/+52
* Bugzilla #36487: Jeremias Maerki2005-09-053-323/+331
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-021-1/+1
* Cleanup of unused imports.Finn Bock2005-09-0112-17/+0
* Fix a compile conflict with BlockStackingLayoutManager.Finn Bock2005-08-311-1/+1
* Bugzilla #36379:Finn Bock2005-08-3133-439/+1267
* 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
* Made the warnings more verbose.Jeremias Maerki2005-08-291-3/+7
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-7/+10
* Set the background traits after the BPD and IPD are set.Jeremias Maerki2005-08-291-2/+2
* Set the background a little later, after the IPD is set. A block area grows a...Jeremias Maerki2005-08-291-2/+2
* A little more debug output.Jeremias Maerki2005-08-291-1/+2
* Added warning for non-standard fallbackAndreas L. Delmelle2005-08-281-0/+3
* Fix for bug 35940Luca Furini2005-08-251-5/+41
* Better error message.Jeremias Maerki2005-08-211-1/+2
* An attempt at helpful error output when the top/left/bottom/right properties ...Jeremias Maerki2005-08-211-4/+42
* Show and fix a bug where bottom/right positioning of block-containers didn't ...Jeremias Maerki2005-08-211-0/+1
* Bugfix for Bugzilla #36248 (and inline2.xml): Jeremias Maerki2005-08-204-14/+25
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-142-4/+4
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-1210-417/+756
* Fix for bug 36007.Luca Furini2005-08-041-0/+1
* Proper handling of the color property on page-number and page-number-citatition.Jeremias Maerki2005-08-032-9/+11
* Fix for table-body4.xml. Higher penalty values for breaks that would results ...Jeremias Maerki2005-08-021-0/+10
* Make it possible to keep block-container element lists apart from normal page...Jeremias Maerki2005-08-022-1/+17
* Padding was ignored by the table stepper. This fixes the newly modified table...Jeremias Maerki2005-08-021-0/+11
* Adjusting verticals spaces (coming from space-before and space-after properti...Luca Furini2005-08-028-61/+107
* Use a more direct notify mechanism for the formatting resultsSimon Pepping2005-07-311-0/+2
* Bugfix: Fixes table-cell7 where padding wasn't handled correctly while adding...Jeremias Maerki2005-07-281-2/+28
* Bugfix: Fixes table-cell7 where display-align was off when border and/or padd...Jeremias Maerki2005-07-281-4/+4
* Removed unused methodJeremias Maerki2005-07-281-18/+0
* Removing unused import.Finn Bock2005-07-284-10/+7
* Bugfix: scaling factor was calculated using an integer division, not a double...Jeremias Maerki2005-07-271-2/+2
* Changes for restoring JDK 1.3 compatibility. Jeremias Maerki2005-07-271-8/+8
* Various fixes for ID management. Jeremias Maerki2005-07-2610-4/+105
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-268-11/+23
* Bugfix for NPE when space-before and space-after are used.Jeremias Maerki2005-07-261-1/+2
* Bugzilla #35534 Jeremias Maerki2005-07-251-0/+12
* Bugzilla #35534 Jeremias Maerki2005-07-251-5/+12