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
/
AbstractLayoutManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged back ChangingIPDHack branch into Trunk
Vincent Hennebert
2009-08-26
1
-7
/
+33
*
Reverted changes made in revision 796809 (manual merge of clean-up changes ma...
Vincent Hennebert
2009-08-26
1
-7
/
+7
*
Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...
Vincent Hennebert
2009-07-22
1
-7
/
+7
*
Added support for adding extension elements and foreign attributes on fo:page...
Jeremias Maerki
2009-03-01
1
-10
/
+36
*
Fed up with all those trailing whitespaces. Let's remove them all (once... an...
Vincent Hennebert
2008-07-24
1
-10
/
+10
*
Replaced LinkedList with generic List interface
Maximilian Berger
2008-06-09
1
-4
/
+2
*
Make the LM clean up on end-of-layout, if possible.
Andreas L. Delmelle
2008-05-11
1
-10
/
+29
*
Bugzilla 44794:
Andreas L. Delmelle
2008-05-09
1
-3
/
+19
*
Checkstyle and minor typo fixes
Vincent Hennebert
2008-05-09
1
-18
/
+18
*
* Added font substitution configuration reader, model, business logic, junit ...
Adrian Cumiskey
2008-05-06
1
-1
/
+3
*
Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...
Andreas L. Delmelle
2008-04-26
1
-3
/
+13
*
Cleanup and minor refactoring:
Andreas L. Delmelle
2008-03-23
1
-2
/
+14
*
Added new extension element: fox:external-document. It allows to add whole do...
Jeremias Maerki
2007-12-27
1
-3
/
+1
*
Clean up: removed all reset and resetPosition methods, which pre-date the Knu...
Vincent Hennebert
2007-12-14
1
-39
/
+0
*
Avoid a NPE in toString().
Jeremias Maerki
2007-12-07
1
-9
/
+10
*
Added support for fo:markers on fo:inline and fo:basic-link.
Andreas L. Delmelle
2007-11-04
1
-5
/
+25
*
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...
Andreas L. Delmelle
2007-07-18
1
-15
/
+13
*
Create a class-specific logger for each LayoutManager which uses a logger.
Simon Pepping
2006-10-05
1
-0
/
+7
*
Changed license headers and updated NOTICE file according to: http://www.apac...
Jeremias Maerki
2006-07-28
1
-5
/
+6
*
Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...
Jeremias Maerki
2006-04-28
1
-1
/
+9
*
Modified the KnuthSequence system. Transferred logic from the layout
Simon Pepping
2005-12-22
1
-1
/
+1
*
Further decoupling the area tree from the FO tree.
Jeremias Maerki
2005-12-21
1
-2
/
+7
*
Update to support border and padding and alignments on inline fos
Manuel Mall
2005-10-07
1
-3
/
+85
*
Cleanup of unused imports.
Finn Bock
2005-09-01
1
-5
/
+0
*
Bugzilla #36379:
Finn Bock
2005-08-31
1
-7
/
+15
*
generatesInlineAreas() methods removed.
Glen Mazza
2005-06-10
1
-11
/
+0
*
Apparently unused getWordSpaceIPD() removed.
Glen Mazza
2005-06-10
1
-5
/
+0
*
Removed unused functions. Team, I switched from generatesInlineAreas() calls
Glen Mazza
2005-06-10
1
-19
/
+0
*
More cleanup/simplifications.
Glen Mazza
2005-06-09
1
-5
/
+0
*
Multiple getWordChar() methods placed together.
Glen Mazza
2005-06-08
1
-5
/
+7
*
LayoutManager.canBreakBefore() removed.
Glen Mazza
2005-06-08
1
-18
/
+0
*
Removed LM.initialize() -- switched to internal initialization of all LM's.
Glen Mazza
2005-06-07
1
-20
/
+0
*
Simplifications to PSLM.gKNE().
Glen Mazza
2005-06-01
1
-11
/
+0
*
New member variable "index" on Position (used for first/last checks).
Jeremias Maerki
2005-05-30
1
-16
/
+0
*
Removed a lot of obsolete code from the old page breaking approach.
Jeremias Maerki
2005-05-17
1
-11
/
+0
*
Comment reunited with its method.
Glen Mazza
2005-05-14
1
-6
/
+5
*
PSLM.getParentArea() consolidated into FLM's version; preLoadList()
Glen Mazza
2005-05-14
1
-5
/
+6
*
Merge of branch Temp_KnuthStylePageBreaking back into HEAD.
Jeremias Maerki
2005-05-13
1
-149
/
+55
*
Changed from addChild(Area) to clearer addChildArea(Area).
Glen Mazza
2005-03-16
1
-2
/
+2
*
Corrected the logic of adding markers. LayoutManagers are responsible
Simon Pepping
2005-02-20
1
-4
/
+4
*
PR:
Glen Mazza
2005-02-17
1
-2
/
+2
*
Some LMs don't need the childLM List. So create only when necessary.
Jeremias Maerki
2005-02-10
1
-1
/
+7
*
moving retrieve-marker replacement into separate method to make preLoadList e...
Jeremias Maerki
2005-02-08
1
-12
/
+27
*
Temporary fix for markers (using isBogus() check)
Jeremias Maerki
2005-02-07
1
-2
/
+25
*
This patch implements a pluggable LayoutManagers system, according
Simon Pepping
2004-12-24
1
-1
/
+13
*
Implemented cloning and reparenting of the subtree under a marker to
Simon Pepping
2004-12-21
1
-1
/
+1
*
Remove unused import statements.
Finn Bock
2004-12-10
1
-1
/
+0
*
Removed RetrieveMarkerLM. The LMs of the marker children are attached
Simon Pepping
2004-12-07
1
-0
/
+12
*
Patch 31206 by Luca Furini:
Simon Pepping
2004-11-13
1
-37
/
+0
*
PR:
Glen Mazza
2004-10-24
1
-2
/
+2
[next]