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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fixed typo
Vincent Hennebert
2009-01-07
1
-1
/
+1
|
*
Happy new year.
Jeremias Maerki
2009-01-07
2
-2
/
+2
|
*
Give javadoc utility some more memory to avoid OutOfMemoryErrors.
Jeremias Maerki
2009-01-07
6
-5
/
+135
*
|
Added support for the AFP Extensions.
Jeremias Maerki
2009-01-16
2
-11
/
+78
*
|
Update XML Graphics Commons to make the branch compile again.
Jeremias Maerki
2009-01-15
1
-0
/
+0
*
|
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
30
-635
/
+2168
*
|
Added general support for the fox:conversion-mode inside the new IF.
Jeremias Maerki
2009-01-11
15
-67
/
+116
*
|
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
23
-62
/
+293
|
\
|
|
*
FOP now creates ToUnicode CMaps for single-byte fonts that don't use built-in...
Jeremias Maerki
2009-01-05
9
-31
/
+95
|
*
Added support for forcing single-byte encodings for TrueType fonts without cr...
Jeremias Maerki
2009-01-04
11
-17
/
+169
|
*
Bugzilla #45306:
Jeremias Maerki
2009-01-02
4
-11
/
+11
|
*
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
32
-137
/
+379
*
|
Fixed Transcoder test.
Jeremias Maerki
2009-01-02
1
-1
/
+1
*
|
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
6
-82
/
+222
*
|
Fixed another spacing issue in IFRenderer.
Jeremias Maerki
2008-12-22
4
-6
/
+71
*
|
Need to use xml:space="preserve" on text elements in IF and SVG output to avo...
Jeremias Maerki
2008-12-22
3
-0
/
+6
*
|
Merge from Trunk revisions 724690 - 728025.
Jeremias Maerki
2008-12-19
11
-39
/
+93
|
\
|
|
*
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
2
-0
/
+7
|
*
Bugzilla #46369:
Chris Bowditch
2008-12-10
10
-34
/
+82
*
|
Borders and leaders/rules for the PostScript painter.
Jeremias Maerki
2008-12-19
7
-220
/
+422
*
|
Update XML Graphics Commons to latest Trunk.
Jeremias Maerki
2008-12-17
1
-0
/
+0
*
|
Added getUserAgent() to IFDocumentHandler (implemented by all implementations...
Jeremias Maerki
2008-12-17
25
-292
/
+1929
*
|
Fixed another little kerning bug.
Jeremias Maerki
2008-12-11
1
-5
/
+11
*
|
First checks for the IF "link" element.
Jeremias Maerki
2008-12-11
1
-0
/
+5
*
|
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
4
-177
/
+204
*
|
Run AT tests only if there are such tests.
Jeremias Maerki
2008-12-11
1
-3
/
+7
*
|
Fixed NPE: the user agent was not set.
Jeremias Maerki
2008-12-11
1
-0
/
+1
*
|
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
21
-119
/
+878
*
|
Merge from Trunk revisions 719662 - 724689.
Jeremias Maerki
2008-12-09
302
-8691
/
+22454
|
\
|
|
*
Bugzilla 46319:
Andreas L. Delmelle
2008-12-08
3
-12
/
+41
|
*
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
[prev]
[next]