diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-06 09:14:47 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-05-06 09:14:47 +0000 |
commit | e413e9c8a102146703e2f47291f5894476edc48b (patch) | |
tree | 1fffea5e760640b3fec268be2446e4791bebf50a /status.xml | |
parent | 57f554c453e44d309ddba9ac748772c13b24cf38 (diff) | |
download | xmlgraphics-fop-e413e9c8a102146703e2f47291f5894476edc48b.tar.gz xmlgraphics-fop-e413e9c8a102146703e2f47291f5894476edc48b.zip |
Merged revisions 652821-652822,652835,653036,653045,653048,653106,653144,653202,653204,653311,653564 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r652821 | adelmelle | 2008-05-02 17:58:26 +0100 (Fri, 02 May 2008) | 6 lines
Cleanup/Correction after r657673
-> added missing file FObj.java
-> pushed retrieve-class-name upwards to AbstractRetrieveMarker as a common property
-> corrected use of property-name "retrieve-class-name" in source and testcase
-> improved consistency in code-style
........
r652822 | adelmelle | 2008-05-02 18:00:33 +0100 (Fri, 02 May 2008) | 1 line
Expand imports...
........
r652835 | adelmelle | 2008-05-02 18:28:25 +0100 (Fri, 02 May 2008) | 3 lines
Bugzilla 42703:
Fixed a regression introduced by the fix for Bugzilla 44286
........
r653036 | adelmelle | 2008-05-03 11:21:45 +0100 (Sat, 03 May 2008) | 2 lines
Cleanup: improve code-readibility
........
r653045 | adelmelle | 2008-05-03 11:51:16 +0100 (Sat, 03 May 2008) | 2 lines
Tweak/correction: save local hash-code (as originally intended...)
........
r653048 | adelmelle | 2008-05-03 11:55:07 +0100 (Sat, 03 May 2008) | 2 lines
Tweaks: make fobj member final; have default implementations for some methods throw an UnsupportedOperationException instead of merely logging an error
........
r653106 | acumiskey | 2008-05-03 20:07:18 +0100 (Sat, 03 May 2008) | 1 line
Fixed the build. Assignment on final variable fobj.
........
r653144 | acumiskey | 2008-05-03 22:29:09 +0100 (Sat, 03 May 2008) | 1 line
Fix that preserves the final status of the fobj member variable.
........
r653202 | adelmelle | 2008-05-04 12:37:31 +0100 (Sun, 04 May 2008) | 2 lines
Change private element-generating methods to add the elements to a passed List (improves code-readability and reduces the amount of temporary LinkedList instances)
........
r653204 | adelmelle | 2008-05-04 14:04:28 +0100 (Sun, 04 May 2008) | 4 lines
Further refinements:
-> use cached auxiliary position where possible (analogous to BlockStackingLM)
-> consolidate makeXXXPenalty() helpers
........
r653311 | jeremias | 2008-05-05 07:50:54 +0100 (Mon, 05 May 2008) | 6 lines
Bugzilla #43650:
PCL Renderer: Improved page format selection so it doesn't interfere with duplex printing.
Submitted by: Thomas Margreiter <tm.at.felder.at>
Note:
I've only been able to verify that the change doesn't have any negative effects on simplex printers.
........
r653564 | adelmelle | 2008-05-05 20:27:10 +0100 (Mon, 05 May 2008) | 2 lines
Correction of indentation
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@653718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/status.xml b/status.xml index 0c5edf1fc..222d41b80 100644 --- a/status.xml +++ b/status.xml @@ -60,12 +60,23 @@ <action context="Renderers" dev="AC" importance="high" type="add"> Added de-duplication and externalization support for IOCA and GOCA data resource objects. </action --> - <action context="Code" dev="AD" type="fix" fixed-bug="44203"> + <action context="Renderers" dev="JM" type="fix" fixes-bug="43650"> + PCL Renderer: Improved page format selection so it doesn't interfere with + duplex printing. + </action> + <action context="Layout" dev="AD" type="fix" fixes-bug="42703"> + Fixed a regression introduced by the fix for + <link href="https://issues.apache.org/bugzilla/show_bug.cgi?id=44286">Bugzilla 44286</link>. + </action> + <action context="Layout" dev="AD" type="fix" fixes-bug="43591"> + Activated min-height/max-height and min-width/max-width properties. + </action> + <action context="Code" dev="AD" type="fix" fixes-bug="44203"> Fixed a logic error in Hyphenator.java: If the source had an associated InputStream, an UnsupportedOperationException was triggered. </action> - <action context="Code" dev="AD" type="add" fixes-bug="44634"> + <action context="Renderers" dev="AD" type="add" fixes-bug="44634"> Add partial support for the "show-destination" property on fo:basic-link (PDF output only; see limitations on the compliance page) </action> |