aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* 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-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-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
* 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
* 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