aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Use filesets for newPDF and referencePDFKaren Lease2001-10-141-43/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194515 13f79535-47bb-0310-9956-ffa450edef68
* Add table-column proportional width and table width percentage examplesKaren Lease2001-10-141-0/+221
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194514 13f79535-47bb-0310-9956-ffa450edef68
* Reduce line-height in block-containers to make the text fitKaren Lease2001-10-141-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194513 13f79535-47bb-0310-9956-ffa450edef68
* Update for my commitsKaren Lease2001-10-141-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194512 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
* Fix a bug in initializing compound properties like ↵Karen Lease2001-10-141-1/+3
| | | | | | inline-progression-dimension from their 'corresponding' properties git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194503 13f79535-47bb-0310-9956-ffa450edef68
* Add table-layout and inline-progression-dimensionKaren Lease2001-10-141-16/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194502 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
* updated batik lib to 12/10/2001Keiron Liddle2001-10-121-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194500 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
* added some tests with invalid xml or unknown namespacesKeiron Liddle2001-10-086-0/+166
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194495 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
* more ideas on the design, areasKeiron Liddle2001-10-055-2/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194492 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
* more recent style book version 1.0b3Keiron Liddle2001-10-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194488 13f79535-47bb-0310-9956-ffa450edef68
* updated stylebook stuff to a more recent versionKeiron Liddle2001-10-0567-889/+2420
| | | | | | | changed the front page - added some images and made text clearer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194487 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-252-24/+137
| | | | | | | and improved the wrapping test git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194482 13f79535-47bb-0310-9956-ffa450edef68
* updated servlet to reflect changes to fopKeiron Liddle2001-09-252-8/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194481 13f79535-47bb-0310-9956-ffa450edef68
* updated to use HashMap so that when using threads reading dataKeiron Liddle2001-09-2410-185/+203
| | | | | | | 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-246-264/+360
| | | | | | | | | | 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-2410-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
* Add support for mapping multiple keywords to the same constant in ↵Karen Lease2001-09-211-21/+17
| | | | | | enumeration/value. Remove commented out stuff. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194476 13f79535-47bb-0310-9956-ffa450edef68
* Add support for values left and right in the text-align property. Fixes bugs ↵Karen Lease2001-09-211-2/+4
| | | | | | 1723, 1724 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194475 13f79535-47bb-0310-9956-ffa450edef68
* an example to demonstrate another use of markersKeiron Liddle2001-09-211-0/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194474 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
* some small improvements to website docsKeiron Liddle2001-09-207-63/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194470 13f79535-47bb-0310-9956-ffa450edef68