]>
source.dussan.org Git - xmlgraphics-fop.git/log
Glen Mazza [Mon, 22 Dec 2003 03:53:31 +0000 (03:53 +0000)]
----------------------------------------------------------------------
More of conversion of strings to integers: Makers now being created via int constants in fo.properties.Constants class.
Temporary string-int conversions currently in Property.java and PropertyList.java, which converts strings from callers into ints for subsequent use.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197047
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 22 Dec 2003 01:03:31 +0000 (01:03 +0000)]
Removal of some of the temporary code elements (FO Element lists still pending.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197046
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 20 Dec 2003 17:40:01 +0000 (17:40 +0000)]
Property Makers now being activated via int constants. (Maker classes themselves, as well as code referencing the properties, still need conversion to int's. Also, HashMaps for String and Integer in FOPropertyMapping and FObj temporarily being retained for troubleshooting purposes.) Contribution mainly from Finn Bock (Bug #25480).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197043
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 20 Dec 2003 06:53:23 +0000 (06:53 +0000)]
1. Moved static element and property structures from PropertyList (previously in former PropertyListBuilder) to FObj
2. Renamed FObj "properties" instance variable to "propertyList" (reduces
confusion on the type of object holding FO property information in the code)
3. Unneeded imports removed (Finn Bock's patch, Bug #25582).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197042
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Fri, 19 Dec 2003 01:08:42 +0000 (01:08 +0000)]
Updates to team page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197041
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 18 Dec 2003 23:37:45 +0000 (23:37 +0000)]
Place Constants.java file in wrong location.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197040
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 15 Dec 2003 22:39:01 +0000 (22:39 +0000)]
Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)
Patch #25512 by Simon Pepping (spepping at leverkruid dot nl).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197039
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 15 Dec 2003 01:07:50 +0000 (01:07 +0000)]
1. Removed the properties.Constants class from automatic generation, and
added Finn Bock's work on Property and Element Constants (currently unused
within application.) The CVS version is now the official one. (The
new constants are not currently being used within the application;
more work is needed.)
2. Build.xml has a new helper XSLTtoJAVA task separate from any of the build
processes to generate the Constants class above (although its output is
expected to fall behind what will be maintained in the CVS version.)
3. Some xml and xsl file renaming to make clearer the purposes of those files.
4. Removed a debug statement from PropertyList.java (forgot to remove from
yesterday's work).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197038
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 14 Dec 2003 01:56:09 +0000 (01:56 +0000)]
Bug 25474--incorrect element name (table-column instead of fo:table-column) given in code. Patch by Finn Bock (bckfnn at worldonline dot dk)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197037
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 14 Dec 2003 01:40:50 +0000 (01:40 +0000)]
Consolidated PropertyListBuilder and PropertyList.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197036
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 13 Dec 2003 23:24:33 +0000 (23:24 +0000)]
Remove embedded Ant
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197035
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 13 Dec 2003 23:24:12 +0000 (23:24 +0000)]
Remove out-of-date file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197034
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 13 Dec 2003 23:23:43 +0000 (23:23 +0000)]
Don't use embedded Ant. An Ant installation is now required. (tested in Cygwin, please test on Unix)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197033
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 13 Dec 2003 23:23:03 +0000 (23:23 +0000)]
Don't use embedded Ant. An Ant installation is now required.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197032
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Fri, 12 Dec 2003 22:37:39 +0000 (22:37 +0000)]
Moved FontSetup and two helper classes from render.pdf to fonts package.
FontSetup has the PDF fonts as the default, but this class can be extended
if/when another renderer needs its own font setups. (Cannot do this, however,
for AWT's FontSetup at the moment, because its setup() has a different
signature.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197031
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Mon, 8 Dec 2003 19:53:33 +0000 (19:53 +0000)]
Adobe Illustrator 10 file that is the source document for creating the logo2.svg file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197030
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Fri, 5 Dec 2003 19:13:06 +0000 (19:13 +0000)]
add svg image for new FOP logo
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197029
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 1 Dec 2003 04:47:00 +0000 (04:47 +0000)]
Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197028
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Sat, 29 Nov 2003 14:39:46 +0000 (14:39 +0000)]
fix typo in README; see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25080
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197026
13f79535 -47bb-0310-9956-
ffa450edef68
Christian Geisert [Wed, 26 Nov 2003 01:12:46 +0000 (01:12 +0000)]
Added link to the Wiki
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197025
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Tue, 25 Nov 2003 15:29:38 +0000 (15:29 +0000)]
add some cvs and xsl-fo resources
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197024
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 24 Nov 2003 19:07:35 +0000 (19:07 +0000)]
1.) Chris Bowditch's patch on padding-start implemented. (Changes were
extended to implement part of padding-end as well.)
2.) Switched from TOP/BOTTOM/LEFT/RIGHT to BEFORE/AFTER/START/END
in CommonBorderAndPadding--this is more appropriate for BlockLayout,
also the various places calling it already were either (1) commenting
on the need to switch to the above, or (2) placing the results of the
above functions using the former constants into variables emphasizing
the latter.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197023
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 22 Nov 2003 19:49:29 +0000 (19:49 +0000)]
Using Joe's new "relativebase" feature, this file can be simplified.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197022
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 22 Nov 2003 19:48:21 +0000 (19:48 +0000)]
New feature for the Ant task: relativebase="true" uses the directory of each FO-file in a fileset as basedir. This is in contrast to the general basedir parameter.
Submitted by: Joe DeVivo <fop.at.joedevivo.com>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197021
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 22 Nov 2003 17:40:14 +0000 (17:40 +0000)]
Style fixes only
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197020
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 22 Nov 2003 17:11:14 +0000 (17:11 +0000)]
RTF output: Support for fo:list-block
Submitted by: Peter Herweg <pherweg.at.web.de>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197019
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 19 Nov 2003 18:32:33 +0000 (18:32 +0000)]
1. add method to LayoutStrategy indicating whether an FO Tree should be built for this strategy
2. add logic in Driver.render() to handle the case of a LayoutStrategy that does not want to build an FO Tree
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197018
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 19 Nov 2003 18:03:56 +0000 (18:03 +0000)]
fix Unicode encoding problem in comments
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197017
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 16 Nov 2003 19:57:01 +0000 (19:57 +0000)]
minor elaboration
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197016
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 16 Nov 2003 19:02:51 +0000 (19:02 +0000)]
rephrased to look better.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197015
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 16 Nov 2003 17:38:59 +0000 (17:38 +0000)]
Addition of Peter Herweg to our team page (secured his permission first).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197014
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 15 Nov 2003 23:45:34 +0000 (23:45 +0000)]
Peter Herweg's patch applied:
http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=9128
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197013
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 13 Nov 2003 18:01:49 +0000 (18:01 +0000)]
add developer checklist
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197012
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 13 Nov 2003 18:01:22 +0000 (18:01 +0000)]
fix minor grammatical problem
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197011
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 13 Nov 2003 17:41:20 +0000 (17:41 +0000)]
1. add section regarding basic/API tests
2. add warning that the functional testing is inoperative
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197010
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 12 Nov 2003 17:41:06 +0000 (17:41 +0000)]
make external site a jump instead of link
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197009
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 12 Nov 2003 17:28:07 +0000 (17:28 +0000)]
add doc for using current date and time, and create an FAQ referencing it
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197008
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 12 Nov 2003 15:29:59 +0000 (15:29 +0000)]
add link for UTR-14
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197007
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 12 Nov 2003 15:24:53 +0000 (15:24 +0000)]
update URLs for DTDs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197006
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 12 Nov 2003 15:11:59 +0000 (15:11 +0000)]
update URLs for DTDs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197005
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 11 Nov 2003 13:50:00 +0000 (13:50 +0000)]
Partial implementation of space-after functionality--mostly working, but
some remaining problems:
1.) relying on a static variable to carry space-after value from previous
block to current. (BlockLayoutManager is be instantiated for each block
instead of being in memory for all blocks--bad design?)
2.) The space-after of a block ending at the bottom of the page is not
currently being added to the beginning of the subsequent page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197004
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 11 Nov 2003 04:40:12 +0000 (04:40 +0000)]
fo:block space-before property now activated only on the first Area.Block object used
in rendering the fo:block. (Previous implementation repeated space-before at the
top of every page.) Suggestion from Chris Bowditch.
(Space-after property still needs work: renders at the correct places but
results in subsequent text overrunning region borders.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197003
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 9 Nov 2003 17:06:01 +0000 (17:06 +0000)]
Peter Herweg's latest patch applied:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24533
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197002
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 9 Nov 2003 15:38:27 +0000 (15:38 +0000)]
A few more toString() implementations helpful for debugging spacing
issues in BLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197001
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 19:58:03 +0000 (19:58 +0000)]
Style fixes only
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197000
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 19:31:41 +0000 (19:31 +0000)]
RTF: Add support for number-rows-spanned, height (at table-row) and margin-left
(at table and block).
Submitted By: Peter Herweg <pherweg@web.de>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196999
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 15:16:53 +0000 (15:16 +0000)]
Now all setup code is moved from render() to getContentHandler() except for the FOTreeListener.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196998
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 15:14:34 +0000 (15:14 +0000)]
Basic functionality tests for PS and RTF besides PDF. Still no detailed output checking, only checking that no exception is thrown.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196997
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 14:30:01 +0000 (14:30 +0000)]
Another fix, making Area Tree Renderers work again. Damn, when am I going to get it right?
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196996
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 14:19:45 +0000 (14:19 +0000)]
Changed image loading to use Commons IO.
Properly close InputStream.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196995
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 14:01:24 +0000 (14:01 +0000)]
RTF: added support for fo:external-graphic
Submitted By: Peter Herweg <pherweg@web.de>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196994
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 8 Nov 2003 14:00:02 +0000 (14:00 +0000)]
Fix Document construction in getContentHandler() (it was done too late)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196993
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 22:21:57 +0000 (22:21 +0000)]
Not needed anymore. Everything we need is in Commons IO.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196992
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 22:21:28 +0000 (22:21 +0000)]
Adjust transcoder packaging to changes in FOP.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196991
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 22:19:19 +0000 (22:19 +0000)]
Substantial refactoring of the PS transcoder (especially the text painting, less painting using the StrokingTextPainter, therefore more speed and smaller output files)
Addition of an EPS transcoder
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196990
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 21:55:23 +0000 (21:55 +0000)]
Use different base class for user agent
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196989
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 21:54:32 +0000 (21:54 +0000)]
Use different base class for user agent.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196988
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 21:53:43 +0000 (21:53 +0000)]
Helper class for debugging in TextPainters
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196987
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 21:49:02 +0000 (21:49 +0000)]
Tried to fix basic driver tests but didn't manage, yet.
Some initialisation code moved from render() to getContentHandler().
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196986
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 21:23:58 +0000 (21:23 +0000)]
Put namespace URI in public constant
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196985
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 7 Nov 2003 21:22:26 +0000 (21:22 +0000)]
Cleanup and make it compile again
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196984
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Fri, 7 Nov 2003 05:09:51 +0000 (05:09 +0000)]
Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23985)
fixed in HEAD. (maintenance still to be done.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196983
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 5 Nov 2003 23:48:47 +0000 (23:48 +0000)]
toString() methods implemented for these objects for help in
testing/debugging.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196982
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 4 Nov 2003 23:59:14 +0000 (23:59 +0000)]
RTF structural renderer moved from root to render.rtf, joining all the other renderers
RTF Library moved from root to render.rtf.rtflib, but kept separate from renderer itself.
See: http://marc.theaimsgroup.com/?l=fop-dev&m=
106753338719406 &w=2
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196981
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 4 Nov 2003 21:56:23 +0000 (21:56 +0000)]
Tom DeWeese's changes made;
See: http://marc.theaimsgroup.com/?l=fop-dev&m=
106795227230411 &w=2
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196980
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 2 Nov 2003 16:20:16 +0000 (16:20 +0000)]
Clearer method names given for finding border and padding for regions.
See: http://marc.theaimsgroup.com/?l=fop-dev&m=
106777246222766 &w=2
and http://www.w3.org/TR/2001/REC-xsl-
20011015 /slice4.html#area-stackblock
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196979
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 1 Nov 2003 23:08:51 +0000 (23:08 +0000)]
Moved mif package (including structural renderer MIFHandler.java) to
render.mif.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196978
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 1 Nov 2003 21:05:23 +0000 (21:05 +0000)]
1. PDF block background rendering properly offset to account for region
borders and padding.
2. Helper methods added to RegionViewport for quickly determining region
margins, useful for render.* and layoutmgr.* classes.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196977
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 1 Nov 2003 17:07:31 +0000 (17:07 +0000)]
Peter Herweg's missed files from his previous RTF patch.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196976
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 1 Nov 2003 14:23:49 +0000 (14:23 +0000)]
Peter Herweg's RTF patches applied--note the RTFHandler update was missing,
added similar changes as was done to the MIFHandler.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196975
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 1 Nov 2003 04:28:02 +0000 (04:28 +0000)]
Layout changed to account for fo:region-body borders and padding when
determining printable width and height for each page.
Various method nitpicks also fixed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196974
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 28 Oct 2003 04:22:14 +0000 (04:22 +0000)]
renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid
conflicts with org.w3c.dom.Text)
changed Renderer.renderWord() method to renderText().
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196973
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 26 Oct 2003 19:29:14 +0000 (19:29 +0000)]
1. TraitSetter modified to provide padding properties for regions.
2. PDFRenderer modified to take into account region borders and region padding
when rendering text. (Possibly temporary solution--may need to move code
to base AbstractRenderer in future.) Work incomplete--will need to also reduce
line length accordingly to account for region borders and padding.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196972
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 25 Oct 2003 02:58:03 +0000 (02:58 +0000)]
Explicitly calling System.exit(0) for non-AWTRenderer outputs to close any threads
that may be active as a result of AWT (svg) or other processing.
See: http://marc.theaimsgroup.com/?l=fop-dev&m=
106703706423223 &w=2
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196971
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 20 Oct 2003 23:48:21 +0000 (23:48 +0000)]
minor elaboration
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196969
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Fri, 17 Oct 2003 22:21:53 +0000 (22:21 +0000)]
Explanation of new "force" attribute in ant task.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196968
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 16 Oct 2003 23:54:21 +0000 (23:54 +0000)]
Patch by Finn Bock applied
(bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23765:
Words not fitting the current line were not appearing on the
subsequent line when trailing spaces were included in
the fo:block.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196966
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 16 Oct 2003 19:06:31 +0000 (19:06 +0000)]
correct Mark Lillywhite status
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196965
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 16 Oct 2003 17:19:59 +0000 (17:19 +0000)]
add Mark Lillywhite to list of former committers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196964
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 16 Oct 2003 16:50:13 +0000 (16:50 +0000)]
update code conventions from resolved issues on the FOPDevelopersStyleGuide wiki
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196963
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 16 Oct 2003 15:06:33 +0000 (15:06 +0000)]
partially implement patch submitted by Clay Leeds (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23821)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196962
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Thu, 16 Oct 2003 14:35:11 +0000 (14:35 +0000)]
correct doc re: use of custome fonts from the AWT and Print renderers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196961
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Wed, 15 Oct 2003 17:00:58 +0000 (17:00 +0000)]
apply patch from Peter Herweg for RTF pagination properties (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23464)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196960
13f79535 -47bb-0310-9956-
ffa450edef68
Christian Geisert [Wed, 15 Oct 2003 00:43:59 +0000 (00:43 +0000)]
PCL Output: SVG not supported
PR: 22943
Submitted by: Chris Bowditch (bowditch_chris <at> hotmail.com)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196959
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Sun, 12 Oct 2003 20:06:57 +0000 (20:06 +0000)]
fix signature problem in inner class for InlineStackingLayoutManager -- attempt to pass BasicLink as an argument changed the signature of the overridden createArea() method, causing the superclass method to be used in error instead
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196958
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Sun, 12 Oct 2003 19:49:54 +0000 (19:49 +0000)]
fix typo
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196957
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Sun, 12 Oct 2003 19:49:30 +0000 (19:49 +0000)]
add fox:destination elements
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196956
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 11 Oct 2003 14:48:49 +0000 (14:48 +0000)]
Applied Tom DeWeese/Batik Team's SVG patches. New Batik.jar created from latest CVS build, using Batik's "all-jar" target.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196955
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Fri, 10 Oct 2003 15:56:57 +0000 (15:56 +0000)]
move static methods getCharWidth and getWordWidth from util.CharUtilities to instance methods in fonts.Font
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196954
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Fri, 10 Oct 2003 15:40:31 +0000 (15:40 +0000)]
open up access in misc places by either adding accessor methods or by loosening acess control
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196953
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 7 Oct 2003 21:22:04 +0000 (21:22 +0000)]
Document name switched from default "Java Printing" text to "FOP Document".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196952
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 7 Oct 2003 20:06:17 +0000 (20:06 +0000)]
Removed nonfunctional setParameter() function from XSLTInputHandler. (Bug 23624, submitted by Julien Cervelle).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196949
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Tue, 7 Oct 2003 00:44:31 +0000 (00:44 +0000)]
remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196948
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Tue, 7 Oct 2003 00:43:06 +0000 (00:43 +0000)]
port layout/FontState.getWordWidth from maintenance branch
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196947
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Tue, 7 Oct 2003 00:36:14 +0000 (00:36 +0000)]
port from maintenance branch the variables that are used to track an object's location in the input file
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196946
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Mon, 6 Oct 2003 16:55:58 +0000 (16:55 +0000)]
move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so that it automatically occurs for all LayoutStrategies
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196945
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Mon, 6 Oct 2003 16:38:48 +0000 (16:38 +0000)]
1. add an AreaTreeControl interface
2. make apps/Document implement it
3. tie the AreaTree to an AreaTreeControl object
4. clean up AreaTree to use its parent AreaTreeControl object
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196944
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Mon, 6 Oct 2003 16:06:11 +0000 (16:06 +0000)]
cleanup bookmark logic and doc a bit
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196943
13f79535 -47bb-0310-9956-
ffa450edef68
William Victor Mote [Mon, 6 Oct 2003 15:52:46 +0000 (15:52 +0000)]
move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to area/AreaTree:
1. because it is not layout related
2. so that it can be reused by other Layout Strategies
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196942
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 2 Oct 2003 00:32:02 +0000 (00:32 +0000)]
1. BodyRegion's clone() now including child areas (makes it a bona fide clone()
function, also AWTRenderer() needs it.)
2. Starting implementation of RenderWord() in AWTRenderer; also looking at an
alternate implementation (storing a series of BufferedImages instead of the area
tree elements); temporarily storing both strategies in this commit.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196941
13f79535 -47bb-0310-9956-
ffa450edef68