aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* font-family list still not fully supported but a comma-separated list is now ↵Jeremias Maerki2005-12-027-18/+180
| | | | | | properly tokenized. FOP will now go through all fonts in the list to find one that is available, but it doesn't do so per character, yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@351734 13f79535-47bb-0310-9956-ffa450edef68
* Implemented 5.3.4 overconstrained geometry without handling the case when ↵Jeremias Maerki2005-12-028-95/+102
| | | | | | the content IPD is zero. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@351655 13f79535-47bb-0310-9956-ffa450edef68
* Fixing two NPEs occurring with a completely empty table where not even the ↵Jeremias Maerki2005-12-012-2/+4
| | | | | | table-cell has at least one block element and relaxed validation is enabled. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@351491 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Relatively positioned BlockViewports (from block-containers) caused ↵Jeremias Maerki2005-12-011-8/+0
| | | | | | the paint cursor not be be properly advanced when space-before or space-after were present. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@350269 13f79535-47bb-0310-9956-ffa450edef68
* Added Amin Ahmad's FOP Bridge to the list of tools.Jeremias Maerki2005-12-011-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@350199 13f79535-47bb-0310-9956-ffa450edef68
* Some news sites point to this page as primary link and there's no "download" ↵Jeremias Maerki2005-11-301-0/+6
| | | | | | link visible from here. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349951 13f79535-47bb-0310-9956-ffa450edef68
* Changing the debug level of a not so interesting message.Jeremias Maerki2005-11-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349911 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Added missing conditionality notification for table-cell content.Jeremias Maerki2005-11-304-26/+34
| | | | | | | | | Extracted functionality to find a previous break into a helper method in ElementListUtils. Fixed misguided german->english translation on parameter names (last != previous). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349909 13f79535-47bb-0310-9956-ffa450edef68
* Relaxed validation for border and padding on region-*.Jeremias Maerki2005-11-291-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349740 13f79535-47bb-0310-9956-ffa450edef68
* Looks like font-variant works in 0.20.5. I didn't know.Jeremias Maerki2005-11-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349738 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for "/ by zero" ArithmeticExceptions when an URL to a non-existing ↵Jeremias Maerki2005-11-291-13/+24
| | | | | | image is used and content-width and/or content-height is used. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349698 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for a multi-threading problem:Jeremias Maerki2005-11-241-11/+10
| | | | | | | | propertyListTable initialization moved from the constructor to a static block in FOObj. This fixes NullPointerExceptions in PropertyList. This was discovered using the application in test/java/org/apache/fop/threading/. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348795 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for placement of text inside a text area when borders are present in ↵Jeremias Maerki2005-11-241-1/+1
| | | | | | PostScript output. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348792 13f79535-47bb-0310-9956-ffa450edef68
* Improvements for leader painting in PDF. "dots" are actually dots now, nicer ↵Jeremias Maerki2005-11-243-38/+98
| | | | | | | | | ridge/groove with lightenColor(), reusing code from border painting. Leader in PostScript Renderer now, too. LeaderLM did not set the leader color and the PDF Renderer didn't act on it. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348788 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37521: Jeremias Maerki2005-11-241-3/+3
| | | | | | | Fixed typo. Submitted by: Matthew Daniel <bugzilla.at.mdaniel.scdi.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348751 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37557:Jeremias Maerki2005-11-241-4/+4
| | | | | | | Removed an inappropriate exception. Tweaked the other exception. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348749 13f79535-47bb-0310-9956-ffa450edef68
* Found another old URLJeremias Maerki2005-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348746 13f79535-47bb-0310-9956-ffa450edef68
* Added support for border-separation.block-progression-direction (only ↵Jeremias Maerki2005-11-244-11/+39
| | | | | | | | inline-progression-direction worked before). Bugfix for a special case with vertically spanned cells where a cell might have been swallowed as a whole. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348745 13f79535-47bb-0310-9956-ffa450edef68
* Add DITA mailing list.Jeremias Maerki2005-11-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348721 13f79535-47bb-0310-9956-ffa450edef68
* Added docbook-apps as announcement targets as suggested by Vincent Hennebert.Jeremias Maerki2005-11-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348684 13f79535-47bb-0310-9956-ffa450edef68
* News entry for the 0.90alpha1 release.Jeremias Maerki2005-11-231-0/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348438 13f79535-47bb-0310-9956-ffa450edef68
* Cocoon is fun! disabled-testcases.xml from both fotree and layoutengine ↵Jeremias Maerki2005-11-234-0/+152
| | | | | | directories integrated into a single page about "known issues". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348437 13f79535-47bb-0310-9956-ffa450edef68
* Collect places to announce FOP releases.Jeremias Maerki2005-11-221-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348291 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37589:Jeremias Maerki2005-11-223-3/+15
| | | | | | | Added note about iText's PDFStamper. Submitted by: Jens Stavnstrup <js@ddre.dk> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348211 13f79535-47bb-0310-9956-ffa450edef68
* Merged changes 345575:345890 from branches/fop-0_90 into trunk:Jeremias Maerki2005-11-227-53/+211
| | | | | | | | | | | | | | | | | | "build/site" is now copied to "docs". The build directory isn't included in either distribution anymore. Source distribution doesn't contain fop.jar, javadocs and compiled docs anymore to make the distribution smaller. KEYS and status.xml and lib/xalan*.txt added (Thanks, Simon). Added version info to javadocs. Removed limitation to build javadocs only with JDKs >= 1.4. It works fine for me on Win32 Sun JDK 1.3.1_15. You can add "javahome.jdk14" to your build-local.properties so Forrest docs can be built during a JDK 1.3 distribution build. Added release notes to site (Thanks, Christian, for the reminder). Append JDK indicator to binary distribution using system property java.specification.version. upgrade guide: new configuration format (CG) Documented additional known issue with PS Renderer that I didn't have time to fix. Redirects and release names cleaned up as per Simon's suggestions. Added link to latest release branch to download page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348205 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of hyphenation-ladder-count.Luca Furini2005-11-214-6/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345909 13f79535-47bb-0310-9956-ffa450edef68
* Corrected copy/paste mistake in java commentManuel Mall2005-11-181-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345519 13f79535-47bb-0310-9956-ffa450edef68
* Added user config font registration to XML RendererManuel Mall2005-11-181-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345517 13f79535-47bb-0310-9956-ffa450edef68
* Changed "Trunk" to "Latest Release"/[Latest]Jeremias Maerki2005-11-171-27/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345335 13f79535-47bb-0310-9956-ffa450edef68
* Branched 0.90 documentation from trunk docs.Jeremias Maerki2005-11-1717-13/+3347
| | | | | | | Minor fixes on front page. Ignore dist directories. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@345331 13f79535-47bb-0310-9956-ffa450edef68
* favicon was missing in out sources.Jeremias Maerki2005-11-162-0/+2
| | | | | | Added a redirect so you can use http://xmlgraphics.apache.org/fop/latest/ to point to the documentation of the latest release (currently set to 0.20.5). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344957 13f79535-47bb-0310-9956-ffa450edef68
* Updates on the output formats.Jeremias Maerki2005-11-151-73/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344439 13f79535-47bb-0310-9956-ffa450edef68
* Avoid painting empty rectangles because that can lead to unwanted artifacts.Jeremias Maerki2005-11-152-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344330 13f79535-47bb-0310-9956-ffa450edef68
* Resurrected status.xml and prepared it for changes after the first release.Jeremias Maerki2005-11-145-1/+437
| | | | | | Added stylesheets and sitemap snippets as a project sitemap for FOP from Forrest 0.7 branch because the plugin didn't work. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344252 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #36480:Jeremias Maerki2005-11-144-12/+396
| | | | | | | Improved space-before/space-after support for RTF output. Fixes problems with space support in the existing code. Submitted by: Sergey Simonchik <Sergey.Simonchik.at.borland.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344172 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37330:Jeremias Maerki2005-11-141-2/+6
| | | | | | Fix for clipped text when painted through the PDF text bridge. The translation was in the wrong place and therefore had an effect on the clipping region. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344148 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37330: Jeremias Maerki2005-11-142-8/+36
| | | | | | | | | | | | 1) The jpeg registration now includes the hashCode in addition to the jpegCount as this prevents images being rused when multiple SVG fragments are included in a single FO. 2) Added a createBridgeContext to PDFBridgeContext so that 'sub contexts' (image element) inherit the new bridges. Submitted by: Thomas Deweese <deweese.at.apache.org> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344130 13f79535-47bb-0310-9956-ffa450edef68
* Automated parameter rename failed because there was an instance variable ↵Jeremias Maerki2005-11-141-4/+4
| | | | | | called "e" which caused an NPE in examples/fo/build.xml on target "newPDF". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344125 13f79535-47bb-0310-9956-ffa450edef68
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes ↵Jeremias Maerki2005-11-1447-293/+262
| | | | | | | | | IOUtils.copy() again. CopyUtils in 1.0 was not ideal design decision. Fixed most of the unappropriate System.err/System.out/Exception.printStackTrace(). Those that aren't fixed and are not legitimate calls (in main() methods etc.) are marked with a TODO item. Some Javadocs and style updates. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344111 13f79535-47bb-0310-9956-ffa450edef68
* Every committer is supposed to use the "Submitted by:" pattern when applying ↵Jeremias Maerki2005-11-141-0/+1
| | | | | | patches! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344073 13f79535-47bb-0310-9956-ffa450edef68
* Further cleanup and minor modifications to the compliance pageManuel Mall2005-11-141-42/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344060 13f79535-47bb-0310-9956-ffa450edef68
* Correct a few more problems related to leaders: text-align was not handled ↵Manuel Mall2005-11-143-34/+83
| | | | | | correctly, use-content was drawing incorrect borders git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@344037 13f79535-47bb-0310-9956-ffa450edef68
* Disabled warning which are based on the containing reference area instead of ↵Jeremias Maerki2005-11-131-0/+14
| | | | | | the containing box. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@333059 13f79535-47bb-0310-9956-ffa450edef68
* Initial fix for examples/basic/leader.fo problemManuel Mall2005-11-132-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@333041 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for handling of percentage width and height inside block-containers. ↵Jeremias Maerki2005-11-131-23/+40
| | | | | | Fixes problem in examples/fo/basic/border.fo. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@333011 13f79535-47bb-0310-9956-ffa450edef68
* Documented new stuff.Jeremias Maerki2005-11-122-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332795 13f79535-47bb-0310-9956-ffa450edef68
* Use memory-optimized ByteArrayOutputStream from Commons IO instead of the ↵Jeremias Maerki2005-11-121-1/+1
| | | | | | dumb implementation from the JDK. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332793 13f79535-47bb-0310-9956-ffa450edef68
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-1211-111/+116
| | | | | | | | Deprecated Fop.getVersion() in favor for Version.getVersion(). Changed every place the newly deprecated methods were called. Ant task and TestConverter changed to fully use MIME types. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332791 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37468:Jeremias Maerki2005-11-111-4/+1
| | | | | | Placement of flows in multi-column documents was wrong. The area tree is correct, however. Bug in AbstractRenderer. Simpler is sometimes better. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332614 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #37468:Jeremias Maerki2005-11-111-3/+5
| | | | | | Bugfix: A normal break inside a table resulted in the next part to be sent to the next page instead of the next flow. TableContentLayoutManager produces KnuthPenalties with breakClass=0. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332594 13f79535-47bb-0310-9956-ffa450edef68