aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop
Commit message (Collapse)AuthorAgeFilesLines
* 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
* updates to area tree and reading/rendering with xmlKeiron Liddle2001-10-2634-184/+1380
| | | | | | | | added user agent, xml handlers added inline level property git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194521 13f79535-47bb-0310-9956-ffa450edef68
* new area tree and rendering stuffKeiron Liddle2001-10-2265-6005/+1730
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194519 13f79535-47bb-0310-9956-ffa450edef68
* handles path transform properly, makes a difference to the line widthKeiron Liddle2001-10-221-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194518 13f79535-47bb-0310-9956-ffa450edef68
* cleaned up the importsKeiron Liddle2001-10-151-30/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194517 13f79535-47bb-0310-9956-ffa450edef68
* Initialize necessary property for making AreaTree output; use ↵Karen Lease2001-10-141-2/+7
| | | | | | DefaultHierarchy for logging git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194516 13f79535-47bb-0310-9956-ffa450edef68
* Account for padding and border when calculating space remaining for contentKaren Lease2001-10-141-1/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194511 13f79535-47bb-0310-9956-ffa450edef68
* Implement proportional column widthsKaren Lease2001-10-142-32/+211
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194510 13f79535-47bb-0310-9956-ffa450edef68
* Don't call layout() on children when doing layout() on a table-cell which is ↵Karen Lease2001-10-141-2/+9
| | | | | | already completely laid out (case of split rows) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194509 13f79535-47bb-0310-9956-ffa450edef68
* Make it possible to use percentages to specify Length values for flow and ↵Karen Lease2001-10-142-4/+12
| | | | | | static-content children git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194508 13f79535-47bb-0310-9956-ffa450edef68
* Modify Length property parsingKaren Lease2001-10-142-11/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194507 13f79535-47bb-0310-9956-ffa450edef68
* Make sure PropertyException messages are loggedKaren Lease2001-10-142-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194506 13f79535-47bb-0310-9956-ffa450edef68
* Modify Length to Numeric conversion codeKaren Lease2001-10-141-12/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194505 13f79535-47bb-0310-9956-ffa450edef68
* Modify the Length class hierarchyKaren Lease2001-10-147-115/+229
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194504 13f79535-47bb-0310-9956-ffa450edef68
* Correct border printing problem.Art Welch2001-10-121-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194501 13f79535-47bb-0310-9956-ffa450edef68
* changed api associated with batik to current batikKeiron Liddle2001-10-128-130/+208
| | | | | | | added a half implemented bridge for jpg images git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194499 13f79535-47bb-0310-9956-ffa450edef68
* do not attempt to set base dir if not availableKeiron Liddle2001-10-111-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194498 13f79535-47bb-0310-9956-ffa450edef68
* throws a different error if base dir not specifiedKeiron Liddle2001-10-111-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194497 13f79535-47bb-0310-9956-ffa450edef68
* fixed an npeKeiron Liddle2001-10-083-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194496 13f79535-47bb-0310-9956-ffa450edef68
* applied patch to set config in fop taskKeiron Liddle2001-10-081-112/+66
| | | | | | | | | Submitted by: Leo Sutic <leo.sutic@inspireinfrastructure.com> also formatted and now sets the base dir properly for file sets git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194494 13f79535-47bb-0310-9956-ffa450edef68
* changed overflow message since (1) it was confusingKeiron Liddle2001-10-051-3/+3
| | | | | | | (2) we don't really handle the overflow property properly anyway git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194493 13f79535-47bb-0310-9956-ffa450edef68
* fixed a couple of occasional problems with svg + batikKeiron Liddle2001-10-052-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194491 13f79535-47bb-0310-9956-ffa450edef68
* prevents npe if namespace is unknownKeiron Liddle2001-10-051-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194490 13f79535-47bb-0310-9956-ffa450edef68
* added svg rendererKeiron Liddle2001-10-053-0/+666
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194489 13f79535-47bb-0310-9956-ffa450edef68
* catches exception when building svgKeiron Liddle2001-09-264-11/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194486 13f79535-47bb-0310-9956-ffa450edef68
* fixed viewbox for svgKeiron Liddle2001-09-251-4/+20
| | | | | | | inline images are now correctly placed git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194485 13f79535-47bb-0310-9956-ffa450edef68
* better debug for warning messageKeiron Liddle2001-09-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194484 13f79535-47bb-0310-9956-ffa450edef68
* gets the width and height in a better wayKeiron Liddle2001-09-252-20/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194483 13f79535-47bb-0310-9956-ffa450edef68
* fixed some text wrapping problemsKeiron Liddle2001-09-251-24/+31
| | | | | | | and improved the wrapping test git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194482 13f79535-47bb-0310-9956-ffa450edef68
* updated to use HashMap so that when using threads reading dataKeiron Liddle2001-09-249-173/+191
| | | | | | | is not synchronized and therefore slower git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194480 13f79535-47bb-0310-9956-ffa450edef68
* this patch alters the fop ant task so that other render outputKeiron Liddle2001-09-242-28/+157
| | | | | | | | | | formats are supported output type can be specified by mime type and also handles file sets Submitted by: Jeremias Maerki <jeremias.maerki@outline.ch> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194479 13f79535-47bb-0310-9956-ffa450edef68
* updated use of batik to changed apiKeiron Liddle2001-09-249-500/+400
| | | | | | | | from cvs batik 23/9/2001 improved the user agent git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194478 13f79535-47bb-0310-9956-ffa450edef68
* fixed a refactoring error, deleted repeated varsKeiron Liddle2001-09-241-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194477 13f79535-47bb-0310-9956-ffa450edef68
* gets around a possible npeKeiron Liddle2001-09-212-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194473 13f79535-47bb-0310-9956-ffa450edef68
* Only do findColumns one time, not on each new table areaKaren Lease2001-09-201-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194472 13f79535-47bb-0310-9956-ffa450edef68
* Use column-number property on table-columnKaren Lease2001-09-202-31/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194471 13f79535-47bb-0310-9956-ffa450edef68
* more refactoring of duplicate code in renderersKeiron Liddle2001-09-186-316/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194469 13f79535-47bb-0310-9956-ffa450edef68
* fixes a problem where the table header was not reset if could notKeiron Liddle2001-09-181-0/+1
| | | | | | | fit on first page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194468 13f79535-47bb-0310-9956-ffa450edef68
* Patch to handle direct embedding of jpeg images into pdfKeiron Liddle2001-09-186-10/+208
| | | | | | | | Submitted by: Eric Dalquist ebdalqui@mtu.edu Reviewed by: Keiron git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194467 13f79535-47bb-0310-9956-ffa450edef68
* fixed a few awt render problems and a bit more render refactoringKeiron Liddle2001-09-179-126/+66
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194466 13f79535-47bb-0310-9956-ffa450edef68
* put a few common methods in the abstract rendererKeiron Liddle2001-09-174-147/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194465 13f79535-47bb-0310-9956-ffa450edef68
* fixed possible npeKeiron Liddle2001-09-163-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194464 13f79535-47bb-0310-9956-ffa450edef68
* fixed potential npeKeiron Liddle2001-09-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194463 13f79535-47bb-0310-9956-ffa450edef68
* handles foreign namespace elements and unknown elements betterKeiron Liddle2001-09-136-5/+210
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194462 13f79535-47bb-0310-9956-ffa450edef68
* made the construction of foreign name dom a bit more directKeiron Liddle2001-09-128-243/+240
| | | | | | | and simple reducing number of classes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194461 13f79535-47bb-0310-9956-ffa450edef68
* gets the available space better, should prevent some infinite loopsKeiron Liddle2001-09-121-1/+2
| | | | | | | | | until the layout is done properly PR: bug id 3475 Submitted by: Paul Austin <p_d_austin@yahoo.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194460 13f79535-47bb-0310-9956-ffa450edef68