]>
source.dussan.org Git - xmlgraphics-fop.git/log
Jeremias Maerki [Mon, 23 May 2005 13:07:35 +0000 (13:07 +0000)]
Element list logging facility resurrected as an ElementListObserver (see LoggingElementListObserver).
DebugHelper registers that logging facility. Add a call to your own test apps to log element lists.
Added an additional check implementation for the layout engine checker which allows checking of Knuth element lists using the ElementListObserver. (Usage example: See keep-together2.xml)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198670
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 23 May 2005 13:02:41 +0000 (13:02 +0000)]
First step towards keep-together on tables (should work on table-rows now).
Logging of element lists removed from AbstractBreaker.
Instead creates ElementListObserver which receives notifications on newly created element lists so they can be logged, checked or whatever. Please see the next commit under the "test" directory.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198669
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 23 May 2005 08:40:36 +0000 (08:40 +0000)]
Code cleanup and some javadocs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198668
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 23 May 2005 07:53:05 +0000 (07:53 +0000)]
Additional ppm indicator especially interesting for those of us doing high-volume printing.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198667
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 23 May 2005 07:43:05 +0000 (07:43 +0000)]
Fixes for a few minor problems in certain special cases.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198666
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 22 May 2005 17:21:21 +0000 (17:21 +0000)]
Removed reference to my company.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198665
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 20 May 2005 06:47:44 +0000 (06:47 +0000)]
Output vertical position of text area in area tree XML.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198664
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 20 May 2005 06:38:21 +0000 (06:38 +0000)]
Using vertical-align="top" instead of "super". (thanks Luca)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198663
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Thu, 19 May 2005 16:41:29 +0000 (16:41 +0000)]
Correction to footnotes handling: break a footnote body only if its citation is in the last content line.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198662
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 16:47:57 +0000 (16:47 +0000)]
I love my testcases. table-row1 just showed me another bug. :-)
Bugfix: row background did not get painted in certain situations. rowFO was reset too soon.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198661
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 16:36:40 +0000 (16:36 +0000)]
Comment corrected. New location of the method to be implemented.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198660
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 16:25:21 +0000 (16:25 +0000)]
footnotes2 demonstrates current flaws.
table-cell3a finally works now.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198659
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 16:24:25 +0000 (16:24 +0000)]
Test would have passed now, had I gotten the checks below the first right.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198658
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 16:17:07 +0000 (16:17 +0000)]
Different interpretation now, so expected results change, too.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198657
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 16:09:41 +0000 (16:09 +0000)]
Testcase for page-number-citation
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198656
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 16:03:38 +0000 (16:03 +0000)]
Bugfix for a ClassCastException on autoheight block-containers where Position instances come through for normal penalties between blocks.
Additional fix so a distinction is made between space-related positions and the penalties that caused the problem above.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198655
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 15:30:57 +0000 (15:30 +0000)]
Can remove a few testcases. I'm still counting around 20 failing and will update this file while working through the testcases.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198654
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 15:25:52 +0000 (15:25 +0000)]
Code cleanup.
Some style fixes.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198653
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 15:25:11 +0000 (15:25 +0000)]
Bugfix for space-after on fixed-height block-containers.
Code cleanup.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198652
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 15:23:09 +0000 (15:23 +0000)]
Bugfix for space-after situation in block-containers.
Javadocs for protected variables.
Make two private variables protected as they are used by descendants, too.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198651
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 15:20:55 +0000 (15:20 +0000)]
display-align for block-container now works slightly differently. Tests adjusted accordingly. The output is still the same, visually.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198650
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 11:55:56 +0000 (11:55 +0000)]
display-align for block-container now works slightly differently. Tests adjusted accordingly. The output is still the same, visually.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198649
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 09:00:45 +0000 (09:00 +0000)]
Bugfix: Footnote appears now even if inline part is empty. (see footnotes2.xml in testcases)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198648
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 08:59:36 +0000 (08:59 +0000)]
Handle empty inlines/blocks better.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198647
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 08:57:11 +0000 (08:57 +0000)]
Second footnote example. Demonstrates a couple of minor problems that currently exist.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198646
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 07:56:42 +0000 (07:56 +0000)]
First footnotes check without separator. (Note: vertical-align on fo:inline is currently ignored/NYI)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198645
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 18 May 2005 06:35:39 +0000 (06:35 +0000)]
Removed obsolete code.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198644
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 17:00:25 +0000 (17:00 +0000)]
Removed a lot of obsolete code from the old page breaking approach.
Some style improvements here and there.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198643
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 16:58:52 +0000 (16:58 +0000)]
Bugfix: Area generated by page-number is now cloned for each addAreas() call.
Bugfix: page-number-citations are now properly resolved. The new method in AreaTreeHandler may not be optimal, but I haven't found a better way, yet.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198642
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 16:53:58 +0000 (16:53 +0000)]
log translation only.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198641
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 16:52:25 +0000 (16:52 +0000)]
Imports.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198640
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 16:47:23 +0000 (16:47 +0000)]
Bugfix for flow IPD not being set correctly.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198639
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Tue, 17 May 2005 14:38:16 +0000 (14:38 +0000)]
Footnote implementation: new files
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198638
13f79535 -47bb-0310-9956-
ffa450edef68
Luca Furini [Tue, 17 May 2005 14:30:33 +0000 (14:30 +0000)]
Footnote implementation: changes to existing files
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198637
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 10:06:29 +0000 (10:06 +0000)]
Bugfix: When a grid unit is incomplete at the page break, it is not rendered on the first page.
Reported By: Simon Pepping
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198636
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 09:10:40 +0000 (09:10 +0000)]
Bugfix: Removal of last penalty is fixed now.
Cleanup, style improvements and javadocs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198635
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 07:02:14 +0000 (07:02 +0000)]
Converted System.out calls to logger calls.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198634
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 17 May 2005 07:00:15 +0000 (07:00 +0000)]
Better error message if the image class can't be instantiated.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198633
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 16 May 2005 02:54:19 +0000 (02:54 +0000)]
Backtracked a bit with SCLM: switched to providing the Region FO
instead of the region-reference-area, the latter obtainable already
from getCurrentPV().
Switched to a tighter 3-param SCLM constructor, also new
convenience method in PV.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198632
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 14 May 2005 19:35:50 +0000 (19:35 +0000)]
Comment reunited with its method.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198631
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 14 May 2005 19:28:32 +0000 (19:28 +0000)]
PSLM.getParentArea() consolidated into FLM's version; preLoadList()
preLoadNext() renamed to clearer createChildLMs()/createNextChildLMs().
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198630
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 14 May 2005 16:41:45 +0000 (16:41 +0000)]
Placed the PSLM.curFlowIdx within the area.Span object, and added
a few more convenience accessors to PV. This will give us a little more
flexibility in which LM's we place functionality.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198629
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 14 May 2005 05:22:16 +0000 (05:22 +0000)]
Providing the region FO to RegionReference, so it is no longer
necessary for PSLM to separately supply it to SCLM.
Some simplification of SCLM's Breaker class.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198628
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 13 May 2005 19:16:54 +0000 (19:16 +0000)]
Merge of branch Temp_KnuthStylePageBreaking back into HEAD.
Temp_KnuthStylePageBreaking branch and HEAD have been tagged prior to the merge, so merging uncommitted work from the branch should be easier.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198627
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 20 Apr 2005 18:48:38 +0000 (18:48 +0000)]
added Renaud's update to fix the mailing list page
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198588
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Wed, 20 Apr 2005 17:33:28 +0000 (17:33 +0000)]
added id="lf" for Luca Furini
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198587
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 8 Apr 2005 12:41:33 +0000 (12:41 +0000)]
contrib -> examples (this was moved long ago)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198575
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 6 Apr 2005 07:10:06 +0000 (07:10 +0000)]
Bugzilla #34316
Documentation improvements
(applied with modifications)
Submitted by: renaud.richardet.at.gmail.com
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198564
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 29 Mar 2005 19:07:28 +0000 (19:07 +0000)]
Described the use of the ant variable hyph.dir
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198553
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Tue, 29 Mar 2005 19:06:08 +0000 (19:06 +0000)]
Reverted to a single hyphenation target
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198552
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 24 Mar 2005 08:18:58 +0000 (08:18 +0000)]
Adding a news item for the creation of the XML Graphics project.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198548
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 24 Mar 2005 08:18:25 +0000 (08:18 +0000)]
Long-due update for the status page.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198547
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 23 Mar 2005 21:33:19 +0000 (21:33 +0000)]
Moving the SVG originals out of the way to avoid trouble. My Forrest seems to have a problem. Serving the pregenerated PNGs for now.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198545
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 23 Mar 2005 21:25:30 +0000 (21:25 +0000)]
Moved files to be served "as-is" directly under the content directory. Zero error messages now in my Forrest.
PDF manually generated for embedding.fo using FOP CVS HEAD.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198544
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 23 Mar 2005 21:18:06 +0000 (21:18 +0000)]
Validation fix.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198543
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 23 Mar 2005 21:08:03 +0000 (21:08 +0000)]
Moved files to be served "as-is" directly under the content directory to fix a problem with Forrest wanting to run SVG through FOP.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198542
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 23 Mar 2005 20:19:15 +0000 (20:19 +0000)]
Disabled the links that indirectly (through the sitemap) referenced status.xml in FOP's root directory.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198541
13f79535 -47bb-0310-9956-
ffa450edef68
Simon Pepping [Wed, 23 Mar 2005 19:29:57 +0000 (19:29 +0000)]
Added the missing timestamp information. Used W3C Schema DateTime type.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198540
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Wed, 23 Mar 2005 10:58:03 +0000 (10:58 +0000)]
Fixed validation problem.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198536
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Mon, 21 Mar 2005 20:19:06 +0000 (20:19 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Updated xdocs to reflect the relocation of the hyphenation patterns to OFFO
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198533
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Mon, 21 Mar 2005 20:17:15 +0000 (20:17 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Added 'hyphenation-jar' build target,
Upated startup scripts to include the compiled jar-file
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198532
13f79535 -47bb-0310-9956-
ffa450edef68
Andreas L. Delmelle [Mon, 21 Mar 2005 20:15:25 +0000 (20:15 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
Moved src/hyph to hyph
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198531
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 18 Mar 2005 08:11:48 +0000 (08:11 +0000)]
Convenience method for checking "auto" enum value on a property. Makes code more readable.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198506
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 18 Mar 2005 08:11:02 +0000 (08:11 +0000)]
Reenabling consistency check.
Had to rename "bChecked" to "consistent" because that first check in checkConsistency() somehow malfunctioned with the other name. Very weird.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198505
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 18 Mar 2005 08:08:25 +0000 (08:08 +0000)]
More accessors on block-containers.
Javadocs touch-up
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198504
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 18 Mar 2005 08:07:24 +0000 (08:07 +0000)]
Slight deviation from the template.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198503
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 18 Mar 2005 07:47:53 +0000 (07:47 +0000)]
Have to switch off widows and orphans so the results don't get affected by them.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198502
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 17 Mar 2005 16:02:51 +0000 (16:02 +0000)]
More text so that the block really breaks to a second line.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198501
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Thu, 17 Mar 2005 13:34:00 +0000 (13:34 +0000)]
Test for text-indent following the issue on fop-users (without checks so far).
My local code with the Knuth page breaking seems to handle the test case well.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198500
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 16 Mar 2005 23:18:43 +0000 (23:18 +0000)]
Changed from addChild(Area) to clearer addChildArea(Area).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198499
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Wed, 16 Mar 2005 02:38:12 +0000 (02:38 +0000)]
1.) Moved setting of idp value into Span constructor because the class is in an
invalid state without it.
2.) Creating first column/normal flow by default in Span, as this class
must have at least one column to be valid.
3.) More simplifications, clarifications in PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198498
13f79535 -47bb-0310-9956-
ffa450edef68
Clay Leeds [Mon, 14 Mar 2005 16:04:37 +0000 (16:04 +0000)]
Updated FOP example graphic to include more content & image
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198497
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 14 Mar 2005 08:59:18 +0000 (08:59 +0000)]
Removed obsolete Checkstyle configuration files. Please use Checkstyle 3.5 from now on.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198496
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 14 Mar 2005 08:52:05 +0000 (08:52 +0000)]
Fixed checkstyle warnings.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198495
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Mon, 14 Mar 2005 08:51:26 +0000 (08:51 +0000)]
checkstyle.header updated (does not check copyright years anymore, because it shouldn't. pattern extended to include $Id$ and package)
Config file for Checkstyle 3.5 (build.xml uses that now)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198494
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Mon, 14 Mar 2005 01:34:26 +0000 (01:34 +0000)]
More simplifications to PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198493
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sun, 13 Mar 2005 10:52:28 +0000 (10:52 +0000)]
Removing illegal tab characters.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198492
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 13 Mar 2005 07:31:51 +0000 (07:31 +0000)]
More simplifications to PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198491
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sun, 13 Mar 2005 04:14:04 +0000 (04:14 +0000)]
More simplifications to PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198490
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 12 Mar 2005 16:53:21 +0000 (16:53 +0000)]
Stray "x" removed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198489
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 12 Mar 2005 16:39:37 +0000 (16:39 +0000)]
Lots of smaller updates:
- mailing list archive links
- XML -> XML Graphics
- Defoe -> Folio
etc.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198488
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 12 Mar 2005 15:32:08 +0000 (15:32 +0000)]
Moving Peter to inactive list.
Updates for my entry.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198487
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Sat, 12 Mar 2005 15:31:28 +0000 (15:31 +0000)]
Changed the mailing list addresses.
Added note about the current brokenness of the Eyebrowse and MARC archives.
Added note about where to find fop-dev.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198486
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 12 Mar 2005 02:14:39 +0000 (02:14 +0000)]
More simplifications to PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198485
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 12 Mar 2005 01:56:33 +0000 (01:56 +0000)]
Minor simplifications to PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198484
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 12 Mar 2005 01:29:06 +0000 (01:29 +0000)]
Minor simplification to PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198483
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 11 Mar 2005 15:58:08 +0000 (15:58 +0000)]
Test case for space conditionality (without checks ATM)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198482
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 11 Mar 2005 13:35:58 +0000 (13:35 +0000)]
Helper blocks to 1) help visualize the testcase and 2) make sure the space-after block area is not discarded by the LM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198481
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 11 Mar 2005 13:33:32 +0000 (13:33 +0000)]
SpacePropertyMaker to handle conditionality as defined by the spec:
"The .conditionality component of any space-before or space-after determined
from a margin property is set to "retain"."
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198480
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 11 Mar 2005 13:28:08 +0000 (13:28 +0000)]
Convenience method to access conditionality component.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198479
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Fri, 11 Mar 2005 13:27:37 +0000 (13:27 +0000)]
Additional accessors.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198478
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Fri, 11 Mar 2005 07:23:43 +0000 (07:23 +0000)]
1.) More commenting, some simplifications in the Area classes and PSLM.
2.) Renamed Area.Flow to NormalFlow, uglier but more in conformance with the Recommendation (normal-flow-reference-area) and more specific/easier to understand.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198477
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 10 Mar 2005 23:41:53 +0000 (23:41 +0000)]
Minor code nitpick.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198476
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Thu, 10 Mar 2005 23:32:45 +0000 (23:32 +0000)]
Validation added for master-name and master-reference properties.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198475
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 8 Mar 2005 15:03:06 +0000 (15:03 +0000)]
Refactoring of Knuth line breaking code (including some speed improvements)
Bugzilla: #32612
Submitted by: Finn Bock <bckfnn.at.worldonline.dk>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198474
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 8 Mar 2005 14:52:29 +0000 (14:52 +0000)]
Fix validation error.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198473
13f79535 -47bb-0310-9956-
ffa450edef68
Jeremias Maerki [Tue, 8 Mar 2005 11:47:55 +0000 (11:47 +0000)]
Resurrected AWT/Java2D renderer
Submitted by: Renaud Richardet <renaud.richardet.at.gmail.com>
Modifications to the patch:
- correct copyright years
- warning message when EPS files are used as images
- removed/commented hard-coded path names, should be improved by loading the image from an InputStream obtained throug the user agent
- Enabled loading images from the bitmap array coming from FopImage. There are hard-coded value which need to be fixed but they show the approach.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198472
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 5 Mar 2005 19:53:13 +0000 (19:53 +0000)]
More simplifications to PSLM.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198471
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 5 Mar 2005 04:52:06 +0000 (04:52 +0000)]
Validation added for five more FO's.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198470
13f79535 -47bb-0310-9956-
ffa450edef68
Glen Mazza [Sat, 5 Mar 2005 04:10:36 +0000 (04:10 +0000)]
PR:
Obtained from:
Submitted by:
Reviewed by:
validateChildNode() for fo:list-item-body implemented; redundant check in flow removed.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198469
13f79535 -47bb-0310-9956-
ffa450edef68