aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* changed 'bookmark' to 'bookmarks'Andreas L. Delmelle2004-11-141-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198145 13f79535-47bb-0310-9956-ffa450edef68
* reverting previous change: 'outline' -> 'bookmark'Andreas L. Delmelle2004-11-141-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198144 13f79535-47bb-0310-9956-ffa450edef68
* changed 'bookmarks' to 'outline' to avoid ValidateException for bookmarks ↵Andreas L. Delmelle2004-11-141-5/+5
| | | | | | extension git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198143 13f79535-47bb-0310-9956-ffa450edef68
* Patch 31206 by Luca Furini:Simon Pepping2004-11-1319-520/+745
| | | | | | | | | | | | | | | | | - 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
* added Mailing List itemsClay Leeds2004-11-121-1/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198141 13f79535-47bb-0310-9956-ffa450edef68
* removed &lt;!-- and --&gt; from <STYLE> section, which fixes "yes" ↵Clay Leeds2004-11-121-2/+0
| | | | | | background-color git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198140 13f79535-47bb-0310-9956-ffa450edef68
* Moved the constructor to the top.Glen Mazza2004-11-111-21/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198139 13f79535-47bb-0310-9956-ffa450edef68
* Two more unneeded initProperties() calls removed. Only four left to look at.Glen Mazza2004-11-112-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198138 13f79535-47bb-0310-9956-ffa450edef68
* Two unneeded implementations of initProperties() removed. (May not be ableGlen Mazza2004-11-112-12/+0
| | | | | | | | 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
* Moved to an IllegalArgumentException for getRegionViewport.Glen Mazza2004-11-102-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198136 13f79535-47bb-0310-9956-ffa450edef68
* Minor simplification to layoutStaticContent() method.Glen Mazza2004-11-101-11/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198135 13f79535-47bb-0310-9956-ffa450edef68
* re-added leading slash in '/compliance' xsl:template matchClay Leeds2004-11-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198134 13f79535-47bb-0310-9956-ffa450edef68
* updated colors to be light green - yes, light red - no, yellow - partialClay Leeds2004-11-101-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198133 13f79535-47bb-0310-9956-ffa450edef68
* Renamed book.xml to DnI.xml to prevent confusion with the forrestSimon Pepping2004-11-093-14/+14
| | | | | | | book.xml naming convention. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198132 13f79535-47bb-0310-9956-ffa450edef68
* swtiched to verbosity=0 limiting debug outputClay Leeds2004-11-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198131 13f79535-47bb-0310-9956-ffa450edef68
* updated to Cheche's versionClay Leeds2004-11-081-5/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198130 13f79535-47bb-0310-9956-ffa450edef68
* reverted to document-v13.dtd (couldn't get it to validate under ↵Clay Leeds2004-11-081-57/+57
| | | | | | document-v20.dtd) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198128 13f79535-47bb-0310-9956-ffa450edef68
* updated to enable wholesite.pdf/.html (not working yet)Clay Leeds2004-11-081-91/+91
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198127 13f79535-47bb-0310-9956-ffa450edef68
* removed all book.xml files (except DnI)Clay Leeds2004-11-085-262/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198126 13f79535-47bb-0310-9956-ffa450edef68
* updated to use 'external' fop-specific catalog.xcat file (catalog.fop.xcat)Clay Leeds2004-11-082-4/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198125 13f79535-47bb-0310-9956-ffa450edef68
* added XML catalog items (for DTD validation), and src/documentation/classes ↵Clay Leeds2004-11-082-0/+49
| | | | | | directory git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198124 13f79535-47bb-0310-9956-ffa450edef68
* Updates to achieve a /forrest/ BUILD SUCCESSSFUL for the xml-fop web site.Clay Leeds2004-11-068-837/+382
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198123 13f79535-47bb-0310-9956-ffa450edef68
* Correct handling of internal units (both twips and half-points are used)Jeremias Maerki2004-11-015-18/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198122 13f79535-47bb-0310-9956-ffa450edef68
* Logging a warning for a current limitation.Jeremias Maerki2004-11-011-20/+22
| | | | | | | Style git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198121 13f79535-47bb-0310-9956-ffa450edef68
* Word 2003 doesn't seem to understand "fldinst { PAGE }", so using \chpgn for ↵Jeremias Maerki2004-11-011-0/+6
| | | | | | now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198120 13f79535-47bb-0310-9956-ffa450edef68
* Avoid with certain NPEs.Jeremias Maerki2004-11-013-8/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198119 13f79535-47bb-0310-9956-ffa450edef68
* Fixed conversion from millipoints to half-pointsJeremias Maerki2004-11-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198118 13f79535-47bb-0310-9956-ffa450edef68
* Default border style should be NONE.Jeremias Maerki2004-11-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198117 13f79535-47bb-0310-9956-ffa450edef68
* Now compiles under JDK 5.0Jeremias Maerki2004-11-013-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198116 13f79535-47bb-0310-9956-ffa450edef68
* Removing tab characters againJeremias Maerki2004-11-013-32/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198115 13f79535-47bb-0310-9956-ffa450edef68
* Moved white-space-treatment from shorthands to "block and line related".Finn Bock2004-10-291-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198113 13f79535-47bb-0310-9956-ffa450edef68
* More properties implemented.Finn Bock2004-10-2918-58/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198112 13f79535-47bb-0310-9956-ffa450edef68
* The 'space-treatment' property has long ago been renamed toFinn Bock2004-10-292-7/+1
| | | | | | | 'white-space-treatment'. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198111 13f79535-47bb-0310-9956-ffa450edef68
* Bind some more of the implemented properties.Finn Bock2004-10-2918-106/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198110 13f79535-47bb-0310-9956-ffa450edef68
* Style fix.Finn Bock2004-10-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198109 13f79535-47bb-0310-9956-ffa450edef68
* More properties implement in the property subsystem.Finn Bock2004-10-293-36/+182
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198108 13f79535-47bb-0310-9956-ffa450edef68
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-2817-122/+153
| | | | | | | | 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
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-28104-704/+706
| | | | | | | | | property parsing and retrieval. PR: 31899 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198106 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-10-287-48/+52
| | | | | | | | | | | | | 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
* PR:Glen Mazza2004-10-279-47/+44
| | | | | | | | | | 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
* added site.xml to prepare for forrest-0.6Clay Leeds2004-10-271-0/+218
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198103 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup after PR 31699.Finn Bock2004-10-252-33/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198102 13f79535-47bb-0310-9956-ffa450edef68
* Register an Errorlistener to get messages placed in the log system.Finn Bock2004-10-251-1/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198101 13f79535-47bb-0310-9956-ffa450edef68
* Fix a regression in pdfoutline.fo, the method signature for addCharactersFinn Bock2004-10-241-0/+2
| | | | | | | changed during patch 31699. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198100 13f79535-47bb-0310-9956-ffa450edef68
* Fix a regression in pdfoutline.fo. Supply empty createPropertyList andFinn Bock2004-10-241-0/+24
| | | | | | | | | | | | | processNode methods since the extension elements handles all attributes themself. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198099 13f79535-47bb-0310-9956-ffa450edef68
* PR:Glen Mazza2004-10-2419-170/+108
| | | | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: 1.) Rename of interface Resolveable to Resolvable. (http://dictionary.reference.com/search?q=resolvable) 2.) Reordering of methods in AreaTreeHandler, removal of unneeded TreeExt array. 3.) Switch from AreaTreeModel.addExtension() to .handleExtension(). 4.) Removal of unneeded TreeExt.getName() (unused), getMimeType() (implementation of an Area Tree extension up to each renderer), and isResolvable() (code changed to use instanceof operator instead). 5.) Couple of minor layout bugs fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198098 13f79535-47bb-0310-9956-ffa450edef68
* changed &rarr; to &#x2192; in line 2245Clay Leeds2004-10-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198097 13f79535-47bb-0310-9956-ffa450edef68
* Fourth phase of performance improvement.Finn Bock2004-10-2020-75/+36
| | | | | | | | | - Misc cleanup. PR: 31699 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198096 13f79535-47bb-0310-9956-ffa450edef68
* Fourth phase of performance improvement.Finn Bock2004-10-207-5/+164
| | | | | | | | | - Add PropertyListMaker to support fo:maker and fo:retrieve-marker. PR: 31699 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198095 13f79535-47bb-0310-9956-ffa450edef68
* Fourth phase of performance improvement.Finn Bock2004-10-202-82/+4
| | | | | | | | | - Remove propertyList from FObj. PR: 31699 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198094 13f79535-47bb-0310-9956-ffa450edef68