aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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-129-268/+241
| | | | | | | 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
* add build.bat for building on windowsKeiron Liddle2001-09-111-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194458 13f79535-47bb-0310-9956-ffa450edef68
* some minor updates, no longer need ant optionalKeiron Liddle2001-09-107-10/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194457 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
* new design documentation using docbookKeiron Liddle2001-09-0722-0/+911
| | | | | | | uml diagrams will be svg in future git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194454 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
* a better shell script to run fop with worksKeiron Liddle2001-08-311-4/+103
| | | | | | | | from anywhere and sets the classpath in a better way. Submitted by: Weiqi Gao <weiqigao@networkusa.net> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194450 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
* handles viewbox and no svg size betterKeiron Liddle2001-08-306-12/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194446 13f79535-47bb-0310-9956-ffa450edef68
* fixed dasharray units for small values that round to 0Keiron Liddle2001-08-301-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194445 13f79535-47bb-0310-9956-ffa450edef68
* Remove svgproperties.xml which no longer existsKaren Lease2001-08-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194444 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unnecessary mergefile from xslt processing for font files.Karen Lease2001-08-261-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194443 13f79535-47bb-0310-9956-ffa450edef68
* Use the key function with the external charlist.xml file so no need for ↵Karen Lease2001-08-261-5/+7
| | | | | | mergefile git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194442 13f79535-47bb-0310-9956-ffa450edef68
* Only build the DOM if needed for mergefile. Otherwise pass input xml file ↵Karen Lease2001-08-261-2/+12
| | | | | | directly to the Transformer so it can find the system ID git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194441 13f79535-47bb-0310-9956-ffa450edef68
* made the pdf renderer reusable (eg. how cocoon uses it)Keiron Liddle2001-08-231-0/+9
| | | | | | | | prevents it creating invalid documents frees up memory git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194440 13f79535-47bb-0310-9956-ffa450edef68
* sets the logger on the treebuilder when getting the content handlerKeiron Liddle2001-08-221-1/+1
| | | | | | | thanks to Michel Lehon for spotting this git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194439 13f79535-47bb-0310-9956-ffa450edef68
* put back bookmark extension - not completeKeiron Liddle2001-08-215-16/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194438 13f79535-47bb-0310-9956-ffa450edef68
* fixed error replaced invalid & with a %Keiron Liddle2001-08-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194437 13f79535-47bb-0310-9956-ffa450edef68
* changed to new logging for renderersKeiron Liddle2001-08-2119-138/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194436 13f79535-47bb-0310-9956-ffa450edef68
* Fixes script classpaths to use avalon and logkit.Steve Coffman2001-08-205-4/+8
| | | | | | | Fixes last xml-doc bug that prevented generating the PDF. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194435 13f79535-47bb-0310-9956-ffa450edef68
* This adds avalon and logkit to the path to allow execution.Steve Coffman2001-08-201-2/+2
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194434 13f79535-47bb-0310-9956-ffa450edef68
* Fixes the id attribute to be ref-id to allow bookmarks to build.Steve Coffman2001-08-201-2/+2
| | | | | | | Leaves a weird xsl error that omits the <fo:block> in one place though. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194433 13f79535-47bb-0310-9956-ffa450edef68
* Added Avalon and Logkit to path to allow execution.Steve Coffman2001-08-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194432 13f79535-47bb-0310-9956-ffa450edef68
* adjusted classpath libs for loggingKeiron Liddle2001-08-204-5/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194431 13f79535-47bb-0310-9956-ffa450edef68
* changed to logkit for logging only half doneKeiron Liddle2001-08-2061-216/+314
| | | | | | | fixed getContentHandler in driver git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194430 13f79535-47bb-0310-9956-ffa450edef68
* should now handle rotated text properlyKeiron Liddle2001-08-171-14/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194429 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Weiqi Gao <weiqigao@networkusa.net>Keiron Liddle2001-08-161-1/+1
| | | | | | | | Updated link to Elliotte Rusty Harold's xml:fo chapter to the newer second edition. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194428 13f79535-47bb-0310-9956-ffa450edef68
* added YAS to specify if output should be consistent, default is falseKeiron Liddle2001-08-152-2/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194427 13f79535-47bb-0310-9956-ffa450edef68
* fixes some npe's if characters outsite rootKeiron Liddle2001-08-151-1/+6
| | | | | | | and if namespace not specified/correct git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194426 13f79535-47bb-0310-9956-ffa450edef68
* added support for embedded fonts for svg text, also added proper escapingKeiron Liddle2001-08-152-18/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194425 13f79535-47bb-0310-9956-ffa450edef68