aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #49687:Simon Pepping2010-08-191-0/+6
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-38/+19
* Deleted to much during last change.Jeremias Maerki2009-03-021-0/+1
* Fixed BPD trait and border painting for leaders with leader-pattern="space" (...Jeremias Maerki2009-03-011-5/+3
* Fixed the source for a division by zero when the content of an fo:leader with...Jeremias Maerki2008-08-141-10/+16
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-17/+17
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-4/+4
* Merged branchJeremias Maerki2008-04-141-8/+8
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-5/+0
* PropertyCache phase 2:Andreas L. Delmelle2007-09-211-1/+5
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-8/+8
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-111-0/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-221-2/+1
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-221-1/+2
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...Jeremias Maerki2005-11-241-0/+1
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-141-10/+34
* Initial fix for examples/basic/leader.fo problemManuel Mall2005-11-131-0/+7
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-271-1/+1
* Fixed various javadoc problems, fixed a deprecation warning, removed function...Manuel Mall2005-10-261-4/+4
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-251-1/+1
* Color trait wasn't set on the text area for the "dots" leader pattern. This c...Jeremias Maerki2005-10-121-0/+1
* Added support for leader with pattern "use-content" and recovered a previousl...Manuel Mall2005-10-101-4/+6
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-105/+67
* Fix compile error. Removed the user agent setting because it's not used and t...Jeremias Maerki2005-09-091-1/+0
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-13/+41
* Bugfix for Bugzilla #36248 (and inline2.xml): Jeremias Maerki2005-08-201-5/+8
* Various fixes for ID management. Jeremias Maerki2005-07-261-0/+2
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+332