aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-1522-38/+38
* FOP 2388: Fix Arabic text left justified on the first cell of a table with wr...Glenn Adams2014-07-067-7/+14
* Fix compiler warnings.Glenn Adams2014-07-061-2/+1
* Renamed value of auto-toggle property to select-first-fittingVincent Hennebert2014-04-281-3/+3
* Added support for multiple multi-switch appearing on the same page.Vincent Hennebert2014-04-081-14/+0
* Brought the branch in sync with rev. 1577477 of trunkVincent Hennebert2014-03-171-106/+74
|\
| * Brought the branch in sync with rev. r1556164 of trunkVincent Hennebert2014-01-133-4/+43
| |\
| * | Code clean-up and simplificationVincent Hennebert2013-11-141-0/+8
| * | Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-061-5/+3
| * | First bits of support for fo:inline-containerVincent Hennebert2013-10-211-101/+63
* | | Handle the case where dynamic content is in the middle of a page, selecting t...Vincent Hennebert2014-03-174-116/+3
* | | Brought the branch in sync with rev. 1550844 of trunkVincent Hennebert2013-12-133-4/+43
|\ \ \ | | |/ | |/|
| * | FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-313-4/+43
| |/
* | Removed obsolete BestFit and Alternative classes, and fox:fitting-strategy pr...Vincent Hennebert2013-11-202-18/+2
* | Implement whitespace management extension using fo:multi-switchVincent Hennebert2013-11-074-12/+194
|/
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-075-14/+14
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-0713-37/+37
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-0917-56/+56
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-0837-64/+121
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-041-1/+1
* fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-151-8/+12
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-286-21/+288
* Bugzilla #53902: Added possibility to define 'header' table columns (the same...Vincent Hennebert2012-09-261-0/+12
* Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-311-1/+1
* Added possibility to treat some content as artifact.Vincent Hennebert2012-05-291-3/+16
* Bugzilla #53086: Ensure that table footer and header are included in bididire...Glenn Adams2012-04-171-0/+23
* Bugzilla #53097: Ensure writing-mode specified on fo:table is used to determi...Glenn Adams2012-04-171-6/+36
* Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...Glenn Adams2012-04-142-15/+18
* Bugzilla #52763: Support list-block in marker, thus preventing NPE.Glenn Adams2012-04-111-6/+19
* Must use unqualified (local name) when reporting invalid child error.Glenn Adams2012-04-112-2/+2
* Bugzilla #49763: Incorrect message when encountering a block in an inline in ...Glenn Adams2012-04-071-2/+1
* Bugzilla #47380: Specified rule-thickness applies only when leader-pattern is...Glenn Adams2012-04-071-1/+4
* Bugzilla #53005: Fix incorrect treatment of fo:wrapper as %block in fo:footnoteGlenn Adams2012-04-031-1/+2
* Organized importsVincent Hennebert2012-03-231-2/+3
* Bugzilla #46962: Fixed deadlock in PropertyCache.Vincent Hennebert2012-03-221-6/+5
* Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-062-2/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-034-7/+10
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-022-7/+0
* default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violationsGlenn Adams2012-03-021-1/+1
* apply complex scripts patchGlenn Adams2012-02-2613-163/+387
* Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-0616-0/+18
* Associate structure tree elements directly to render contentPeter Hancock2012-01-278-74/+43
* Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-2425-50/+259
* Fix FO tree hierarchy: BasicLink shouldn't inherit from InlinePeter Hancock2011-09-291-1/+38
* Reverted previous commit; looks like it does require all related property cla...Andreas L. Delmelle2011-02-061-2/+2
* Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con...Andreas L. Delmelle2011-02-061-2/+2
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-8/+6
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-276-7/+7
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-1/+0
* Bugzilla #49733:Jeremias Maerki2010-08-1427-59/+148