summaryrefslogtreecommitdiffstats
path: root/src/org/apache
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'fop-0_20_4'.fop-0_20_4(no author)2002-07-05163-3323/+4642
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_20_4@194977 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
* improved debugging messages a bitKeiron Liddle2001-09-1126-57/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194459 13f79535-47bb-0310-9956-ffa450edef68
* forgot about quotesKeiron Liddle2001-09-071-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194456 13f79535-47bb-0310-9956-ffa450edef68
* handles uri's with "url(" + URI + ")"Keiron Liddle2001-09-071-1/+15
| | | | | | | spec is ambigous about what a <uri-specification> is git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194455 13f79535-47bb-0310-9956-ffa450edef68
* this handles viewBox links in svg betterKeiron Liddle2001-09-074-11/+108
| | | | | | | the target position and scaling are wrong git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194453 13f79535-47bb-0310-9956-ffa450edef68
* Jeremias Maerki's patch to fix page citations for PostScript rendering.Steve Coffman2001-09-051-1/+15
| | | | | | | Is this broken in other renderers as well? git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194452 13f79535-47bb-0310-9956-ffa450edef68
* this patch should fix a problem with hyphenating large wordsKeiron Liddle2001-08-311-17/+32
| | | | | | | Submitted by: Enrico Schnepel <enrico.schnepel@gmx.de> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194451 13f79535-47bb-0310-9956-ffa450edef68
* basic link now extends inline as suggested byKeiron Liddle2001-08-312-12/+5
| | | | | | | | Enrico Schnepel <enrico.schnepel@gmx.de> so that the inline info is properly set git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194449 13f79535-47bb-0310-9956-ffa450edef68
* Applies lmckenzi@ca.ibm.com's patch, which would have been very hardSteve Coffman2001-08-302-3/+71
| | | | | | | | | to characterize had he not already done so. That he fixed it is just gravy. There is one line I'm not sure about, but it passed my tests, so I'll leave it in and just comment it. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194448 13f79535-47bb-0310-9956-ffa450edef68
* will handle max leader length better, default was 0 beforeKeiron Liddle2001-08-301-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194447 13f79535-47bb-0310-9956-ffa450edef68