aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs
Commit message (Collapse)AuthorAgeFilesLines
* Added an option to disable the default sRGB profile in PDF output for those ↵Jeremias Maerki2008-02-072-2/+18
| | | | | | who don't care about color fidelity, but care about PDF file size. Note that this option is not possible if PDF/A, PDF/X or an output profile is used. Makes simple PDFs about 4KB smaller. Ha! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@619417 13f79535-47bb-0310-9956-ffa450edef68
* Added very basic parsing for the xml:lang shorthand.Andreas L. Delmelle2008-02-031-4/+4
| | | | | | | | | No validation of the specified value, but the language and country properties now do take the shorthand into account to determine their value. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@617976 13f79535-47bb-0310-9956-ffa450edef68
* A more detailed comment on RTF output explaining that RTF has limitations ↵Jeremias Maerki2008-01-291-2/+8
| | | | | | besides the incomplete implementation on the FOP side. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@616191 13f79535-47bb-0310-9956-ffa450edef68
* A note on country/language.Jeremias Maerki2008-01-281-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@615917 13f79535-47bb-0310-9956-ffa450edef68
* A note on the difference between JAI Image I/O Tools, the codec package, and ↵Jeremias Maerki2008-01-221-0/+6
| | | | | | JAI, the image library. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614191 13f79535-47bb-0310-9956-ffa450edef68
* Updated text to reflect the upgrading of the minimum Java requirement to 1.4Vincent Hennebert2008-01-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614170 13f79535-47bb-0310-9956-ffa450edef68
* Fixed minor typosVincent Hennebert2008-01-221-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614169 13f79535-47bb-0310-9956-ffa450edef68
* Complete overhaul of the "Graphics" page after the new image loading ↵Jeremias Maerki2008-01-225-274/+406
| | | | | | | | framework has been introduced. Some updates on external links and about Java 1.4. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@614156 13f79535-47bb-0310-9956-ffa450edef68
* A note about the internal coordinate system when using fox:transform.Jeremias Maerki2008-01-211-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@613896 13f79535-47bb-0310-9956-ffa450edef68
* Copy/Paste problem with TTF has long been fixed.Jeremias Maerki2008-01-183-36/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@613185 13f79535-47bb-0310-9956-ffa450edef68
* Fixed logic error setting the transformation matrix for block-container ↵Jeremias Maerki2008-01-171-0/+21
| | | | | | | | | | | | viewports (applies to absolute and fixed block-containers only). The CTM now only rotates and shifts the content as necessary for reference-orientation and writing-mode. All the rest of the transformation is done by the renderer which allows to add additional transformations as made possible by fox:transform (see below). Important: External renderer implementations need to adjust for the change and implement the new method concatenateTransformationMatrix(AffineTransform) if the renderer is derived from AbstractPathOrientedRenderer. New extension attribute fox:transform on fo:block-container allows free-form transformation (rotation, scaling etc.) of absolute and fixed block-containers. Supported only for PDF, PS and Java2D-based renderers. Added missing region background painting for PCL renderer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@612815 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dead link.Jeremias Maerki2008-01-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@612560 13f79535-47bb-0310-9956-ffa450edef68
* Reenabled documentation for fox:destination.Jeremias Maerki2008-01-071-4/+3
| | | | | | | | Enabled intermediate format functionality for fox:destination. Added a test case to check fox:destination. Deprecated FOP's XMLizable in favor of the XML Graphics Commons variant (and extend that variant). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@609567 13f79535-47bb-0310-9956-ffa450edef68
* Added new extension element: fox:external-document. It allows to add whole ↵Jeremias Maerki2007-12-271-0/+73
| | | | | | | | | documents such as multi-page TIFF images to be inserted as peers to a page-sequence. Each image will make up an entire page. See the documentation for details. ATM, only single pages are possible. Multi-page images will be supported with the new image package. Some preparations for page-position="only" but the implementation is incomplete and "only" has no effect, yet. (Just uploaded some stuff I once started) Some javadoc cleanups. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@607032 13f79535-47bb-0310-9956-ffa450edef68
* Added documentation for font-in-jar-filesMaximilian Berger2007-12-101-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@602898 13f79535-47bb-0310-9956-ffa450edef68
* Added a news entry about Max Berger becoming a committer. Welcome Max!Vincent Hennebert2007-11-201-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@596742 13f79535-47bb-0310-9956-ffa450edef68
* ApacheCon US is over.Jeremias Maerki2007-11-181-21/+51
| | | | | | | | OSSSummit was cancelled/postponed. Added example for total page count using XSL 1.1 Adjusted total page count example to new FOP API. (Thanks to Miroslav Gregan for the hint) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@596072 13f79535-47bb-0310-9956-ffa450edef68
* Nitpick regarding the Nimbus font namesVincent Hennebert2007-11-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@593116 13f79535-47bb-0310-9956-ffa450edef68
* Some notes about FOP's default font and font substitution for Base 14 fonts ↵Jeremias Maerki2007-11-081-1/+26
| | | | | | in document viewers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@593051 13f79535-47bb-0310-9956-ffa450edef68
* Mailing List Archive link updates.Jeremias Maerki2007-11-063-44/+39
| | | | | | | Added ASF Sponsorship program and thanks links as required by the PRC. Added ApacheCon EU 2008 logo and link. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@592361 13f79535-47bb-0310-9956-ffa450edef68
* Whoops.. lets maintain the alphabetical ordering! :)Adrian Cumiskey2007-10-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@588635 13f79535-47bb-0310-9956-ffa450edef68
* My first commit :)Adrian Cumiskey2007-10-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@588603 13f79535-47bb-0310-9956-ffa450edef68
* Added a news item about Adrian Cumiskey becoming a committerVincent Hennebert2007-10-191-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@586354 13f79535-47bb-0310-9956-ffa450edef68
* Added a configuration setting to the PCL renderer that lets you disable PJL ↵Jeremias Maerki2007-10-051-0/+7
| | | | | | commands. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@582287 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #43041:Jeremias Maerki2007-10-051-0/+7
| | | | | | | | | | | Added a configuration setting for the renderer/device resolution to the AFP renderer. Many Checkstyle violations fixed. Submitted by: Adrian Cumiskey <dev.at.cumiskey.com> Changes to the patch by jeremias: - Bugfix: SVGs were rendered in the wrong size when the target-resolution and the renderer-resolution differ. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@582131 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #42144Chris Bowditch2007-10-041-0/+17
| | | | | | | | Safely set postscript page device dictionary Submitted by Adrian Cumiskey <dev.at.cumiskey.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@581906 13f79535-47bb-0310-9956-ffa450edef68
* Metafocus has renamed their product.Jeremias Maerki2007-10-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@580884 13f79535-47bb-0310-9956-ffa450edef68
* Slight correction in the 0.94 font docs.Andreas L. Delmelle2007-09-081-13/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@573799 13f79535-47bb-0310-9956-ffa450edef68
* The release date of FOP 0.94 is now knownVincent Hennebert2007-08-232-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569110 13f79535-47bb-0310-9956-ffa450edef68
* Merged revisions ↵Vincent Hennebert2007-08-2355-7352/+7417
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 556567-558280,558282-562946,562948-563926,563928-563950,563952-563955,563957-564855,564857-567293,567295-567296,567298-567302,567304-569099 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_94 ........ r560595 | vhennebert | 2007-07-28 21:26:51 +0200 (sam, 28 jui 2007) | 2 lines Remove tab for the no longer supported 0.20.5 version ........ r560596 | vhennebert | 2007-07-28 21:28:30 +0200 (sam, 28 jui 2007) | 2 lines Create a tab for the new 0.94 version ........ r560600 | vhennebert | 2007-07-28 21:45:13 +0200 (sam, 28 jui 2007) | 2 lines Remove any reference to the old maintenance branch ........ r560886 | vhennebert | 2007-07-30 10:19:59 +0200 (lun, 30 jui 2007) | 2 lines Update the documentation before releasing ........ r562023 | clay | 2007-08-02 08:08:49 +0200 (jeu, 02 aoû 2007) | 1 line Changes to fop-0_94 branch to prepare it for 0.94 release. ........ r562024 | clay | 2007-08-02 08:09:33 +0200 (jeu, 02 aoû 2007) | 1 line Changes to fop-0_94 branch to prepare it for 0.94 release. ........ r562027 | clay | 2007-08-02 08:27:01 +0200 (jeu, 02 aoû 2007) | 1 line Changes to fop-0_94 branch to prepare it for 0.94 release. ........ r562332 | clay | 2007-08-03 07:09:50 +0200 (ven, 03 aoû 2007) | 1 line Updated FOP Compliance page to include additional column for 0.94 (did not remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information. ........ r562333 | clay | 2007-08-03 07:10:47 +0200 (ven, 03 aoû 2007) | 1 line Updated FOP Compliance page to include additional column for 0.94 (did not remove 0.20.5 or 0.93 column). Also 'Notes' column was *not* modified for 0.94-specific information. ........ r562880 | vhennebert | 2007-08-05 17:05:41 +0200 (dim, 05 aoû 2007) | 4 lines - Update the website content - Fix some typos - Fix broken links ........ r562881 | vhennebert | 2007-08-05 17:06:59 +0200 (dim, 05 aoû 2007) | 5 lines Changes in the trunk tab: - update content - fix typos - fix broken links ........ r562887 | vhennebert | 2007-08-05 17:22:15 +0200 (dim, 05 aoû 2007) | 2 lines Merge changes on the Trunk tab from revision 562881 ........ r562891 | vhennebert | 2007-08-05 17:32:33 +0200 (dim, 05 aoû 2007) | 4 lines Update the list of known issues: - border-collapsing model for tables is available - internal links point to the exact location ........ r562900 | vhennebert | 2007-08-05 17:48:50 +0200 (dim, 05 aoû 2007) | 2 lines Setup the "known issues" infrastructure for the 0.94 tab ........ r562903 | vhennebert | 2007-08-05 18:23:59 +0200 (dim, 05 aoû 2007) | 2 lines Style only: remove tab characters ........ r562909 | vhennebert | 2007-08-05 19:11:58 +0200 (dim, 05 aoû 2007) | 2 lines Disable "Valid HTML" icons. The site isn't valid... ........ r562919 | vhennebert | 2007-08-05 19:52:13 +0200 (dim, 05 aoû 2007) | 3 lines Disable any link to relnotes.html. This file is not properly placed (in no tab), and only contains release notes for versions up to 0.92. TODO determine what to do with this file; newer versions have their own system ........ r562924 | vhennebert | 2007-08-05 20:09:44 +0200 (dim, 05 aoû 2007) | 2 lines Add a link to the Release Notes for version 0.94 ........ r562925 | vhennebert | 2007-08-05 20:10:34 +0200 (dim, 05 aoû 2007) | 2 lines Replace "Apache Forrest" with "Apache FOP". Copy-paste error? ........ r564159 | vhennebert | 2007-08-09 11:56:41 +0200 (jeu, 09 aoû 2007) | 2 lines Introduce 0.94 in status.xml and README ........ r564233 | vhennebert | 2007-08-09 17:09:49 +0200 (jeu, 09 aoû 2007) | 2 lines Update the compliance page ........ r564864 | vhennebert | 2007-08-11 10:41:15 +0200 (sam, 11 aoû 2007) | 2 lines Fix error that made the 0.94 menu appear in the Trunk tab and vice-versa ........ r564866 | vhennebert | 2007-08-11 10:45:39 +0200 (sam, 11 aoû 2007) | 2 lines Add my key for signing the release ........ r564871 | vhennebert | 2007-08-11 10:51:35 +0200 (sam, 11 aoû 2007) | 2 lines Update dependency on version 1.2 of XML Graphics Commons ........ r567299 | vhennebert | 2007-08-18 19:23:09 +0200 (sam, 18 aoû 2007) | 2 lines Update .htaccess to 0.94 release ........ r567539 | clay | 2007-08-20 06:12:42 +0200 (lun, 20 aoû 2007) | 1 line Added formatting for code in page. ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@569104 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #42956:Chris Bowditch2007-07-311-2/+19
| | | | | | | | AFP Renderer - No Operation Extension. yet another missing file! The documentation! Submitted by: Adrian Cumiskey <dev.at.cumiskey.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@561256 13f79535-47bb-0310-9956-ffa450edef68
* rubico.com doesn't exist anymore.Jeremias Maerki2007-07-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@559818 13f79535-47bb-0310-9956-ffa450edef68
* Added support for keep-togther.within-line="always"Manuel Mall2007-07-181-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@557347 13f79535-47bb-0310-9956-ffa450edef68
* Compliance update: starting-state supported on fo:bookmark; already added at ↵Andreas L. Delmelle2007-07-141-6/+8
| | | | | | other places in the docs git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556257 13f79535-47bb-0310-9956-ffa450edef68
* Clarification about the status of fo:bookmark support.Jeremias Maerki2007-07-062-5/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553859 13f79535-47bb-0310-9956-ffa450edef68
* Fix a broken linkAndreas L. Delmelle2007-07-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@553627 13f79535-47bb-0310-9956-ffa450edef68
* A note on the PDF/A namespace confusion.Jeremias Maerki2007-06-221-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@549827 13f79535-47bb-0310-9956-ffa450edef68
* Move Glen Mazza to the list of inactive committers, as per his own request. ↵Vincent Hennebert2007-06-191-5/+4
| | | | | | While I'm at it, replace his column with mine in "Areas of Expertise". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@548619 13f79535-47bb-0310-9956-ffa450edef68
* Add Assentis:DocDesign (an FO editor)Jeremias Maerki2007-06-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547553 13f79535-47bb-0310-9956-ffa450edef68
* Add JEuclid as it now provides its own FOP extension. Jeremias Maerki2007-06-151-1/+2
| | | | | | Correct Barcode4J's URL. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@547550 13f79535-47bb-0310-9956-ffa450edef68
* Apply a similar change to the page of the trunk as to that of the 0.93 releaseSimon Pepping2007-06-081-5/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@545589 13f79535-47bb-0310-9956-ffa450edef68
* Updates to promote FOP 0.93 over 0.20.5Clay Leeds2007-06-072-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@545224 13f79535-47bb-0310-9956-ffa450edef68
* Add Adrian Cumiskey to the list of FOP's active contributors. Many thanks to ↵Vincent Hennebert2007-06-061-0/+2
| | | | | | | | | Adrian for his contributions so far! Patch provided by Adrian himself ;-) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@544758 13f79535-47bb-0310-9956-ffa450edef68
* Add Max Berger to the list of FOP's active contributors. Many thanks to Max ↵Vincent Hennebert2007-06-061-0/+5
| | | | | | for his contributions so far! git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@544748 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #41831:Jeremias Maerki2007-05-282-8/+46
| | | | | | | | | | | | | | | | | | | | - Add support font auto-detection (easier font configuration) including a font cache to speed up the auto-detection process. - Refactoring of the configuration code: All Avalon configuration stuff is extracted into separate "Configurator" classes. - Refactoring of the FOURIResolver. Submitted by: Adrian Cumiskey <fop-dev.at.cumiskey.com> Changes to the patch by jeremias during the review: - Font cache simplified (Java object serialization instead of XML), functionality fixed and moved to the fonts.package. - Relocated default cache file location to user directory. - Fixed the font configuration for PDFDocumentGraphics2D/PDFTranscoder that got lost with the patch. - Fixed a problem with having a non-file URL as font base URL. - Simplified RendererContextInfo stuff to make it easier to understand. - Fixed handling of Type 1 fonts in auto-detection. - Reduced verbosity of font-related log output. - Updated Jakarta Commons IO to version 1.3.1 (the patch depends on it) - Various javadocs improvements git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@542237 13f79535-47bb-0310-9956-ffa450edef68
* setHyphenBaseURL() was missing.Jeremias Maerki2007-05-161-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@538485 13f79535-47bb-0310-9956-ffa450edef68
* Reworded requirements slightly to make it more clear to people switching ↵Jeremias Maerki2007-05-011-1/+3
| | | | | | from 0.20.5 to 0.93 (thanks for the hint, Henning). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@533992 13f79535-47bb-0310-9956-ffa450edef68
* Marking myself inactive, new job means I'll most probably not work on FOP in ↵Bertrand Delacretaz2007-04-091-6/+1
| | | | | | the next few months git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@526711 13f79535-47bb-0310-9956-ffa450edef68
* Add a "new committer" entry for Jay in the news file. A bit late, sorry Jay!Vincent Hennebert2007-04-031-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@525089 13f79535-47bb-0310-9956-ffa450edef68
* Removed misleading comment.Jeremias Maerki2007-04-011-5/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@524578 13f79535-47bb-0310-9956-ffa450edef68