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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR:
Glen Mazza
2003-12-22
1
-1
/
+1
*
1. Moved static element and property structures from PropertyList (previously...
Glen Mazza
2003-12-20
3
-23
/
+21
*
Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)
Glen Mazza
2003-12-15
1
-1
/
+15
*
Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.
Glen Mazza
2003-12-01
1
-10
/
+20
*
1.) Chris Bowditch's patch on padding-start implemented. (Changes were
Glen Mazza
2003-11-24
2
-4
/
+7
*
Partial implementation of space-after functionality--mostly working, but
Glen Mazza
2003-11-11
1
-3
/
+12
*
fo:block space-before property now activated only on the first Area.Block obj...
Glen Mazza
2003-11-11
2
-4
/
+24
*
A few more toString() implementations helpful for debugging spacing
Glen Mazza
2003-11-09
2
-5
/
+30
*
Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug....
Glen Mazza
2003-11-07
1
-16
/
+18
*
Clearer method names given for finding border and padding for regions.
Glen Mazza
2003-11-02
1
-2
/
+3
*
1. PDF block background rendering properly offset to account for region
Glen Mazza
2003-11-01
1
-46
/
+4
*
Layout changed to account for fo:region-body borders and padding when
Glen Mazza
2003-11-01
2
-35
/
+82
*
renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoid
Glen Mazza
2003-10-28
2
-20
/
+20
*
1. TraitSetter modified to provide padding properties for regions.
Glen Mazza
2003-10-26
1
-0
/
+20
*
Patch by Finn Bock applied
Glen Mazza
2003-10-16
1
-1
/
+1
*
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
2
-10
/
+9
*
remove unused variable
William Victor Mote
2003-10-07
1
-1
/
+0
*
move creation of bookmarks in AreaTree from LayoutManagerLS to Document, so t...
William Victor Mote
2003-10-06
1
-2
/
+0
*
1. add an AreaTreeControl interface
William Victor Mote
2003-10-06
1
-1
/
+1
*
move logic for creating area tree bookmarks from layoutmgr/LayoutManagerLS to...
William Victor Mote
2003-10-06
1
-41
/
+1
*
Organize imports.
Joerg Pietschmann
2003-09-19
2
-14
/
+5
*
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
8
-22
/
+101
*
remove global import statements
William Victor Mote
2003-09-08
17
-178
/
+171
*
Remove storage of apps/FOUserAgent from fo/FONode in favor of storing it once...
William Victor Mote
2003-09-02
1
-0
/
+1
*
remove some convoluted and unnecessary logic -- we already know the Document ...
William Victor Mote
2003-09-01
1
-7
/
+3
*
1. reduce visibility of many classes
William Victor Mote
2003-09-01
1
-15
/
+11
*
store a collection of StaticContentLayoutManager objects, keyed by flow-name,...
William Victor Mote
2003-08-29
1
-1
/
+14
*
move layoutmgr/MinOptMax to traits/MinOptMax
William Victor Mote
2003-08-28
24
-170
/
+24
*
move fo/pagination/StaticContent.getLayoutManager() to layoutmgr/PageLayoutMa...
William Victor Mote
2003-08-28
1
-1
/
+11
*
move fo/pagination/Title.getTitleArea() to layoutmgr/LayoutManagerLS
William Victor Mote
2003-08-27
1
-1
/
+27
*
make some classes more readable by reversing the sense of some conditional logic
William Victor Mote
2003-08-27
1
-49
/
+49
*
remove region code from /area/RegionReference in favor of those in fo/paginat...
William Victor Mote
2003-08-27
1
-7
/
+7
*
duplicate the area.RegionReference region codes in fo/pagination/Region, and ...
William Victor Mote
2003-08-27
1
-4
/
+4
*
move fo/pagination/Region.setRegionPosition() to layoutmgr/PageLayoutManager
William Victor Mote
2003-08-27
1
-2
/
+17
*
1. move fo/pagination/Region.makeRegionReferenceArea() to layoutmgr/PageLayou...
William Victor Mote
2003-08-27
1
-2
/
+46
*
move makeRegionViewport() and setRegionViewportTraits() from fo/pagination/Re...
William Victor Mote
2003-08-27
1
-1
/
+35
*
remove remaining references to layout/PageMaster (all unused), and remove the...
William Victor Mote
2003-08-27
1
-2
/
+0
*
instead of storing and cloning page reference-area and viewport objects for e...
William Victor Mote
2003-08-27
1
-19
/
+12
*
1. extract method getSimpleMasterPageToUse()
William Victor Mote
2003-08-27
1
-18
/
+15
*
move field that tracks which SimplePageMaster to use (currentSimplePageMaster...
William Victor Mote
2003-08-27
1
-14
/
+25
*
move logic from fo/pagination/SimplePageMaster.end() to layoutmgr/PageLayoutM...
William Victor Mote
2003-08-26
1
-3
/
+71
*
move fo/pagination/PageSequence.createPage() to layoutmgr/PageLayoutManager
William Victor Mote
2003-08-26
1
-11
/
+55
*
1. make fo/flow/Table.columns store fo columns instead of column layout managers
William Victor Mote
2003-08-26
1
-1
/
+16
*
don't try to create bookmarks in output unless there are some in the input (g...
William Victor Mote
2003-08-26
1
-0
/
+3
*
move extensions package to fo.extensions (primarily to show that these classe...
William Victor Mote
2003-08-26
1
-1
/
+2
*
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
[next]