]>
source.dussan.org Git - xmlgraphics-fop.git/log
Jay Bryant [Tue, 6 Mar 2007 17:18:24 +0000 (17:18 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515217
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 6 Mar 2007 09:23:42 +0000 (09:23 +0000)]
Extract sub-classes from TableContentLayoutManager and make them top-level classes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@515041
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 2 Mar 2007 21:39:02 +0000 (21:39 +0000)]
Tweak: add FO context info to clarify the message.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513970
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 2 Mar 2007 21:36:34 +0000 (21:36 +0000)]
Tweak: add FO context info to clarify the message.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513969
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 2 Mar 2007 17:51:20 +0000 (17:51 +0000)]
Avoid NPE if no images are used in the document.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513865
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 2 Mar 2007 17:41:37 +0000 (17:41 +0000)]
Update the documentation for the PostScript renderer.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513862
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 2 Mar 2007 17:30:16 +0000 (17:30 +0000)]
Added support for an optional two-pass production for PostScript output to minimize file size. This adds images only once and adds only the fonts that are really used. The actual resource optimization is implemented with the use of the new DSC parser in XML Graphics Commons.
A simple test file with a few images and a few configured fonts of which most are not used shows, that with the two-pass approach the file size of the generated PostScript file decreased from 510KB to 160KB. Note that enabling this feature will increase the memory requirements in the PostScript interpreter when there are many images. Documentation follows.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513857
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 2 Mar 2007 17:11:41 +0000 (17:11 +0000)]
Allow the file parameters to be resolved by the URIResolver.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513845
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 2 Mar 2007 16:56:15 +0000 (16:56 +0000)]
renderer may be null when called from the PDFTranscoder.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513840
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 1 Mar 2007 17:10:14 +0000 (17:10 +0000)]
Small simplification: remove an unneeded parameter from the getContentHeight method
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513407
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 1 Mar 2007 10:55:09 +0000 (10:55 +0000)]
Small factorization: put painter.addAreasAndFlushRow at the end of iterateAndPaintPositions since each time the former method is called immediately after the latter
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513271
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 28 Feb 2007 15:36:09 +0000 (15:36 +0000)]
Extract RowPainter from TableContentLayoutManager and make it a top-level class.
This is very basic, no change is performed other than adding a field to RowPainter pointing to the formerly enclosing TableContentLayoutManager instance. There will be room for further refactoring later.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512810
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 28 Feb 2007 15:35:37 +0000 (15:35 +0000)]
Disable FontBaseBadTestCase for now as it is currently not working and makes the build fail.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512809
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 28 Feb 2007 10:03:38 +0000 (10:03 +0000)]
Switch to XGCommons' ImageWriter for writing PNGs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512686
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 28 Feb 2007 08:45:26 +0000 (08:45 +0000)]
Add code guards around log statements for better performance when they are disabled
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512661
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 27 Feb 2007 15:02:26 +0000 (15:02 +0000)]
Rename a local variable in the getNextStep method for clarity, and convert it from an integer to a boolean
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512269
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 27 Feb 2007 14:50:52 +0000 (14:50 +0000)]
Add log messages to help understand the code
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512266
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 27 Feb 2007 09:16:14 +0000 (09:16 +0000)]
Add an ending slash to base URLs when they don't have one, in order to better match user expectations.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@512185
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Fri, 23 Feb 2007 00:59:45 +0000 (00:59 +0000)]
Removed visual markers to count the lines from the testcase...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510739
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 22 Feb 2007 19:07:15 +0000 (19:07 +0000)]
Bugzilla 41652:
Preserved linefeeds now generate an empty line.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510626
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 22 Feb 2007 18:31:41 +0000 (18:31 +0000)]
PCL: Support for text decoration for text painted using bitmaps/Java2D.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510616
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Thu, 22 Feb 2007 15:28:09 +0000 (15:28 +0000)]
corrected imports that were messed up by my IDE in the last commit. Grumble...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510550
13f79535 -47bb-0310-9956-
ffa450edef68
Chris Bowditch [Thu, 22 Feb 2007 14:25:08 +0000 (14:25 +0000)]
quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@510531
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Mon, 19 Feb 2007 16:02:39 +0000 (16:02 +0000)]
Avoid Ant's deprecated style-task warning
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@509231
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 18 Feb 2007 09:46:12 +0000 (09:46 +0000)]
Slight correction: value of "inherit" was not yet handled; delegate to the superclass in that case
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508890
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 18 Feb 2007 09:36:36 +0000 (09:36 +0000)]
Minor update of the documentation: warning is only relevant for FOP 0.20.x
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508889
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 16 Feb 2007 20:22:07 +0000 (20:22 +0000)]
Attempted to improve/fix documentation on images. There was some out-dated and wrong information on the page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508559
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Fri, 16 Feb 2007 19:33:49 +0000 (19:33 +0000)]
Corrected an error in the subversion links for release 0.93: it lives
in tags not in branches
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@508542
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 14 Feb 2007 16:09:22 +0000 (16:09 +0000)]
Add the very same test cases with tables using starts-row/ends-row instead of fo:table-row objects
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507597
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 14 Feb 2007 14:24:36 +0000 (14:24 +0000)]
Stricter user config file validation.
Add a configuration parameter (strict-configuration), enabled by default, which makes FOP throw an exception instead of logging an error when a problem occurs.
Invalid resource paths should be catched now. Fixes bug #40120.
Submitted by: Adrian Cumiskey (fop-dev AT cumiskey DOT com)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507539
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 14 Feb 2007 12:45:34 +0000 (12:45 +0000)]
Shortened the Bugzilla link a bit.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507515
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 14 Feb 2007 09:32:03 +0000 (09:32 +0000)]
I thought the svn:eol-style and svn:keywords properties were automatically set on java and fo files.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507449
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 13 Feb 2007 19:07:04 +0000 (19:07 +0000)]
Forgot the ASF header in the fo test files
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507162
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 13 Feb 2007 19:01:01 +0000 (19:01 +0000)]
First unit tests for table layout manager classes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@507160
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 9 Feb 2007 09:58:24 +0000 (09:58 +0000)]
Document the usage of the ServletContextURIResolver.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@505235
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 8 Feb 2007 17:46:57 +0000 (17:46 +0000)]
Bugzilla 41572:
URIs were not properly parsed if they contain bracketed part(s)
Fix suggested by Erwin Tratar.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504980
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 8 Feb 2007 16:55:11 +0000 (16:55 +0000)]
Javadoc for the table layout code
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504958
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 7 Feb 2007 16:13:54 +0000 (16:13 +0000)]
The spec explicitely does not specify what should be done when bpd is set to a different value than "auto" for fo:table. Display a warning that "auto" will be used as a fall back.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504602
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 7 Feb 2007 11:44:49 +0000 (11:44 +0000)]
Bugzilla #41488:
Fix for NPE with PNG images for RTF output.
Support for GIF images in RTF output (RTF handler, only. Does not affect the RTF library.).
Reverts revision 503326 and fixes the problem in a different way. But the fix is only a work-around and will need to be revisited when redesigning the image package. At any rate, the resolution problem introduced with the previous patch can been avoided with the new approach.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504511
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Tue, 6 Feb 2007 20:35:49 +0000 (20:35 +0000)]
Fix: override PropertyMaker.make() to properly parse font-family names containing spaces.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@504280
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 3 Feb 2007 22:31:34 +0000 (22:31 +0000)]
Bugzilla #41488:
Fix for NPE with PNG images for RTF output.
Submitted by: Dominic Brügger <bruegger.at.puzzle.ch>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503326
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 3 Feb 2007 22:22:26 +0000 (22:22 +0000)]
Support for soft masks (transparency) with ImageIO image adapter. Should help with transparent PNGs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503323
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 3 Feb 2007 21:52:44 +0000 (21:52 +0000)]
Bugzilla #25997,#25999:
Allow reading of OpenType fonts with CFF data in TTFFile. CFF fonts are still not supported in FOP!
Inspired by: Eliot Kimber <drmacro.at.yahoo.com>
In addition to the above:
xHeight and capHeight are now determined through the OS/2 table if no other source for this information helped.
Changed the log level of some info messages to debug to avoid unnecessary log output when TrueType fonts are loaded without XML metrics.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@503317
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Wed, 31 Jan 2007 20:34:08 +0000 (20:34 +0000)]
Fix for bugzilla 41503:
take into account that column-numbers need not be monotonically increasing
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@501977
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Tue, 30 Jan 2007 16:37:11 +0000 (16:37 +0000)]
Fix for bug 41019, minor changes to a few testcases as now a different set of break is created.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@501453
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 26 Jan 2007 11:06:01 +0000 (11:06 +0000)]
Fix for PDF corruption when a TrueType font with spaces in its name is embedded and no XML font metrics file for that font is used.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@500222
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 26 Jan 2007 11:01:50 +0000 (11:01 +0000)]
Typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@500221
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 22 Jan 2007 22:43:30 +0000 (22:43 +0000)]
Properties are wrong. Sorry.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498837
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 22 Jan 2007 22:33:42 +0000 (22:33 +0000)]
Bugzilla #41426:
Fix for ClassCastException when fo:wrapper was used as direct child of fo:flow.
Note: "id" attributes are still not handled properly on fo:wrapper!
Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498835
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 22 Jan 2007 20:09:56 +0000 (20:09 +0000)]
svn propset svn:eol-style native publish.xml
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498774
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 22 Jan 2007 09:39:01 +0000 (09:39 +0000)]
Ignore the work directory created by ForrestBot.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498565
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 22 Jan 2007 09:37:48 +0000 (09:37 +0000)]
Point to upcoming ApacheCon EU
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498564
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sun, 21 Jan 2007 14:35:08 +0000 (14:35 +0000)]
Switching to SVN deployment with ForrestBot so everyone can do the FOP site deployment and we fulfill the wishes of the infrastructure people.
This includes the FixCRLF operation to avoid any problems with mixed line endings in the generated files on Windows.
Deployment using "ant -f publish.xml deploy"
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@498325
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 16 Jan 2007 21:06:42 +0000 (21:06 +0000)]
Bugfix: Seeking to the end of the file is legal, only reading from this position isn't. Fixes running TTFReader with K3.ttf.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496860
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 16 Jan 2007 19:59:13 +0000 (19:59 +0000)]
Two scripts to start FOP on MS Windows
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496842
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 15 Jan 2007 21:06:31 +0000 (21:06 +0000)]
Added a compliance column for the development version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496492
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Sun, 14 Jan 2007 02:37:32 +0000 (02:37 +0000)]
Two Knuth boxes following each other should only be considered for an additional letter space if both are not auxiliary boxes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@496020
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Sat, 13 Jan 2007 09:20:49 +0000 (09:20 +0000)]
Initial support for soft hyphens
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495855
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Thu, 11 Jan 2007 21:03:07 +0000 (21:03 +0000)]
Code cleanup:
- avoid unnecessary calls to getLogger(); LengthBase gets its own logger, LMs log to the AbstractLM logger
- CommonBorderPaddingBackground no longer implements Cloneable
(changes suggested by Richard Wheeldon)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495371
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Thu, 11 Jan 2007 13:51:28 +0000 (13:51 +0000)]
Added support for line-height-shift-adjustment property
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495222
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Thu, 11 Jan 2007 10:28:57 +0000 (10:28 +0000)]
Fix for new linebreaking in combination with hyphenation not correctly breaking when explicit hyphen present
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495175
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Thu, 11 Jan 2007 04:43:38 +0000 (04:43 +0000)]
changed download links to to reflect xmlgraphics (http://archive.apache.org/dist/xmlgraphics/fop/*)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@495110
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 10 Jan 2007 20:59:54 +0000 (20:59 +0000)]
Updates after release 0.93, a.o. the new approval procedure
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494979
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 10 Jan 2007 06:30:47 +0000 (06:30 +0000)]
Changed rgb-icc compliance indicator from 'no' to 'yes' (Thanks Elliotte)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494738
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 9 Jan 2007 21:29:40 +0000 (21:29 +0000)]
Created a static known-issues item in the release tab. Updated the
documenation for running.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494595
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Tue, 9 Jan 2007 14:21:59 +0000 (14:21 +0000)]
In relaxed validation mode, it should be acceptable to have fo:table-footer /after/ fo:table-body
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494416
13f79535 -47bb-0310-9956-
ffa450edef68
Christian Geisert [Mon, 8 Jan 2007 08:47:58 +0000 (08:47 +0000)]
added some info about me
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493987
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Mon, 8 Jan 2007 08:19:10 +0000 (08:19 +0000)]
That may be discussed, but IMO support for UAX#14 line breaking is an important addition.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493979
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Mon, 8 Jan 2007 03:19:39 +0000 (03:19 +0000)]
Added afp to command line options help, marked mif and svg as experimental
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493927
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sun, 7 Jan 2007 18:40:45 +0000 (18:40 +0000)]
Fixed some more invalid links.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493803
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Sun, 7 Jan 2007 13:19:45 +0000 (13:19 +0000)]
Merging changes from branch fop-0.93 back into trunk, change year 2006
in build.xml into 2007, remove PCL from unsupported output formats in
known issues
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493717
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Sat, 6 Jan 2007 14:18:57 +0000 (14:18 +0000)]
Added fop.home to Main.getJARList. Adapted the documentation.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493473
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Sat, 6 Jan 2007 11:07:37 +0000 (11:07 +0000)]
Added to the documentation of FOP's classpath and jar features
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493445
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Sat, 6 Jan 2007 06:58:14 +0000 (06:58 +0000)]
Update white-space test case to cover more Unicode whitespace codepoints
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493429
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Fri, 5 Jan 2007 21:52:46 +0000 (21:52 +0000)]
Documenting FOP's entry point for user written scripts
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493202
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Fri, 5 Jan 2007 21:01:51 +0000 (21:01 +0000)]
Removed debugging information
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493190
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 5 Jan 2007 10:35:09 +0000 (10:35 +0000)]
FAQ entry on usage of height on table-rows.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@492965
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 4 Jan 2007 21:54:38 +0000 (21:54 +0000)]
Bugzilla #40930:
Added support for display-align for table-cell in RTF output.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@492769
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Wed, 3 Jan 2007 09:58:10 +0000 (09:58 +0000)]
Add Pascal Sancho to the active contributors list. Thanks to Pascal for his contributions to FOP so far.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@492087
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 2 Jan 2007 20:18:24 +0000 (20:18 +0000)]
Readding the default format. This solves bug 41271.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@491926
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 23 Dec 2006 12:02:56 +0000 (12:02 +0000)]
Correction: undo part of refactoring I've done locally, but not committed
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489887
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 23 Dec 2006 12:00:42 +0000 (12:00 +0000)]
Slight improvement of the check in equals(); make sure String.equals() gets called only as a last resort (for non-canonical Strings)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489886
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sat, 23 Dec 2006 11:57:29 +0000 (11:57 +0000)]
Adaptation of MarkerAttribute cache to use WeakHashMap
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489885
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Fri, 22 Dec 2006 11:13:46 +0000 (11:13 +0000)]
Fix compilation error caused by incorrect package name in generated code. Also updated tests to Unicode 5 UAX#14 pair table compliance.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489620
13f79535 -47bb-0310-9956-
ffa450edef68
Manuel Mall [Fri, 22 Dec 2006 09:16:18 +0000 (09:16 +0000)]
Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to Joerg Pietschman who supplied the core code for the Unicode line breaking algorithm
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489585
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Thu, 21 Dec 2006 19:48:13 +0000 (19:48 +0000)]
Avoid reading beyond the end of the file. This fixes bug 41117.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@489448
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 20 Dec 2006 09:13:55 +0000 (09:13 +0000)]
Update of status
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@488988
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 20 Dec 2006 08:45:54 +0000 (08:45 +0000)]
Remove unused attributes from TableCell. Patch by Richard Wheeldon
<richardw@geoquip-rnd.demon.co.uk>. ASF Bugzilla Bug 41009.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@488966
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 20 Dec 2006 08:34:28 +0000 (08:34 +0000)]
Comment out unused properties. Patch by Richard Wheeldon
<richardw@geoquip-rnd.demon.co.uk>. ASF Bugzilla Bug 41044,
attachment 19177.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@488960
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 17 Dec 2006 12:00:00 +0000 (12:00 +0000)]
Optimization in Marker.java: reduction of distinct MarkerAttribute instances (see also Bugzilla 41044)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@487972
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Thu, 7 Dec 2006 14:05:59 +0000 (14:05 +0000)]
Add a disabled testcase for bug #40230 (was in my local copy for long)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@483461
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 4 Dec 2006 19:59:00 +0000 (19:59 +0000)]
sans mots
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@482326
13f79535 -47bb-0310-9956-
ffa450edef68
Vincent Hennebert [Fri, 24 Nov 2006 17:32:48 +0000 (17:32 +0000)]
Small improvements of the table layout code:
- javadoc
- code cleanup
- give more explicit names (I believe) to some variables
- remove whitespaces at ends of lines
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@478928
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 20 Nov 2006 09:00:04 +0000 (09:00 +0000)]
Removed Implementation-URL entry as that seems to be used for automatic extension downloading:
See http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Main%20Attributes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@477112
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sun, 19 Nov 2006 12:50:06 +0000 (12:50 +0000)]
Put LICENSE and NOTICE in all important build artifacts.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@476808
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 13 Nov 2006 17:49:12 +0000 (17:49 +0000)]
Tweaking performance a bit.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474414
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 13 Nov 2006 17:42:28 +0000 (17:42 +0000)]
Bugzilla #40387:
Dealing with IOExceptions for certain large PFM files in a more radical way: load everything into memory, since we basically need random access here. The biggest PFMs I've seen so far are around 20KB so this shouldn't be a big problem, especially as the memory is freed pretty quickly.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474410
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 13 Nov 2006 16:28:13 +0000 (16:28 +0000)]
Added initial support for loading fonts without a pre-created XML font metrics file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474387
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 13 Nov 2006 14:16:53 +0000 (14:16 +0000)]
Bugzilla #40729:
Fix for CMYK ICC colors which were rendered in DeviceCMYK.
Submitted by: Peter Coppens <pc.subscriptions.at.gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474327
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 13 Nov 2006 11:00:48 +0000 (11:00 +0000)]
Removing non-existent link.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474248
13f79535 -47bb-0310-9956-
ffa450edef68