aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Placed the PSLM.curFlowIdx within the area.Span object, and addedGlen Mazza2005-05-144-61/+102
| | | | | | | | 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
* Providing the region FO to RegionReference, so it is no longerGlen Mazza2005-05-145-48/+38
| | | | | | | | 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
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-1397-3047/+10434
| | | | | | | 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
* added Renaud's update to fix the mailing list pageClay Leeds2005-04-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198588 13f79535-47bb-0310-9956-ffa450edef68
* added id="lf" for Luca FuriniClay Leeds2005-04-201-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198587 13f79535-47bb-0310-9956-ffa450edef68
* contrib -> examples (this was moved long ago)Jeremias Maerki2005-04-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198575 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #34316Jeremias Maerki2005-04-062-6/+26
| | | | | | | | | 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
* Described the use of the ant variable hyph.dirSimon Pepping2005-03-291-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198553 13f79535-47bb-0310-9956-ffa450edef68
* Adding a news item for the creation of the XML Graphics project.Jeremias Maerki2005-03-241-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198548 13f79535-47bb-0310-9956-ffa450edef68
* Long-due update for the status page.Jeremias Maerki2005-03-241-16/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198547 13f79535-47bb-0310-9956-ffa450edef68
* Moving the SVG originals out of the way to avoid trouble. My Forrest seems ↵Jeremias Maerki2005-03-235-0/+0
| | | | | | 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
* Moved files to be served "as-is" directly under the content directory. Zero ↵Jeremias Maerki2005-03-2314-0/+0
| | | | | | | | | 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
* Validation fix.Jeremias Maerki2005-03-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198543 13f79535-47bb-0310-9956-ffa450edef68
* Moved files to be served "as-is" directly under the content directory to fix ↵Jeremias Maerki2005-03-2317-5/+5
| | | | | | 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
* Disabled the links that indirectly (through the sitemap) referenced ↵Jeremias Maerki2005-03-231-2/+2
| | | | | | 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
* Fixed validation problem.Jeremias Maerki2005-03-231-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198536 13f79535-47bb-0310-9956-ffa450edef68
* PR:Andreas L. Delmelle2005-03-212-83/+43
| | | | | | | | | | 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
* Convenience method for checking "auto" enum value on a property. Makes code ↵Jeremias Maerki2005-03-181-0/+6
| | | | | | more readable. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198506 13f79535-47bb-0310-9956-ffa450edef68
* Reenabling consistency check.Jeremias Maerki2005-03-181-51/+49
| | | | | | | 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
* More accessors on block-containers.Jeremias Maerki2005-03-182-27/+48
| | | | | | | Javadocs touch-up git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198504 13f79535-47bb-0310-9956-ffa450edef68
* Slight deviation from the template.Jeremias Maerki2005-03-181-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198503 13f79535-47bb-0310-9956-ffa450edef68
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-1626-55/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198499 13f79535-47bb-0310-9956-ffa450edef68
* 1.) Moved setting of idp value into Span constructor because the class is in anGlen Mazza2005-03-162-95/+47
| | | | | | | | | | | | 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
* Updated FOP example graphic to include more content & imageClay Leeds2005-03-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198497 13f79535-47bb-0310-9956-ffa450edef68
* More simplifications to PSLM.Glen Mazza2005-03-144-76/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198493 13f79535-47bb-0310-9956-ffa450edef68
* Removing illegal tab characters.Jeremias Maerki2005-03-131-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198492 13f79535-47bb-0310-9956-ffa450edef68
* More simplifications to PSLM.Glen Mazza2005-03-131-25/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198491 13f79535-47bb-0310-9956-ffa450edef68
* More simplifications to PSLM.Glen Mazza2005-03-132-47/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198490 13f79535-47bb-0310-9956-ffa450edef68
* Stray "x" removed.Glen Mazza2005-03-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198489 13f79535-47bb-0310-9956-ffa450edef68
* Lots of smaller updates:Jeremias Maerki2005-03-128-42/+64
| | | | | | | | | | - 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
* Moving Peter to inactive list.Jeremias Maerki2005-03-121-7/+9
| | | | | | | Updates for my entry. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198487 13f79535-47bb-0310-9956-ffa450edef68
* Changed the mailing list addresses.Jeremias Maerki2005-03-121-10/+14
| | | | | | | | 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
* More simplifications to PSLM.Glen Mazza2005-03-123-48/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198485 13f79535-47bb-0310-9956-ffa450edef68
* Minor simplifications to PSLM.Glen Mazza2005-03-121-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198484 13f79535-47bb-0310-9956-ffa450edef68
* Minor simplification to PSLM.Glen Mazza2005-03-122-17/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198483 13f79535-47bb-0310-9956-ffa450edef68
* SpacePropertyMaker to handle conditionality as defined by the spec:Jeremias Maerki2005-03-112-4/+57
| | | | | | | | "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
* Convenience method to access conditionality component.Jeremias Maerki2005-03-111-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198479 13f79535-47bb-0310-9956-ffa450edef68
* Additional accessors.Jeremias Maerki2005-03-111-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198478 13f79535-47bb-0310-9956-ffa450edef68
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-1112-66/+78
| | | | | | | 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
* Minor code nitpick.Glen Mazza2005-03-101-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198476 13f79535-47bb-0310-9956-ffa450edef68
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-109-57/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198475 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring of Knuth line breaking code (including some speed improvements)Jeremias Maerki2005-03-088-621/+880
| | | | | | | | 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
* Resurrected AWT/Java2D rendererJeremias Maerki2005-03-084-217/+1442
| | | | | | | | | | | | | 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
* More simplifications to PSLM.Glen Mazza2005-03-056-21/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198471 13f79535-47bb-0310-9956-ffa450edef68
* Validation added for five more FO's.Glen Mazza2005-03-056-11/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198470 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2005-03-053-6/+28
| | | | | | | | | | 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
* ----------------------------------------------------------------------Glen Mazza2005-03-051-0/+4
| | | | | | | Validation bug fixed on fo:table. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198468 13f79535-47bb-0310-9956-ffa450edef68
* Validation for fo:table and fo:table-header added, some minor ↵Glen Mazza2005-03-057-43/+119
| | | | | | simplifications in other places. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198466 13f79535-47bb-0310-9956-ffa450edef68
* Corrected a validation problem. Made TableFooter use TableBody's validation.Simon Pepping2005-03-022-47/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198465 13f79535-47bb-0310-9956-ffa450edef68
* Added Renaud to our team page as a contributor.Glen Mazza2005-03-021-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198464 13f79535-47bb-0310-9956-ffa450edef68