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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from Trunk revisions 731480 - 735028.
Jeremias Maerki
2009-01-16
20
-124
/
+494
|
\
|
*
Removed duplicated extension attachment list on PageViewport (which is an Are...
Jeremias Maerki
2009-01-16
2
-39
/
+35
|
*
Bugfix: Weave included page segments into the object sequence instead of inse...
Jeremias Maerki
2009-01-16
3
-18
/
+1
|
*
Added in support for subtractive mode in 1-bit images. This should further re...
Jeremias Maerki
2009-01-15
6
-8
/
+77
|
*
Extracted some bitmap handling functions from the PCL implementation into new...
Jeremias Maerki
2009-01-15
3
-56
/
+253
|
*
Better class description.
Jeremias Maerki
2009-01-09
1
-1
/
+1
|
*
Added missing license header.
Jeremias Maerki
2009-01-09
1
-0
/
+19
|
*
Removed code that doesn't have any effect.
Jeremias Maerki
2009-01-08
1
-6
/
+1
|
*
Give javadoc utility some more memory to avoid OutOfMemoryErrors.
Jeremias Maerki
2009-01-07
5
-0
/
+115
*
|
Added support for the AFP Extensions.
Jeremias Maerki
2009-01-16
2
-11
/
+78
*
|
Added support for fixed-width spaces.
Jeremias Maerki
2009-01-13
7
-63
/
+98
*
|
Added clipping support.
Jeremias Maerki
2009-01-13
1
-1
/
+2
*
|
Added border and leader painting for the AFPPainter.
Jeremias Maerki
2009-01-12
1
-11
/
+72
*
|
Fixed assert statement.
Jeremias Maerki
2009-01-12
1
-1
/
+1
*
|
Fixed bitmap image placement in SVG.
Jeremias Maerki
2009-01-12
1
-2
/
+6
*
|
Restrict XML-formats to SVG to stream-line the image loading/conversion process.
Jeremias Maerki
2009-01-12
2
-2
/
+6
*
|
Disabling native formats as long as the configuration doesn't enable/disable ...
Jeremias Maerki
2009-01-12
1
-3
/
+4
*
|
Started new IF implementation for AFP (incomplete, supporting filled rects, t...
Jeremias Maerki
2009-01-11
28
-634
/
+2161
*
|
Added general support for the fox:conversion-mode inside the new IF.
Jeremias Maerki
2009-01-11
14
-61
/
+113
*
|
Added shortcut that avoids painting text using the native text handler if the...
Jeremias Maerki
2009-01-11
1
-6
/
+25
*
|
Moved getPoint() method from DataStream to AFPPaintingState where it makes mo...
Jeremias Maerki
2009-01-11
2
-22
/
+37
*
|
GOCA improvements:
Jeremias Maerki
2009-01-11
4
-51
/
+98
*
|
Bugfix: remaining chunk of over-long text strings didn't get handled properly.
Jeremias Maerki
2009-01-06
1
-4
/
+5
*
|
Merge from Trunk revisions 728026 - 731479.
Jeremias Maerki
2009-01-05
19
-56
/
+263
|
\
|
|
*
FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in...
Jeremias Maerki
2009-01-05
8
-31
/
+91
|
*
Added support for forcing single-byte encodings for TrueType fonts without cr...
Jeremias Maerki
2009-01-04
8
-16
/
+146
|
*
Bugzilla #45306:
Jeremias Maerki
2009-01-02
2
-6
/
+8
|
*
Bugzilla #45938:
Jeremias Maerki
2009-01-02
1
-3
/
+18
*
|
Avoid ArrayOutOfBoundsException when text length is 0 (this can happen if you...
Jeremias Maerki
2009-01-05
1
-0
/
+3
*
|
Introduced IFContext to provide access to foreign attributes (as discussed on...
Jeremias Maerki
2009-01-02
24
-125
/
+293
*
|
Some PDF actions get pooled and therefore don't need to be registered.
Jeremias Maerki
2009-01-02
1
-1
/
+4
*
|
Guard against invalid destinations.
Jeremias Maerki
2009-01-02
1
-2
/
+8
*
|
Most of the PostScript extensions are implemented in PSPainter now (and tested).
Jeremias Maerki
2008-12-22
4
-82
/
+175
*
|
Fixed another spacing issue in IFRenderer.
Jeremias Maerki
2008-12-22
2
-6
/
+7
*
|
Need to use xml:space="preserve" on text elements in IF and SVG output to avo...
Jeremias Maerki
2008-12-22
2
-0
/
+4
*
|
Merge from Trunk revisions 724690 - 728025.
Jeremias Maerki
2008-12-19
10
-39
/
+87
|
\
|
|
*
Fixed painting bug introduced by rev 721430 (originally rev 672291 in AFP GOC...
Jeremias Maerki
2008-12-19
1
-5
/
+8
|
*
Fixed black backgrounds occurring for transparent images in PCL output.
Jeremias Maerki
2008-12-16
1
-0
/
+4
|
*
Bugzilla #46369:
Chris Bowditch
2008-12-10
9
-34
/
+79
*
|
Borders and leaders/rules for the PostScript painter.
Jeremias Maerki
2008-12-19
7
-220
/
+422
*
|
Added getUserAgent() to IFDocumentHandler (implemented by all implementations...
Jeremias Maerki
2008-12-17
19
-292
/
+1289
*
|
Fixed another little kerning bug.
Jeremias Maerki
2008-12-11
1
-5
/
+11
*
|
Added -ifin command-line option to use the intermediate format as input format.
Jeremias Maerki
2008-12-11
3
-23
/
+168
*
|
Fixed parsing of document navigation namespace (its elements are no longer si...
Jeremias Maerki
2008-12-11
3
-176
/
+204
*
|
My first attempt at implementing links was messed up. This second attempt act...
Jeremias Maerki
2008-12-11
14
-321
/
+394
*
|
Forgot to add link support. First version added now. Generalizing this for th...
Jeremias Maerki
2008-12-09
20
-119
/
+860
*
|
Merge from Trunk revisions 719662 - 724689.
Jeremias Maerki
2008-12-09
290
-8675
/
+21691
|
\
|
|
*
Bugzilla 46319:
Andreas L. Delmelle
2008-12-08
2
-12
/
+36
|
*
Batik's DOMUtilities.deepCloneDocument() doesn't propagate the document URI w...
Jeremias Maerki
2008-12-08
7
-12
/
+30
|
*
Reverted accidental commit of unfinished change. Sorry about that.
Jeremias Maerki
2008-12-08
1
-1
/
+0
[next]