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
/
area
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removal of Visitor patterns from AbstractRenderer, moving of business logic f...
Glen Mazza
2004-02-25
8
-176
/
+0
*
Added a bpd field so that region reference areas has both ipd (from Area)
Finn Bock
2004-02-04
1
-0
/
+20
*
Added SPACE_START and SPACE_END traits.
Finn Bock
2004-01-29
1
-0
/
+14
*
Moved the interfaces into the Constants class on a trial basis (we may still
Glen Mazza
2004-01-17
3
-12
/
+12
*
Conversion of more properties from Strings to ints.
Glen Mazza
2003-12-28
1
-1
/
+13
*
Bug 25692 (patch by Finn Bock)--toString() implementation of Trait.Background...
Glen Mazza
2003-12-23
1
-1
/
+17
*
1. Moved static element and property structures from PropertyList (previously...
Glen Mazza
2003-12-20
1
-1
/
+0
*
Clearer method names given for finding border and padding for regions.
Glen Mazza
2003-11-02
1
-16
/
+12
*
1. PDF block background rendering properly offset to account for region
Glen Mazza
2003-11-01
1
-0
/
+87
*
Layout changed to account for fo:region-body borders and padding when
Glen Mazza
2003-11-01
1
-2
/
+2
*
renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid
Glen Mazza
2003-10-28
3
-32
/
+31
*
open up access in misc places by either adding accessor methods or by looseni...
William Victor Mote
2003-10-10
2
-0
/
+13
*
1. add an AreaTreeControl interface
William Victor Mote
2003-10-06
2
-5
/
+94
*
cleanup bookmark logic and doc a bit
William Victor Mote
2003-10-06
1
-7
/
+5
*
move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to...
William Victor Mote
2003-10-06
1
-1
/
+43
*
1. BodyRegion's clone() now including child areas (makes it a bona fide clone()
Glen Mazza
2003-10-02
1
-2
/
+3
*
Fixed Testcase.
Joerg Pietschmann
2003-09-27
1
-2
/
+1
*
Organize imports.
Joerg Pietschmann
2003-09-19
1
-3
/
+2
*
add InlineAreaVisitor interface to make Area Tree more independent of Rendering
William Victor Mote
2003-09-10
8
-109
/
+210
*
remove unneeded reference to Renderer from within the area package
William Victor Mote
2003-09-10
1
-21
/
+10
*
1. Partial implementation of fo:region-xxx and background-color property
Glen Mazza
2003-09-01
1
-1
/
+1
*
remove region code from /area/RegionReference in favor of those in fo/paginat...
William Victor Mote
2003-08-27
3
-68
/
+49
*
make area/CTM.getCTMandRelDims() more general by decoupling it from fo/Proper...
William Victor Mote
2003-08-24
1
-6
/
+6
*
move property resolution logic from area/CTM.getCTMandRelDims() back to fo/Pr...
William Victor Mote
2003-08-24
1
-3
/
+2
*
move fo/PropertyManager.getCTMandRelDims() to area/CTM.getCTMandRelDims(), ad...
William Victor Mote
2003-08-23
1
-12
/
+80
*
move extensions/BookmarkData to area/extensions/BookmarkData
William Victor Mote
2003-08-21
1
-0
/
+271
*
1. Remove fo/FOTreeExternal and layoutmgr/LMFOTreeExternal (in favor of Visit...
William Victor Mote
2003-08-19
1
-0
/
+103
*
Changed positioning of '{' in nested blocks
Peter Bernard West
2003-06-20
1
-4
/
+2
*
Fix array out-of-bounds error. pageSequence starts at 1, the array starts at 0.
William Victor Mote
2003-04-27
1
-12
/
+12
*
Moved sources from src/org/** to src/java/org/**
Jeremias Maerki
2003-03-11
39
-0
/
+5793