aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* improved the examples a bitKeiron Liddle2002-09-172-7/+54
| | | | | | | | links in static and rotated areas better info for use-content on leader git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195204 13f79535-47bb-0310-9956-ffa450edef68
* check keywords for string property, so that bold font worksKeiron Liddle2002-09-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195203 13f79535-47bb-0310-9956-ffa450edef68
* fixed npe when a page has several forward linksKeiron Liddle2002-09-162-18/+23
| | | | | | | Submitted by: Rainer Garus <rainer.garus@arcor.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195202 13f79535-47bb-0310-9956-ffa450edef68
* Fixed FOP anttaskChristian Geisert2002-09-152-3/+22
| | | | | | | Added task for example PDF generation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195191 13f79535-47bb-0310-9956-ffa450edef68
* more things to doKeiron Liddle2002-09-131-2/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195179 13f79535-47bb-0310-9956-ffa450edef68
* fixed style errorsKeiron Liddle2002-09-136-30/+225
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195178 13f79535-47bb-0310-9956-ffa450edef68
* starting implementation of tablesKeiron Liddle2002-09-1339-704/+2176
| | | | | | | fixed some more styling errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195177 13f79535-47bb-0310-9956-ffa450edef68
* Fixed compilation error with JDK 1.4 (It doesn't like things like "count++;;")Jeremias Maerki2002-09-121-26/+47
| | | | | | | Fixed some checkstyle errors (Javadocs left open) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195170 13f79535-47bb-0310-9956-ffa450edef68
* set correct whitespace handlingKeiron Liddle2002-09-121-24/+25
| | | | | | | fixed image url git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195169 13f79535-47bb-0310-9956-ffa450edef68
* fixed most style errorsKeiron Liddle2002-09-115-171/+417
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195168 13f79535-47bb-0310-9956-ffa450edef68
* fixed some more style violationsKeiron Liddle2002-09-109-251/+448
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195166 13f79535-47bb-0310-9956-ffa450edef68
* Oops, forgot one little import. Sorry.Jeremias Maerki2002-09-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195165 13f79535-47bb-0310-9956-ffa450edef68
* Fixed checkstyle violations (we're down at 8500 now)Jeremias Maerki2002-09-1010-333/+465
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195164 13f79535-47bb-0310-9956-ffa450edef68
* fixed style errorsKeiron Liddle2002-09-091-11/+97
| | | | | | | made curArea protected so subclasses can do things with it git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195162 13f79535-47bb-0310-9956-ffa450edef68
* Fixed checkstyle violationsJeremias Maerki2002-09-0911-225/+518
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195161 13f79535-47bb-0310-9956-ffa450edef68
* fixes some vertical alignmentKeiron Liddle2002-09-093-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195160 13f79535-47bb-0310-9956-ffa450edef68
* doesn't make senseKeiron Liddle2002-09-091-19/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195159 13f79535-47bb-0310-9956-ffa450edef68
* fixed hack on link rectangleKeiron Liddle2002-09-093-78/+123
| | | | | | | some formatting git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195158 13f79535-47bb-0310-9956-ffa450edef68
* improved docs, formattingKeiron Liddle2002-09-095-65/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195157 13f79535-47bb-0310-9956-ffa450edef68
* implemented render pages model with a simple cached implKeiron Liddle2002-09-099-130/+473
| | | | | | | | | depending on the renderer it can prepare pages for later rendering or queue pages until resolved pages are properly serialized so that resolvers also serialize git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195156 13f79535-47bb-0310-9956-ffa450edef68
* implemented basic link with linking from pdfKeiron Liddle2002-09-0721-172/+534
| | | | | | | improved some resolving of references git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195155 13f79535-47bb-0310-9956-ffa450edef68
* latest changes, working on tablesKeiron Liddle2002-09-061-25/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195154 13f79535-47bb-0310-9956-ffa450edef68
* Added an optional target to generate a Checkstyle report.Jeremias Maerki2002-09-053-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195153 13f79535-47bb-0310-9956-ffa450edef68
* bookmark extension now workingKeiron Liddle2002-09-059-29/+189
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195152 13f79535-47bb-0310-9956-ffa450edef68
* hooked up id reference and page numberKeiron Liddle2002-09-0417-225/+384
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195151 13f79535-47bb-0310-9956-ffa450edef68
* debug causes errorKeiron Liddle2002-09-041-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195150 13f79535-47bb-0310-9956-ffa450edef68
* removed old configurationKeiron Liddle2002-09-0425-1173/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195149 13f79535-47bb-0310-9956-ffa450edef68
* correctly handles font in patternKeiron Liddle2002-09-032-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195148 13f79535-47bb-0310-9956-ffa450edef68
* removed BP from BPLayoutManager and combinedKeiron Liddle2002-09-0325-338/+305
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195147 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorChristian Geisert2002-09-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195139 13f79535-47bb-0310-9956-ffa450edef68
* fixed problem with font metrics generation and jdk1.4Christian Geisert2002-09-021-0/+98
| | | | | | | (the problem is a old xalan version which comes with the jdk) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195138 13f79535-47bb-0310-9956-ffa450edef68
* changed pixel to mm to longer nameKeiron Liddle2002-09-023-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195137 13f79535-47bb-0310-9956-ffa450edef68
* updated for fontreader and previous changesKeiron Liddle2002-09-021-12/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195136 13f79535-47bb-0310-9956-ffa450edef68
* added logging to the font converterKeiron Liddle2002-09-023-98/+131
| | | | | | | | | fixed (possibly) a problem where certain fonts had a range value for the last character causing it to try to get invalid info also handles the lack of support for non-unicode cmap tables better git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195135 13f79535-47bb-0310-9956-ffa450edef68
* start implementation of block-containerKeiron Liddle2002-08-3010-213/+707
| | | | | | | does absolute and static and the various reference-orientation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195127 13f79535-47bb-0310-9956-ffa450edef68
* return if no areas to addKeiron Liddle2002-08-301-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195126 13f79535-47bb-0310-9956-ffa450edef68
* some block-container examples with reference-orientation and absolute posKeiron Liddle2002-08-291-0/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195125 13f79535-47bb-0310-9956-ffa450edef68
* moved filed area to its own classKeiron Liddle2002-08-292-33/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195124 13f79535-47bb-0310-9956-ffa450edef68
* Remove two parameter version of getNextBreakPoss method and remove all calls ↵Karen Lease2002-08-2811-42/+17
| | | | | | to it which always used a null second parameter git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195123 13f79535-47bb-0310-9956-ffa450edef68
* added some use-content examplesKeiron Liddle2002-08-231-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195116 13f79535-47bb-0310-9956-ffa450edef68
* updated to current batik method and variable names for pixel to mmKeiron Liddle2002-08-231-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195115 13f79535-47bb-0310-9956-ffa450edef68
* implemented leader pattern: space, dots and use contentKeiron Liddle2002-08-2310-19/+254
| | | | | | | | implemented title for pdf renderer todo: sort out how leader creates areas and offset of areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195114 13f79535-47bb-0310-9956-ffa450edef68
* fixed leader patternKeiron Liddle2002-08-231-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195113 13f79535-47bb-0310-9956-ffa450edef68
* implemeneted leader with leader-pattern of ruleKeiron Liddle2002-08-2213-121/+295
| | | | | | | adjusts line area ipd to best fit (spaces not handled yet) and aligns git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195112 13f79535-47bb-0310-9956-ffa450edef68
* properly resets blocksKeiron Liddle2002-08-215-67/+95
| | | | | | | use a block lm iter so that it can create line layout manager from inline lm's git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195110 13f79535-47bb-0310-9956-ffa450edef68
* updated classpath, fixed some small errorsKeiron Liddle2002-08-204-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195109 13f79535-47bb-0310-9956-ffa450edef68
* handle errors betterKeiron Liddle2002-08-202-11/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195108 13f79535-47bb-0310-9956-ffa450edef68
* fix for invalid colorspace on jpegKeiron Liddle2002-08-202-1/+9
| | | | | | | also catches error when jimi not in classpath git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195107 13f79535-47bb-0310-9956-ffa450edef68
* test for images with errorsKeiron Liddle2002-08-205-0/+89
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195106 13f79535-47bb-0310-9956-ffa450edef68
* changed to a format jimi can handle, no alpha and packedKeiron Liddle2002-08-191-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195098 13f79535-47bb-0310-9956-ffa450edef68