aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0366-11740/+0
* Move code to where it belongs: if it only applies to RetrieveTableMarker, it ...Andreas L. Delmelle2016-01-031-0/+28
* Minor fixup: Use superclass implementation and avoid duplicate instance memberAndreas L. Delmelle2016-01-021-9/+1
* Minor tweaks, more genericsAndreas L. Delmelle2015-06-191-13/+13
* FOP-2488: Support PDF/UASimon Steiner2015-06-161-0/+11
* Address high and medium priority findbugs warningsAndreas L. Delmelle2015-05-235-2/+7
* Minor fix to make footnotes easier to track while debugging. Added disabled l...Andreas L. Delmelle2015-05-152-0/+4
* FOP-2442: Specifying the expansion of an abbreviationSimon Steiner2015-02-061-0/+8
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-021-11/+34
* FOP-2410: fix fo:page-number in bidi contextGlenn Adams2014-09-082-2/+25
* Fix or suppress 5- to 9-instance findbug warnings.Glenn Adams2014-08-101-4/+4
* Fix or suppress 3-instance findbug warnings.Glenn Adams2014-08-071-12/+8
* 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