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
*
Bugfix for potential java.lang.IndexOutOfBoundsException in PDFDocument.outpu...
Jeremias Maerki
2010-08-18
1
-3
/
+1
*
Implemented reset method
Vincent Hennebert
2010-08-18
1
-0
/
+6
*
Fixed javadoc, checkstyle and ant warnings
Simon Pepping
2010-08-18
5
-7
/
+6
*
-delete-cache command line argument replaced with -flush. Seems like a more ...
Adrian Cumiskey
2010-08-17
2
-26
/
+18
*
One closing parenthesis too much.
Jeremias Maerki
2010-08-17
1
-1
/
+1
*
Resolved conflict (ClassCastException) with named destinations which in contr...
Jeremias Maerki
2010-08-17
4
-39
/
+74
*
Improvements/Bugfixes for PDF attachments (embedded files):
Jeremias Maerki
2010-08-16
10
-20
/
+226
*
Removed tab character.
Jeremias Maerki
2010-08-16
1
-2
/
+2
*
Document exits
Simon Pepping
2010-08-16
1
-2
/
+3
*
FIX: The cache-file setting should still be set even if use-cache setting is ...
Adrian Cumiskey
2010-08-15
1
-5
/
+9
*
Reinstated support for being able to specify a font cache filepath in the fop...
Adrian Cumiskey
2010-08-15
6
-108
/
+261
*
Removed many "// CSOK: ConstantName" instances for constants, by converting t...
Jeremias Maerki
2010-08-14
64
-294
/
+205
*
Bugzilla #49733:
Jeremias Maerki
2010-08-14
378
-1693
/
+3602
*
Removed a bunch of javadoc warnings in addition to patch 49733
Simon Pepping
2010-08-13
24
-71
/
+37
*
Bugzilla #44460:
Jeremias Maerki
2010-08-03
17
-42
/
+798
*
Bugfix of bugfix for escaped PDF names.
Jeremias Maerki
2010-07-19
1
-3
/
+5
*
Bugfix: "/" must be escaped in names.
Jeremias Maerki
2010-07-19
1
-3
/
+3
*
Log exception if available to make error localization easier.
Jeremias Maerki
2010-07-15
1
-2
/
+10
*
Added ImageElementBridge to ImageConverterSVG2G2D so output formats like Java...
Jeremias Maerki
2010-07-15
3
-2
/
+181
*
Restored ColorExt after removing it from XML Graphics Commons again.
Jeremias Maerki
2010-07-02
6
-12
/
+325
*
Minor refactoring and style fixups:
Andreas L. Delmelle
2010-06-19
1
-121
/
+102
*
Bugfix: PDF/A-1a mode was not properly reported.
Jeremias Maerki
2010-06-17
1
-1
/
+1
*
Put the /Resources reference directly into the underlying dictionary and hand...
Jeremias Maerki
2010-06-15
1
-3
/
+3
*
Color-related classes were moved to the org.apache.xmlgraphics.java2d.color p...
Jeremias Maerki
2010-06-14
5
-13
/
+13
*
AFP Output Changes:
Jeremias Maerki
2010-06-12
10
-88
/
+144
*
AFP Output: Fix for bitmap images inside an SVG or G2D graphic (printer error...
Jeremias Maerki
2010-06-11
1
-18
/
+9
*
Bugzilla #42306:
Jeremias Maerki
2010-06-08
4
-3
/
+175
*
Bugfix for formatting of floating point numbers which could lead to invalid P...
Jeremias Maerki
2010-06-04
1
-1
/
+1
*
Big encoding performance improvement for bi-level images which do not have th...
Jeremias Maerki
2010-05-27
1
-5
/
+60
*
Missed a parameter change for an overridden method. (Additional change for re...
Jeremias Maerki
2010-05-20
1
-1
/
+1
*
Changed many variables and parameters from "int" to "char" because AFP font s...
Jeremias Maerki
2010-05-20
8
-38
/
+54
*
Bring error handling more in line with general recommendations and provide be...
Jeremias Maerki
2010-05-20
2
-25
/
+35
*
Don't fail on AFM just because it has a Start/EndTrackKern section. Log a war...
Jeremias Maerki
2010-05-17
1
-3
/
+11
*
Added a save/restoreGraphicsState pair for the initial coordinate system in P...
Jeremias Maerki
2010-04-26
3
-5
/
+8
*
Improved painting of double rules a bit, fixing a bug causing the message: "I...
Jeremias Maerki
2010-04-23
2
-4
/
+28
*
recent change to cache CharacterSet exposed multi threading issue
Chris Bowditch
2010-04-21
1
-1
/
+5
*
cache AFP Fonts in a similar manner to LazyFont class for TrueType fonts. Thi...
Chris Bowditch
2010-04-14
1
-13
/
+42
*
Added getEventKey method to Event so that it's no longer necessary to store t...
Vincent Hennebert
2010-04-09
19
-105
/
+121
*
Now that the creation of event-model.xml has been standardised, the EventMode...
Vincent Hennebert
2010-04-09
19
-305
/
+42
*
Moved ResourceEventProducer to org.apache.fop
Vincent Hennebert
2010-04-09
19
-49
/
+51
*
Split catch-all EventFormatter.xml message file into individual files for eac...
Vincent Hennebert
2010-04-09
23
-189
/
+455
*
Bumped xmlgraphics-commons.jar.
Jeremias Maerki
2010-03-18
3
-10
/
+36
*
Bugfix: NPE when there is a forced break before a table occurring at an IPD c...
Vincent Hennebert
2010-03-15
1
-0
/
+18
*
Bugfix: definition of a special page-master for the last page was interfering...
Vincent Hennebert
2010-02-23
1
-1
/
+1
*
Bugzilla #48512:
Jeremias Maerki
2010-02-16
2
-9
/
+77
*
Bugzilla #48512:
Jeremias Maerki
2010-02-10
1
-1
/
+1
*
Better error message if a font is missing when generating PS from IF.
Jeremias Maerki
2010-02-10
2
-2
/
+5
*
Bugzilla #48696:
Jeremias Maerki
2010-02-10
1
-1
/
+1
*
Related to Bugzilla #47232:
Jeremias Maerki
2010-02-06
1
-1
/
+1
*
Made part of setupsRGBColorProfile method synchronized to avoid ConcurrentMod...
Vincent Hennebert
2010-01-29
1
-12
/
+14
[next]