aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fixed some compile problemsKeiron Liddle2001-11-225-11/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194577 13f79535-47bb-0310-9956-ffa450edef68
* fix to prevent fop hanging with animated gifsKeiron Liddle2001-11-221-2/+4
| | | | | | | Submitted by: "Beer, Christian" <BEE@DIRON.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194576 13f79535-47bb-0310-9956-ffa450edef68
* updates for ext, and message handler changesKeiron Liddle2001-11-223-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194575 13f79535-47bb-0310-9956-ffa450edef68
* removed message handlerKeiron Liddle2001-11-2270-707/+311
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194574 13f79535-47bb-0310-9956-ffa450edef68
* Add white-space-treatment and linefeed-treatmentKaren Lease2001-11-211-4/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194573 13f79535-47bb-0310-9956-ffa450edef68
* Remove extra whitespace during FO tree constructionKaren Lease2001-11-2114-4/+585
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194572 13f79535-47bb-0310-9956-ffa450edef68
* PR:Tore Engvig2001-11-161-1/+1
| | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Fixed bug in makePDFICCStream git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194571 13f79535-47bb-0310-9956-ffa450edef68
* PR:Tore Engvig2001-11-1611-110/+713
| | | | | | | | | | | | | Obtained from: Submitted by: Reviewed by: Support for CMYK jpeg's and ICC profiles Initial support for EPS images (only limited support in PDFRenderer) (need to fix PSRenderer as soon as new area tree and rendering stuff are finished) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194570 13f79535-47bb-0310-9956-ffa450edef68
* some comments and cleaned up a bitKeiron Liddle2001-11-1511-90/+124
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194569 13f79535-47bb-0310-9956-ffa450edef68
* basic implementation of declarations and color profileKeiron Liddle2001-11-152-13/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194568 13f79535-47bb-0310-9956-ffa450edef68
* made the batik pdf transcoder work againKeiron Liddle2001-11-159-67/+143
| | | | | | | | some improvements to svg handling Submitted by: Thomas E Deweese <thomas.deweese@kodak.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194567 13f79535-47bb-0310-9956-ffa450edef68
* changed a few more vector and hastableKeiron Liddle2001-11-1430-284/+268
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194566 13f79535-47bb-0310-9956-ffa450edef68
* some changes for out of order rendering and rendering to a rendererKeiron Liddle2001-11-1210-88/+213
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194565 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
* Disable methods using StreamRendererKaren Lease2001-11-111-9/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194563 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
* New base class for inline LayoutManager classes which generate atomic areasKaren Lease2001-11-111-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194561 13f79535-47bb-0310-9956-ffa450edef68
* Move generatesInlineAreas from LayoutManager to FObjKaren Lease2001-11-115-49/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194560 13f79535-47bb-0310-9956-ffa450edef68
* Move text layout code into TextLayoutManager; add generatesInlineAreas to FObjKaren Lease2001-11-1112-176/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194559 13f79535-47bb-0310-9956-ffa450edef68
* Integrate layout managers for text and blockKaren Lease2001-11-114-27/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194558 13f79535-47bb-0310-9956-ffa450edef68
* new layout managersKaren Lease2001-11-113-0/+378
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194557 13f79535-47bb-0310-9956-ffa450edef68
* Add some more LayoutManagers and start to actually do somethingKaren Lease2001-11-114-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194556 13f79535-47bb-0310-9956-ffa450edef68
* A few changes to tie in some more LayoutManager classesKaren Lease2001-11-114-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194555 13f79535-47bb-0310-9956-ffa450edef68
* Fix an NPEKaren Lease2001-11-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194554 13f79535-47bb-0310-9956-ffa450edef68
* Fix a couple of NPEKaren Lease2001-11-092-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194553 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
* Start to use layout managers and comment out a bunch of (temporarily) ↵Karen Lease2001-11-091-274/+380
| | | | | | unusable code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194551 13f79535-47bb-0310-9956-ffa450edef68
* Rework the page creation process and prepare to use layout managersKaren Lease2001-11-097-319/+236
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194550 13f79535-47bb-0310-9956-ffa450edef68
* PageMaster uses a PageViewport objectKaren Lease2001-11-091-50/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194549 13f79535-47bb-0310-9956-ffa450edef68
* Rename Region to RegionReference in package areaKaren Lease2001-11-093-27/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194548 13f79535-47bb-0310-9956-ffa450edef68
* Base classes for before/after, start/end RegionKaren Lease2001-11-093-0/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194547 13f79535-47bb-0310-9956-ffa450edef68
* Comment out all layout code for nowKaren Lease2001-11-091-44/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194546 13f79535-47bb-0310-9956-ffa450edef68
* Start hooking in the layoutmanagerKaren Lease2001-11-092-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194545 13f79535-47bb-0310-9956-ffa450edef68
* Add layout manager related methodsKaren Lease2001-11-091-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194544 13f79535-47bb-0310-9956-ffa450edef68
* Add some methods needed by the LayoutManager classes (subject to discussion)Karen Lease2001-11-0910-45/+212
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194543 13f79535-47bb-0310-9956-ffa450edef68
* Replaces Region.java to avoid naming conflicts with fo/pagination/RegionKaren Lease2001-11-091-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194542 13f79535-47bb-0310-9956-ffa450edef68
* Parent for areas which stack Block childrenKaren Lease2001-11-091-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194541 13f79535-47bb-0310-9956-ffa450edef68
* Used in layout calculationsKaren Lease2001-11-091-0/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194540 13f79535-47bb-0310-9956-ffa450edef68
* First versions of LayoutManager classesKaren Lease2001-11-098-0/+816
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194539 13f79535-47bb-0310-9956-ffa450edef68
* added master-referenceKeiron Liddle2001-11-091-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194538 13f79535-47bb-0310-9956-ffa450edef68
* changed the parent to FONodeKeiron Liddle2001-11-09109-863/+993
| | | | | | | | | | 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-0683-1519/+848
| | | | | | | | | | | 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
* updated a few hashtables and vectorsKeiron Liddle2001-11-0226-513/+477
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194535 13f79535-47bb-0310-9956-ffa450edef68
* svg renderer now basically works, pages, text, leader, svgKeiron Liddle2001-11-0217-123/+498
| | | | | | | some other misc updates to areas git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194534 13f79535-47bb-0310-9956-ffa450edef68
* no longer neededKeiron Liddle2001-10-301-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194529 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
* *** empty log message ***Keiron Liddle2001-10-301-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194526 13f79535-47bb-0310-9956-ffa450edef68
* removed legacy files for xt and xalan 1Keiron Liddle2001-10-304-592/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194525 13f79535-47bb-0310-9956-ffa450edef68
* updated for changes to batikKeiron Liddle2001-10-303-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194524 13f79535-47bb-0310-9956-ffa450edef68
* updated for changed pdf interfaceKeiron Liddle2001-10-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194522 13f79535-47bb-0310-9956-ffa450edef68