aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a small bug in the prepare-src target for dealing with dual versionsKelly Campbell2001-01-161-1/+1
| | | | | | | of Xalan. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193971 13f79535-47bb-0310-9956-ffa450edef68
* Packaged build tasks into lib/buildtools.jarKelly Campbell2001-01-1630-63/+1285
| | | | | | | | | | 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
* adding html resource filesfotis2001-01-1130-0/+1021
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193968 13f79535-47bb-0310-9956-ffa450edef68
* adding html resource filesfotis2001-01-111-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193967 13f79535-47bb-0310-9956-ffa450edef68
* adding history since 0.16 releasefotis2001-01-111-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193966 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
* done with testfotis2001-01-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193964 13f79535-47bb-0310-9956-ffa450edef68
* just a testfotis2001-01-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193963 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
* widows and orphans for rows in table bodiesKeiron Liddle2001-01-101-0/+522
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193961 13f79535-47bb-0310-9956-ffa450edef68
* Testing. Please ignore.Steve Coffman2001-01-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193960 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
* keeps on table rowsKeiron Liddle2001-01-101-0/+590
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193958 13f79535-47bb-0310-9956-ffa450edef68
* updating html documentationfotis2001-01-098-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193957 13f79535-47bb-0310-9956-ffa450edef68
* adds to script creation of html documentationfotis2001-01-081-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193956 13f79535-47bb-0310-9956-ffa450edef68
* adds to script creation of html documentationfotis2001-01-085-14/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193955 13f79535-47bb-0310-9956-ffa450edef68
* New docs for discussion of refactoring of FOsarved2001-01-082-0/+468
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193954 13f79535-47bb-0310-9956-ffa450edef68
* table example with spaces around various table thingsKeiron Liddle2001-01-071-0/+532
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193953 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
* examples table backgrounds, cells, rows, columns, body etc.Keiron Liddle2001-01-041-0/+789
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193949 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
* Update information about propertiesKaren Lease2001-01-022-4/+262
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193946 13f79535-47bb-0310-9956-ffa450edef68
* update for new properties functionalityKaren Lease2001-01-022-0/+240
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193945 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
* example tables with borders on cells, rows, columns, bodies and tableKeiron Liddle2001-01-021-0/+1022
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193938 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
* Uncomment ASCII-85 filterarved2000-12-301-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193934 13f79535-47bb-0310-9956-ffa450edef68
* examples of tables with headers, footers and omiting at breakKeiron Liddle2000-12-292-0/+2701
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193933 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
* footnotes in pages with columnsKeiron Liddle2000-12-281-0/+249
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193931 13f79535-47bb-0310-9956-ffa450edef68
* simple footnote examplesKeiron Liddle2000-12-281-0/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193930 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
* New examples for breaksarved2000-12-275-0/+1300
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193928 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