aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination
Commit message (Expand)AuthorAgeFilesLines
* missing call of endFlow added, so RTF module doesn't shift fo:flow's content ...Peter Herweg2004-07-131-0/+1
* 1.) Moved the Renderer creation further down from AreaTree to RenderPagesMode...Glen Mazza2004-07-071-0/+14
* 1.) Moved DocumentInputSource & DocumentReader to apps package, made privateGlen Mazza2004-07-052-2/+28
* validateChildNode() activated for fo:flow.Glen Mazza2004-07-041-6/+16
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-271-2/+4
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-262-8/+24
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-252-10/+12
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-231-0/+14
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-221-0/+9
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-202-0/+25
* 1. ProxyContentHandler no longer needed.Glen Mazza2004-06-201-0/+9
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-191-0/+13
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-182-81/+100
* 1. Child element validity checking added for fo:page-sequence-master.Glen Mazza2004-06-172-3/+32
* 1. Valid node checking for LayoutMasterSet done.Glen Mazza2004-06-168-15/+50
* 1.) Check for fo:color-profile made to ensure no child elements during proces...Glen Mazza2004-06-166-30/+44
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-155-17/+31
* Standardized error messages, brought fox:bookmarks under parent fo:root.Glen Mazza2004-06-151-23/+51
* 1.) App now returns an error if no page-sequence declared within fo:root.Glen Mazza2004-06-132-24/+47
* Created a validateChildNode() in FONode for better syntax checking in theGlen Mazza2004-06-1221-16/+104
* Consolidated formatPageSequence() into FOTreeHandler.Glen Mazza2004-06-111-1/+1
* Better error-handling messages added for incorrect LayoutMasterSets.Glen Mazza2004-06-082-2/+10
* Reverted part of yesterday's work to make FObj simpler, added more commenting...Glen Mazza2004-05-231-1/+1
* PR:Glen Mazza2004-05-221-1/+1
* Switched from handleAttrs() to more intuitive processNode() and (for FO names...Glen Mazza2004-05-2210-42/+30
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-0911-83/+33
* Apparent off-by-one error fixed for initial-page-number property:Glen Mazza2004-04-181-1/+1
* PR:Glen Mazza2004-03-312-4/+25
* Fixed bug, masterName variable wasn't being set.Glen Mazza2004-03-091-4/+4
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2726-1244/+412
* Support for "margin" shorthands for margin-[left,right].Finn Bock2004-02-041-2/+2
* Phase 3 (last) of bug 26434.Finn Bock2004-02-022-4/+4
* FOPropertyMapping.java no longer autogenerated, moved from fop.fo.propertiesGlen Mazza2004-01-201-1/+1
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-178-11/+0
* More String->Int conversions (ones I've missed previously.) Appears I've fin...Glen Mazza2004-01-146-13/+12
* More String->Int Conversions.Glen Mazza2004-01-051-2/+5
* More String->Int conversions, primarily from patch from Finn Bock.Glen Mazza2003-12-311-6/+4
* More String->int conversions, annoyingly incremental but I'm getting there...Glen Mazza2003-12-291-1/+2
* Conversion of more properties from Strings to ints.Glen Mazza2003-12-288-26/+26
* 1. Moved static element and property structures from PropertyList (previously...Glen Mazza2003-12-2011-37/+37
* open up access in misc places by either adding accessor methods or by looseni...William Victor Mote2003-10-102-14/+14
* add support for "xsl-region-before", "xsl-region-after" and fo:page-number ta...William Victor Mote2003-09-191-0/+4
* Organize imports. Joerg Pietschmann2003-09-192-15/+7
* 1. convert fo/FOTreeVisitor to an interfaceWilliam Victor Mote2003-09-1624-24/+24
* Remove all storage of fo/FOInputHandler from within the FO Tree itself, in fa...William Victor Mote2003-09-023-5/+5
* move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa...William Victor Mote2003-08-281-15/+0
* move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLSWilliam Victor Mote2003-08-271-31/+0
* make some classes more readable by reversing the sense of some conditional logicWilliam Victor Mote2003-08-271-1/+0
* duplicate the area.RegionReference region codes in fo/pagination/Region, and ...William Victor Mote2003-08-276-31/+35
* move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManagerWilliam Victor Mote2003-08-271-16/+0