aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/tools
Commit message (Collapse)AuthorAgeFilesLines
* rtf renderer selection mechanism added, no rtf renderer yetBertrand Delacretaz2002-10-311-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195396 13f79535-47bb-0310-9956-ffa450edef68
* Fixed FOP anttaskChristian Geisert2002-09-151-3/+5
| | | | | | | Added task for example PDF generation git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195191 13f79535-47bb-0310-9956-ffa450edef68
* removed old configurationKeiron Liddle2002-09-043-22/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195149 13f79535-47bb-0310-9956-ffa450edef68
* implemeneted leader with leader-pattern of ruleKeiron Liddle2002-08-221-6/+7
| | | | | | | adjusts line area ipd to best fit (spaces not handled yet) and aligns git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195112 13f79535-47bb-0310-9956-ffa450edef68
* First batch of changes for preparation for adoption of Avalon patterns. Only ↵Jeremias Maerki2002-08-073-57/+48
| | | | | | changes on logging for now. Mostly usage of LogEnabled contract interface. Separate mail follows. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195068 13f79535-47bb-0310-9956-ffa450edef68
* fixed master-name and a test setup problemKeiron Liddle2002-07-311-0/+1
| | | | | | | | as suggested by: Peter Kullmann <p.kullmann@arenae.ch> fixed line endings git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195040 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up the font state a bitKeiron Liddle2002-07-231-15/+12
| | | | | | | | | exception only thrown after setup as exception indicates invalid setup only font name key and size are set on the area tree FontState used as handler to get metric info git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195024 13f79535-47bb-0310-9956-ffa450edef68
* changed pdf streams to use io streams so that theyKeiron Liddle2002-05-271-2/+3
| | | | | | | | can be cached Submitted by: Paul Reavis <preavis@partnersoft.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194841 13f79535-47bb-0310-9956-ffa450edef68
* PR:Karen Lease2002-05-261-81/+17
| | | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Separate Position from BreakPoss and create Leaf and NonLeafPosition classes. Move management of Trait to top level Area class and use HAshMap instead of List. Generalize handling of Trait in XMLRenderer and AreaTreeBuilder. Improve handling of word-space and inter-area inline spaces in BP-style layout managers. Set border and padding traits on InlineParent areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194840 13f79535-47bb-0310-9956-ffa450edef68
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-113-59/+11
| | | | | | | Submitted by: Michael Gratton <mjg@recalldesign.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194733 13f79535-47bb-0310-9956-ffa450edef68
* changed property to trait for areasKeiron Liddle2002-03-211-20/+20
| | | | | | | added ipd to area git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194713 13f79535-47bb-0310-9956-ffa450edef68
* does a bit better job at adding text to line areaKeiron Liddle2002-02-111-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194637 13f79535-47bb-0310-9956-ffa450edef68
* buffered output streamKeiron Liddle2002-01-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194621 13f79535-47bb-0310-9956-ffa450edef68
* does some basic text into pdf and svg output just for a startKeiron Liddle2002-01-083-242/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194617 13f79535-47bb-0310-9956-ffa450edef68
* updated to use style task and removed xslt taskKeiron Liddle2001-12-181-299/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194611 13f79535-47bb-0310-9956-ffa450edef68
* added design docs to buildKeiron Liddle2001-12-141-231/+0
| | | | | | | removed manifest task - now uses built in ant manifest task (under jar) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194607 13f79535-47bb-0310-9956-ffa450edef68
* fixed some compile problemsKeiron Liddle2001-11-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194577 13f79535-47bb-0310-9956-ffa450edef68
* Rename Region to RegionReference in package areaKaren Lease2001-11-091-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194548 13f79535-47bb-0310-9956-ffa450edef68
* updated a few hashtables and vectorsKeiron Liddle2001-11-023-11/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194535 13f79535-47bb-0310-9956-ffa450edef68
* svg renderer now basically works, pages, text, leader, svgKeiron Liddle2001-11-021-9/+54
| | | | | | | some other misc updates to areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194534 13f79535-47bb-0310-9956-ffa450edef68
* removed legacy files for xt and xalan 1Keiron Liddle2001-10-301-107/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194525 13f79535-47bb-0310-9956-ffa450edef68
* updates to area tree and reading/rendering with xmlKeiron Liddle2001-10-261-28/+388
| | | | | | | | added user agent, xml handlers added inline level property git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194521 13f79535-47bb-0310-9956-ffa450edef68
* new area tree and rendering stuffKeiron Liddle2001-10-223-3/+359
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194519 13f79535-47bb-0310-9956-ffa450edef68
* Initialize necessary property for making AreaTree output; use ↵Karen Lease2001-10-141-2/+7
| | | | | | DefaultHierarchy for logging git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194516 13f79535-47bb-0310-9956-ffa450edef68
* applied patch to set config in fop taskKeiron Liddle2001-10-081-112/+66
| | | | | | | | | Submitted by: Leo Sutic <leo.sutic@inspireinfrastructure.com> also formatted and now sets the base dir properly for file sets git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194494 13f79535-47bb-0310-9956-ffa450edef68
* updated to use HashMap so that when using threads reading dataKeiron Liddle2001-09-241-2/+3
| | | | | | | is not synchronized and therefore slower git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194480 13f79535-47bb-0310-9956-ffa450edef68
* this patch alters the fop ant task so that other render outputKeiron Liddle2001-09-241-27/+156
| | | | | | | | | | formats are supported output type can be specified by mime type and also handles file sets Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194479 13f79535-47bb-0310-9956-ffa450edef68
* improved debugging messages a bitKeiron Liddle2001-09-111-1/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194459 13f79535-47bb-0310-9956-ffa450edef68
* Only build the DOM if needed for mergefile. Otherwise pass input xml file ↵Karen Lease2001-08-261-2/+12
| | | | | | directly to the Transformer so it can find the system ID git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194441 13f79535-47bb-0310-9956-ffa450edef68
* changed to new logging for renderersKeiron Liddle2001-08-212-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194436 13f79535-47bb-0310-9956-ffa450edef68
* changed to logkit for logging only half doneKeiron Liddle2001-08-202-15/+46
| | | | | | | fixed getContentHandler in driver git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194430 13f79535-47bb-0310-9956-ffa450edef68
* added YAS to specify if output should be consistent, default is falseKeiron Liddle2001-08-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194427 13f79535-47bb-0310-9956-ffa450edef68
* improves comparisonKeiron Liddle2001-08-101-2/+6
| | | | | | | should be faster now git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194403 13f79535-47bb-0310-9956-ffa450edef68
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-011-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194386 13f79535-47bb-0310-9956-ffa450edef68
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-011-4/+5
| | | | | | | | | Unfortunately breaks marker support. (AreaTree getNextPage and getPreviousPage return the current page) XSL-FO with markers is not a good idea until it is fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194385 13f79535-47bb-0310-9956-ffa450edef68
* Formatted code according to code standards.Tore Engvig2001-07-3013-1677/+1298
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* handles xml only input, assumes fo fileKeiron Liddle2001-07-271-13/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194376 13f79535-47bb-0310-9956-ffa450edef68
* added support for easily using w3c testsuite for build target testKeiron Liddle2001-07-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194335 13f79535-47bb-0310-9956-ffa450edef68
* sets base dir for test, using xml pathKeiron Liddle2001-07-041-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194330 13f79535-47bb-0310-9956-ffa450edef68
* sets baseDir according to file being convertedKeiron Liddle2001-06-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194305 13f79535-47bb-0310-9956-ffa450edef68
* handles baseDir (with a capital D)Keiron Liddle2001-06-211-171/+131
| | | | | | | | properly as suggested by Anthony Tagunov <atagunov@nnt.ru> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194302 13f79535-47bb-0310-9956-ffa450edef68
* gets the root element properlyKeiron Liddle2001-06-211-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194301 13f79535-47bb-0310-9956-ffa450edef68
* some minor improvementsKeiron Liddle2001-06-182-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194294 13f79535-47bb-0310-9956-ffa450edef68
* fixes a problem relating to rendering options for xml rendererKeiron Liddle2001-05-221-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194264 13f79535-47bb-0310-9956-ffa450edef68
* re-addedKeiron Liddle2001-05-161-0/+270
| | | | | | | | | file to convert testsuite xml documents used by the testing system and can be used on the commandline to read any testsuite and output pdf git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194246 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle:arved2001-05-101-42/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194238 13f79535-47bb-0310-9956-ffa450edef68
* K. Liddle: testing supportarved2001-05-101-0/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194237 13f79535-47bb-0310-9956-ffa450edef68
* Removed uses of System.out where throwing a FOPException should suffice.Kelly Campbell2001-04-121-4/+15
| | | | | | | | | | | | Refactored code to throw FOPExceptions so embedding FOP wont' cause app server JVMs to exit. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194208 13f79535-47bb-0310-9956-ffa450edef68
* New and improved Fop task for AntKelly Campbell2001-03-181-58/+213
| | | | | | | | | | | | | Added basedir attribute. Made messages reported by ant simpler. PR: Obtained from: Submitted by: Will Holcomb <will@odin.himinbi.org> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194163 13f79535-47bb-0310-9956-ffa450edef68
* JDK 1.1 fix to Manifest taskKelly Campbell2001-03-081-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194145 13f79535-47bb-0310-9956-ffa450edef68