aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-0333-4988/+0
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-067-0/+70
* Tweak: Use generics in FONodeIterator, remove unneeded xxxNode() methods.Andreas L. Delmelle2016-01-021-1/+1
* FOP-2510: Flow name infinite LoopSimon Steiner2015-08-122-4/+14
* Fix 2-instance findbug warnings.Glenn Adams2014-08-073-3/+3
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-158-18/+18
* Removed CSOFF: LineLengthCheck that have crept in existing filesVincent Hennebert2014-07-151-4/+4
* FOP 2388: Fix Arabic text left justified on the first cell of a table with wr...Glenn Adams2014-07-061-1/+2
* FOP-2310: Fix misplaced table cell border in WM RTL context.Glenn Adams2013-10-311-1/+17
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-079-20/+20
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-099-26/+26
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-0815-23/+23
* Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-082-31/+11
* Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-243-2/+24
* Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-252-7/+22
* add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-051-5/+6
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-036-18/+10
* enable UnusedImports rule; fix violationsGlenn Adams2012-03-021-1/+0
* enable DefaultComesLast rule; fix violationsGlenn Adams2012-03-025-31/+31
* Bugzilla#50391: Adding support for different flow-name of fo:region-body in FOPPeter Hancock2012-03-025-3/+21
* apply complex scripts patchGlenn Adams2012-02-2612-189/+250
* Merged in Temp_ImproveAccessibilityPeter Hancock2012-02-104-8/+71
|\
| * Addressed findbugs and checkstyle regressionsTemp_ImproveAccessibilityPeter Hancock2012-02-063-0/+4
| * Removed the DOM representation of the structure tree.Vincent Hennebert2011-11-241-0/+26
| * Removed the FO document pre-processing step that was adding ptr and creating ...Vincent Hennebert2011-10-244-8/+41
* | master is not supposed to still be null when canProcess is calledVincent Hennebert2012-01-312-12/+4
* | resolve findbug warningsChris Bowditch2012-01-182-2/+12
* | Bugzilla #50391:Chris Bowditch2012-01-1010-55/+222
|/
* Enable id property on fo:root.Andreas L. Delmelle2011-01-151-0/+1
* Fix deprecation warnings; add some type safetySimon Pepping2011-01-141-1/+1
* CheckStyle fixup...Andreas L. Delmelle2011-01-114-3/+7
* Switch to type-safe collections (+ related cleanup of redundant casts, for-lo...Andreas L. Delmelle2011-01-097-44/+36
* Fix minor bug in validateChildNode() + make regions Map type-safeAndreas L. Delmelle2011-01-091-10/+7
* Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaste...Andreas L. Delmelle2011-01-096-18/+17
* Commit changes forgotten in r757256...Andreas L. Delmelle2011-01-091-20/+4
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-1/+1
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-271-1/+1
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-141-1/+0
* Bugzilla #49733:Jeremias Maerki2010-08-144-9/+18
* Reverted changes from revision 757852.Adrian Cumiskey2009-03-251-40/+9
* Cleaned up unused imports.Adrian Cumiskey2009-03-241-2/+0
* Added some nice bean methods for pageSequenceMaster and simplePageMaster, thi...Adrian Cumiskey2009-03-241-12/+45
* Minor refactoring: extract code-blocks from the Region implementations into p...Andreas L. Delmelle2009-03-226-79/+74
* Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-011-1/+1
* Added two missing files from r698280Andreas L. Delmelle2008-09-242-5/+1
* Bugzilla 40798: A conditional-page-master-reference with page-position="last"...Andreas L. Delmelle2008-09-235-90/+46
* Reverted revision 670341 and replaced it with a different solution as discussed:Jeremias Maerki2008-07-281-2/+3
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-2431-228/+228
* Another character handling problem, replaced end-start by lengthMaximilian Berger2008-06-241-3/+3
* Separation of concerns:Jeremias Maerki2008-06-191-3/+22