aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* formatted and made it compile (with changed api?)Keiron Liddle2001-08-101-116/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194404 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
* Changes from 0.18 to 0.19arved2001-08-101-0/+185
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194402 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
* added slovak hyphenation patternsKeiron Liddle2001-08-021-0/+2533
| | | | | | | | Obtained from: skhyphen.tex Submitted by: KRUMPOLEC Martin <krumpolec@asset.sk> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194388 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: fo:marker examplesarved2001-07-272-0/+389
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194375 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
* Submitted by: SASAKI Suguru (s-sasaki@hkg.odn.ne.jp)Tore Engvig2001-07-171-4/+9
| | | | | | | | Some glyphs are missed when more then one glyph maps to the same data, this patch fixes it. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194359 13f79535-47bb-0310-9956-ffa450edef68
* PR: 2556Tore Engvig2001-07-171-16/+10
| | | | | | | | This fixes bug 2556 by changing the leader with pattern "space" to use an InlineSpace instead of adding actually spaces. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194358 13f79535-47bb-0310-9956-ffa450edef68
* AHS: improving area informationarved2001-07-178-5/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194357 13f79535-47bb-0310-9956-ffa450edef68
* AHS: initial marker supportarved2001-07-167-44/+243
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194356 13f79535-47bb-0310-9956-ffa450edef68
* AHS: initial marker supportarved2001-07-164-7/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194355 13f79535-47bb-0310-9956-ffa450edef68
* Weiqi Gao: checkBreakBefore signaturearved2001-07-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194354 13f79535-47bb-0310-9956-ffa450edef68