aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline
Commit message (Expand)AuthorAgeFilesLines
* New method: FONode.decorateWithContextInfo() adds context information to an e...Jeremias Maerki2005-12-131-6/+20
* Bugzilla #37815:Jeremias Maerki2005-12-071-2/+2
* Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing ima...Jeremias Maerki2005-11-291-13/+24
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...Jeremias Maerki2005-11-241-0/+1
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-211-4/+7
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-142-20/+20
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-142-33/+67
* Initial fix for examples/basic/leader.fo problemManuel Mall2005-11-131-0/+7
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-1/+1
* Fixed white space handling during refinement, added test cases, corrected err...Manuel Mall2005-11-031-1/+1
* 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
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-268-31/+22
* 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-241-11/+17
* 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
* 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-0717-810/+1984
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-061-59/+47
* Changed some identifiers. Removed obsolete field.Joerg Pietschmann2005-10-031-39/+34
* 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
* Implemented the wrap-option property.Luca Furini2005-09-161-13/+19
* 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
* 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-084-18/+26
* 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-014-5/+0
* Bugzilla #36379:Finn Bock2005-08-3113-149/+344
* 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
* Fix for bug 35940Luca Furini2005-08-251-5/+41
* Bugfix for Bugzilla #36248 (and inline2.xml): Jeremias Maerki2005-08-204-14/+25
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-126-415/+715
* 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
* Removing unused import.Finn Bock2005-07-282-2/+0
* Bugfix: scaling factor was calculated using an integer division, not a double...Jeremias Maerki2005-07-271-2/+2