aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Added support for block-progression-dimension="auto"Vincent Hennebert2013-10-241-6/+8
* When inline-progression-dimension has been left to auto on fo:inline-containe...Vincent Hennebert2013-10-243-1/+24
* Parse back the container area from the area tree.Vincent Hennebert2013-10-241-2/+1
* First bits of support for fo:inline-containerVincent Hennebert2013-10-213-61/+242
* FOP-1872: External document is clipped when rotated; patch submitted by Thana...Luis Bernardo2013-10-131-2/+8
* FOP-2106: Footnote put on earlier page than the one that contains the footnot...Vincent Hennebert2013-10-081-32/+46
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-137-8/+7
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag...Luis Bernardo2013-05-132-2/+2
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-075-37/+37
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-0715-122/+122
* FOP-2245: height attribute on external-graphic with percentage value behaves ...Luis Bernardo2013-04-301-5/+13
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag...Luis Bernardo2013-04-154-7/+22
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-0919-158/+151
* FOP-2221: Make overflow messages easier to read and fix wrong/ missing messag...Luis Bernardo2013-03-165-7/+16
* FOP-2217; Image scaling change was adversely affecting other image types Chris Bowditch2013-03-051-57/+10
* FOP-2177: If a right aligned image exceeds a table cells bounds, it will over...Luis Bernardo2013-02-211-1/+1
* FOP-2181: Add a test case for the recent fix made in FOP-2174 and XGC-76 rega...Luis Bernardo2013-02-211-2/+2
* FOP-2148: make page-position="only" workVincent Hennebert2013-02-083-1/+21
* JIRA-1719 Fix IIOBE thrown when the final footnote-only page starts on a new ...Vincent Hennebert2013-01-291-13/+5
* FOP-2192: fix checkstyle and findbugs warningsGlenn Adams2013-01-181-4/+4
* JIRA#FOP-1069: Warn instead or error on invalid property values.Peter Hancock2013-01-091-4/+4
* Jira FOP-2174: When using SVG drawings, if no content-width and content-heigh...Chris Bowditch2013-01-041-10/+57
* FOP-2179: Fix checkstyle and findbugs warnings.Glenn Adams2012-12-311-2/+2
* JIRA FOP-2171: Missing Glyph in Postscript using DejaVuSans. Submitted by Sim...Peter Hancock2012-12-131-0/+3
* jira fop-1840: column balancing algorithm; applied patch 12550540 submitted b...Luis Bernardo2012-12-121-2/+2
* jira fop-1840: column balancing algorithm; applied patch 12559043 submitted b...Luis Bernardo2012-12-101-71/+203
* Bugzilla #54167: Disable the overflow recovery mechanism when the flow IPD ch...Vincent Hennebert2012-11-192-0/+17
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-045-10/+3
* Bugzilla #54081: properly tag hyphenated words in PDF output when accessibili...Vincent Hennebert2012-11-021-0/+1
* Added support for Rounded Corners (see Bugzilla 54041). Peter Hancock2012-10-242-32/+35
|\
| * Support for relative border-*-*-radius fox propertiesPeter Hancock2012-10-221-7/+9
| * Increased unit test coverage for the PaintersPeter Hancock2012-10-082-24/+14
| * Merged trunk@1391502Peter Hancock2012-10-0420-150/+673
| |\
| * \ Merged trunk@1373227Peter Hancock2012-08-1636-340/+365
| |\ \
| * \ \ Merged trunk@1357248Peter Hancock2012-07-041-1/+1
| |\ \ \
| * \ \ \ Merged trunk@1356765Peter Hancock2012-07-032-5/+4
| |\ \ \ \
| * \ \ \ \ Merged trunk@1354651Peter Hancock2012-06-2972-3503/+2973
| |\ \ \ \ \
| * | | | | | Bugzilla #49913:Jeremias Maerki2010-09-301-20/+37
* | | | | | | Bugzilla #54037: Issue a warning when accessibility is enabled for PDF output...Vincent Hennebert2012-10-221-0/+3
* | | | | | | bugzilla #48063: patches 28912 and 29015; fixes infinite loop in footnotes codeLuis Bernardo2012-10-211-1/+7
* | | | | | | fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-151-1/+1
* | | | | | | Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-081-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-2818-145/+650
* | | | | | Bugzilla #53598: avoid IllegalArgumentException by setting the breakClass fie...Vincent Hennebert2012-09-041-4/+17
* | | | | | Bugzilla #45715: Restored support for break-before on fo:table.Vincent Hennebert2012-09-041-1/+2
* | | | | | Bugzilla 53827: When an fo:block has a non-zero value for its text-indent pro...Vincent Hennebert2012-09-041-0/+4
| |_|_|_|/ |/| | | |
* | | | | Bugzilla #53688: Wrong page number reported when a column overflows the regio...Vincent Hennebert2012-08-092-42/+41
* | | | | Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-231-1/+1
* | | | | When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-1633-231/+233
* | | | | Bugfix: An IllegalArgumentException was thrown when break-before was used ins...Vincent Hennebert2012-07-167-19/+65