aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* replaced logkit logger with the logger interface in avalon frameworkKeiron Liddle2002-04-115-5/+10
* basic vertical alignment and height for linesKeiron Liddle2002-04-024-3/+10
* a simple impl of getting ipd and line heightKeiron Liddle2002-03-216-29/+77
* made it easier to add xml handlersKeiron Liddle2002-03-181-0/+5
* removed unneeded importsKeiron Liddle2002-03-082-2/+0
* renders images and ifo to pdf docKeiron Liddle2002-03-081-3/+5
* set user agent on tree builderKeiron Liddle2002-03-051-0/+4
* gets namespace of document through different call so conversion is possibleKeiron Liddle2002-03-052-2/+6
* remove SVGArea and ImageArea, no longer neededKeiron Liddle2002-02-264-2/+14
* Use CharUtilities instead of CharClassKaren Lease2002-02-253-10/+14
* Use util.CharUtilities insteadKaren Lease2002-02-251-85/+0
* Correct margin handling on body region for writing-modeKaren Lease2002-02-232-15/+34
* improved cacheKeiron Liddle2002-02-221-0/+9
* some preliminary changes to image handlingKeiron Liddle2002-02-216-293/+112
* put in inherit keywordKeiron Liddle2002-02-201-3/+2
* Fix some bugs in the CTM logicKaren Lease2002-02-183-3/+14
* Initial implementation of CTM (coordinate transformation matrix) to handle re...Karen Lease2002-02-178-73/+165
* does some basic text into pdf and svg output just for a startKeiron Liddle2002-01-086-22/+58
* properly setup the element mappingsKeiron Liddle2001-12-131-58/+61
* updated master-name to master-referenceKeiron Liddle2001-12-111-2/+2
* Fix a small bug in iteratorKaren Lease2001-11-261-0/+2
* fixed some compile problemsKeiron Liddle2001-11-221-1/+0
* removed message handlerKeiron Liddle2001-11-2226-85/+139
* Remove extra whitespace during FO tree constructionKaren Lease2001-11-2114-4/+585
* some comments and cleaned up a bitKeiron Liddle2001-11-1511-90/+124
* basic implementation of declarations and color profileKeiron Liddle2001-11-152-13/+78
* made the batik pdf transcoder work againKeiron Liddle2001-11-151-28/+29
* changed a few more vector and hastableKeiron Liddle2001-11-1425-171/+161
* Move text layout code into TextLayoutManager; add generatesInlineAreas to FObjKaren Lease2001-11-1112-176/+67
* Integrate layout managers for text and blockKaren Lease2001-11-114-27/+36
* Fix an NPEKaren Lease2001-11-091-0/+1
* Start to use layout managers and comment out a bunch of (temporarily) unusabl...Karen Lease2001-11-091-274/+380
* Rework the page creation process and prepare to use layout managersKaren Lease2001-11-097-319/+236
* Base classes for before/after, start/end RegionKaren Lease2001-11-093-0/+136
* Comment out all layout code for nowKaren Lease2001-11-091-44/+44
* Start hooking in the layoutmanagerKaren Lease2001-11-092-1/+16
* Add layout manager related methodsKaren Lease2001-11-091-0/+16
* changed the parent to FONodeKeiron Liddle2001-11-0972-597/+521
* changed the way that elements and properties are handledKeiron Liddle2001-11-0672-1348/+773
* updated a few hashtables and vectorsKeiron Liddle2001-11-021-6/+5
* svg renderer now basically works, pages, text, leader, svgKeiron Liddle2001-11-023-20/+7
* removed legacy files for xt and xalan 1Keiron Liddle2001-10-302-149/+0
* updates to area tree and reading/rendering with xmlKeiron Liddle2001-10-261-8/+54
* new area tree and rendering stuffKeiron Liddle2001-10-221-0/+37
* Implement proportional column widthsKaren Lease2001-10-142-32/+211
* Don't call layout() on children when doing layout() on a table-cell which is ...Karen Lease2001-10-141-2/+9
* Make it possible to use percentages to specify Length values for flow and sta...Karen Lease2001-10-142-4/+12
* Modify Length property parsingKaren Lease2001-10-142-11/+16
* Make sure PropertyException messages are loggedKaren Lease2001-10-142-4/+4
* Modify Length to Numeric conversion codeKaren Lease2001-10-141-12/+3