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
/
AddLMVisitor.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 25873 (from Finn Bock): Minor code cleanup issues.
Glen Mazza
2004-01-17
1
-3
/
+3
*
Moved the interfaces into the Constants class on a trial basis (we may still
Glen Mazza
2004-01-17
1
-10
/
+7
*
Bug 25809 (Patch by Finn Bock) NPE for incorrectly created tables fixed.
Glen Mazza
2004-01-09
1
-5
/
+8
*
More String->int conversions, annoyingly incremental but I'm getting there...
Glen Mazza
2003-12-29
1
-14
/
+15
*
Bug #25804: Fix of ClassCastException error occuring while
Glen Mazza
2003-12-29
1
-1
/
+1
*
Bug 25708 (Patch submitted by Simon Pepping) -- implementation of fo:wrapper ...
Glen Mazza
2003-12-26
1
-2
/
+8
*
1. Moved static element and property structures from PropertyList (previously...
Glen Mazza
2003-12-20
1
-17
/
+16
*
renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid
Glen Mazza
2003-10-28
1
-12
/
+12
*
fix signature problem in inner class for InlineStackingLayoutManager -- attem...
William Victor Mote
2003-10-12
1
-2
/
+2
*
move static methods getCharWidth and getWordWidth from util.CharUtilities to ...
William Victor Mote
2003-10-10
1
-3
/
+3
*
1. convert fo/FOTreeVisitor to an interface
William Victor Mote
2003-09-16
1
-64
/
+473
*
make instance variables protected instead of private to make subclassing easier
William Victor Mote
2003-09-15
1
-2
/
+2
*
1. tie the LMIter objects to their LM "parent"
William Victor Mote
2003-09-12
1
-3
/
+19
*
remove global import statements
William Victor Mote
2003-09-08
1
-3
/
+4
*
Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...
William Victor Mote
2003-09-02
1
-0
/
+1
*
move layoutmgr/MinOptMax to traits/MinOptMax
William Victor Mote
2003-08-28
1
-0
/
+1
*
1. make fo/flow/Table.columns store fo columns instead of column layout managers
William Victor Mote
2003-08-26
1
-1
/
+16
*
move fo/flow/PageNumberCitation.getInlineArea() to layoutmgr/AddLMVisitor.get...
William Victor Mote
2003-08-26
1
-2
/
+47
*
change cryptic method name
William Victor Mote
2003-08-26
1
-2
/
+2
*
move fo/flow/ListItemLabel.getItemLayoutManager() to layoutmgr/AddLMVisitor.g...
William Victor Mote
2003-08-26
1
-1
/
+12
*
move fo/flow/ListItemBody.getItemLayoutManager() to layoutmgr/AddLMVisitor.ge...
William Victor Mote
2003-08-25
1
-1
/
+13
*
move fo/flow/Leader.getAllocIPD() to layoutmgr/AddLMVisitor.getLeaderAllocIPD()
William Victor Mote
2003-08-25
1
-1
/
+10
*
remove unneeded field fo/flow/Leader.leaderArea
William Victor Mote
2003-08-25
1
-14
/
+7
*
1. move fo/flow/InstreamForeignObject.getInlineArea() to layoutmgr/AddLMVisit...
William Victor Mote
2003-08-24
1
-4
/
+164
*
move fo/flow/ExternalGraphic.getInlineArea() to layoutmgr/AddLMVisitor.getExt...
William Victor Mote
2003-08-24
1
-1
/
+33
*
move fo/flow/Character.getInlineArea() to layoutmgr/AddLMVisitor.getCharacter...
William Victor Mote
2003-08-24
1
-1
/
+12
*
move fo/FOUserAgent to apps/FOUserAgent, as it manages configuration informat...
William Victor Mote
2003-08-22
1
-0
/
+1
*
create fo/FOTreeControl interface, and make control/Document implement it, to...
William Victor Mote
2003-08-19
1
-1
/
+1
*
1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...
William Victor Mote
2003-08-19
1
-0
/
+553