aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/StaticContentLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-261-102/+1
* Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-261-1/+102
* Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-6/+6
* Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-221-102/+1
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-42/+42
* Replaced getLast() calls with calls to listUtilMaximilian Berger2008-06-101-9/+10
* Replaced LinkedList with generic List interfaceMaximilian Berger2008-06-091-13/+15
* Restored lost overflow warning in static-content.Jeremias Maerki2008-06-051-0/+6
* Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...Jeremias Maerki2008-04-251-0/+10
* First part of the implementation of stage 1 for advanced keeps (see Wiki): In...Jeremias Maerki2008-04-151-0/+5
* Merged branchJeremias Maerki2008-04-141-11/+32
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-101-4/+4
* Improve breaking for block-container and static-content so there are no more ...Jeremias Maerki2008-01-281-3/+7
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-181-7/+7
* 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
* Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct chi...Jeremias Maerki2006-04-231-2/+5
* Decorate warning with location info.Jeremias Maerki2006-02-091-1/+3
* Introduced a flag to tell the page breaking to operate in auto-height mode, i...Jeremias Maerki2005-12-221-5/+11
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-141-2/+2
* Minor corrections for jdk 1.3.1 compatibilityManuel Mall2005-11-111-1/+1
* Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).Jeremias Maerki2005-10-241-1/+13
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-071-0/+1
* Bugfix: Lengths evaluated through percentages evaluated to zero in side-regions.Jeremias Maerki2005-09-161-3/+9
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Fix a compile conflict with BlockStackingLayoutManager.Finn Bock2005-08-311-1/+1
* Bugzilla #36379:Finn Bock2005-08-311-5/+40
* Moved inline-level LMs and support classes to "inline" subpackage.Jeremias Maerki2005-07-181-0/+1
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-231-0/+6
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-1/+1
* Handling page dependent footnote separatorLuca Furini2005-05-311-8/+22
* New member variable "index" on Position (used for first/last checks).Jeremias Maerki2005-05-301-2/+2
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-63/+21
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-1/+24
* Backtracked a bit with SCLM: switched to providing the Region FOGlen Mazza2005-05-161-21/+8
* Providing the region FO to RegionReference, so it is no longerGlen Mazza2005-05-141-12/+12
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-17/+201
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-3/+3
* Fourth phase of performance improvement.Finn Bock2004-10-201-2/+2
* Fourth phase of performance improvement.Finn Bock2004-10-201-0/+5
* PR:Glen Mazza2004-09-261-1/+1
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-2/+2
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-5/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+166