aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache
Commit message (Expand)AuthorAgeFilesLines
* made the batik pdf transcoder work againKeiron Liddle2001-11-159-67/+143
* changed a few more vector and hastableKeiron Liddle2001-11-1430-284/+268
* some changes for out of order rendering and rendering to a rendererKeiron Liddle2001-11-1210-88/+213
* clarified error messageKeiron Liddle2001-11-121-2/+3
* Disable methods using StreamRendererKaren Lease2001-11-111-9/+11
* Hook up to new LayoutManager process and comment out code used by old layout ...Karen Lease2001-11-111-155/+181
* New base class for inline LayoutManager classes which generate atomic areasKaren Lease2001-11-111-0/+51
* Move generatesInlineAreas from LayoutManager to FObjKaren Lease2001-11-115-49/+36
* 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
* new layout managersKaren Lease2001-11-113-0/+378
* Add some more LayoutManagers and start to actually do somethingKaren Lease2001-11-114-9/+9
* A few changes to tie in some more LayoutManager classesKaren Lease2001-11-114-1/+10
* Fix an NPEKaren Lease2001-11-091-0/+1
* Fix a couple of NPEKaren Lease2001-11-092-1/+2
* Remove call to PageSequence.formatKaren Lease2001-11-091-5/+5
* 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
* PageMaster uses a PageViewport objectKaren Lease2001-11-091-50/+58
* Rename Region to RegionReference in package areaKaren Lease2001-11-093-27/+27
* 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
* Add some methods needed by the LayoutManager classes (subject to discussion)Karen Lease2001-11-0910-45/+212
* Replaces Region.java to avoid naming conflicts with fo/pagination/RegionKaren Lease2001-11-091-0/+41
* Parent for areas which stack Block childrenKaren Lease2001-11-091-0/+41
* Used in layout calculationsKaren Lease2001-11-091-0/+61
* First versions of LayoutManager classesKaren Lease2001-11-098-0/+816
* changed the parent to FONodeKeiron Liddle2001-11-09109-863/+993
* changed the way that elements and properties are handledKeiron Liddle2001-11-0683-1519/+848
* updated a few hashtables and vectorsKeiron Liddle2001-11-0226-513/+477
* svg renderer now basically works, pages, text, leader, svgKeiron Liddle2001-11-0217-123/+498
* removed legacy xt fileKeiron Liddle2001-10-301-213/+0
* *** empty log message ***Keiron Liddle2001-10-301-2/+1
* removed legacy files for xt and xalan 1Keiron Liddle2001-10-304-592/+0
* updated for changes to batikKeiron Liddle2001-10-303-2/+12
* updated for changed pdf interfaceKeiron Liddle2001-10-261-1/+1
* updates to area tree and reading/rendering with xmlKeiron Liddle2001-10-2634-184/+1380
* new area tree and rendering stuffKeiron Liddle2001-10-2265-6005/+1730
* handles path transform properly, makes a difference to the line widthKeiron Liddle2001-10-221-1/+11
* cleaned up the importsKeiron Liddle2001-10-151-30/+15
* Initialize necessary property for making AreaTree output; use DefaultHierarch...Karen Lease2001-10-141-2/+7
* Account for padding and border when calculating space remaining for contentKaren Lease2001-10-141-1/+11
* 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