aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions ↵Jeremias Maerki2008-06-0942-75/+1307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 636407-637074,637076-637118,637120-637790,637792-637856,637858-637992,637994-638047,638049-638307,638309-638315,638318-664698 via svnmerge from https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95 ........ r638937 | jeremias | 2008-03-19 18:08:57 +0100 (Mi, 19 Mrz 2008) | 1 line A nit. ........ r640889 | vhennebert | 2008-03-25 17:43:55 +0100 (Di, 25 Mrz 2008) | 2 lines Set the final release date and added a news item about the 0.95beta release (the change was made before updating the website) ........ r642906 | jeremias | 2008-03-31 09:12:40 +0200 (Mo, 31 Mrz 2008) | 3 lines Added version number to xml-apis-ext (as suggested by Karel Vervaeke). Moved xml-apis to same version as xml-apis-ext. Added missing licensing info about xml-apis-ext. ........ r647403 | jeremias | 2008-04-12 11:02:01 +0200 (Sa, 12 Apr 2008) | 1 line Fixed NullPointerException when loading a TrueType font using XML font metric files. ........ r647537 | jeremias | 2008-04-13 09:36:00 +0200 (So, 13 Apr 2008) | 1 line Performance improvement when encoding images: Fixed an important hotspot by extending CloseBlocker from ProxyOutputStream instead of FilterOutputStream as the latter routes all write(byte[]) calls through write(int). ........ r648984 | jeremias | 2008-04-17 09:00:22 +0200 (Do, 17 Apr 2008) | 1 line HeadURL was missing in the properties. ........ r649006 | jeremias | 2008-04-17 10:42:52 +0200 (Do, 17 Apr 2008) | 1 line Fixed text extraction problem with ZapfDingbats and Symbol font in PDF output. These fonts are symbolic and must not use an Encoding value in PDF. Applies to the built-in base 14 variant and to the case where these fonts are explicitely embedded. ........ r649014 | jeremias | 2008-04-17 11:10:15 +0200 (Do, 17 Apr 2008) | 1 line Added missing change information. ........ r650550 | vhennebert | 2008-04-22 17:22:31 +0200 (Di, 22 Apr 2008) | 4 lines Bugzilla 41621: - length of the penalty now correctly computed; - AssertionError fixed. ........ r651302 | jeremias | 2008-04-24 18:08:53 +0200 (Do, 24 Apr 2008) | 3 lines Fixed regression causing bad positioning of block-containers if used as descendant of a table-cell. This was not caught because of the lack of a test case that would have shown the problem in visual testing with BatchDiffer. See also: http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-users/200804.mbox/%3c20080424164128.973A.DEV@jeremias-maerki.ch%3e ........ r653537 | vhennebert | 2008-05-05 19:47:28 +0200 (Mo, 05 Mai 2008) | 2 lines Bugfix: the before border of cells below a column-spanning cell had their value taken from the leading case, instead of the normal one. ........ r654453 | jeremias | 2008-05-08 11:14:04 +0200 (Do, 08 Mai 2008) | 2 lines Added /usr/local/share/fonts as additional possible location for fonts on Unixes. ........ r656286 | jeremias | 2008-05-14 16:16:49 +0200 (Mi, 14 Mai 2008) | 1 line Restored plug-in API compatibility with FOP 0.94. Fixes a NoSuchMethodError when Barcode4J is run. ........ r656524 | jeremias | 2008-05-15 09:07:18 +0200 (Do, 15 Mai 2008) | 1 line Fixed rendering of fixed block-containers in AFP output. The break-out was actually never implemented which is necessary for supporting fixed positioned viewports. ........ r657520 | maxberger | 2008-05-18 11:38:45 +0200 (So, 18 Mai 2008) | 1 line Updated as per suggestions in bug 45019 ........ r661580 | maxberger | 2008-05-30 08:42:17 +0200 (Fr, 30 Mai 2008) | 1 line added my key to KEYS, it is used for signing mvn artifacts ........ r663482 | jeremias | 2008-06-05 09:06:37 +0200 (Do, 05 Jun 2008) | 1 line Fixed positioning of absolutely positioned block-containers in multi-column documents. ........ r664692 | jeremias | 2008-06-09 14:49:45 +0200 (Mo, 09 Jun 2008) | 1 line Restored PSImageUtils. I had deleted it prematurely. Extensions like Barcode4J rely on this class. ........ git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@665691 13f79535-47bb-0310-9956-ffa450edef68
* Improve code-readability; add some clarifying commentsAndreas L. Delmelle2008-06-071-58/+81
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@664350 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup: remove unneeded constantAndreas L. Delmelle2008-06-071-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@664349 13f79535-47bb-0310-9956-ffa450edef68
* Extended behavior of preserved linefeeds to codepoints representing ↵Andreas L. Delmelle2008-06-073-22/+110
| | | | | | | | | | | mandatory breaks in Unicode UAX#14: - NEXT LINE (U+0085) - LINE SEPARATOR (U+2028) - PARAGRAPH SEPARATOR (U+2029) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@664347 13f79535-47bb-0310-9956-ffa450edef68
* Restored lost overflow warning in static-content.Jeremias Maerki2008-06-051-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@663493 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup: remove spurious white-spaceAndreas L. Delmelle2008-06-041-8/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@663045 13f79535-47bb-0310-9956-ffa450edef68
* ApacheCon EU 2008 is long over.Jeremias Maerki2008-06-041-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@662991 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45115:Jeremias Maerki2008-06-034-3/+50
| | | | | | | Added a PCL-specific extension attribute on simple-page-master for controlling the simplex/duplex mode. Submitted by: Martin Edge <Martin.Edge.at.asmorphic.net.au> git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@662807 13f79535-47bb-0310-9956-ffa450edef68
* Integer keeps inside multi-line blocks and in between block-paragraphs.Jeremias Maerki2008-06-022-12/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@662417 13f79535-47bb-0310-9956-ffa450edef68
* More code Cleanups (no functional changes)Maximilian Berger2008-06-011-326/+237
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@662203 13f79535-47bb-0310-9956-ffa450edef68
* Code Cleanups (no functional change)Maximilian Berger2008-05-311-442/+470
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@662009 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 45097:Andreas L. Delmelle2008-05-313-53/+174
| | | | | | | Leading/trailing white-space not removed from nested inline-content when there is no preceding/following text. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@661999 13f79535-47bb-0310-9956-ffa450edef68
* Added docs for my recent commit (word-by-word character selection)Maximilian Berger2008-05-292-18/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@661310 13f79535-47bb-0310-9956-ffa450edef68
* Set svn:keywords and svn:eol-style properties for files added in revision 660998Vincent Hennebert2008-05-292-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@661276 13f79535-47bb-0310-9956-ffa450edef68
* Implemented Font auto-selection word-by-wordMaximilian Berger2008-05-285-81/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@660998 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 37579: added support for footnotes in lists and table bodies (not ↵Vincent Hennebert2008-05-288-24/+374
| | | | | | | | | header nor footer). This is /not/ to be considered a final fix: similar code is duplicated over several classes (LineLayoutManager, ListItemLayoutManager and to less extent TableStepper). Footnotes should probably be handled another way. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@660979 13f79535-47bb-0310-9956-ffa450edef68
* Added event TableEventProducer.forceNextColumnNumber whenSimon Pepping2008-05-193-3/+18
| | | | | | | | | | TableFObj.ColumnNumberPropertyMaker forces a zero or negative column-number property to the next available column, because this is a FOP extension. Fixed TableFObj.ColumnNumberPropertyMaker.make to really report a cell overlap event. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@657921 13f79535-47bb-0310-9956-ffa450edef68
* Updated as per suggestions in bug 45019Maximilian Berger2008-05-181-25/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@657521 13f79535-47bb-0310-9956-ffa450edef68
* Corrected testcase: since the fo:flow's ID is correctly processed...Andreas L. Delmelle2008-05-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@657465 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: make sure the fo:flow's id is bound to the FObjAndreas L. Delmelle2008-05-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@656546 13f79535-47bb-0310-9956-ffa450edef68
* Avoid error-message if the text-node is white-space only.Andreas L. Delmelle2008-05-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@656104 13f79535-47bb-0310-9956-ffa450edef68
* Check updated: wrapper now generates a Block, if descendant of an ↵Andreas L. Delmelle2008-05-131-0/+1
| | | | | | fo:block-container git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655829 13f79535-47bb-0310-9956-ffa450edef68
* Use absolute initial value instead of percentage (better for memory consumption)Andreas L. Delmelle2008-05-131-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655801 13f79535-47bb-0310-9956-ffa450edef68
* Undo r655765, which was causing NPEs in the layout-testsAndreas L. Delmelle2008-05-134-85/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655791 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixupsAndreas L. Delmelle2008-05-131-7/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655775 13f79535-47bb-0310-9956-ffa450edef68
* Alter auto-id naming to avoid confusion with URI fragment identifiersAndreas L. Delmelle2008-05-132-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655771 13f79535-47bb-0310-9956-ffa450edef68
* Added support for auto-generated initial value for the "id" property.Andreas L. Delmelle2008-05-134-1/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655766 13f79535-47bb-0310-9956-ffa450edef68
* Put the resolutions of collapsed borders together into the ↵Vincent Hennebert2008-05-128-81/+63
| | | | | | | | | CollapsingBorderResolver class. The previous scheme allowed for early resolution of borders where possible, but made it hard to understand since the resolution was spread in the various table classes. Now everything is done inside a single class git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655614 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabled testcases that pass again after r655578Andreas L. Delmelle2008-05-121-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655603 13f79535-47bb-0310-9956-ffa450edef68
* Added missing file from r655500Andreas L. Delmelle2008-05-121-8/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655601 13f79535-47bb-0310-9956-ffa450edef68
* Restore the previous behaviour of the column-number property, viz. ifSimon Pepping2008-05-121-1/+30
| | | | | | | it is negative, it is set the next free column git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655578 13f79535-47bb-0310-9956-ffa450edef68
* Avoid an error if unspecified...Andreas L. Delmelle2008-05-121-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655531 13f79535-47bb-0310-9956-ffa450edef68
* Tweak: avoid preloading the background-image with each pass through the ↵Andreas L. Delmelle2008-05-121-25/+34
| | | | | | constructor; only do so for non-cached instances git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655522 13f79535-47bb-0310-9956-ffa450edef68
* Extended caching to CondLengthProperty ↵Andreas L. Delmelle2008-05-123-73/+339
| | | | | | CommonBorderPaddingBackground.BorderInfo and CommonBorderPaddingBackground. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655500 13f79535-47bb-0310-9956-ffa450edef68
* Replaced hack in TableStepper to get the steps' penalty values with a more ↵Vincent Hennebert2008-05-122-11/+16
| | | | | | proper implementation. Allows in the same time to avoid skimming, at each step, through the active cells' LinkedLists of elements, which may have a negative impact on performance git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655489 13f79535-47bb-0310-9956-ffa450edef68
* Avoid creation of unnecessary dummy areas.Andreas L. Delmelle2008-05-111-6/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655370 13f79535-47bb-0310-9956-ffa450edef68
* The spec requires rounding, not truncatingSimon Pepping2008-05-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655349 13f79535-47bb-0310-9956-ffa450edef68
* Make the LM clean up on end-of-layout, if possible.Andreas L. Delmelle2008-05-112-11/+37
| | | | | | | Added clearChildNodes() method to FObj to release the reference to the FO's children. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655309 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to update testcasesMaximilian Berger2008-05-112-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655285 13f79535-47bb-0310-9956-ffa450edef68
* Support character-by-character font-selection strategy on fo:character elementMaximilian Berger2008-05-113-6/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655281 13f79535-47bb-0310-9956-ffa450edef68
* made sure warning for missing glyphs is emitted in all casesMaximilian Berger2008-05-115-40/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655275 13f79535-47bb-0310-9956-ffa450edef68
* Correction: set default to true...Andreas L. Delmelle2008-05-101-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655093 13f79535-47bb-0310-9956-ffa450edef68
* Tweaks:Andreas L. Delmelle2008-05-102-199/+107
| | | | | | | | | -> remove split in CommonFont: font-size is resolved early, so no need anymore for CachedCommonFont -> allow disabling the PropertyCache via a system property (just in case...) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@655085 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle cleanup and javadocAdrian Cumiskey2008-05-091-4/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654982 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 44794:Andreas L. Delmelle2008-05-0910-13/+226
| | | | | | | | | | Added support for page-number-citation and page-number-citation-last of fo:inline. Corrected behavior for page-number-citation-last of fo:block - forward references properly resolved. (+ support for page-number-citation-last on list-related FOs) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654946 13f79535-47bb-0310-9956-ffa450edef68
* Moved the instantiation of the FontManager to the constructor along with all ↵Adrian Cumiskey2008-05-091-10/+8
| | | | | | the other aggregated objects. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654869 13f79535-47bb-0310-9956-ffa450edef68
* Unwanted list self concatenation :).Adrian Cumiskey2008-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654849 13f79535-47bb-0310-9956-ffa450edef68
* Checkstyle and minor typo fixesVincent Hennebert2008-05-0945-771/+771
| | | | | | | Set svn:keywords and svn:eol-style properties on new files git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654783 13f79535-47bb-0310-9956-ffa450edef68
* Quick-fix to avoid creating unnecessarily large ArrayLists when adding ↵Andreas L. Delmelle2008-05-081-2/+6
| | | | | | inline ids to the page git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654654 13f79535-47bb-0310-9956-ffa450edef68
* In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to ↵Vincent Hennebert2008-05-084-101/+97
| | | | | | the usual, 'normal' case, when no break occurs in the table. Renamed fields and parameters accordingly for readability and simplicity git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654600 13f79535-47bb-0310-9956-ffa450edef68