aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/apps
Commit message (Collapse)AuthorAgeFilesLines
* Switched to long licence Jeremias Maerki2003-02-2716-266/+1067
| | | | | | | | Some general checkstyle fixing Removed unused ErrorHandler (readd when we know what to do with it) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196004 13f79535-47bb-0310-9956-ffa450edef68
* Make sure OutputStream gets closed in case of an ExceptionJeremias Maerki2003-01-271-6/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195901 13f79535-47bb-0310-9956-ffa450edef68
* Fixed more style problems.Joerg Pietschmann2003-01-1310-235/+282
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195855 13f79535-47bb-0310-9956-ffa450edef68
* Fixed printing Execption delimiters to wrong stream.Joerg Pietschmann2003-01-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195813 13f79535-47bb-0310-9956-ffa450edef68
* AreaTreeModel and its implementations moved out of AreaTree class.Oleg Tkachenko2002-12-221-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195789 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up unused imports, made collection of the statistics optional.Oleg Tkachenko2002-12-181-38/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195779 13f79535-47bb-0310-9956-ffa450edef68
* Modified to use SAXParserFactory instead of loading class by name.Oleg Tkachenko2002-12-161-25/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195772 13f79535-47bb-0310-9956-ffa450edef68
* added some comments and changed debugging a bitKeiron Liddle2002-12-091-19/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195753 13f79535-47bb-0310-9956-ffa450edef68
* white-space and line-ending fixesWilliam Victor Mote2002-11-292-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195677 13f79535-47bb-0310-9956-ffa450edef68
* added support for markers in fo treeKeiron Liddle2002-11-151-2/+3
| | | | | | | bit of a cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195539 13f79535-47bb-0310-9956-ffa450edef68
* awt viewer improvementsKeiron Liddle2002-11-061-108/+40
| | | | | | | | | | uses java PropertyResourceBundle for locale strings cleaned up code and removed old classes other small improvements Submitted by: Oleg Tkachenko <olegt@multiconn.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195433 13f79535-47bb-0310-9956-ffa450edef68
* first shot at RTFHandler using jfor RTF libraryBertrand Delacretaz2002-11-011-5/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195397 13f79535-47bb-0310-9956-ffa450edef68
* rtf renderer selection mechanism added, no rtf renderer yetBertrand Delacretaz2002-10-312-1/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195396 13f79535-47bb-0310-9956-ffa450edef68
* more style fixesKeiron Liddle2002-10-257-33/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195362 13f79535-47bb-0310-9956-ffa450edef68
* starting implementation of tablesKeiron Liddle2002-09-131-4/+4
| | | | | | | fixed some more styling errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195177 13f79535-47bb-0310-9956-ffa450edef68
* implemented render pages model with a simple cached implKeiron Liddle2002-09-091-17/+12
| | | | | | | | | depending on the renderer it can prepare pages for later rendering or queue pages until resolved pages are properly serialized so that resolvers also serialize git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195156 13f79535-47bb-0310-9956-ffa450edef68
* bookmark extension now workingKeiron Liddle2002-09-051-2/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195152 13f79535-47bb-0310-9956-ffa450edef68
* removed old configurationKeiron Liddle2002-09-049-251/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195149 13f79535-47bb-0310-9956-ffa450edef68
* set user agent on rendererKeiron Liddle2002-08-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195071 13f79535-47bb-0310-9956-ffa450edef68
* First batch of changes for preparation for adoption of Avalon patterns. Only ↵Jeremias Maerki2002-08-077-63/+71
| | | | | | 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
* remove distracting messageKeiron Liddle2002-08-061-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195060 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up the font state a bitKeiron Liddle2002-07-231-0/+4
| | | | | | | | | 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
* start page sequence with titleKeiron Liddle2002-07-182-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195004 13f79535-47bb-0310-9956-ffa450edef68
* Removed traces of buffermanagerJoerg Pietschmann2002-07-143-47/+14
| | | | | | | A few cosmetical changes in CommandLineOptions git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194996 13f79535-47bb-0310-9956-ffa450edef68
* unused importKeiron Liddle2002-07-011-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194939 13f79535-47bb-0310-9956-ffa450edef68
* removed old area treeKeiron Liddle2002-06-202-11/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194902 13f79535-47bb-0310-9956-ffa450edef68
* start to an improved mif handlerKeiron Liddle2002-06-053-30/+48
| | | | | | | | cleaner structures and logic for handling the mif document and elements uses the structure handler concept to create the mif document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194855 13f79535-47bb-0310-9956-ffa450edef68
* start of structure handler concept and adjusted the layoutKeiron Liddle2002-05-274-81/+284
| | | | | | | handling appropriately git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194842 13f79535-47bb-0310-9956-ffa450edef68
* sets up the id independantly of the layoutKeiron Liddle2002-05-231-170/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194838 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up bookmark extension a bitKeiron Liddle2002-05-171-3/+4
| | | | | | | make multi page sequences work properly git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194825 13f79535-47bb-0310-9956-ffa450edef68
* initial implementation of line area layout processingKeiron Liddle2002-04-261-1/+0
| | | | | | | | | | | | all inline area and their managers are managed by the LineLayoutManager. This class fills a line with inline areas and then does the alignment on all the inline areas. elements which create inline areas add their managers to the list that is used by the line layout. These managers have a retrievable index of inline areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194747 13f79535-47bb-0310-9956-ffa450edef68
* synced with branchKeiron Liddle2002-04-221-8/+6
| | | | | | | makes FOP running with any JAXP1.1 compliant parser git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194739 13f79535-47bb-0310-9956-ffa450edef68
* enforce users to call getParser so it can setup the xslt filterKeiron Liddle2002-04-191-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194736 13f79535-47bb-0310-9956-ffa450edef68
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-115-43/+15
| | | | | | | 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
* initialise driver rather then doing too much in constructorKeiron Liddle2002-03-212-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194712 13f79535-47bb-0310-9956-ffa450edef68
* made it easier to add xml handlersKeiron Liddle2002-03-181-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194708 13f79535-47bb-0310-9956-ffa450edef68
* set user agent on tree builderKeiron Liddle2002-03-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194690 13f79535-47bb-0310-9956-ffa450edef68
* use buffered stream and close at the endKeiron Liddle2002-03-041-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194688 13f79535-47bb-0310-9956-ffa450edef68
* some preliminary changes to image handlingKeiron Liddle2002-02-211-1/+3
| | | | | | | | Images are put into a cache, different cahces are possible if information is required it needs to be explicitly loaded git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194663 13f79535-47bb-0310-9956-ffa450edef68
* exit for closing window is only called for the AWTStarter, command lineKeiron Liddle2002-02-201-0/+7
| | | | | | | and not on the window git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194657 13f79535-47bb-0310-9956-ffa450edef68
* does some basic text into pdf and svg output just for a startKeiron Liddle2002-01-082-1/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194617 13f79535-47bb-0310-9956-ffa450edef68
* added message about cvs, fixed compiler optionsKeiron Liddle2001-11-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194579 13f79535-47bb-0310-9956-ffa450edef68
* removed message handlerKeiron Liddle2001-11-225-22/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194574 13f79535-47bb-0310-9956-ffa450edef68
* clarified error messageKeiron Liddle2001-11-121-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194564 13f79535-47bb-0310-9956-ffa450edef68
* Hook up to new LayoutManager process and comment out code used by old layout ↵Karen Lease2001-11-111-155/+181
| | | | | | process git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194562 13f79535-47bb-0310-9956-ffa450edef68
* Remove call to PageSequence.formatKaren Lease2001-11-091-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194552 13f79535-47bb-0310-9956-ffa450edef68
* changed the parent to FONodeKeiron Liddle2001-11-092-8/+0
| | | | | | | | | | changed a few more vector and hashtable change master-name to master-reference for page-sequence, single-page-master-reference, repeatable-page-masterreference,conditional-page-master-reference added pdf text element bridge for simple text some other changes that will hopefully make things simpler to handle in the future git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194537 13f79535-47bb-0310-9956-ffa450edef68
* changed the way that elements and properties are handledKeiron Liddle2001-11-062-3/+3
| | | | | | | | | | | the element makers are associated with the element mapping attributes are passed to the element object the object can then use the attributes to make the properties added default value for element handling, makes it easier to ensure all elements of an external xml markup are loaded (eg. svg) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194536 13f79535-47bb-0310-9956-ffa450edef68
* svg renderer now basically works, pages, text, leader, svgKeiron Liddle2001-11-021-0/+4
| | | | | | | 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 xt fileKeiron Liddle2001-10-301-213/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194527 13f79535-47bb-0310-9956-ffa450edef68