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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed font descriptor construction (italic angle and stemV mixed)
Jeremias Maerki
2006-05-29
1
-2
/
+2
*
Making ImageIO come before JAI for GIF images. ImageIO handles GIFs nicely, e...
Jeremias Maerki
2006-05-29
1
-1
/
+1
*
Restore configurability of Ant task.
Jeremias Maerki
2006-05-22
1
-25
/
+13
*
An emergency patch to avoid that a non-breaking space at the end of an
Simon Pepping
2006-05-19
2
-4
/
+10
*
Bugfix: The combination of hyphenation and kerning resulted in slightly ragge...
Jeremias Maerki
2006-05-19
1
-11
/
+41
*
Bugfix: NullPointerException in AreaAdditionUtil in a table-cell spanning mul...
Jeremias Maerki
2006-05-18
1
-0
/
+7
*
Bugzilla #39533:
Jeremias Maerki
2006-05-18
3
-13
/
+23
*
Bugzilla #39607:
Jeremias Maerki
2006-05-18
1
-24
/
+26
*
Extended PageViewport to carry foreign attributes.
Jeremias Maerki
2006-05-18
8
-78
/
+172
*
Several bug fixes in PCLRenderer (border painting mostly).
Jeremias Maerki
2006-05-17
1
-6
/
+44
*
Automatic support for all fonts available to the Java2D subsystem for all Jav...
Jeremias Maerki
2006-05-16
2
-11
/
+120
*
Improved baseline detection in TTFReader for TrueType fonts. Ascender and des...
Jeremias Maerki
2006-05-16
1
-47
/
+149
*
Bugfix: tables nested in inline elements caused a NullPointerException.
Jeremias Maerki
2006-05-15
2
-11
/
+6
*
Important improvements for the Java2DRenderer:
Jeremias Maerki
2006-05-10
3
-20
/
+110
*
Adding missing mandatory flags for PDF/A-1.
Jeremias Maerki
2006-05-08
1
-2
/
+11
*
The default sRGB color profile provided by the Java class library is no longe...
Jeremias Maerki
2006-05-07
3
-19
/
+87
*
Bugzilla #39443:
Jeremias Maerki
2006-05-07
4
-5
/
+22
*
Fixed incorrect handling of percentages in vertical-align property values and...
Manuel Mall
2006-05-06
1
-0
/
+1
*
Some refactoring in the XML handling area which results in more code reuse an...
Jeremias Maerki
2006-05-03
9
-112
/
+400
*
Bugzilla #38243:
Jeremias Maerki
2006-05-03
1
-3
/
+4
*
Bugzilla #38946:
Jeremias Maerki
2006-05-03
42
-1529
/
+968
*
Simply subclassing did not work as expected. Made a copy now.
Jeremias Maerki
2006-05-02
1
-2
/
+17
*
Java2D Renderer:
Jeremias Maerki
2006-05-02
13
-670
/
+437
*
Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...
Jeremias Maerki
2006-04-28
15
-23
/
+481
*
Minor correction to whitespace handling to ensure non space whitespace is alw...
Manuel Mall
2006-04-27
1
-2
/
+1
*
Content in block-containers makes better use of shrink to fit content vertica...
Jeremias Maerki
2006-04-25
6
-12
/
+50
*
Bugfix: basic-links with internal destinations in documents with multiple pag...
Jeremias Maerki
2006-04-24
5
-3
/
+38
*
Fixed a typo. Thanks, Matthew East.
Jeremias Maerki
2006-04-24
1
-1
/
+1
*
Bypass URI resolution for "data:" URLs (RFC 2397). If a large data URL is giv...
Jeremias Maerki
2006-04-23
2
-2
/
+6
*
Bugfix: Fixed ClassCastException when retrieve-marker is used as a direct chi...
Jeremias Maerki
2006-04-23
1
-2
/
+5
*
Bugzilla #39285:
Jeremias Maerki
2006-04-23
1
-2
/
+5
*
Bugzilla #39118:
Jeremias Maerki
2006-04-23
18
-38
/
+377
*
Bugfix: The generation of the PDF "d" (setdash) command was assuming that onl...
Jeremias Maerki
2006-04-18
1
-8
/
+2
*
Bugfix: Fixed a division by zero problem in TTFReader popping up with arialun...
Jeremias Maerki
2006-04-12
1
-15
/
+47
*
Bugzilla #39033:
Jeremias Maerki
2006-04-10
1
-0
/
+14
*
Bugfix: Allow URLs in basic-link's external-destination to be wrapped in "url...
Jeremias Maerki
2006-04-10
3
-21
/
+62
*
List NBSP under adjustable spaces in CharUtilities.
Jeremias Maerki
2006-04-10
2
-6
/
+14
*
Fixed various white space (non)removal issues during line building. white-spa...
Manuel Mall
2006-04-08
4
-43
/
+181
*
Fixed encoding issue.
Jeremias Maerki
2006-04-06
1
-2
/
+3
*
I'd like to make Batik an optional dependency over time, so check Commons IO ...
Jeremias Maerki
2006-04-05
1
-1
/
+1
*
Switching to the Commons variants for the Graphics2D base/helper classes.
Jeremias Maerki
2006-04-05
4
-8
/
+6
*
Switching to the Commons variant for the base64 encoding/decoding.
Jeremias Maerki
2006-04-05
1
-4
/
+3
*
Improved JUnit report creation.
Jeremias Maerki
2006-04-05
9
-2
/
+305
*
Reestablishing PDF 1.3 compatibility ("Z" is not available under JDK 1.3).
Jeremias Maerki
2006-04-05
1
-10
/
+39
*
Don't catch RuntimeExceptions.
Jeremias Maerki
2006-04-05
1
-0
/
+2
*
Adding dependency on XML Graphics Commons.
Jeremias Maerki
2006-04-04
41
-4489
/
+401
*
Changed PDFText.escapeText() so it doesn't output 7bit ASCII texts in hex mod...
Jeremias Maerki
2006-03-30
3
-25
/
+60
*
Fixed addition of ElementMapping instances. Witnessed in the FO tree tests.
Jeremias Maerki
2006-03-27
2
-25
/
+6
*
Merged Temp_API_Finalization branch back into FOP Trunk:
Jeremias Maerki
2006-03-27
27
-621
/
+1005
*
Restored JDK 1.3 compatibility.
Jeremias Maerki
2006-03-27
1
-1
/
+1
[next]