aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-544/+0
* [Test commit rights] Move otherwise unreachable null checkAndreas L. Delmelle2015-05-081-3/+0
* Merged branches/Temp_BasicSideFloat back to trunk.Luis Bernardo2014-12-021-0/+7
* Added support for default alignment of inline-container areas with their pare...Vincent Hennebert2013-11-061-0/+28
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-091-1/+1
* fixes checkstyles issues from revisions 1391502 and 1400536Luis Bernardo2012-11-041-1/+0
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-281-9/+52
* Bugzilla #45715: Break before (break-before) not respected on blocks nested i...Glenn Adams2012-05-041-2/+1
* disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-051-2/+2
* enable ImportOrder rule; fix violationsGlenn Adams2012-03-031-1/+2
* apply complex scripts patchGlenn Adams2012-02-261-1/+1
* Got a bit ahead of myself, again...Andreas L. Delmelle2011-02-061-1/+1
* Fixups, type safety...Andreas L. Delmelle2011-02-061-41/+30
* Bugzilla #49733:Jeremias Maerki2010-08-141-0/+4
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-221-5/+5
* Bugfix in Changing IPD: reset only the children LMs that have been created so...Vincent Hennebert2009-11-241-5/+3
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-7/+33
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-7/+7
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-7/+7
* Added support for adding extension elements and foreign attributes on fo:page...Jeremias Maerki2009-03-011-10/+36
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-10/+10
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-4/+2
* Make the LM clean up on end-of-layout, if possible.Andreas L. Delmelle2008-05-111-10/+29
* Bugzilla 44794:Andreas L. Delmelle2008-05-091-3/+19
* Checkstyle and minor typo fixesVincent Hennebert2008-05-091-18/+18
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-061-1/+3
* Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...Andreas L. Delmelle2008-04-261-3/+13
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-231-2/+14
* Added new extension element: fox:external-document. It allows to add whole do...Jeremias Maerki2007-12-271-3/+1
* Clean up: removed all reset and resetPosition methods, which pre-date the Knu...Vincent Hennebert2007-12-141-39/+0
* Avoid a NPE in toString().Jeremias Maerki2007-12-071-9/+10
* Added support for fo:markers on fo:inline and fo:basic-link.Andreas L. Delmelle2007-11-041-5/+25
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-15/+13
* Create a class-specific logger for each LayoutManager which uses a logger.Simon Pepping2006-10-051-0/+7
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...Jeremias Maerki2006-04-281-1/+9
* Modified the KnuthSequence system. Transferred logic from the layoutSimon Pepping2005-12-221-1/+1
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-2/+7
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-3/+85
* Cleanup of unused imports.Finn Bock2005-09-011-5/+0
* Bugzilla #36379:Finn Bock2005-08-311-7/+15
* generatesInlineAreas() methods removed.Glen Mazza2005-06-101-11/+0
* Apparently unused getWordSpaceIPD() removed.Glen Mazza2005-06-101-5/+0
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-19/+0
* More cleanup/simplifications.Glen Mazza2005-06-091-5/+0
* Multiple getWordChar() methods placed together.Glen Mazza2005-06-081-5/+7
* LayoutManager.canBreakBefore() removed.Glen Mazza2005-06-081-18/+0
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-20/+0
* Simplifications to PSLM.gKNE().Glen Mazza2005-06-011-11/+0
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-16/+0