aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Buzilla #35787 Jeremias Maerki2005-07-191-5/+10
* Renamed Item to Cell to TableCellLayoutManager.Jeremias Maerki2005-07-185-9/+9
* Renamed Item to ListItemContentLayoutManager.Jeremias Maerki2005-07-182-8/+8
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-1830-775/+139
* Shortcut work-around for i-f-o in static-content. I still need to estimate th...Jeremias Maerki2005-07-181-1/+1
* Fix for allowing empty table-cells (for relaxed validation). Jeremias Maerki2005-07-151-2/+3
* WrapperLayoutManagerMaker was used by RetrieveMarker. This caused a ClassCast...Jeremias Maerki2005-07-151-1/+15
* Bugzilla #35749: Jeremias Maerki2005-07-153-3/+62
* Bugfix: Proper handling of page break between normally broken parts and the p...Jeremias Maerki2005-07-111-1/+8
* Bugfix: Corrected the calculation of the full length of the section to be bro...Jeremias Maerki2005-07-111-4/+9
* Default break class should be EN_COLUMN or else there will be problems in mul...Jeremias Maerki2005-07-081-1/+1