aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add font-variant property, change constructor.eschaeffer2001-01-251-3/+0
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193988 13f79535-47bb-0310-9956-ffa450edef68
* Modified to support new FontState class.eschaeffer2001-01-252-2708/+2711
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193987 13f79535-47bb-0310-9956-ffa450edef68
* Added small-caps support in all fo.eschaeffer2001-01-2517-2629/+2703
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193986 13f79535-47bb-0310-9956-ffa450edef68
* fixes a problem where the start of a list dissapearedKeiron Liddle2001-01-251-0/+3
| | | | | | | | | if a page break was between items it was incorrectly return AREA_FULL_NONE when some list items were already present git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193984 13f79535-47bb-0310-9956-ffa450edef68
* put back coloursKeiron Liddle2001-01-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193983 13f79535-47bb-0310-9956-ffa450edef68
* fixes a npe problem with setting up id references in footnote body childKeiron Liddle2001-01-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193982 13f79535-47bb-0310-9956-ffa450edef68
* fixed import statementKeiron Liddle2001-01-241-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193981 13f79535-47bb-0310-9956-ffa450edef68
* moved inline objects to the layout.inline packageKeiron Liddle2001-01-246-21/+131
| | | | | | | added WordArea as an inline object to represent a word git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193980 13f79535-47bb-0310-9956-ffa450edef68
* changed inline references to layout.inlineKeiron Liddle2001-01-248-18/+23
| | | | | | | also renderers now render a word area git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193979 13f79535-47bb-0310-9956-ffa450edef68
* add small-caps support.eschaeffer2001-01-234-919/+998
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193977 13f79535-47bb-0310-9956-ffa450edef68
* Add small-caps support.eschaeffer2001-01-231-1159/+1169
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193976 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug reported by Cliff Harrison regarding order of static contents andKelly Campbell2001-01-191-1/+2
| | | | | | | fo:flow object. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193975 13f79535-47bb-0310-9956-ffa450edef68
* Changed XObject to use the stream default filter listKelly Campbell2001-01-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193974 13f79535-47bb-0310-9956-ffa450edef68
* Added a transform method which takes a writer to supportKelly Campbell2001-01-171-3/+22
| | | | | | | XalanCommandLine properly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193972 13f79535-47bb-0310-9956-ffa450edef68
* Packaged build tasks into lib/buildtools.jarKelly Campbell2001-01-169-10/+1768
| | | | | | | | | | Added buildtools.xml for building the build tools jar file. Moved source for ant tasks into src/org/apache/fop/tools/anttasks Set up dual support for Xalan 1 native and Xalan 2 JAXP1.1 transform interfaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193970 13f79535-47bb-0310-9956-ffa450edef68
* fixes a problem with spaces before and after a body in tableKeiron Liddle2001-01-124-116/+124
| | | | | | | also properly sets the width of the table to the sum of the columns git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193969 13f79535-47bb-0310-9956-ffa450edef68
* handles orphans properlyKeiron Liddle2001-01-111-12/+5
| | | | | | | fixed a keep problem git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193965 13f79535-47bb-0310-9956-ffa450edef68
* adds footnote supportKeiron Liddle2001-01-109-8/+434
| | | | | | | | | | | this adds footnotes as they appear and adjusts main area accordingly multi column support still pending Code changes sponsored by Dresdner Bank, Germany git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193962 13f79535-47bb-0310-9956-ffa450edef68
* fixes a keep-with-previous problemKeiron Liddle2001-01-101-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193959 13f79535-47bb-0310-9956-ffa450edef68
* handles column heights properly, including if table goes over a pageKeiron Liddle2001-01-051-8/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193952 13f79535-47bb-0310-9956-ffa450edef68
* bails out if no rows in table bodyKeiron Liddle2001-01-051-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193951 13f79535-47bb-0310-9956-ffa450edef68
* fixes cell and row heightsKeiron Liddle2001-01-042-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193950 13f79535-47bb-0310-9956-ffa450edef68
* Handle basic links in multi-columnarved2001-01-042-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193948 13f79535-47bb-0310-9956-ffa450edef68
* updated keep handling to properly handle the keep valueKeiron Liddle2001-01-033-9/+95
| | | | | | | distinguishes between the int values and the auto, always git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193947 13f79535-47bb-0310-9956-ffa450edef68
* Add keep properties as compound; handle enumeration types in subproperties; ↵Karen Lease2001-01-025-89/+560
| | | | | | add corresponding properties; handle enumeration plus base property type; update dtd git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193944 13f79535-47bb-0310-9956-ffa450edef68
* Flow returns true for generatesReferenceAreas (needed for ↵Karen Lease2001-01-021-4/+10
| | | | | | writing-mode-relative caclulation) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193943 13f79535-47bb-0310-9956-ffa450edef68
* Keep is now a compound propertyKaren Lease2001-01-021-4/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193942 13f79535-47bb-0310-9956-ffa450edef68
* Add private function used in calculating corresponding property valuesKaren Lease2001-01-022-0/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193941 13f79535-47bb-0310-9956-ffa450edef68
* Modify compound property handling; add support for corresponding properties ↵Karen Lease2001-01-0212-50/+247
| | | | | | and mixed property types git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193940 13f79535-47bb-0310-9956-ffa450edef68
* Modify handling of compound datatypesKaren Lease2001-01-025-60/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193939 13f79535-47bb-0310-9956-ffa450edef68
* fixed slight error when determining if will generate areaKeiron Liddle2001-01-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193937 13f79535-47bb-0310-9956-ffa450edef68
* re-added a check to make sure there is no index array out of bounds errorKeiron Liddle2001-01-021-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193936 13f79535-47bb-0310-9956-ffa450edef68
* Uses OutputStreamarved2000-12-303-7/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193935 13f79535-47bb-0310-9956-ffa450edef68
* Spec clarification: one fo:flow per page sequencearved2000-12-293-5/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193932 13f79535-47bb-0310-9956-ffa450edef68
* handles the gradient transform betterKeiron Liddle2000-12-271-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193929 13f79535-47bb-0310-9956-ffa450edef68
* BodyAreaContainer code more in line with regular AreaContainersarved2000-12-271-1/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193927 13f79535-47bb-0310-9956-ffa450edef68
* Background color propertyarved2000-12-272-1/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193926 13f79535-47bb-0310-9956-ffa450edef68
* Just formatting, I think...arved2000-12-271-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193925 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup; Support for column breaksarved2000-12-271-56/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193924 13f79535-47bb-0310-9956-ffa450edef68
* Support for column breaksarved2000-12-271-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193923 13f79535-47bb-0310-9956-ffa450edef68
* Better support for breaksarved2000-12-271-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193922 13f79535-47bb-0310-9956-ffa450edef68
* Final variables need to be initializedarved2000-12-261-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193921 13f79535-47bb-0310-9956-ffa450edef68
* JDK 1.1.x changes. Thanks to Art Welch.arved2000-12-226-11/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193920 13f79535-47bb-0310-9956-ffa450edef68
* Work with complex body-region; suggested by Daniel Bradbyarved2000-12-221-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193918 13f79535-47bb-0310-9956-ffa450edef68
* fixed a couple of bugs with footers, multiple table bodiesKeiron Liddle2000-12-212-6/+19
| | | | | | | and removing incompletely laid out rows git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193917 13f79535-47bb-0310-9956-ffa450edef68
* using leader-length.optimum instead of maximum for line break and length ↵fotis2000-12-203-21/+18
| | | | | | calculation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193915 13f79535-47bb-0310-9956-ffa450edef68
* added omit-header and footer at breakKeiron Liddle2000-12-202-226/+279
| | | | | | | also handles headers properly with multiple table bodies git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193914 13f79535-47bb-0310-9956-ffa450edef68
* Fixes link placement error by creating an originalAbsoluteHeightJordan Naftolin2000-12-191-2/+3
| | | | | | | | integer and restoring the area's absoluteHeight to this value at the end of the layout method git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193912 13f79535-47bb-0310-9956-ffa450edef68
* removes space after if a row needs to be removedKeiron Liddle2000-12-192-23/+41
| | | | | | | | fixed a bug where the extra space after was left behind for rows going over a page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193910 13f79535-47bb-0310-9956-ffa450edef68
* fixed: overlapping character with hyphenation onfotis2000-12-181-28/+124
| | | | | | | added: hyphenation now works with hard hyphens in words and with quotation marks at the beginning of words git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193909 13f79535-47bb-0310-9956-ffa450edef68