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
/
org
/
apache
/
fop
/
fo
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes a null pointer ex if area is removed before creating area
Keiron Liddle
2001-05-16
1
-285
/
+243
*
shows message if some content could not fit in static content
Keiron Liddle
2001-05-16
1
-71
/
+68
*
G. Pretterhofer: added support for 'number-columns-repeated'
arved
2001-05-10
2
-21
/
+42
*
Stop tables from breaking too early, but make sure that all cells are
Karen Lease
2001-05-02
2
-117
/
+57
*
K. Liddle: running page num ctr now instance variable for servlet use
arved
2001-05-01
1
-7
/
+7
*
K. Liddle: increasing padding problem fix
arved
2001-05-01
1
-0
/
+1
*
K. Liddle: footnote height/id reference problem fixes
arved
2001-05-01
1
-0
/
+2
*
K. Liddle: footnote height problem fix
arved
2001-05-01
1
-2
/
+2
*
Overflows may cause a row to be re-laid out, need to skip cell content that h...
Art Welch
2001-04-25
1
-1
/
+4
*
Each column in the row should start with the same height available.
Art Welch
2001-04-25
1
-0
/
+8
*
For borders to be drawn properly on overflowed rows must process all children.
Art Welch
2001-04-24
1
-10
/
+12
*
Submitted by: Keiron Liddle
Karen Lease
2001-04-20
1
-2
/
+2
*
Fix body positioning; remove widow and orhpan handling for rows
Karen Lease
2001-04-20
1
-30
/
+30
*
Put back background on table-column and table-cell
Karen Lease
2001-04-19
2
-0
/
+2
*
Make borders closer to CR spec
Karen Lease
2001-04-11
3
-154
/
+251
*
remove commented out code
Karen Lease
2001-04-11
1
-32
/
+0
*
Support for LengthPair property type
Karen Lease
2001-04-11
2
-52
/
+36
*
Made logging go to the same stream (out) for pages and the newline
Kelly Campbell
2001-03-31
1
-1
/
+1
*
Driver reset patch
Kelly Campbell
2001-03-18
1
-0
/
+12
*
checks for no more room in block area
Keiron Liddle
2001-03-14
1
-0
/
+3
*
properly adjusts the max height of table parts
Keiron Liddle
2001-03-05
5
-0
/
+13
*
region-start, region-end support
arved
2001-03-04
7
-362
/
+130
*
End region
arved
2001-03-04
1
-0
/
+85
*
Start region
arved
2001-03-04
1
-0
/
+83
*
Use PropertyManager for FontState and BorderAndPadding property sets
Karen Lease
2001-03-04
17
-913
/
+135
*
Parse shorthand properties
Karen Lease
2001-03-04
3
-15
/
+39
*
Support for border-related shorthand properties and PropertyManager delegate ...
Karen Lease
2001-03-04
10
-18
/
+431
*
Patch for list-block to support body-start and label-end
Kelly Campbell
2001-02-23
13
-289
/
+334
*
makes checks to prevent exceptions
Keiron Liddle
2001-02-23
1
-0
/
+2
*
fixes problem with page break after last row of body
Keiron Liddle
2001-02-23
1
-0
/
+6
*
adds break before and break after for table rows
Keiron Liddle
2001-02-19
2
-0
/
+57
*
Removed BasicLink fix for static-content
arved
2001-02-12
1
-1
/
+1
*
Error-handling for empty flow
arved
2001-02-11
1
-1
/
+5
*
BasicLink won't break in static-content; more work required for proper placement
arved
2001-02-10
1
-4
/
+6
*
Set parent area of BlockArea early, for Basic Link support
arved
2001-02-10
1
-0
/
+1
*
store FO creator (MIF support)
arved
2001-02-10
5
-0
/
+5
*
JDK 1.1 fixes
Kelly Campbell
2001-02-09
1
-6
/
+6
*
adds vertical align to text
Keiron Liddle
2001-02-07
3
-10
/
+14
*
Fix duplicate ID bug for Tables that flow over a page.
Kelly Campbell
2001-02-06
1
-3
/
+5
*
Added support for PDF outlines (aka bookmarks). See the example in
Kelly Campbell
2001-02-06
1
-48
/
+58
*
Added very simple fo:wrapper implementation
Kelly Campbell
2001-02-04
2
-0
/
+108
*
Clarified error reported for order of static-content, flow within a
Kelly Campbell
2001-02-02
1
-4
/
+9
*
simplified block area
Keiron Liddle
2001-02-01
5
-5
/
+183
*
Commit more text decoration support from Christain Geisert (finally)
Karen Lease
2001-02-01
4
-5
/
+34
*
throws a more useful error if non-row inside table body
Keiron Liddle
2001-02-01
1
-1
/
+5
*
places svg inline
Keiron Liddle
2001-01-30
1
-7
/
+23
*
moved code out of block area -> char and pag num
Keiron Liddle
2001-01-30
2
-7
/
+34
*
Added small-caps support in all fo.
eschaeffer
2001-01-25
17
-2629
/
+2703
*
fixes a problem where the start of a list dissapeared
Keiron Liddle
2001-01-25
1
-0
/
+3
*
fixes a npe problem with setting up id references in footnote body child
Keiron Liddle
2001-01-24
1
-0
/
+1
[next]