aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/pagination/PageSequence.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-467/+0
* FOP-2335: Content is missing after IPD changeSimon Steiner2016-01-061-0/+10
* FOP-2510: Flow name infinite LoopSimon Steiner2015-08-121-4/+10
* Fix 2-instance findbug warnings.Glenn Adams2014-08-071-1/+1
* Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warningsVincent Hennebert2014-07-151-1/+1
* 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-071-7/+7
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-15/+15
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-2/+2
* Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-081-20/+9
* apply complex scripts patchGlenn Adams2012-02-261-13/+119
* Bugzilla #50391:Chris Bowditch2012-01-101-4/+4
* Switch to type-safe collections (+ related cleanup of redundant casts, for-lo...Andreas L. Delmelle2011-01-091-4/+4
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-271-1/+1
* Bugzilla #49733:Jeremias Maerki2010-08-141-5/+4
* 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
* Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-011-1/+1
* Bugzilla 40798: A conditional-page-master-reference with page-position="last"...Andreas L. Delmelle2008-09-231-35/+24
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-22/+22
* Cleanup: removal of commented block/methods + some javadoc updatesAndreas L. Delmelle2008-04-251-135/+25
* Introduced PageProductionException and fixed exception throwing for the event...Jeremias Maerki2008-04-181-2/+2
* Merged branchJeremias Maerki2008-04-141-19/+9
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-92/+21
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+7
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-071-8/+2
* Bugzilla #42576Chris Bowditch2007-06-221-2/+0
* Code cleanup: Andreas L. Delmelle2007-01-111-2/+2
* Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...Jeremias Maerki2006-08-031-0/+8
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Initial support for page-position="last". Feedback requested!Jeremias Maerki2006-03-231-7/+20
* Clean-up in PageSequence.Jeremias Maerki2006-03-221-35/+37
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-3/+15
* Made the locator variable on FONode protected.Jeremias Maerki2005-12-091-2/+2
* Made the FO tree a little more consistent by renaming getName() to getLocalNa...Jeremias Maerki2005-11-111-5/+3
* Accessor for the id property.Jeremias Maerki2005-07-261-0/+5
* Switch to .equals() instead of == for String compares of namespaces. Thanks ...Glen Mazza2005-06-261-1/+1
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-8/+27
* Constructor for FLM now takes parent as parameter,Glen Mazza2005-06-011-1/+0
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-101-3/+7
* PR:Glen Mazza2005-02-181-30/+5
* PR:Glen Mazza2005-02-171-1/+0
* PR:Glen Mazza2005-02-171-245/+29
* Some cleanup -- moved getSimplePageMasterToUse() to PageSequence (logicGlen Mazza2005-02-121-15/+17
* PR:Glen Mazza2005-02-061-5/+6
* PR:Glen Mazza2004-11-241-2/+2
* Removed special case handling of "auto" enum for length properties.Finn Bock2004-10-281-4/+4
* New exception hierarchy rooted in SAXException and throw clauses onFinn Bock2004-10-281-12/+11