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
/
ps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged latest trunk
Vincent Hennebert
2014-07-18
9
-12
/
+12
|
\
|
*
Merge font merging
Simon Steiner
2014-07-16
1
-1
/
+1
|
|
\
|
|
*
Add t1 merging
Temp_FontMerging
Simon Steiner
2014-06-20
1
-1
/
+1
|
*
|
Enabled Checkstyle ExplicitInitializationCheck and fixed resulting warnings
Vincent Hennebert
2014-07-15
10
-22
/
+22
*
|
|
Use the appropriate double formatter depending on the selected output
Vincent Hennebert
2014-07-14
1
-12
/
+14
*
|
|
Rename toWriteableString into output and added StringBuilder parameter
Vincent Hennebert
2014-07-14
1
-4
/
+4
*
|
|
Delegate function rendering to dedicated class intead of taking as parameter ...
Vincent Hennebert
2014-07-14
1
-15
/
+10
*
|
|
Renamed shading package to gradient
Vincent Hennebert
2014-07-14
1
-4
/
+4
*
|
|
Moved stuff that is common to PDF and PS to Pattern
Vincent Hennebert
2014-07-14
3
-176
/
+63
*
|
|
Moved content of FunctionPattern into Function
Vincent Hennebert
2014-07-14
1
-5
/
+2
*
|
|
Moved content of ShadingPattern into Shading
Vincent Hennebert
2014-07-11
1
-11
/
+5
*
|
|
Factorized shading code that was common to PDF and PostScript
Vincent Hennebert
2014-07-11
3
-245
/
+40
*
|
|
Renamed GradientFactory into GradientMaker
Vincent Hennebert
2014-07-11
2
-5
/
+43
*
|
|
Removed makeFunction methods, whose implementations are the same for both PDF...
Vincent Hennebert
2014-07-11
2
-93
/
+14
*
|
|
Removed unnecessary FunctionDelegate class
Vincent Hennebert
2014-07-11
1
-68
/
+9
*
|
|
Removed createGradient abstract method, that was not having any specific impl...
Vincent Hennebert
2014-07-10
1
-36
/
+1
*
|
|
Factorized gradient creation out of PDF & PS into GradientFactory
Vincent Hennebert
2014-07-10
1
-113
/
+8
*
|
|
Moved checks for repeated gradient out of gradient-creation methods
Vincent Hennebert
2014-07-10
1
-10
/
+0
*
|
|
Small adjustments to make duplication in PDF and PostScript gradients more ap...
Vincent Hennebert
2014-07-10
1
-16
/
+15
*
|
|
Removed unused code
Vincent Hennebert
2014-07-10
1
-7
/
+0
*
|
|
Factorized creation of gradient bounds
Vincent Hennebert
2014-07-10
1
-18
/
+16
*
|
|
Factorized creation of gradient colors
Vincent Hennebert
2014-07-10
1
-28
/
+21
*
|
|
Factorized creation of gradient transform
Vincent Hennebert
2014-07-10
1
-24
/
+17
*
|
|
Small adjustments to make duplication in linear and radial gradients more app...
Vincent Hennebert
2014-07-10
1
-42
/
+25
*
|
|
Removed pseudo-factory method GradientFactory.newInstance
Vincent Hennebert
2014-07-10
1
-3
/
+2
*
|
|
Fixed gradients in PostScript output
Vincent Hennebert
2014-07-10
3
-44
/
+37
*
|
|
If the start/end stop does not coincide with the start/end of the gradient, r...
Vincent Hennebert
2014-07-10
1
-14
/
+22
|
/
/
*
/
Fix compiler warnings.
Glenn Adams
2014-07-06
1
-2
/
+1
|
/
*
FOP-2354: Subset support for Type 1 fonts
Robert Meyer
2014-05-23
1
-2
/
+70
*
FOP-2339: GIF to PS transparency is black; patch by Simon Steiner
Luis Bernardo
2014-04-03
1
-0
/
+14
*
Brought the branch in sync with rev. 1562429 of trunk
Vincent Hennebert
2014-01-30
7
-102
/
+1236
|
\
|
*
FOP-2322: Type1 Font with Custom Encoding not visible in Postscript output; P...
Robert Meyer
2013-12-05
1
-0
/
+9
|
*
Enabled LineLength check and fixed corresponding issues
Vincent Hennebert
2013-12-03
1
-3
/
+6
|
*
FOP-2313: add support for svg gradients when generating PostScript; most code...
Luis Bernardo
2013-11-13
5
-58
/
+1034
|
*
FOP-2301: Enable support for PDF sub-page transitions.
Glenn Adams
2013-11-01
1
-1
/
+1
|
*
FOP-2252: OpenType CFF support for FOP; patch submitted by Robert Meyer
Luis Bernardo
2013-08-14
2
-43
/
+189
*
|
Directly use FOP fonts to lay out SVG images for PDF, PS and AFP outputs.
Vincent Hennebert
2013-07-29
4
-233
/
+139
|
/
*
FOP-2265: Enable xlint cast; patch submitted by Simon Steiner
Luis Bernardo
2013-07-13
3
-6
/
+6
*
FOP-2259: 1 bit TIFF error; patch submitted by Simon Steiner
Luis Bernardo
2013-07-12
1
-1
/
+1
*
Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...
Vincent Hennebert
2013-05-07
2
-6
/
+6
*
Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...
Vincent Hennebert
2013-04-09
1
-2
/
+2
*
FOP #2234: NPE when rendering a document with markers and accessibility is en...
Vincent Hennebert
2013-04-08
6
-6
/
+6
*
FOP-2206: Add support for CS placement and escapement data in PS renderer.
Glenn Adams
2013-02-05
2
-12
/
+32
*
FOP-2192: fix checkstyle and findbugs warnings
Glenn Adams
2013-01-18
1
-2
/
+4
*
JIRA#FOP-1069: Warn instead or error on invalid property values.
Peter Hancock
2013-01-09
1
-4
/
+2
*
Fix Jira FOP-2173: Invalid Postscript created with SVG and custom fonts
Chris Bowditch
2012-12-17
1
-12
/
+19
*
Bugzilla#45822: Changed the dashed borders to appear more like dashes and les...
Mehdi Houshmand
2012-10-30
1
-14
/
+7
*
Addressed Findbug and Checkstyle issues
Peter Hancock
2012-10-09
1
-5
/
+4
*
Increased unit test coverage for the Painters
Peter Hancock
2012-10-08
3
-390
/
+395
*
Merged trunk@1391502
Peter Hancock
2012-10-04
2
-7
/
+25
|
\
[next]