]>
source.dussan.org Git - xmlgraphics-fop.git/log
Glen Mazza [Thu, 16 Dec 2004 01:03:04 +0000 (01:03 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed Runnable interface from PSLM; new method "activateLayout()" combines
former run() and doLayout() methods in PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198201
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Tue, 14 Dec 2004 23:16:44 +0000 (23:16 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
AreaTreeModel detached from BookmarkData; more code commenting.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198200
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 13 Dec 2004 22:59:02 +0000 (22:59 +0000)]
Modified pdfoutline to have two page sequences--makes it more useful for
testing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198199
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 12 Dec 2004 14:14:56 +0000 (14:14 +0000)]
Moved PDF bookmark creation to endDocument(). (Fixed bug, was being
created after each page sequence in document.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198198
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Fri, 10 Dec 2004 10:12:21 +0000 (10:12 +0000)]
Remove unused import statements.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198197
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Thu, 9 Dec 2004 15:53:36 +0000 (15:53 +0000)]
* created a new method which is called only once by LineLM.getNextBreakPoss() and subsequently calls findBreakingPoints() with different parameters until a set of breaking point is found
* renamed lastDeactivatedNode -> bestDeactivatedNode, and updated only if the node to deactivate is "better" than the old one (may need some fine-tuning)
* instead of the fallback() method, which created only one lineBreakPosition, a
new algorithm is used if Knuth's fails
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198196
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 9 Dec 2004 01:03:24 +0000 (01:03 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Moved bookmark creation to after end of document processing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198195
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 8 Dec 2004 18:52:32 +0000 (18:52 +0000)]
Make RTF output human-friendly by inserting line feeds.
Adding support for table cell padding.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198194
13f79535 -47bb-0310-9956-
ffa450edef68
Christian Geisert [Wed, 8 Dec 2004 03:15:55 +0000 (03:15 +0000)]
building and publishing the docs without forrestbot
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198193
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 7 Dec 2004 20:11:21 +0000 (20:11 +0000)]
Removed RetrieveMarkerLM. The LMs of the marker children are attached
in the LM tree as the direct children of the LM of the parent of the
RetrieveMarker. This patch solves bug 32253.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198192
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Mon, 6 Dec 2004 14:36:10 +0000 (14:36 +0000)]
Removing inactiveList, which is useless.
Thanks to Finn Bock for pointing this out.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198191
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Mon, 6 Dec 2004 13:55:18 +0000 (13:55 +0000)]
Using the constant LineLayoutManager.DEFAULT_SPACE_WIDTH instead of the font-dependant wordSpaceIPD.opt when creating auxiliary glue items for start and end alignment
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198190
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 6 Dec 2004 12:31:17 +0000 (12:31 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Reverted previous change; unintended check-in of this file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198189
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Mon, 6 Dec 2004 11:55:18 +0000 (11:55 +0000)]
Comments added
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198188
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 6 Dec 2004 05:37:17 +0000 (05:37 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed pretend "resolution" of still-unresolved idrefs at ATH.endDocument(). This was apparently done to force page rendering of remaining unresolved pages at RenderPagesModel.checkPreparedPages() (which requires a page to be completely resolved before rendering). Replacement code keeps unresolved idrefs unresolved, but explicitly forces page rendering for calls to checkPreparedPages() that originate from ATH.endDocument(). Comments welcome.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198187
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 6 Dec 2004 05:18:12 +0000 (05:18 +0000)]
* added Mac OS X CVS client info
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198186
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 6 Dec 2004 05:02:26 +0000 (05:02 +0000)]
* changed my address to clay.at.apache.org
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198185
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 4 Dec 2004 06:51:13 +0000 (06:51 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
More code commenting.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198184
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 2 Dec 2004 01:59:40 +0000 (01:59 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
More commenting, changed definition of isResolved() somewhat in LinkResolver and UnresolvedPageNumber.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198183
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 2 Dec 2004 01:36:09 +0000 (01:36 +0000)]
More commenting, slightly clearer method names.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198182
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 1 Dec 2004 01:45:21 +0000 (01:45 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Minor simplifications and more commenting added.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198181
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 30 Nov 2004 20:20:59 +0000 (20:20 +0000)]
Fixed a ClassCastException in rebind
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198180
13f79535 -47bb-0310-9956-
ffa450edef68
Christian Geisert [Mon, 29 Nov 2004 17:30:42 +0000 (17:30 +0000)]
replaced links to nagoya (Bugzilla/Eyebrowse) with (hopefully) more stables urls
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198179
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 29 Nov 2004 14:52:11 +0000 (14:52 +0000)]
fixed swapped links for Defoe & FOray
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198178
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 29 Nov 2004 08:45:14 +0000 (08:45 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) More cleanup/commenting of AreaTreeHandler. Removed the unused (disabled)
manual garbage collection code.
2.) Removed renderContainer from Renderer interface, not required.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198177
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 27 Nov 2004 19:58:35 +0000 (19:58 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Removed unused logger from FOEventHandler and commented the AreaTreeHandler
to make it more understandable (particularily idref resolving code.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198176
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 24 Nov 2004 21:07:31 +0000 (21:07 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) Removed unneeded enumeration interfaces from fo.Constants.
2.) Appended EN_ to enumeration constants to make them better S&R'able throughout app.
3.) Added an EN_INHERIT enumeration constant (although not currently used in the system.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198175
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 24 Nov 2004 19:48:41 +0000 (19:48 +0000)]
* commented out 'wholesite' links (wholesite.html/wholesite.pdf) which returns errors
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198174
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 24 Nov 2004 15:35:56 +0000 (15:35 +0000)]
* added commercial software dev's
o antenna house
o renderx
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198173
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 24 Nov 2004 15:32:05 +0000 (15:32 +0000)]
* added dev/fo
o dev/fo/*.fo
o dev/fo/*.pdf
* dev/svg files
o dev/svg/*.svg
o dev/svg/*.png
o dev/svg/*.pdf
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198172
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 24 Nov 2004 15:28:35 +0000 (15:28 +0000)]
UNNECESSARY BACKUP FILES REMOVED
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198171
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Mon, 22 Nov 2004 07:57:34 +0000 (07:57 +0000)]
Handle unknown subproperty names by logging an error message and ignoring
the property value.
PR: 32338
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198170
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sun, 21 Nov 2004 21:26:17 +0000 (21:26 +0000)]
* added http://www.w3.org/Style/XSL/ Extensible Stylesheet Language Family (XSL)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198169
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 15:28:45 +0000 (15:28 +0000)]
* backup of alt.design/
* backup of build/site w alt.design
* backup of build/site w/o alt.design
* backup of compliance.xml file (needs to be out of xdocs)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198168
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 15:09:15 +0000 (15:09 +0000)]
* backups of *.svg & *.fo
* backups of manually generated *.svg & *.png
(this took me a while! :-p)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198167
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 15:05:51 +0000 (15:05 +0000)]
* backed up sitemap.xmap & sitemap-0.5.xmap files
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198166
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 15:04:54 +0000 (15:04 +0000)]
* Modified short description for @alt for project-logo
* added xmlgraphics.a.o to breadcrumb trail
* Uncommented krysalis CSS colors
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198165
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 15:02:16 +0000 (15:02 +0000)]
* removed logocontest.html
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198164
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 15:00:56 +0000 (15:00 +0000)]
* added Defoe
* added FOray
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198163
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 15:00:18 +0000 (15:00 +0000)]
* commented out alt.design tab
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198162
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 14:59:39 +0000 (14:59 +0000)]
* added Desc for Compliance
* removed logocontest link
* removed alt.design structure
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198161
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 14:58:39 +0000 (14:58 +0000)]
removed link to logocontest.html
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198160
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 14:58:14 +0000 (14:58 +0000)]
* changed ML archive to:
http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=fop-dev@xml.apache.org
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198159
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 14:56:32 +0000 (14:56 +0000)]
* removed alt.design
* changed nagoya.a.o to mail-archives.a.o
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198158
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 14:53:29 +0000 (14:53 +0000)]
moved compliance.xml to 'rendered' compliance.ihtml as workaround to forrest problem (I punted)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198157
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 14:52:37 +0000 (14:52 +0000)]
moved compliance.xml to compliance.ihtml as workaround
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198156
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 20 Nov 2004 14:51:17 +0000 (14:51 +0000)]
changed skin to pelt
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198155
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 17 Nov 2004 20:19:11 +0000 (20:19 +0000)]
removed bad file (still working to get this file generated)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198154
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 17 Nov 2004 20:01:42 +0000 (20:01 +0000)]
* added fo/*.fo
* added fo/*.fo/pdf
* added fo/images/fop.jpg
NOTE: these files may need to be moved later.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198153
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 17 Nov 2004 19:54:23 +0000 (19:54 +0000)]
* added files for SVG conversion (*.png & *.pdf)
* added logo.jpg file (required by images.svg)
NOTE: these files may need to be 'moved' elsewhere but I'm adding it here for now.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198152
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 17 Nov 2004 18:57:15 +0000 (18:57 +0000)]
updated to preferred (albeit deprecated - d'oh!) color system
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198151
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 17 Nov 2004 18:56:11 +0000 (18:56 +0000)]
added gzip'd archive links (http://xml.apache.org/mail/fop-dev/ & http://xml.apache.org/mail/fop-user/)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198150
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 17 Nov 2004 18:55:02 +0000 (18:55 +0000)]
* updated wholesite.html/wholesite.pdf to forrest-0.6
* commented wholesite.html/wholesite.pdf out due to bug
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198149
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Tue, 16 Nov 2004 17:03:35 +0000 (17:03 +0000)]
added pdftk
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198148
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 15 Nov 2004 21:01:40 +0000 (21:01 +0000)]
Made RetrieveMarkerLM implement InlineLevelLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198147
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Mon, 15 Nov 2004 20:58:20 +0000 (20:58 +0000)]
A quick and dirty hack to prevent the IndexOutOfBoundsException
reported in bug 32174.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198146
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 14 Nov 2004 20:20:43 +0000 (20:20 +0000)]
changed 'bookmark' to 'bookmarks'
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198145
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 14 Nov 2004 20:08:44 +0000 (20:08 +0000)]
reverting previous change: 'outline' -> 'bookmark'
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198144
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Sun, 14 Nov 2004 19:28:28 +0000 (19:28 +0000)]
changed 'bookmarks' to 'outline' to avoid ValidateException for bookmarks extension
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198143
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Sat, 13 Nov 2004 20:37:17 +0000 (20:37 +0000)]
Patch 31206 by Luca Furini:
- A new interface InlineLevelLayoutManager, implemented by LeafNodeLM,
InlineLM, TextLM, BasicLinkLM and ContentLM
- Leaders with pattern "use-content" and "dots" now works
- Better handling of preserved linefeeds
- Correct calculation of the lineheight, according to the value of the
property vertical-align
For a few points which may need further work, see the bugzilla page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198142
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Fri, 12 Nov 2004 23:32:10 +0000 (23:32 +0000)]
added Mailing List items
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198141
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Fri, 12 Nov 2004 18:52:54 +0000 (18:52 +0000)]
removed <!-- and --> from <STYLE> section, which fixes "yes" background-color
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198140
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 11 Nov 2004 08:11:07 +0000 (08:11 +0000)]
Moved the constructor to the top.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198139
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 11 Nov 2004 06:51:58 +0000 (06:51 +0000)]
Two more unneeded initProperties() calls removed. Only four left to look at.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198138
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 11 Nov 2004 06:38:11 +0000 (06:38 +0000)]
Two unneeded implementations of initProperties() removed. (May not be able
to remove all due to processing logic requirements, but these two at
least weren't needed.)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198137
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 10 Nov 2004 11:13:34 +0000 (11:13 +0000)]
Moved to an IllegalArgumentException for getRegionViewport.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198136
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 10 Nov 2004 11:01:03 +0000 (11:01 +0000)]
Minor simplification to layoutStaticContent() method.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198135
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 10 Nov 2004 05:43:55 +0000 (05:43 +0000)]
re-added leading slash in '/compliance' xsl:template match
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198134
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 10 Nov 2004 05:42:48 +0000 (05:42 +0000)]
updated colors to be light green - yes, light red - no, yellow - partial
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198133
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 9 Nov 2004 20:56:33 +0000 (20:56 +0000)]
Renamed book.xml to DnI.xml to prevent confusion with the forrest
book.xml naming convention.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198132
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Tue, 9 Nov 2004 00:20:00 +0000 (00:20 +0000)]
swtiched to verbosity=0 limiting debug output
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198131
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 8 Nov 2004 05:11:22 +0000 (05:11 +0000)]
updated to Cheche's version
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198130
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 8 Nov 2004 05:06:39 +0000 (05:06 +0000)]
updated to use css-based 'pelt' skin
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198129
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 8 Nov 2004 04:51:32 +0000 (04:51 +0000)]
reverted to document-v13.dtd (couldn't get it to validate under document-v20.dtd)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198128
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 8 Nov 2004 04:50:46 +0000 (04:50 +0000)]
updated to enable wholesite.pdf/.html (not working yet)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198127
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 8 Nov 2004 04:26:29 +0000 (04:26 +0000)]
removed all book.xml files (except DnI)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198126
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 8 Nov 2004 04:22:33 +0000 (04:22 +0000)]
updated to use 'external' fop-specific catalog.xcat file (catalog.fop.xcat)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198125
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 8 Nov 2004 03:55:21 +0000 (03:55 +0000)]
added XML catalog items (for DTD validation), and src/documentation/classes directory
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198124
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Sat, 6 Nov 2004 16:57:40 +0000 (16:57 +0000)]
Updates to achieve a /forrest/ BUILD SUCCESSSFUL for the xml-fop web site.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198123
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 15:04:50 +0000 (15:04 +0000)]
Correct handling of internal units (both twips and half-points are used)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198122
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 15:04:03 +0000 (15:04 +0000)]
Logging a warning for a current limitation.
Style
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198121
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 15:00:43 +0000 (15:00 +0000)]
Word 2003 doesn't seem to understand "fldinst { PAGE }", so using \chpgn for now.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198120
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 12:39:14 +0000 (12:39 +0000)]
Avoid with certain NPEs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198119
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 12:38:48 +0000 (12:38 +0000)]
Fixed conversion from millipoints to half-points
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198118
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 12:38:07 +0000 (12:38 +0000)]
Default border style should be NONE.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198117
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 09:32:25 +0000 (09:32 +0000)]
Now compiles under JDK 5.0
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198116
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 09:17:35 +0000 (09:17 +0000)]
Removing tab characters again
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198115
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 1 Nov 2004 09:16:23 +0000 (09:16 +0000)]
Fixed compile error
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198114
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Fri, 29 Oct 2004 12:36:50 +0000 (12:36 +0000)]
Moved white-space-treatment from shorthands to "block and line related".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198113
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Fri, 29 Oct 2004 11:19:37 +0000 (11:19 +0000)]
More properties implemented.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198112
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Fri, 29 Oct 2004 10:35:03 +0000 (10:35 +0000)]
The 'space-treatment' property has long ago been renamed to
'white-space-treatment'.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198111
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Fri, 29 Oct 2004 10:20:55 +0000 (10:20 +0000)]
Bind some more of the implemented properties.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198110
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Fri, 29 Oct 2004 10:12:34 +0000 (10:12 +0000)]
Style fix.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198109
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Fri, 29 Oct 2004 09:17:34 +0000 (09:17 +0000)]
More properties implement in the property subsystem.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198108
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Thu, 28 Oct 2004 15:21:54 +0000 (15:21 +0000)]
Removed special case handling of "auto" enum for length properties.
Added general support for "auto" and other enums on Length and Numeric
properties.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198107
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Thu, 28 Oct 2004 10:00:25 +0000 (10:00 +0000)]
New exception hierarchy rooted in SAXException and throw clauses on
property parsing and retrieval.
PR: 31899
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198106
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 28 Oct 2004 00:06:47 +0000 (00:06 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
1.) Changed OffDocumentItem from an interface to an abstract base class.
2.) Removed the "extensions" package.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198105
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 27 Oct 2004 23:36:33 +0000 (23:36 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Rename of TreeExt interface to somewhat more intuitive OffDocumentItem.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198104
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 27 Oct 2004 21:08:04 +0000 (21:08 +0000)]
added site.xml to prepare for forrest-0.6
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198103
13f79535 -47bb-0310-9956-
ffa450edef68
Finn Bock [Mon, 25 Oct 2004 14:57:59 +0000 (14:57 +0000)]
Cleanup after PR 31699.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198102
13f79535 -47bb-0310-9956-
ffa450edef68