aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache
Commit message (Collapse)AuthorAgeFilesLines
...
* set user agent on rendererKeiron Liddle2002-08-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195071 13f79535-47bb-0310-9956-ffa450edef68
* initial attempt at getting some paginationKeiron Liddle2002-08-0824-1475/+1742
| | | | | | | | breaks after every block and gets lots of things wrong formatted code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195070 13f79535-47bb-0310-9956-ffa450edef68
* First batch of changes for preparation for adoption of Avalon patterns. Only ↵Jeremias Maerki2002-08-0742-412/+379
| | | | | | changes on logging for now. Mostly usage of LogEnabled contract interface. Separate mail follows. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195068 13f79535-47bb-0310-9956-ffa450edef68
* remove distracting messageKeiron Liddle2002-08-061-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195060 13f79535-47bb-0310-9956-ffa450edef68
* removed unneeded codeKeiron Liddle2002-08-051-11/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195057 13f79535-47bb-0310-9956-ffa450edef68
* Minor patch for the TTFReader to remove an unreachable statementKeiron Liddle2002-08-051-1/+1
| | | | | | | | compiler warning Submitted by: Kevin O'Neill <kevin@rocketred.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195056 13f79535-47bb-0310-9956-ffa450edef68
* fixes length problem causing xref error...found it at lastKeiron Liddle2002-08-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195053 13f79535-47bb-0310-9956-ffa450edef68
* get Jimi working again and correctly reporting errorsKeiron Liddle2002-08-023-15/+35
| | | | | | | fixed some eps npe's git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195050 13f79535-47bb-0310-9956-ffa450edef68
* Simplified ASCII85Filter computation, thereby hopefullyKeiron Liddle2002-08-021-5/+20
| | | | | | | | working around JVM bugs from Branch git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195049 13f79535-47bb-0310-9956-ffa450edef68
* workaround for eps files that have invalid float bounding box valuesKeiron Liddle2002-08-021-5/+13
| | | | | | | | | | float values are rounded off according to the spec the %%HiResBoundingBox should be used instead for floating poitn values Submitted by: Torsten Erler <erlto@net-linx.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195048 13f79535-47bb-0310-9956-ffa450edef68
* use buffered streamKeiron Liddle2002-08-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195047 13f79535-47bb-0310-9956-ffa450edef68
* fixed master-name and a test setup problemKeiron Liddle2002-07-311-0/+1
| | | | | | | | as suggested by: Peter Kullmann <p.kullmann@arenae.ch> fixed line endings git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195040 13f79535-47bb-0310-9956-ffa450edef68
* moved embed font info into the render.pdf packageKeiron Liddle2002-07-3112-47/+31
| | | | | | | reduced dependancy on Configuration git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195039 13f79535-47bb-0310-9956-ffa450edef68
* separated the specific PDFRender functionality from the CTM classKeiron Liddle2002-07-303-212/+323
| | | | | | | | and created a small utility class for the renderer to use Submitted by: Kevin O'Neill <kevin@rocketred.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195038 13f79535-47bb-0310-9956-ffa450edef68
* adapted to change in batikKeiron Liddle2002-07-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195033 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up the font state a bitKeiron Liddle2002-07-2313-270/+294
| | | | | | | | | exception only thrown after setup as exception indicates invalid setup only font name key and size are set on the area tree FontState used as handler to get metric info git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195024 13f79535-47bb-0310-9956-ffa450edef68
* fix for unknown child that returns null sizeKeiron Liddle2002-07-231-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195023 13f79535-47bb-0310-9956-ffa450edef68
* handles clip betterKeiron Liddle2002-07-231-2/+23
| | | | | | | added method to restore to a level git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195022 13f79535-47bb-0310-9956-ffa450edef68
* prevent npeKeiron Liddle2002-07-232-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195021 13f79535-47bb-0310-9956-ffa450edef68
* spearated GraphicsConfiguration classesKeiron Liddle2002-07-237-241/+336
| | | | | | | | handles the text painting better using the stroke painter as a proxy for bounds etc. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195020 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorKeiron Liddle2002-07-191-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195011 13f79535-47bb-0310-9956-ffa450edef68
* reuse old patterns and shadings to reduce file sizeKeiron Liddle2002-07-195-22/+278
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195010 13f79535-47bb-0310-9956-ffa450edef68
* reuse functions to reduce file sizeKeiron Liddle2002-07-182-4/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195006 13f79535-47bb-0310-9956-ffa450edef68
* start page sequence with titleKeiron Liddle2002-07-185-8/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195004 13f79535-47bb-0310-9956-ffa450edef68
* no longer neededKeiron Liddle2002-07-151-48/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194998 13f79535-47bb-0310-9956-ffa450edef68
* Removed traces of buffermanagerJoerg Pietschmann2002-07-143-47/+14
| | | | | | | A few cosmetical changes in CommandLineOptions git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194996 13f79535-47bb-0310-9956-ffa450edef68
* improved patterns, the contents should be visible nowKeiron Liddle2002-07-101-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194992 13f79535-47bb-0310-9956-ffa450edef68
* improved linear and radial gradientsKeiron Liddle2002-07-092-27/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194990 13f79535-47bb-0310-9956-ffa450edef68
* removed old id reference stuffKeiron Liddle2002-07-097-477/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194989 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorKeiron Liddle2002-07-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194983 13f79535-47bb-0310-9956-ffa450edef68
* applies transform from viewBoxKeiron Liddle2002-07-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194972 13f79535-47bb-0310-9956-ffa450edef68
* alignment and scaling for instream-foreign-object using viewportKeiron Liddle2002-07-054-42/+152
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194971 13f79535-47bb-0310-9956-ffa450edef68
* improved gstate usageKeiron Liddle2002-07-0411-140/+416
| | | | | | | | now get get image if in pdf without using cache implemented some image parameters: size,clipping... git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194961 13f79535-47bb-0310-9956-ffa450edef68
* removed repeated stringKeiron Liddle2002-07-041-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194959 13f79535-47bb-0310-9956-ffa450edef68
* prevent npeKeiron Liddle2002-07-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194958 13f79535-47bb-0310-9956-ffa450edef68
* progressively output pdf objects to reduce memory usageKeiron Liddle2002-07-016-60/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194943 13f79535-47bb-0310-9956-ffa450edef68
* minor cleanupKeiron Liddle2002-07-012-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194941 13f79535-47bb-0310-9956-ffa450edef68
* fixed some minor errorsKeiron Liddle2002-07-013-24/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194940 13f79535-47bb-0310-9956-ffa450edef68
* unused importKeiron Liddle2002-07-011-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194939 13f79535-47bb-0310-9956-ffa450edef68
* added boundsKeiron Liddle2002-07-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194938 13f79535-47bb-0310-9956-ffa450edef68
* removed unused importKeiron Liddle2002-07-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194937 13f79535-47bb-0310-9956-ffa450edef68
* handles pattern resources betterKeiron Liddle2002-06-2813-152/+285
| | | | | | | made stream filters externally configured git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194934 13f79535-47bb-0310-9956-ffa450edef68
* proper use of font encodings for native fontsKeiron Liddle2002-06-285-106/+90
| | | | | | | | updated xalan Submitted by: Rainer Garus <rainer.garus@arcor.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194932 13f79535-47bb-0310-9956-ffa450edef68
* added transparency for imagesKeiron Liddle2002-06-2727-480/+747
| | | | | | | | made pdf package more self contained started on patterns/gradients for svg git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194926 13f79535-47bb-0310-9956-ffa450edef68
* removed old importsKeiron Liddle2002-06-217-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194907 13f79535-47bb-0310-9956-ffa450edef68
* implemented some basic transparency, needs optimizationKeiron Liddle2002-06-206-7/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194903 13f79535-47bb-0310-9956-ffa450edef68
* removed old area treeKeiron Liddle2002-06-2083-6517/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194902 13f79535-47bb-0310-9956-ffa450edef68
* implemented links in svg both for standalone and in fo documentsKeiron Liddle2002-06-1813-71/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194898 13f79535-47bb-0310-9956-ffa450edef68
* prevents error for unknown xmlKeiron Liddle2002-06-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194897 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errKeiron Liddle2002-06-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194896 13f79535-47bb-0310-9956-ffa450edef68