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
jgoncalves-pdfa-extension-fix
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
/
fo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transition source to standard maven hierarchy (initial).
Glenn Adams
2016-03-03
247
-44118
/
+0
*
FOP-2335: Content is missing after IPD change
Simon Steiner
2016-01-06
7
-0
/
+70
*
Move code to where it belongs: if it only applies to RetrieveTableMarker, it ...
Andreas L. Delmelle
2016-01-03
2
-9
/
+30
*
Checkstyle fix - Remove unused import
Andreas L. Delmelle
2016-01-02
1
-1
/
+0
*
Slight improvement on previous commit: replace occurrence of ListIterator wit...
Andreas L. Delmelle
2016-01-02
2
-2
/
+39
*
Tweak: Use generics in FONodeIterator, remove unneeded xxxNode() methods.
Andreas L. Delmelle
2016-01-02
4
-72
/
+46
*
Minor fixup: Use superclass implementation and avoid duplicate instance member
Andreas L. Delmelle
2016-01-02
1
-9
/
+1
*
Minor javadoc fixup: add closing double quote
Andreas L. Delmelle
2015-11-26
1
-1
/
+1
*
FOP-2510: Flow name infinite Loop
Simon Steiner
2015-08-12
2
-4
/
+14
*
FOP-2490: Embedded SVG 1.2 not supported by FOP 2.0; fix submitted by Hussein...
Luis Bernardo
2015-06-25
1
-8
/
+2
*
Minor tweaks, more generics
Andreas L. Delmelle
2015-06-19
1
-13
/
+13
*
FOP-2488: Support PDF/UA
Simon Steiner
2015-06-16
1
-0
/
+11
*
Address high and medium priority findbugs warnings
Andreas L. Delmelle
2015-05-23
8
-3
/
+10
*
Minor: removed redundant/unused member from inner class
Andreas L. Delmelle
2015-05-15
1
-7
/
+5
*
Minor fix to make footnotes easier to track while debugging. Added disabled l...
Andreas L. Delmelle
2015-05-15
2
-0
/
+4
*
updated and renamed batik jar (note: many batik classes were moved to differe...
Luis Bernardo
2015-03-06
5
-8
/
+5
*
FOP-2367: Support for color space OCA; patch submitted by Seifeddine Dridi
Luis Bernardo
2015-02-10
2
-0
/
+44
*
FOP-2442: Specifying the expansion of an abbreviation
Simon Steiner
2015-02-06
4
-1
/
+19
*
Merged branches/Temp_BasicSideFloat back to trunk.
Luis Bernardo
2014-12-02
2
-11
/
+42
*
FOP-2410: fix fo:page-number in bidi context
Glenn Adams
2014-09-08
3
-2
/
+89
*
FOP-2391: enable bidi processing of SVG text chunks
Glenn Adams
2014-08-23
1
-2
/
+30
*
Fix or suppress 5- to 9-instance findbug warnings.
Glenn Adams
2014-08-10
6
-66
/
+58
*
Fix or suppress 3-instance findbug warnings.
Glenn Adams
2014-08-07
3
-14
/
+10
*
Fix 2-instance findbug warnings.
Glenn Adams
2014-08-07
5
-7
/
+10
*
Fix or suppress 1-instance findbug warnings.
Glenn Adams
2014-08-06
5
-19
/
+15
*
FOP-2394: Removed non-standard layout extensions
Vincent Hennebert
2014-07-29
2
-84
/
+70
*
fix equality comparison between border, padding and background (see FOP-2307 ...
Luis Bernardo
2014-07-23
1
-4
/
+5
*
Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings
Vincent Hennebert
2014-07-15
53
-118
/
+118
*
Removed CSOFF: LineLengthCheck that have crept in existing files
Vincent Hennebert
2014-07-15
1
-4
/
+4
*
FOP 2388: Fix Arabic text left justified on the first cell of a table with wr...
Glenn Adams
2014-07-06
10
-45
/
+29
*
Fix compiler warnings.
Glenn Adams
2014-07-06
2
-4
/
+2
*
FOP-2385: Add ability to specify custom properties in the Document Informatio...
Vincent Hennebert
2014-06-18
1
-1
/
+3
*
FOP-2372: New extension to resize background images
Luis Bernardo
2014-05-11
4
-13
/
+37
*
Removed obsolete fitting-strategy property
Vincent Hennebert
2014-04-28
1
-1
/
+0
*
Renamed value of auto-toggle property to select-first-fitting
Vincent Hennebert
2014-04-28
3
-6
/
+9
*
Added support for multiple multi-switch appearing on the same page.
Vincent Hennebert
2014-04-08
1
-14
/
+0
*
Brought the branch in sync with rev. 1577477 of trunk
Vincent Hennebert
2014-03-17
3
-198
/
+79
|
\
|
*
FOP-2341: Infinite loop when smaller used with a zero length font-size
Robert Meyer
2014-02-17
1
-0
/
+3
|
*
Brought the branch in sync with rev. 1562429 of trunk
Vincent Hennebert
2014-01-30
12
-171
/
+174
|
|
\
|
|
*
Brought the branch in sync with rev. r1556164 of trunk
Vincent Hennebert
2014-01-13
11
-12
/
+112
|
|
|
\
|
|
*
|
Code clean-up and simplification
Vincent Hennebert
2013-11-14
1
-0
/
+8
|
|
*
|
Added support for default alignment of inline-container areas with their pare...
Vincent Hennebert
2013-11-06
1
-5
/
+3
|
|
*
|
First bits of support for fo:inline-container
Vincent Hennebert
2013-10-21
1
-101
/
+63
|
*
|
|
Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.
Vincent Hennebert
2013-07-29
1
-92
/
+2
*
|
|
|
Handle the case where dynamic content is in the middle of a page, selecting t...
Vincent Hennebert
2014-03-17
4
-116
/
+3
*
|
|
|
Brought the branch in sync with rev. 1550844 of trunk
Vincent Hennebert
2013-12-13
12
-78
/
+113
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
FOP-1069: No error message on illegal/unknown values on a property
Robert Meyer
2013-12-04
1
-2
/
+5
|
*
|
|
Enabled LineLength check and fixed corresponding issues
Vincent Hennebert
2013-12-03
2
-2
/
+4
|
*
|
|
FOP-2317: crash when issuing warning for invalid property value
Vincent Hennebert
2013-11-21
1
-1
/
+1
|
*
|
|
FOP-2311: revert changes from FOP-1069 that regresses shorthand property hand...
Glenn Adams
2013-11-01
1
-1
/
+2
[next]