aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Fix to get use-content option of fo:leader working again. leader.fo nowGlen Mazza2004-03-211-2/+3
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-2130-320/+290
* PR:Glen Mazza2004-03-189-25/+15
* Unneeded line of code removed.Glen Mazza2004-03-171-1/+0
* minor simplifications; removed redundant variables.Glen Mazza2004-03-171-41/+37
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-123-10/+21
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-012-41/+38
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2741-1934/+622
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-267-14/+58
* Set correct ipd/bpd of both the viewport and reference area.Finn Bock2004-02-101-11/+35
* Fixed the missing table header bug.Joerg Pietschmann2004-02-071-2/+2
* Support for text-indent.Finn Bock2004-02-051-1/+7
* Set the ipd and bpd on the region reference area based on the reldimsFinn Bock2004-02-041-4/+5
* Hardcoded start-indent to 24pt no longer needed because SPACE_START traitFinn Bock2004-01-291-4/+1
* Set the SPACE_START and SPACE_END traits and adjust the height to takeFinn Bock2004-01-292-5/+22
* Added addMargins() to set the SPACE_* traits.Finn Bock2004-01-291-0/+26
* Bug 25873 (from Finn Bock): Minor code cleanup issues.Glen Mazza2004-01-171-3/+3
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-176-17/+8
* Bug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.Glen Mazza2004-01-092-6/+9
* Bug 25808 (Patch by Finn Bock) -- NPE Fix to LineLayoutManager.Glen Mazza2004-01-021-0/+1
* Removed unnecessary semi-colon.Peter Bernard West2004-01-021-1/+1
* Bug #25813 (Patch by Finn Bock): Calculation change in setBlockTextInfo().Glen Mazza2003-12-301-1/+1
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-294-25/+26
* Removal of unnecessary local variable, patch by Andreas Delmille. (Bug 25786)Glen Mazza2003-12-291-2/+1
* Bug #25804: Fix of ClassCastException error occuring whileGlen Mazza2003-12-292-2/+2
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-281-5/+43
* Bug 25756 (Patch by Simon Pepping): Remove line BPs where line consistsGlen Mazza2003-12-271-1/+36
* Bug 25708 (Patch submitted by Simon Pepping) -- implementation of fo:wrapper ...Glen Mazza2003-12-261-2/+8
* Bug #25031 -- patch in calculation of line breakpoints, by Simon Pepping (spe...Glen Mazza2003-12-231-1/+12
* PR:Glen Mazza2003-12-221-1/+1
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-203-23/+21
* Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)Glen Mazza2003-12-151-1/+15
* Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.Glen Mazza2003-12-011-10/+20
* 1.) Chris Bowditch's patch on padding-start implemented. (Changes wereGlen Mazza2003-11-242-4/+7
* Partial implementation of space-after functionality--mostly working, butGlen Mazza2003-11-111-3/+12
* fo:block space-before property now activated only on the first Area.Block obj...Glen Mazza2003-11-112-4/+24
* A few more toString() implementations helpful for debugging spacingGlen Mazza2003-11-092-5/+30
* Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug....Glen Mazza2003-11-071-16/+18
* Clearer method names given for finding border and padding for regions.Glen Mazza2003-11-021-2/+3
* 1. PDF block background rendering properly offset to account for regionGlen Mazza2003-11-011-46/+4
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-012-35/+82
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-282-20/+20
* 1. TraitSetter modified to provide padding properties for regions.Glen Mazza2003-10-261-0/+20
* Patch by Finn Bock appliedGlen Mazza2003-10-161-1/+1
* fix signature problem in inner class for InlineStackingLayoutManager -- attem...William Victor Mote2003-10-121-2/+2
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-102-10/+9
* remove unused variableWilliam Victor Mote2003-10-071-1/+0
* move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t...William Victor Mote2003-10-061-2/+0
* 1. add an AreaTreeControl interfaceWilliam Victor Mote2003-10-061-1/+1
* move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to...William Victor Mote2003-10-061-41/+1