aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update of the documentation before the release.Vincent Hennebert2008-03-127-64/+75
| | | | | | | Added notes about improved checks and conformance in tables. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@636295 13f79535-47bb-0310-9956-ffa450edef68
* Updated the compliance page. Re-added the 0.94 column since there are some ↵Vincent Hennebert2008-03-121-94/+771
| | | | | | noteworthy changes between the 0.94 and 0.95 versions git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@636293 13f79535-47bb-0310-9956-ffa450edef68
* Since compliance.ihtml is now the source file and it would cost too much to ↵Vincent Hennebert2008-03-121-5110/+6334
| | | | | | revert to an xml version, tidied the file a bit. No content change. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@636276 13f79535-47bb-0310-9956-ffa450edef68
* Updated the disabled-testcases.xml file: re-enabled testcases which could ↵Vincent Hennebert2008-03-119-848/+228
| | | | | | easily be updated, removed the other ones which anyway were superseded by more complete ones git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635967 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to add the testcase for forced break vs explicit row height in ↵Vincent Hennebert2008-03-111-0/+87
| | | | | | revision 635686 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635961 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd)Vincent Hennebert2008-03-112-16/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635884 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix for row/body/col background painting when padding is used in the ↵Jeremias Maerki2008-03-102-8/+127
| | | | | | table-cells. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635741 13f79535-47bb-0310-9956-ffa450edef68
* Need to clean up after myself.Jeremias Maerki2008-03-102-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635701 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: forced break ignored when the minimum height of a table-row isn't ↵Vincent Hennebert2008-03-108-187/+217
| | | | | | reached git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635686 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NPE in BlockContainerLayoutManager when used as a child of an ↵Jeremias Maerki2008-03-1022-124/+293
| | | | | | | | | | inline-level FO. Split IP and BP stack limits in LayoutContext (there's now a certain amount of redundancy with "refIPD" in LayoutContext which I didn't resolve). Areas are now generated for block-level FOs when used as children of inline-level FOs. ClassCastException in ListLayoutManager.mustKeepTogether() fixed (occured if used as child of an inline-level FO). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@635508 13f79535-47bb-0310-9956-ffa450edef68
* Added some notes on getting the same output for PDF/PS and Java2D-based ↵Jeremias Maerki2008-03-063-0/+73
| | | | | | renderers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@634187 13f79535-47bb-0310-9956-ffa450edef68
* - Fixed the rendering of the area of a table corresponding to ↵Vincent Hennebert2008-03-0515-251/+930
| | | | | | | | | | | border-separation, which must be filled with the background of the table, and not the rows. - Improved conformance: even if a table-cell spans several rows its background must correspond to the first row spanned. - Added support for background on fo:table-column and fo:table-header/footer/body TODO more testcases needed, especially tables with collapsing border model and tables broken over pages git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633961 13f79535-47bb-0310-9956-ffa450edef68
* Update README.Jeremias Maerki2008-03-042-9/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633561 13f79535-47bb-0310-9956-ffa450edef68
* Update FOP poster for OpenExpo 2008 in Bern.Jeremias Maerki2008-03-0412-3954/+34
| | | | | | This fixes various warnings, updates the history and simplifies configuration (if you're on Windows, it will work out of the box because all fonts are available). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633559 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: If there's shrink available in an auto-height situation, the ↵Jeremias Maerki2008-03-042-1/+70
| | | | | | difference is now set to 0 in order to avoid unwanted effects. IOW, never shrink in an auto-height situation. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633557 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Without the system ID (base URI), the XSLT processor cannot resolve ↵Jeremias Maerki2008-03-041-3/+6
| | | | | | document(<uri>, .) function calls correctly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633525 13f79535-47bb-0310-9956-ffa450edef68
* Ha! Almost forgot the most important change: Java 1.4!Jeremias Maerki2008-03-041-0/+11
| | | | | | Plus a note on image libraries. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633473 13f79535-47bb-0310-9956-ffa450edef68
* Noted some of the major change areas in this release.Jeremias Maerki2008-03-041-4/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633470 13f79535-47bb-0310-9956-ffa450edef68
* Copyright yearJeremias Maerki2008-03-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633460 13f79535-47bb-0310-9956-ffa450edef68
* Renamed to 0.95beta.Jeremias Maerki2008-03-046-93/+112
| | | | | | | Made changes and release notes work again by switching to the projectInfo plug-in rather than relying on our local copy of the stylesheets. There's a little bug (missing images) in the release notes for which I submitted a patch (https://issues.apache.org/jira/browse/FOR-1076) to Forrest. Brought status.xml more in line with the official status DTD. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633437 13f79535-47bb-0310-9956-ffa450edef68
* Using Forrest Trunk from now on (in order to use FOP 0.94 for PDFs). We'll ↵Jeremias Maerki2008-03-041-2/+2
| | | | | | switch to a stable release as soon as a release with a new FOP version is available. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633397 13f79535-47bb-0310-9956-ffa450edef68
* Various updates.Jeremias Maerki2008-03-045-14/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633396 13f79535-47bb-0310-9956-ffa450edef68
* Added ApacheCon US 2008.Jeremias Maerki2008-03-041-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633391 13f79535-47bb-0310-9956-ffa450edef68
* Switched to Commons 1.3 being released.Jeremias Maerki2008-03-042-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633390 13f79535-47bb-0310-9956-ffa450edef68
* Removed 0.93 and 0.94, added 0.95. There's no noticeable difference between ↵Jeremias Maerki2008-03-041-399/+50
| | | | | | 0.94 and 0.95 so I removed a column to regain some space. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633389 13f79535-47bb-0310-9956-ffa450edef68
* Tried to make font configuration easier to understand by splitting the ↵Jeremias Maerki2008-03-032-136/+276
| | | | | | basics from the advanced stuff. Otherwise, people will believe for the next 100 years that generating XML font metrics file is still always necessary. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632972 13f79535-47bb-0310-9956-ffa450edef68
* Updated the Apache FOP Quick Start to include a 'Hello World' document and ↵Clay Leeds2008-03-031-29/+96
| | | | | | make it more geared toward newbies (thanks Jeremias!). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632938 13f79535-47bb-0310-9956-ffa450edef68
* Further preparations for the 0.95 release. This was tested with the latest ↵Jeremias Maerki2008-03-0225-17/+5673
| | | | | | Forrest Trunk (which uses FOP 0.94 for the PDFs). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632784 13f79535-47bb-0310-9956-ffa450edef68
* Adding Quick Start Guide.Clay Leeds2008-03-021-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632716 13f79535-47bb-0310-9956-ffa450edef68
* Preparing for FOP 0.95 release.Clay Leeds2008-03-0126-5130/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632558 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Disabled setting widths from AFM since we're using WinAnsiEncoding ↵Jeremias Maerki2008-02-291-2/+10
| | | | | | internally but the AFM delivers the character widths using the font's native encoding which causes problems with some characters. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632321 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweak: switch from toString() to getLocalizedMessage() for Exceptions ↵Andreas L. Delmelle2008-02-281-1/+1
| | | | | | passed into warning() git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632122 13f79535-47bb-0310-9956-ffa450edef68
* Minor tweaks/updates:Andreas L. Delmelle2008-02-281-64/+35
| | | | | | | | | | - change toString() to getLocalizedMessage() for exceptions passed to warning() - removed deprecated method isLocatorDisabled() - removed superfluous try-catch block - some javadoc changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@632121 13f79535-47bb-0310-9956-ffa450edef68
* Slight improvement for thin lines in Java2D/AWT output.Jeremias Maerki2008-02-282-0/+5
| | | | | | Submitted by: Gordon Cooke <cookeg.at.btinternet.com> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631984 13f79535-47bb-0310-9956-ffa450edef68
* bpBeforeNormal and bpAfterNormal already include border-separation, no need ↵Vincent Hennebert2008-02-271-1/+0
| | | | | | to re-substract it from the box height git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631609 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #44497: Jeremias Maerki2008-02-271-5/+1
| | | | | | AFP Renderer: Bugfix for broken reference orientation on absolutely positioned block-containers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631575 13f79535-47bb-0310-9956-ffa450edef68
* Moved the getBody method into PrimaryGridUnit, since it's only needed there ↵Vincent Hennebert2008-02-264-17/+15
| | | | | | and that allows to simplify EmptyGridUnit git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631276 13f79535-47bb-0310-9956-ffa450edef68
* GOCA support temporarily removed.Jeremias Maerki2008-02-261-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631226 13f79535-47bb-0310-9956-ffa450edef68
* Reverted revision 603590 which broke the AFP renderer. The other changes ↵Jeremias Maerki2008-02-2658-5221/+1165
| | | | | | | | | after revision 603590 should be preserved as well as possible, including the switch to the new image library. Adjustments for change in behaviour of the block viewport CTM. Bugfix: SVG painting is now always done on a color canvas (like for PCL) because Batik cannot handle gradients on a grayscale canvas. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@631178 13f79535-47bb-0310-9956-ffa450edef68
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-2529-311/+2040
| | | | | | | | | - added more testcases for keeps in tables - assign the right table-row element to grid units that are not on the first row spanned - slightly re-worked the RowGroupBuilder interface to make it more SAX-like git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@630814 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not ↵Jeremias Maerki2008-02-252-7/+128
| | | | | | always respected. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@630772 13f79535-47bb-0310-9956-ffa450edef68
* Fixed backward compatiblity with 1.4Maximilian Berger2008-02-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@630215 13f79535-47bb-0310-9956-ffa450edef68
* Turned on XInclude processing for the main source given on the command line.Maximilian Berger2008-02-212-3/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629902 13f79535-47bb-0310-9956-ffa450edef68
* Moved me to commiters :)Maximilian Berger2008-02-211-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629769 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a bug leading to the content of row-spanning cells being duplicated at ↵Vincent Hennebert2008-02-192-5/+79
| | | | | | page breaks, when it's small enough to fit on the previous row git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629169 13f79535-47bb-0310-9956-ffa450edef68
* Added support for reading the OS/2 table's usWeightClass value which ↵Jeremias Maerki2008-02-194-2/+38
| | | | | | | | supports the same font weight values as we use in XSL-FO. However, in my tests these values proved to be unreliable (like ExtraBlack fonts returning 400). I just hooked the whole thing in so this work isn't lost if anyone has an idea to make it work. The FontInfoFinder will continue to only use guessed font weights for now. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629131 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NPE when no AFM is available and the PFM didn't provide a xHeight.Jeremias Maerki2008-02-191-15/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629129 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: a specified font-weight of 100 could result into a resolved ↵Jeremias Maerki2008-02-191-1/+7
| | | | | | font-weight of 400 even when a font with weight 200 is registered. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629103 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #44451:Jeremias Maerki2008-02-197-16/+104
| | | | | | | | | | | | | The patch fixes two problems: - If distinct fonts declare the same font family name, the resulting font mapping is currently arbitrary; now, a name-similarity heuristic is used to prioritize the font mappings. - "Medium" and "demi" fonts are now recognized as "bold", solving several real-world problems (although this solution may be an oversimplification). Submitted by: Justus Piater <justus-bulk.at.piater.name> Patch modified by jeremias: - Style fixes (tab chars) - Refined font weight identification: medium -> 500, semi/demi -> 600 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629093 13f79535-47bb-0310-9956-ffa450edef68
* Style only: removed spurious ^M characters at the end of linesVincent Hennebert2008-02-193-211/+211
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@629048 13f79535-47bb-0310-9956-ffa450edef68