aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-11/+0
* Comment reunited with its method.Glen Mazza2005-05-141-6/+5
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-141-5/+6
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-149/+55
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-2/+2
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-4/+4
* PR:Glen Mazza2005-02-171-2/+2
* Some LMs don't need the childLM List. So create only when necessary.Jeremias Maerki2005-02-101-1/+7
* moving retrieve-marker replacement into separate method to make preLoadList e...Jeremias Maerki2005-02-081-12/+27
* Temporary fix for markers (using isBogus() check)Jeremias Maerki2005-02-071-2/+25
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-1/+13
* Implemented cloning and reparenting of the subtree under a marker toSimon Pepping2004-12-211-1/+1
* Remove unused import statements.Finn Bock2004-12-101-1/+0
* Removed RetrieveMarkerLM. The LMs of the marker children are attachedSimon Pepping2004-12-071-0/+12
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-37/+0
* PR:Glen Mazza2004-10-241-2/+2