summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagRELEASE_0_12_0(no author)1999-11-290-0/+0
| | | | | | 'RELEASE_0_12_0'. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/RELEASE_0_12_0@193251 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug that caused null pointer exception on those block areas that had a ↵jtauber1999-11-291-1/+3
| | | | | | null backgroundColor git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193250 13f79535-47bb-0310-9956-ffa450edef68
* changed STATUS and Version ready for 0.12.0 releasejtauber1999-11-292-10/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193249 13f79535-47bb-0310-9956-ffa450edef68
* added support for background-colorjtauber1999-11-2713-8/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193248 13f79535-47bb-0310-9956-ffa450edef68
* table bug fixes from Eric Schaeffer. cells/rows were increasing the height ↵jtauber1999-11-263-4/+7
| | | | | | of their parent area twice git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193247 13f79535-47bb-0310-9956-ffa450edef68
* updated readme from Fotis Jannidisjtauber1999-11-261-15/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193246 13f79535-47bb-0310-9956-ffa450edef68
* added docs directory with readme and faq marked up in qaml and xslt for ↵jtauber1999-11-267-0/+1090
| | | | | | producing ascii, html and pdf. Contributed by Fotis Jannidis git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193245 13f79535-47bb-0310-9956-ffa450edef68
* Added AWT Viewer contributed by Albers+Frommberger (af-software.de)jtauber1999-11-2518-3/+1276
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193244 13f79535-47bb-0310-9956-ffa450edef68
* corrected omissions in a couple of Makefiles noted by Eric Schaefferjtauber1999-11-252-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193243 13f79535-47bb-0310-9956-ffa450edef68
* corrected spelling of Eric Schaeffer's name in a couple of placesjtauber1999-11-252-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193242 13f79535-47bb-0310-9956-ffa450edef68
* included Status.java this time :-)jtauber1999-11-251-0/+84
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193241 13f79535-47bb-0310-9956-ffa450edef68
* Partial implementation of keep-with-next (doesn't yet remove area from ↵jtauber1999-11-2534-279/+329
| | | | | | previous page when fo is moved to next page to ensure keep). The layout method on each FO now returns a Status object rather than an int to allow for more information to be passed back in the future. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193240 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix that James Tauber made right as I was moving the CVSbrian1999-11-231-1/+1
| | | | | | | | | hierarchy over. His original commit message was: typo fixed in PDF produced that caused PDFs to be unreable git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193239 13f79535-47bb-0310-9956-ffa450edef68
* new README from Fotis Jannidis incorporating information from FOP site on ↵jtauber1999-11-231-20/+191
| | | | | | jtauber.com git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193238 13f79535-47bb-0310-9956-ffa450edef68
* added Eric Schaeffer's fixes for when tables are in static-contentjtauber1999-11-224-4/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193237 13f79535-47bb-0310-9956-ffa450edef68
* removed trailing CRs from html filesjtauber1999-11-220-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193236 13f79535-47bb-0310-9956-ffa450edef68
* updated status to reflect partial incorporation of simple-link workjtauber1999-11-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193235 13f79535-47bb-0310-9956-ffa450edef68
* incorporated the PDF side of simple-link support from Arved Sandstrom, ie ↵jtauber1999-11-227-14/+515
| | | | | | org.apache.fop.pdf has additional classes for producing PDF documents with links git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193234 13f79535-47bb-0310-9956-ffa450edef68
* added submission from Kelly Campbell that fixed synchronization problem with ↵jtauber1999-11-222-92/+150
| | | | | | GifJpeg image handling. Also cleaned up code to follow existing coding conventions. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193233 13f79535-47bb-0310-9956-ffa450edef68
* added initial FAQ and README contributed by Fotis Jannidisjtauber1999-11-222-1/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193232 13f79535-47bb-0310-9956-ffa450edef68
* updated status, largely to reflect submissions from a number of peoplejtauber1999-11-221-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193231 13f79535-47bb-0310-9956-ffa450edef68
* removed multiple CRs at end of linesjtauber1999-11-22100-8258/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193230 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-183-6/+10
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193229 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-182-4/+3
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193228 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-184-4/+4
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193227 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-181-0/+8
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193226 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-178-14/+34
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193224 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-16108-359/+8617
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193223 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-162-12/+12
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193222 13f79535-47bb-0310-9956-ffa450edef68
* PR:jtauber1999-11-161-1/+1
| | | | | | | | | Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193221 13f79535-47bb-0310-9956-ffa450edef68
* Removed goof which is not in open source CVS versionDirk-Willem van Gulik1999-11-09100-100/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193220 13f79535-47bb-0310-9956-ffa450edef68
* Added licences everywhere... ishDirk-Willem van Gulik1999-11-09101-51/+5049
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193219 13f79535-47bb-0310-9956-ffa450edef68
* so that it can be cut'n'pasted into javaDirk-Willem van Gulik1999-11-081-51/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193218 13f79535-47bb-0310-9956-ffa450edef68
* This commit was generated by cvs2svn to compensate for changes in r8,Dirk-Willem van Gulik1999-11-081-3/+4
| | | | | | | which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193216 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionDirk-Willem van Gulik1999-11-08144-0/+12741
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193213 13f79535-47bb-0310-9956-ffa450edef68
* testing cvsDirk-Willem van Gulik1999-10-311-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193212 13f79535-47bb-0310-9956-ffa450edef68
* Initial revisionDirk-Willem van Gulik1999-10-311-0/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193209 13f79535-47bb-0310-9956-ffa450edef68
* New repository initialized by cvs2svn.(no author)1999-10-310-0/+0
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193208 13f79535-47bb-0310-9956-ffa450edef68