aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* This fixes A4 letter size printing from Jeremias Maerki.Steve Coffman2001-08-141-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194424 13f79535-47bb-0310-9956-ffa450edef68
* adds support for svg links to be put into the pdfKeiron Liddle2001-08-146-9/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194423 13f79535-47bb-0310-9956-ffa450edef68
* catches SecurityException for (future) use in security of webstartKeiron Liddle2001-08-141-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194421 13f79535-47bb-0310-9956-ffa450edef68
* added option for url in input handlerKeiron Liddle2001-08-142-8/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194420 13f79535-47bb-0310-9956-ffa450edef68
* pdf renderer now adds the fonts at the end of all pages rather than after ↵Keiron Liddle2001-08-132-2/+3
| | | | | | | | | each page lazy font will set loaded to true after first attempt rather than keep trying if it fails git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194413 13f79535-47bb-0310-9956-ffa450edef68
* improved error message a bit if config couldn't be loadedKeiron Liddle2001-08-101-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194406 13f79535-47bb-0310-9956-ffa450edef68
* improves comparisonKeiron Liddle2001-08-101-2/+6
| | | | | | | should be faster now git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194403 13f79535-47bb-0310-9956-ffa450edef68
* changed the dpi for svg to 72 to be the same as other things in fopKeiron Liddle2001-08-091-1/+3
| | | | | | | | | value should be in one place - same goes for other renderers git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194401 13f79535-47bb-0310-9956-ffa450edef68
* *** empty log message ***Keiron Liddle2001-08-093-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194400 13f79535-47bb-0310-9956-ffa450edef68
* fixes error that is displayed in new acrobat readerKeiron Liddle2001-08-091-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194399 13f79535-47bb-0310-9956-ffa450edef68
* This just moves the marker supporting code from before Mark's patch intoSteve Coffman2001-08-062-2/+43
| | | | | | | StreamRenderer. However, I'm not satisfied that it actually works the same. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194398 13f79535-47bb-0310-9956-ffa450edef68
* adds support for lazy loading of fontsKeiron Liddle2001-08-064-3/+197
| | | | | | | | | saves some cpu, memory Submitted by: SASAKI Suguru <s-sasaki@hkg.odn.ne.jp> Reviewed by: Keiron git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194397 13f79535-47bb-0310-9956-ffa450edef68
* setup a couple of propsKeiron Liddle2001-08-061-3/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194396 13f79535-47bb-0310-9956-ffa450edef68
* adds the remaining property groupsKeiron Liddle2001-08-066-0/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194395 13f79535-47bb-0310-9956-ffa450edef68
* gets all properties specified on each elementKeiron Liddle2001-08-0635-17/+906
| | | | | | | | adds "Unknown" element for unknown elements or other namespaces need to get a consistent and easy way to use the property values git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194394 13f79535-47bb-0310-9956-ffa450edef68
* updated to new batik interfaceKeiron Liddle2001-08-064-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194393 13f79535-47bb-0310-9956-ffa450edef68
* Use a copy of BorderAndPadding to fix alignment bugs in header/footer cellsKaren Lease2001-08-051-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194392 13f79535-47bb-0310-9956-ffa450edef68
* Add clone methodKaren Lease2001-08-051-5/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194391 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: SASAKI Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-08-021-14/+10
| | | | | | | Adds support for unicode characters in bookmarks. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194390 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Struan Judd (struan@sjudd.com)Tore Engvig2001-08-021-19/+4
| | | | | | | | Fixes bug that causes character - glyph mapping to occur twice in getWordWidth method causing overlapping areas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194389 13f79535-47bb-0310-9956-ffa450edef68
* fixes PDFDoc to work with changed interfaceKeiron Liddle2001-08-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194387 13f79535-47bb-0310-9956-ffa450edef68
* Code formatting. Still builds ok, but I didn't test it otherwise since last.Steve Coffman2001-08-0126-718/+720
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194386 13f79535-47bb-0310-9956-ffa450edef68
* Adds Mark Lillywhite's performance and memory patch in all it's glory.Steve Coffman2001-08-0128-529/+1095
| | | | | | | | | Unfortunately breaks marker support. (AreaTree getNextPage and getPreviousPage return the current page) XSL-FO with markers is not a good idea until it is fixed. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194385 13f79535-47bb-0310-9956-ffa450edef68
* Submitted by: Sasaki Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-08-013-41/+41
| | | | | | | Fixes for unicode escapes that were removed during code formatting git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194384 13f79535-47bb-0310-9956-ffa450edef68
* Fixed my own dump typo.Steve Coffman2001-07-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194383 13f79535-47bb-0310-9956-ffa450edef68
* The code formatting un-escaped all the glyphs. I fixed it and I tried to ↵Steve Coffman2001-07-311-327/+1095
| | | | | | | | | follow the code formatting, but not for the unicode glyph section. Should at least not cause any fatal errors. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194382 13f79535-47bb-0310-9956-ffa450edef68
* don't need to add prop mappings anymoreKeiron Liddle2001-07-311-29/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194381 13f79535-47bb-0310-9956-ffa450edef68
* Formatted code according to code standards.Tore Engvig2001-07-30375-37470/+31579
| | | | | | | Changed license to use short license. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194380 13f79535-47bb-0310-9956-ffa450edef68
* fixed compile errorKeiron Liddle2001-07-301-1/+5
| | | | | | | | I was supposed to be fixing a class cast exception just go with a warning for now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194378 13f79535-47bb-0310-9956-ffa450edef68
* started support to read all relevant propertiesKeiron Liddle2001-07-3013-123/+181
| | | | | | | mostly commented git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194377 13f79535-47bb-0310-9956-ffa450edef68
* handles xml only input, assumes fo fileKeiron Liddle2001-07-271-13/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194376 13f79535-47bb-0310-9956-ffa450edef68
* AHS: changed signaturesarved2001-07-271-5/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194374 13f79535-47bb-0310-9956-ffa450edef68
* handles page break for nested blocks nowKeiron Liddle2001-07-261-130/+154
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194373 13f79535-47bb-0310-9956-ffa450edef68
* AHS: activated space-start/space-endarved2001-07-261-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194372 13f79535-47bb-0310-9956-ffa450edef68
* AHS: changed Area methods slightlyarved2001-07-266-67/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194371 13f79535-47bb-0310-9956-ffa450edef68
* Added support for various spaces, inluding non-breaking spaceTore Engvig2001-07-242-73/+306
| | | | | | | | | (fixes bug no 2297) Added support for line breaking in the middle of words for CJK languages Fixes for bug 2243 based on a patch from rainer.garus@nexgo.de git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194370 13f79535-47bb-0310-9956-ffa450edef68
* added the start of svg linkingKeiron Liddle2001-07-245-21/+198
| | | | | | | also improved a few text things git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194369 13f79535-47bb-0310-9956-ffa450edef68
* Handles the graphics device better.Keiron Liddle2001-07-241-16/+161
| | | | | | | | | | | Also handles the alpha transparency better, at least for white backgrounds it works properly Submitted by: Thomas E Deweese <thomas.deweese@kodak.com> Reviewed by: Keiron Liddle git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194368 13f79535-47bb-0310-9956-ffa450edef68
* AHS: adding support for 'returned-by'; placeholderarved2001-07-242-107/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194367 13f79535-47bb-0310-9956-ffa450edef68
* AHS: adding support for 'returned-by'arved2001-07-242-112/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194366 13f79535-47bb-0310-9956-ffa450edef68
* AHS: short licensearved2001-07-241-49/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194365 13f79535-47bb-0310-9956-ffa450edef68
* AHS: continued work on fo:marker supportarved2001-07-234-19/+111
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194364 13f79535-47bb-0310-9956-ffa450edef68
* Ralph LaChance/Andy Langowitz: improvements to AWTRenderer ↵arved2001-07-221-36/+154
| | | | | | (borders,backgrounds...) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194363 13f79535-47bb-0310-9956-ffa450edef68
* Fix some bugs in table and cell border drawing and cell width calculationsKaren Lease2001-07-203-64/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194362 13f79535-47bb-0310-9956-ffa450edef68
* Add new addFilledRect method to make it possible to draw filled rectangles ↵Karen Lease2001-07-202-18/+70
| | | | | | without any stroke in PDF; in doFrame, use rectangles instead of lines for borders to eliminate pixel errors git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194361 13f79535-47bb-0310-9956-ffa450edef68
* Make display-align work on table-cellKaren Lease2001-07-183-70/+125
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194360 13f79535-47bb-0310-9956-ffa450edef68