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
/
render
Commit message (
Expand
)
Author
Age
Files
Lines
*
Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Ber...
Glenn Adams
2012-06-15
1
-2
/
+2
*
Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent...
Glenn Adams
2012-06-15
7
-79
/
+636
*
Eliminate javadocs warnings.
Glenn Adams
2012-06-04
16
-26
/
+29
*
Add version attribute to AT and IF intermediate formats. Also eliminate redun...
Glenn Adams
2012-05-28
2
-6
/
+33
*
Add extension to place code just before PostScript %PageTrailer. Submitted by...
Glenn Adams
2012-05-27
5
-2
/
+126
*
Bugzilla #53294: Fix invalid PostScript file being created when font-size is ...
Glenn Adams
2012-05-25
1
-1
/
+9
*
Added support for the role property on fo:page-sequence, fo:flow and fo:stati...
Vincent Hennebert
2012-05-25
5
-72
/
+81
*
Bugzilla #53242: Support fractional line widths in AFP renderer, fixing probl...
Glenn Adams
2012-05-17
3
-0
/
+20
*
Improved handling of AFP double-byte character sets
Mehdi Houshmand
2012-05-15
1
-6
/
+7
*
Bugzilla #43940: Use new double format utility to improve thread safety and p...
Glenn Adams
2012-04-29
1
-2
/
+5
*
Bugzilla #51484: Improve test for last section.
Glenn Adams
2012-04-26
1
-2
/
+2
*
Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use o...
Glenn Adams
2012-04-25
1
-1
/
+1
*
Bugzilla #51484: Don't write final /sect suffix in RTF if section is last sec...
Glenn Adams
2012-04-25
1
-1
/
+6
*
Bugzilla #52572: Prevent NPE on use of unsupported collapse-with-precedence; ...
Glenn Adams
2012-04-14
1
-6
/
+6
*
Take leading derived space before/after into account when computing rows for ...
Glenn Adams
2012-04-12
1
-6
/
+9
*
Bugzilla#49893: A global setting to wrap F11 images in page segments.
Peter Hancock
2012-04-12
4
-17
/
+82
*
Bugzilla #49754: Bring clone() in line with the recommendations in Object.clo...
Glenn Adams
2012-04-08
10
-29
/
+74
*
Bugzilla #52966: How to use native text with EPSDocumentGraphics2D.
Glenn Adams
2012-04-08
1
-1
/
+1
*
Bugzilla #50901: RTF percentage table column width not calculated from table.
Glenn Adams
2012-04-08
1
-0
/
+8
*
Bugzilla #51009: RTF generates unexpected lines for blocks in tables. Also fi...
Glenn Adams
2012-04-08
6
-54
/
+189
*
Bugzilla #51007: RTF tables do not support percent column-widths.
Glenn Adams
2012-04-08
1
-3
/
+18
*
Bugzilla #49763: Incorrect message when encountering a block in an inline in ...
Glenn Adams
2012-04-07
1
-1
/
+0
*
Bugzilla #49302: Eliminate duplicate code.
Glenn Adams
2012-04-07
1
-13
/
+1
*
Bugzilla #51836: Throw IFException instead of NPE if navigation target (page ...
Glenn Adams
2012-04-07
1
-16
/
+22
*
Fixed a bug: Delegate getStructureTreeEventHandler() to delegate
Peter Hancock
2012-03-29
1
-2
/
+1
*
Added support for PDF object streams.
Temp_PDF_ObjectStreams
Vincent Hennebert
2012-03-21
3
-8
/
+11
*
Bugzilla #51385: Added configuration option to set the version of the output ...
Vincent Hennebert
2012-03-19
3
-2
/
+44
*
Added new line at end of files and enabled corresponding rule in checkstyle-5.5
Vincent Hennebert
2012-03-06
40
-40
/
+40
*
add RegexpSingleline rule to flag use of @author; fix violations
Glenn Adams
2012-03-05
65
-195
/
+279
*
disable line breaks after DOT with NoWhiteSpaceAfter; fix violations
Glenn Adams
2012-03-05
1
-2
/
+2
*
Removed trailing whitespace and enabled corresponding RegexpSingleline Checks...
Vincent Hennebert
2012-03-05
4
-10
/
+10
*
enable ImportOrder rule; fix violations
Glenn Adams
2012-03-03
60
-90
/
+111
*
enable UnusedImports rule; fix violations
Glenn Adams
2012-03-02
23
-29
/
+0
*
enable MultipleVariableDeclarations rule; fix violations
Glenn Adams
2012-03-02
2
-4
/
+11
*
enable OneStatementPerLine rule; fix violations
Glenn Adams
2012-03-02
1
-1
/
+2
*
enable RedundantImport rule; fix violations
Glenn Adams
2012-03-02
7
-18
/
+0
*
default all RightCurly tokens, thus adding LITERAL_IF; fix violations
Glenn Adams
2012-03-02
1
-3
/
+1
*
default all RedunduntModifier tokens, thus adding INTERFACE_DEF; fix violations
Glenn Adams
2012-03-02
1
-1
/
+1
*
apply complex scripts patch
Glenn Adams
2012-02-26
25
-352
/
+908
*
Bugzilla 52657: instream foreign object (svg) coloration incorrect
Chris Bowditch
2012-02-20
1
-2
/
+2
*
Bugzilla #52655: Fixed rendering of special glyphs when using single-byte enc...
Vincent Hennebert
2012-02-15
2
-13
/
+11
*
Merged in Temp_ImproveAccessibility
Peter Hancock
2012-02-10
23
-335
/
+750
|
\
|
*
Addressed findbugs and checkstyle regressions
Temp_ImproveAccessibility
Peter Hancock
2012-02-06
9
-30
/
+41
|
*
Cleanup associated with rev 1236718
Peter Hancock
2012-01-31
1
-8
/
+0
|
*
Associate structure tree elements directly to render content
Peter Hancock
2012-01-27
12
-197
/
+294
|
*
Removed the DOM representation of the structure tree.
Vincent Hennebert
2011-11-24
17
-183
/
+497
|
*
Removed the FO document pre-processing step that was adding ptr and creating ...
Vincent Hennebert
2011-10-24
2
-25
/
+25
*
|
Amended checkstyle errors and return carriages
Mehdi Houshmand
2012-01-30
12
-4
/
+37
*
|
Bugzilla#52513: Moved FOUserAgent to the constructor of the Renderers
Mehdi Houshmand
2012-01-30
22
-138
/
+88
*
|
Reverted changes made in r1234877, see bugzilla#52513
Mehdi Houshmand
2012-01-24
22
-88
/
+138
[next]