summaryrefslogtreecommitdiffstats
path: root/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Revamped marker handling. Retrieving markers works now always forJoerg Pietschmann2003-02-1715-255/+277
| | | | | | | | | | all retrieve boundaries. Long markers should also work now. First-including-carryover does not work yet. Last-ending-within-page probably doesn't work yet either. Submitted by: Based on patch submitted by Marc C. Allman git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195958 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some sources of "wrong operand type" error in Acrobat Reader.Jeremias Maerki2003-02-162-26/+24
| | | | | | | | They were caused by rounding bugs, mostly experienced with SVG files coming from OpenOffice. The PDF contained matrices like "0 0 0 0 0 0 cm" when the values really shouldn't be zero. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195956 13f79535-47bb-0310-9956-ffa450edef68
* Removed some unnecessary duplicate code.Jeremias Maerki2003-02-161-32/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195955 13f79535-47bb-0310-9956-ffa450edef68
* FOP Ant task: Fix for logging behaviour, fix for directory structure ↵Jeremias Maerki2003-02-141-28/+70
| | | | | | | | | preservation for nested filesets and additional attribute "logFiles". Submitted by: Stefan Wachter <Stefan.Wachter@gmx.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195948 13f79535-47bb-0310-9956-ffa450edef68
* Fixed incorrect comparision with hyphenation push characterJoerg Pietschmann2003-02-131-1/+1
| | | | | | | | count. Submitted by: jaccoud@petrobras.com.br git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195945 13f79535-47bb-0310-9956-ffa450edef68
* TrueType embedding: FPGM table is optional, so ignore it if it's not there.Jeremias Maerki2003-02-131-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195943 13f79535-47bb-0310-9956-ffa450edef68
* Page body wasn't rendered to XML. Why did nobody find out before?Jeremias Maerki2003-02-131-5/+12
| | | | | | | Submitted by: "Diwan, Shridhar" <sdiwan@exch.hpl.hp.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195941 13f79535-47bb-0310-9956-ffa450edef68
* Fixed JAI URL.Joerg Pietschmann2003-02-111-6/+3
| | | | | | | | PR:16957 Submitted by: ole.kvarno git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195938 13f79535-47bb-0310-9956-ffa450edef68
* Fixes a cause for a NPE. Doesn't fix the obvious bug, though.Jeremias Maerki2003-02-111-2/+5
| | | | | | | | Bug can be reproduced with the FO file in: http://marc.theaimsgroup.com/?l=fop-user&m=104497021323551&w=2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195937 13f79535-47bb-0310-9956-ffa450edef68
* Fixed copy/paste error. A confusing error message was constructed when the ↵Jeremias Maerki2003-02-111-2/+4
| | | | | | embedFile attribute was bad. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195936 13f79535-47bb-0310-9956-ffa450edef68
* Fixed error when JAI is not availableChristian Geisert2003-02-101-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195934 13f79535-47bb-0310-9956-ffa450edef68
* More turkish l10n messages.Oleg Tkachenko2003-02-081-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195933 13f79535-47bb-0310-9956-ffa450edef68
* Added support for url()-syntax to the fo:basic-link-ElementChristian Geisert2003-02-0711-4/+264
| | | | | | | | | | | | Submitted by: Stefan Wachter <Stefan.Wachter@gmx.de> Added new extension element for defining named destinations (PDF) Submitted by: Lloyd McKenzie <lmckenzi@ca.ibm.com> and Stefan Wachter Added support for linking to a specific page and a named destinations of an external PDF file Submitted by: Bernd Brandstetter <bbrand@freenet.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195932 13f79535-47bb-0310-9956-ffa450edef68
* Turkish messages for AWT ViewerOleg Tkachenko2003-02-042-0/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195928 13f79535-47bb-0310-9956-ffa450edef68
* Fixed leader expansion and leader alignment to reference area to someJoerg Pietschmann2003-02-032-22/+2
| | | | | | | | | | extent. Deleted superfluous text decoration data and assiciated (incomplete) methods from WordArea. PR: 7490, 15936 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195926 13f79535-47bb-0310-9956-ffa450edef68
* Fixed leader generation to be more conformant with common expectations.Joerg Pietschmann2003-02-024-227/+346
| | | | | | | | | | | | Everything assuming leaders automatically expand as much as possible is broken now, leaders expand ONLY due to text justification. Expanding multiple leaders on a line is simplistic. Fixed leader-alignment="reference" to some extend. Leaders may be still misaligned if text justification causes spaces to expand, i.e. slack space was not taken completely by leaders. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195925 13f79535-47bb-0310-9956-ffa450edef68
* Temporary fix for an encoding mismatch (WinAnsiEncoding vs. ISOLatin1). The ↵Jeremias Maerki2003-01-231-4/+10
| | | | | | | | | hyphen character is the only character corrected. Submitted by: Arnd Beissner <arnd.beissner@cappelino.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195877 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 16257 (bad ascender/descender in XML font metrics)Jeremias Maerki2003-01-211-3/+14
| | | | | | | Ascender and Descender are now read from the OS/2 table if the values in the hhea table are zero. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195875 13f79535-47bb-0310-9956-ffa450edef68
* Reduced the size of the PSRenderer output (removed redundant movetos)Christian Geisert2003-01-181-4/+0
| | | | | | | | Submitted by: Arnd Bei�ner <arnd.beissner@cappelino.de> (see bug #16130) VS: ---------------------------------------------------------------------- git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195868 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a NullPointerException experienced by some DocBook users.Jeremias Maerki2003-01-111-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195845 13f79535-47bb-0310-9956-ffa450edef68
* Added diagnostic for probably dropped text due to unhandled pending inline ↵Joerg Pietschmann2003-01-112-1/+7
| | | | | | areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195842 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType fonts.Jeremias Maerki2003-01-092-11/+43
| | | | | | | Reserved name indexes were not ignored. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195837 13f79535-47bb-0310-9956-ffa450edef68
* (possible) fix for linux alpha jre (bug #13586)Christian Geisert2003-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195836 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NPE when options or encoding are null.Oleg Tkachenko2002-12-221-6/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195788 13f79535-47bb-0310-9956-ffa450edef68
* removed debug statementChristian Geisert2002-12-101-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195761 13f79535-47bb-0310-9956-ffa450edef68
* Fixed resolution of relative URLs in FopImageFactory with IBM JDKChristian Geisert2002-12-091-2/+25
| | | | | | | | PR: 14949 Submitted by: Manuel Mall <mm@arcus.com.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195743 13f79535-47bb-0310-9956-ffa450edef68
* Fixed spurious (nuisance) errors on print/awt renderersChristian Geisert2002-12-093-6/+13
| | | | | | | Submitted by: Ralph LaChance (Ralph_LaChance@compuserve.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195742 13f79535-47bb-0310-9956-ffa450edef68
* Quick fix for broken AWTRendererChristian Geisert2002-12-091-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195741 13f79535-47bb-0310-9956-ffa450edef68
* Removed semicolonJeremias Maerki2002-12-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195707 13f79535-47bb-0310-9956-ffa450edef68
* Added missing APL headerJeremias Maerki2002-12-022-19/+47
| | | | | | | Improved style git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195706 13f79535-47bb-0310-9956-ffa450edef68
* Improve keep handling in table rowsKaren Lease2002-12-012-8/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195688 13f79535-47bb-0310-9956-ffa450edef68
* Add method to support fix for keep-together loop in tablesKaren Lease2002-12-011-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195687 13f79535-47bb-0310-9956-ffa450edef68
* Fix a small bug in the infinite loop prevention logicKaren Lease2002-11-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195686 13f79535-47bb-0310-9956-ffa450edef68
* fixed (possibly) a problem where certain fonts had a range value for the ↵Jeremias Maerki2002-11-291-62/+85
| | | | | | | | | | | last character causing it to try to get invalid info also handles the lack of support for non-unicode cmap tables better. Submitted by: Keiron Liddle Some style improvements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195655 13f79535-47bb-0310-9956-ffa450edef68
* Use new PFBParser to read PFB files so they are properly decoded.Jeremias Maerki2002-11-291-60/+48
| | | | | | | Use org.apache.fop.tools.IOUtil for simpler code. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195651 13f79535-47bb-0310-9956-ffa450edef68
* Fixes bug with Adobe Type 1 font embedding. PC format encoded PFB files were ↵Jeremias Maerki2002-11-291-94/+16
| | | | | | not decoded. I think that leads to error messages on certain RIP engines. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195650 13f79535-47bb-0310-9956-ffa450edef68
* Moved PFM classes to type1 subpackage.Jeremias Maerki2002-11-297-140/+487
| | | | | | | | | | Use of org.apache.fop.tools.IOUtil instead of rewriting the same functionality every time. Added a parser and memory representation class for Adobe Type 1 PFB files (Full support for raw and PC format as described in the "Download Fonts" spec from Adobe). Adjusted the PFMReader for the package move. Added Avalon logging to the PFMReader (adds a dependency to avalon-framework.jar, I will document that) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195649 13f79535-47bb-0310-9956-ffa450edef68
* Made the rest of the constants public.Jeremias Maerki2002-11-291-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195648 13f79535-47bb-0310-9956-ffa450edef68
* Added some I/O utilities. This class is to be replaced with Jakarta Commons ↵Jeremias Maerki2002-11-291-0/+59
| | | | | | IO as soon as a release is available. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195647 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE when options aren't set on the XMLRenderer (Bug 14768)Jeremias Maerki2002-11-281-1/+9
| | | | | | | Submitted by: Matthias Brunner <mb@blumenstrasse.vol.at> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195646 13f79535-47bb-0310-9956-ffa450edef68
* Make sure that a warning is shown when page-position="last" is used.Jeremias Maerki2002-11-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195645 13f79535-47bb-0310-9956-ffa450edef68
* Good error messages when Driver is not initialized properly.Jeremias Maerki2002-11-281-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195644 13f79535-47bb-0310-9956-ffa450edef68
* Added infinite loop detection (just halts processing, see bug #8878)Christian Geisert2002-11-281-1/+12
| | | | | | | Submitted by: Rhett Aultman (raultman@fcci-group.com) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195643 13f79535-47bb-0310-9956-ffa450edef68
* Added autoselecting portrait/landscape on PCL Renderer (see bug #6638)Christian Geisert2002-11-261-12/+13
| | | | | | | Submitted by: vicentesalvador@netscape.net (Vicente Salvador) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195629 13f79535-47bb-0310-9956-ffa450edef68
* Fixes bug from previous Perfomance tuning patchChristian Geisert2002-11-251-4/+4
| | | | | | | Submitted by: Henrik Olsson <henrik.olsson@intentia.se> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195628 13f79535-47bb-0310-9956-ffa450edef68
* Improved AWT Font-measuring/rendering (see bug #14657)Christian Geisert2002-11-253-7/+37
| | | | | | | Submitted by: Ralph LaChance <Ralph_LaChance@compuserve.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195627 13f79535-47bb-0310-9956-ffa450edef68
* Hook up the TiffImage to the factory; falls back to generic handler if not ↵Karen Lease2002-11-241-1/+6
| | | | | | present git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195624 13f79535-47bb-0310-9956-ffa450edef68
* Implement a continued-label extension for use in tablesKaren Lease2002-11-242-0/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195623 13f79535-47bb-0310-9956-ffa450edef68
* Keep track of whether an area has been created so the continued label can be ↵Karen Lease2002-11-241-167/+174
| | | | | | generated git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195622 13f79535-47bb-0310-9956-ffa450edef68
* Support for page-width and page-height "auto" values (fallback to 8 and ↵Oleg Tkachenko2002-11-241-6/+8
| | | | | | 11in). Fixes infinite loop when page-height is "auto". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@195621 13f79535-47bb-0310-9956-ffa450edef68