aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render
Commit message (Expand)AuthorAgeFilesLines
* moved FO term of a Node's child elements from "Children" to "ChildNodes"Glen Mazza2004-07-241-2/+2
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-6/+6
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-1/+1
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-2/+1
* 1. New constructor for Driver created, takes FOUserAgent constructor.Glen Mazza2004-07-182-14/+15
* set bullet list as default list stylePeter Herweg2004-07-171-0/+2
* Null pointer check added to code, to stop NPE error (unsure if other problemsGlen Mazza2004-07-161-1/+3
* bug fixed, which caused runtime-exception on leading whitespacesPeter Herweg2004-07-131-1/+1
* Adding reporting of mime type to renderers.Simon Pepping2004-07-095-0/+36
* Implementing user configuration file.Simon Pepping2004-07-093-1/+20
* 1.) Moved Renderer instantiation from Driver to FOTreeHandler, as it is the ...Glen Mazza2004-06-271-0/+4
* 1. Output constant types (RENDER_PDF, RENDER_PS, etc.) made common betweenGlen Mazza2004-06-261-2/+1
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-12/+5
* 1.) Moving renderer-specific customization variables (producer, creator, crea...Glen Mazza2004-06-237-74/+10
* Disable check for maximum line length because of a problem reported in FOP 0....Jeremias Maerki2004-06-221-1/+9
* 1. Moved renderer options to within FOUserAgentGlen Mazza2004-06-223-18/+2
* 1.) Removed the get/setLogger methods from Driver, obsolete with Commons-Logg...Glen Mazza2004-06-201-1/+1
* 1. Created own logger for AbstractRenderer, removed logger setter from Render...Glen Mazza2004-06-202-17/+3
* 1.) FOInputHandler constructors switched from Document to FOUserAgent, Render...Glen Mazza2004-06-194-9/+9
* 1. FOTreeBuilder modified to handle more of the renderer initialization.Glen Mazza2004-06-182-2/+2
* Removed illegal tab character Jeremias Maerki2004-06-161-4/+4
* 1.) Added restriction to fo:declarations that fo:color-profile is the only XS...Glen Mazza2004-06-154-6/+4
* Reverted part of yesterday's work to make FObj simpler, added more commenting...Glen Mazza2004-05-231-7/+12
* PR:Glen Mazza2004-05-226-164/+115
* added ipd property to block elementChris Bowditch2004-05-181-5/+6
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-126-21/+41
* String->int conversion and a few other simplifications to fo.Region* classes.Glen Mazza2004-05-091-3/+3
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-252-7/+8
* More apps.Document->fonts.FontInfo conversion.Glen Mazza2004-04-247-43/+42
* PDFRenderer does not presently support out-of-order rendering (e.g.,Glen Mazza2004-04-241-1/+1
* Unneeded imports removed.Glen Mazza2004-04-221-1/+0
* PR:Glen Mazza2004-04-2218-57/+53
* <sigh> line endings got mucked up by last commit.Chris Bowditch2004-04-071-1/+1
* applied Luca Furini's patch to fix justification bug 28208Chris Bowditch2004-04-071-17/+5
* Ordinary Java code should never throw Error instances, use RuntimeException i...Jeremias Maerki2004-04-041-38/+38
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-041-1/+1
* Some improvements on the quality fallback for text (use stroking when in doub...Jeremias Maerki2004-04-037-70/+265
* PDF library no longer gets a logger from its owner.Jeremias Maerki2004-04-021-2/+1
* PR:Glen Mazza2004-03-319-19/+49
* 1.) Removed xsl file for property generation (no longer used, due toGlen Mazza2004-03-212-3/+6
* Moved SVGUserAgent back to SVG package (not being used by SVG FO extensions.)Glen Mazza2004-03-192-2/+2
* Updated details on getAscender bugPeter Bernard West2004-03-181-0/+17
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-121-1/+1
* now for some "real" commitsChris Bowditch2004-03-021-27/+55
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-27142-6752/+2214
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-1/+1
* Changed internal renderInlineXXX() functions from public to protected access....Glen Mazza2004-02-253-56/+12
* Removal of Visitor patterns from AbstractRenderer, moving of business logic f...Glen Mazza2004-02-252-112/+55
* Draw the borders of a BlockViewport before setting the CTMFinn Bock2004-02-101-18/+19
* Adapt to changes in Commons IO's APIs.Jeremias Maerki2004-02-061-4/+4