index
:
xmlgraphics-fop.git
FOP-2393_gradient-rendering
FOP_0-20-0_Alt-Design
FOP_0-20-4Pre_BuildExp_pbw
Temp_AFPAffineTransform
Temp_AFPGOCAResources
Temp_API_Finalization
Temp_Accessibility
Temp_AreaTreeNewDesign
Temp_BasicSideFloats
Temp_CFF
Temp_ChangeBars
Temp_ChangeBars2
Temp_ChangingIPDHack
Temp_Color
Temp_ComplexScripts
Temp_Floats
Temp_FontMerging
Temp_FopFontsForSVG
Temp_Gradle_Build
Temp_ImagePackageRedesign
Temp_ImproveAccessibility
Temp_InlineContainer
Temp_Interleaved_Page_Line_Breaking
Temp_KnuthStylePageBreaking
Temp_MergeFrom11
Temp_PCLSoftFonts
Temp_PDFLinearization
Temp_PDF_ObjectStreams
Temp_PDF_in_PDF
Temp_ProcessingFeedback
Temp_RoundedCorners
Temp_SpaceResolution
Temp_SurrogatePairs
Temp_TrueTypeInPostScript
Temp_URI_Unification
Temp_WhitespaceManagement
Temp_XGC_URI_Resolution
archive
dirkx
fop-0_14_0
fop-0_14_0_regions
fop-0_17_0_batikSVG
fop-0_20_2-maintain
fop-0_90
fop-0_91
fop-0_92
fop-0_93
fop-0_94
fop-0_95
fop-1_0
fop-1_1
fop-1_1old
fop-1_1rc1
fop-2.6
fop-2_0
fop-2_1
fop-2_10
fop-2_2
fop-2_3
fop-2_4
fop-2_5
fop-2_6
fop-2_7
fop-2_8
fop-2_9
foray-font
inlineblock
main
maven
release-0-13-0
skynavga/configure-sonar-support
temp/ssteiner-java23
temp/ssteiner-pdfbox3
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fop
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
fop
/
layoutmgr
/
PageSequenceLayoutManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial support for page-position="last". Feedback requested!
Jeremias Maerki
2006-03-23
1
-62
/
+167
*
Bugfix: Fixed an NPE that was thrown when a table was used inside a footnote-...
Jeremias Maerki
2006-03-15
1
-0
/
+1
*
Avoid a NullPointerException when fo:title is empty.
Simon Pepping
2006-02-24
1
-3
/
+7
*
(Re?)added integer page number to the PageViewport.
Jeremias Maerki
2006-01-20
1
-1
/
+1
*
The last page sequence should also follow its force-page-count trait.
Simon Pepping
2006-01-10
1
-3
/
+5
*
Implementation of force-page-count property, patch by Gerhard Oettl,
Simon Pepping
2006-01-06
1
-2
/
+74
*
Further decoupling the area tree from the FO tree.
Jeremias Maerki
2005-12-21
1
-86
/
+97
*
Bugzilla #37964:
Jeremias Maerki
2005-12-20
1
-1
/
+0
*
Bugzilla #37828:
Jeremias Maerki
2005-12-08
1
-1
/
+3
*
Bugzilla #37813:
Jeremias Maerki
2005-12-07
1
-1
/
+4
*
Bugzilla #37468:
Jeremias Maerki
2005-11-11
1
-3
/
+5
*
Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Jeremias Maerki
2005-10-24
1
-4
/
+11
*
Implemented the wrap-option property.
Luca Furini
2005-09-16
1
-1
/
+1
*
Bugzilla #36379:
Finn Bock
2005-08-31
1
-0
/
+1
*
Use a more direct notify mechanism for the formatting results
Simon Pepping
2005-07-31
1
-0
/
+2
*
Removing unused import.
Finn Bock
2005-07-28
1
-7
/
+7
*
Changes for restoring JDK 1.3 compatibility.
Jeremias Maerki
2005-07-27
1
-8
/
+8
*
Various fixes for ID management.
Jeremias Maerki
2005-07-26
1
-0
/
+1
*
Moved inline-level LMs and support classes to "inline" subpackage.
Jeremias Maerki
2005-07-18
1
-0
/
+1
*
Bugfix: Proper handling of page break between normally broken parts and the p...
Jeremias Maerki
2005-07-11
1
-1
/
+8
*
log statement should be debug().
Jeremias Maerki
2005-06-30
1
-1
/
+1
*
Bugfix: IPD for footnote region now correct in multi-column layout.
Jeremias Maerki
2005-06-29
1
-26
/
+198
*
First SVN commit. Trivial formatting change.
Glen Mazza
2005-06-24
1
-0
/
+1
*
First parts on a page which don't fit are moved to the next page. A counter a...
Jeremias Maerki
2005-06-23
1
-0
/
+5
*
breaks supported on tables, table-row and table-cell content now. Cheap appro...
Jeremias Maerki
2005-06-22
1
-2
/
+2
*
Added getPageViewportProvider().
Jeremias Maerki
2005-06-16
1
-20
/
+60
*
Page breaking process now respects changing available BPD (not IPD) over mult...
Jeremias Maerki
2005-06-15
1
-24
/
+102
*
Switched to null for PageBreaker.getTopLevelLM().
Glen Mazza
2005-06-14
1
-1
/
+1
*
More cleanup/simplifications.
Glen Mazza
2005-06-09
1
-1
/
+1
*
Removed LM.initialize() -- switched to internal initialization of all LM's.
Glen Mazza
2005-06-07
1
-3
/
+7
*
Minor PSLM simplifications.
Glen Mazza
2005-06-06
1
-24
/
+7
*
Remainder of pslm.gKNE() consolidated into pb.gKNE().
Glen Mazza
2005-06-05
1
-18
/
+6
*
Two stray isBogus()es removed, AFAICT unnecessary childLC initialization
Glen Mazza
2005-06-04
1
-17
/
+2
*
Constructor for FLM now takes parent as parameter,
Glen Mazza
2005-06-01
1
-10
/
+2
*
Simplifications to PSLM.gKNE().
Glen Mazza
2005-06-01
1
-20
/
+16
*
Handling page dependent footnote separator
Luca Furini
2005-05-31
1
-23
/
+22
*
Bugfix: Area generated by page-number is now cloned for each addAreas() call.
Jeremias Maerki
2005-05-17
1
-0
/
+4
*
Footnote implementation: changes to existing files
Luca Furini
2005-05-17
1
-11
/
+104
*
Converted System.out calls to logger calls.
Jeremias Maerki
2005-05-17
1
-1
/
+1
*
Backtracked a bit with SCLM: switched to providing the Region FO
Glen Mazza
2005-05-16
1
-7
/
+3
*
PSLM.getParentArea() consolidated into FLM's version; preLoadList()
Glen Mazza
2005-05-14
1
-25
/
+1
*
Placed the PSLM.curFlowIdx within the area.Span object, and added
Glen Mazza
2005-05-14
1
-18
/
+7
*
Providing the region FO to RegionReference, so it is no longer
Glen Mazza
2005-05-14
1
-1
/
+1
*
Merge of branch Temp_KnuthStylePageBreaking back into HEAD.
Jeremias Maerki
2005-05-13
1
-446
/
+277
*
Changed from addChild(Area) to clearer addChildArea(Area).
Glen Mazza
2005-03-16
1
-3
/
+2
*
1.) Moved setting of idp value into Span constructor because the class is in an
Glen Mazza
2005-03-16
1
-91
/
+36
*
More simplifications to PSLM.
Glen Mazza
2005-03-14
1
-47
/
+12
*
Removing illegal tab characters.
Jeremias Maerki
2005-03-13
1
-2
/
+2
*
More simplifications to PSLM.
Glen Mazza
2005-03-13
1
-25
/
+13
*
More simplifications to PSLM.
Glen Mazza
2005-03-13
1
-47
/
+13
[next]