aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* PR:Glen Mazza2004-03-318-28/+66
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-191-158/+0
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-122-27/+19
* Fixed bug, masterName variable wasn't being set.Glen Mazza2004-03-091-4/+4
* Fix of leading-space problem in HEAD. (A single leading space of the firstGlen Mazza2004-03-072-4/+17
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-013-4/+21
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-27164-7852/+2604
* Some simplification of FOText object.Glen Mazza2004-02-272-10/+8
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-265-42/+75
* Made redundant by the expresion tree.Finn Bock2004-02-262-249/+0
* Support for percentages in property expression.Finn Bock2004-02-2619-525/+753
* Simplefy the huge merge loop and allow compilation with jdk1.3.Finn Bock2004-02-091-1137/+946
* Fix javadocs warnings caused by the recent moves of property classes andFinn Bock2004-02-048-9/+9
* Support for "margin" shorthands for margin-[left,right].Finn Bock2004-02-041-2/+2
* Add support for setting margin-[top,botton,left,right] by specifyingFinn Bock2004-02-041-1/+6
* Style fixes only.Jeremias Maerki2004-02-032-14/+18
* Re-enable toString() for the properties which wrap another object.Finn Bock2004-02-031-1/+5
* Support getObject(), used by Property.toString().Finn Bock2004-02-031-0/+7
* Phase 3 (last) of bug 26434.Finn Bock2004-02-0261-108/+935
* Removed unused import.Finn Bock2004-02-021-1/+0
* Phase 2 of bug 26434.Finn Bock2004-02-0227-626/+1696
* Move the handmade makers into package fop.fo.properties.Finn Bock2004-02-022-1/+7
* Phase 1 of 26434.Finn Bock2004-02-0227-740/+934
* A hack to calculate the startIndent and endIndent based on either marginFinn Bock2004-01-291-4/+34
* Added getBPPaddingAndBorder() to return the border and padding length inFinn Bock2004-01-291-1/+12
* Fix a NPE when the last shorthand was not detected.Finn Bock2004-01-291-1/+1
* Fix missing shorthands.Finn Bock2004-01-252-2/+2
* Switching from passing the FOUserAgent for several of the imageGlen Mazza2004-01-251-1/+1
* Fix javadoc warnings caused by unknown @see targets.Finn Bock2004-01-242-5/+5
* Fix javadoc warnings.Finn Bock2004-01-236-10/+9
* Fix typo in comments.Finn Bock2004-01-221-2/+2
* Abandon codegenerated property makers and use bean-like makers instead.Finn Bock2004-01-2219-941/+3782
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-2011-11/+701
* Interfaces now in alphabetical order and detached from generic interfacesGlen Mazza2004-01-202-179/+225
* Bug 25873 (from Finn Bock): Minor code cleanup issues.Glen Mazza2004-01-171-3/+1
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-1719-40/+293
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-148-21/+18
* static boolean array inheritableProperty[] added, to reduce processing costsGlen Mazza2004-01-131-7/+10
* switch from Property.getPropName() to Property.getPropId(); comments added toGlen Mazza2004-01-102-4/+18
* added support for fo:footnotePeter Herweg2004-01-104-5/+83
* Bug 25810 (Patch by Finn Bock) -- Support for inherit attribute value.Glen Mazza2004-01-091-8/+12
* Bug 25990 (Patch by Finn Bock) errors in String->int conversions found.Glen Mazza2004-01-091-2/+2
* More String->int conversion.Glen Mazza2004-01-072-6/+9
* More String->int conversions.Glen Mazza2004-01-071-5/+5
* Last of string->int conversions (more structural improvements still can beGlen Mazza2004-01-072-8/+5
* Switch from strings->ints in Property.setSubprop() (from Finn Bock).Glen Mazza2004-01-051-3/+4
* COMPOUND_MASK/PROPERTY_MASK bug fixed in PropertyList.java (patch by Finn Bock).Glen Mazza2004-01-051-1/+1
* More String->Int Conversions.Glen Mazza2004-01-053-37/+29
* More String-->int conversions. Work primarily from Finn Bock's patch.Glen Mazza2004-01-054-22/+36
* More String->Int conversion; also removed member variable passing (namespace,Glen Mazza2004-01-041-79/+38