aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Added support for border-separation.block-progression-direction (only inline-...Jeremias Maerki2005-11-244-11/+39
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-213-6/+38
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-1411-127/+97
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-142-33/+67
* Disabled warning which are based on the containing reference area instead of ...Jeremias Maerki2005-11-131-0/+14
* Initial fix for examples/basic/leader.fo problemManuel Mall2005-11-131-0/+7
* Bugfix for handling of percentage width and height inside block-containers. F...Jeremias Maerki2005-11-131-23/+40
* Bugzilla #37468:Jeremias Maerki2005-11-111-3/+5
* Minor corrections for jdk 1.3.1 compatibilityManuel Mall2005-11-112-4/+4
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-1/+1
* Fix for bug #37415Andreas L. Delmelle2005-11-081-1/+1
* Fix for bug #37412: Jeremias Maerki2005-11-081-0/+3
* Fix for bug #37270:Jeremias Maerki2005-11-082-42/+88
* Fixed white space handling during refinement, added test cases, corrected err...Manuel Mall2005-11-032-2/+6
* Fix for bug 37306 - for text-align="start" ipd was incorrectly adjusted with ...Manuel Mall2005-10-311-3/+0
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-274-33/+55
* Fix for Bug #36403.Jeremias Maerki2005-10-271-4/+26
* Package documentation.Jeremias Maerki2005-10-274-0/+88
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-269-33/+24
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-254-5/+7
* Removed property values as discussed: http://marc.theaimsgroup.com/?t=1129854...Manuel Mall2005-10-241-58/+0
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-2435-536/+2714
* Inline block parents were not correctly positioned when border/padding got in...Manuel Mall2005-10-141-0/+7
* Fixing a ClassCastException due to the incorrect "pattern" of elements repres...Luca Furini2005-10-141-2/+8
* Output the difference, too.Jeremias Maerki2005-10-131-1/+1
* Fixed incorrect IPD for blocks nested in inlines and added IPD adjustment for...Manuel Mall2005-10-121-5/+8
* Color trait wasn't set on the text area for the "dots" leader pattern. This c...Jeremias Maerki2005-10-121-0/+1
* Take the case into account when another LM starts a block sequence.Simon Pepping2005-10-111-13/+31
* Removed unsuitable language from commentManuel Mall2005-10-101-1/+0
* Added support for leader with pattern "use-content" and recovered a previousl...Manuel Mall2005-10-105-15/+35
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-0725-932/+2192
* Fixing a bug reported by Jeremias affecting the handling of glue and penalty ...Luca Furini2005-10-062-7/+46
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-062-88/+75
* Changed some identifiersJoerg Pietschmann2005-10-062-60/+60
* Changed some identifiers. Removed obsolete field.Joerg Pietschmann2005-10-032-84/+78
* Correct handling of letter spaces, in combination with different text alignme...Luca Furini2005-09-272-72/+92
* Remove the AreaInfo objects representing trailing spaces, in order to prevent...Luca Furini2005-09-207-14/+109
* Correction of style violationsAndreas L. Delmelle2005-09-193-7/+6
* Implementation for initial values of the column-number propertyAndreas L. Delmelle2005-09-174-16/+19
* Implemented the wrap-option property.Luca Furini2005-09-164-24/+38
* Provide the TABLE_UNITS base value through the PrecentageBaseContext.Jeremias Maerki2005-09-161-6/+11
* An informative warning for the user if he doesn't supply enough table-column ...Jeremias Maerki2005-09-161-1/+18
* 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