aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Collapse)AuthorAgeFilesLines
* Added support for block-progression-dimension="auto"Vincent Hennebert2013-10-241-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535417 13f79535-47bb-0310-9956-ffa450edef68
* When inline-progression-dimension has been left to auto on ↵Vincent Hennebert2013-10-243-1/+24
| | | | | | fo:inline-container, fall back to the IPD of the nearest ancestor reference-area. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535410 13f79535-47bb-0310-9956-ffa450edef68
* Parse back the container area from the area tree.Vincent Hennebert2013-10-241-2/+1
| | | | | | | Fixes AreaTreeParserTestCase. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1535384 13f79535-47bb-0310-9956-ffa450edef68
* First bits of support for fo:inline-containerVincent Hennebert2013-10-213-61/+242
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_InlineContainer@1534143 13f79535-47bb-0310-9956-ffa450edef68
* FOP-1872: External document is clipped when rotated; patch submitted by ↵Luis Bernardo2013-10-131-2/+8
| | | | | | Thanasis Giannimaras. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1531769 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2106: Footnote put on earlier page than the one that contains the ↵Vincent Hennebert2013-10-081-32/+46
| | | | | | | | | footnote call Patch by Alexey Neyman, committed with minor modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1530232 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-137-8/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1502902 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing ↵Luis Bernardo2013-05-132-2/+2
| | | | | | messages; patch submitted by Simon Steiner git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1482140 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ↵Vincent Hennebert2013-05-075-37/+37
| | | | | | corresponding issues git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1480018 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed ↵Vincent Hennebert2013-05-0715-122/+122
| | | | | | corresponding violations git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1479969 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2245: height attribute on external-graphic with percentage value behaves ↵Luis Bernardo2013-04-301-5/+13
| | | | | | incorrectly git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1477872 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing ↵Luis Bernardo2013-04-154-7/+22
| | | | | | messages; applied second patch by Simon Steiner. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1468239 13f79535-47bb-0310-9956-ffa450edef68
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding ↵Vincent Hennebert2013-04-0919-158/+151
| | | | | | violations git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1466146 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing ↵Luis Bernardo2013-03-165-7/+16
| | | | | | messages; patch submitted by Simon Steiner. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1457180 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2217; Image scaling change was adversely affecting other image types Chris Bowditch2013-03-051-57/+10
| | | | | | Submitted by Robert Meyer (rmeyer.at.hotmail.co.uk) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1452859 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2177: If a right aligned image exceeds a table cells bounds, it will ↵Luis Bernardo2013-02-211-1/+1
| | | | | | overflow in the wrong direction; patch submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1448860 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2181: Add a test case for the recent fix made in FOP-2174 and XGC-76 ↵Luis Bernardo2013-02-211-2/+2
| | | | | | regarding source resolution scaling with SVG and images; patch submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1448484 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2148: make page-position="only" workVincent Hennebert2013-02-083-1/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1444217 13f79535-47bb-0310-9956-ffa450edef68
* JIRA-1719 Fix IIOBE thrown when the final footnote-only page starts on a new ↵Vincent Hennebert2013-01-291-13/+5
| | | | | | footnote git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1440094 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2192: fix checkstyle and findbugs warningsGlenn Adams2013-01-181-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1435269 13f79535-47bb-0310-9956-ffa450edef68
* JIRA#FOP-1069: Warn instead or error on invalid property values.Peter Hancock2013-01-091-4/+4
| | | | | | | | | | | | | | --Thi--s line, and those below, will be ignored-- M src/java/org/apache/fop/render/ps/PSTextPainter.java M src/java/org/apache/fop/layoutmgr/inline/ImageLayout.java M src/java/org/apache/fop/fo/FObj.java M src/java/org/apache/fop/fo/FOValidationEventProducer.java M src/java/org/apache/fop/fo/FOValidationEventProducer.xml M status.xml git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1430746 13f79535-47bb-0310-9956-ffa450edef68
* Jira FOP-2174: When using SVG drawings, if no content-width and ↵Chris Bowditch2013-01-041-10/+57
| | | | | | | | content-height is specified, 72 will be used instead of the source-resolution option Patch submitted by Robert Meyer (rmeyer at hotmail dot co dot uk) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1428918 13f79535-47bb-0310-9956-ffa450edef68
* FOP-2179: Fix checkstyle and findbugs warnings.Glenn Adams2012-12-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1427143 13f79535-47bb-0310-9956-ffa450edef68
* JIRA FOP-2171: Missing Glyph in Postscript using DejaVuSans. Submitted by ↵Peter Hancock2012-12-131-0/+3
| | | | | | Simon Steiner. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1421214 13f79535-47bb-0310-9956-ffa450edef68
* jira fop-1840: column balancing algorithm; applied patch 12550540 submitted ↵Luis Bernardo2012-12-121-2/+2
| | | | | | by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1421038 13f79535-47bb-0310-9956-ffa450edef68
* jira fop-1840: column balancing algorithm; applied patch 12559043 submitted ↵Luis Bernardo2012-12-101-71/+203
| | | | | | by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1419183 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #54167: Disable the overflow recovery mechanism when the flow IPD ↵Vincent Hennebert2012-11-192-0/+17
| | | | | | changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1411306 13f79535-47bb-0310-9956-ffa450edef68
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-045-10/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405526 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #54081: properly tag hyphenated words in PDF output when ↵Vincent Hennebert2012-11-021-0/+1
| | | | | | accessibility is enabled git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1405158 13f79535-47bb-0310-9956-ffa450edef68
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-242-32/+35
|\ | | | | | | | | | | | | Contributions made by PH, JM and LB git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1401607 13f79535-47bb-0310-9956-ffa450edef68
| * Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-221-7/+9
| | | | | | | | | | | | | | Plus cleanup git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1400883 13f79535-47bb-0310-9956-ffa450edef68
| * Increased unit test coverage for the PaintersPeter Hancock2012-10-082-24/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1395490 13f79535-47bb-0310-9956-ffa450edef68
| * Merged trunk@1391502Peter Hancock2012-10-0420-150/+673
| |\ | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1394098 13f79535-47bb-0310-9956-ffa450edef68
| * \ Merged trunk@1373227Peter Hancock2012-08-1636-340/+365
| |\ \ | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1373825 13f79535-47bb-0310-9956-ffa450edef68
| * \ \ Merged trunk@1357248Peter Hancock2012-07-041-1/+1
| |\ \ \ | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1357266 13f79535-47bb-0310-9956-ffa450edef68
| * \ \ \ Merged trunk@1356765Peter Hancock2012-07-032-5/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1356804 13f79535-47bb-0310-9956-ffa450edef68
| * \ \ \ \ Merged trunk@1354651Peter Hancock2012-06-2972-3503/+2973
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1355321 13f79535-47bb-0310-9956-ffa450edef68
| * | | | | | Bugzilla #49913:Jeremias Maerki2010-09-301-20/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial code drop for support of rounded corners. Submitted by: Peter Hancock <peter.hancock.at.gmail.com> Changes to patch: - Java 1.5 methods eliminated - Some (not all!) Checkstyle violations fixed. - Fixed some excessive and missing whitespace - paintCornersAsBitmap() in AFPPainter was missing a call to ImageSize.calcPixelsFromSize() - Made AT representation of border traits cleaner - Added a TODO for table borders (inner and outer versions) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_RoundedCorners@1003020 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Bugzilla #54037: Issue a warning when accessibility is enabled for PDF ↵Vincent Hennebert2012-10-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | output and language information is missing git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400890 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | bugzilla #48063: patches 28912 and 29015; fixes infinite loop in footnotes codeLuis Bernardo2012-10-211-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400704 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1398155 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | | Bugzilla #53980: PDF accessibility: Store language information coming from ↵Vincent Hennebert2012-10-081-2/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fo:block or fo:character in the structure tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1395692 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-2818-145/+650
| | | | | | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1391502 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Bugzilla #53598: avoid IllegalArgumentException by setting the breakClass ↵Vincent Hennebert2012-09-041-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | field in BreakElement to a legal default value Patch by Robert Meyer, applied with some modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380923 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Bugzilla #45715: Restored support for break-before on fo:table.Vincent Hennebert2012-09-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Luis Bernardo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380726 13f79535-47bb-0310-9956-ffa450edef68
* | | | | | Bugzilla 53827: When an fo:block has a non-zero value for its text-indent ↵Vincent Hennebert2012-09-041-0/+4
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | property and is broken over two pages of different widths, then the first line on the second page is missing one word and appears indented. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380667 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugzilla #53688: Wrong page number reported when a column overflows the ↵Vincent Hennebert2012-08-092-42/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | region-body in a multi-column document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371386 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1364567 13f79535-47bb-0310-9956-ffa450edef68
* | | | | When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-1633-231/+233
| | | | | | | | | | | | | | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362226 13f79535-47bb-0310-9956-ffa450edef68
* | | | | Bugfix: An IllegalArgumentException was thrown when break-before was used ↵Vincent Hennebert2012-07-167-19/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inside a list git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362203 13f79535-47bb-0310-9956-ffa450edef68