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
/
afp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new line at end of files and enabled corresponding rule in checkstyle-5.5
Vincent Hennebert
2012-03-06
3
-3
/
+3
*
enable ImportOrder rule; fix violations
Glenn Adams
2012-03-03
6
-9
/
+16
*
enable UnusedImports rule; fix violations
Glenn Adams
2012-03-02
4
-6
/
+0
*
apply complex scripts patch
Glenn Adams
2012-02-26
1
-6
/
+8
*
Amended checkstyle errors and return carriages
Mehdi Houshmand
2012-01-30
1
-2
/
+4
*
Changed the error handling for AFP fonts such that errors are passed to the A...
Mehdi Houshmand
2011-11-21
1
-66
/
+64
*
Bugzilla #52177: Changed the AFP double-byte characterset builder to a single...
Mehdi Houshmand
2011-11-18
1
-4
/
+4
*
Bugzilla#52089: Allow JPEG images to be embedded in an AFP document as
Peter Hancock
2011-11-01
10
-37
/
+347
*
Bugzill#51530: Improved support for EBCDIC encoded double byte fonts fo AFP.
Peter Hancock
2011-09-05
1
-3
/
+4
*
Removed the lastMediumMap variable and the check to omit the IMM if it doesn'...
Jeremias Maerki
2011-07-08
1
-5
/
+1
*
Fixed regression introduced by rev 1137971:
Jeremias Maerki
2011-06-21
1
-7
/
+10
*
Performance improvement:
Jeremias Maerki
2011-06-21
1
-224
/
+267
*
Fix checkstyle and findbugs issues
Simon Pepping
2011-06-15
1
-2
/
+4
*
Added option to place AFP NOPs right before the end of a named page group (pa...
Jeremias Maerki
2011-04-22
5
-15
/
+148
*
AFP GOCA: Added option to disable GOCA and to control text painting inside GO...
Jeremias Maerki
2011-04-22
5
-18
/
+82
*
Bugfix: Avoid directly encoding if the sample model is not exactly right. For...
Jeremias Maerki
2011-02-07
1
-0
/
+9
*
Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...
Jeremias Maerki
2011-02-01
2
-27
/
+63
*
Add type-safe parameters to collections; replace XGC jar to benefit from new ...
Simon Pepping
2011-01-04
1
-1
/
+1
*
Partial application of patch 50245 by Mehdi Houshmand
Simon Pepping
2010-11-26
1
-10
/
+22
*
Another go at removing all trailing whitespace
Vincent Hennebert
2010-11-25
1
-1
/
+1
*
Reverting renaming of public methods of rev. 1036179
Simon Pepping
2010-11-19
1
-1
/
+1
*
findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)
Simon Pepping
2010-11-17
2
-2
/
+2
*
Copy attributes since some XML parsers might reuse the Attributes instance.
Jeremias Maerki
2010-10-21
1
-1
/
+2
*
Bugzilla #49379:
Jeremias Maerki
2010-10-07
6
-14
/
+273
*
Fixed indentation
Vincent Hennebert
2010-08-27
1
-5
/
+5
*
Removed old Renderer implementations for AFP, PCL, PDF, PS.
Vincent Hennebert
2010-08-25
10
-1238
/
+5
*
Removed many "// CSOK: ConstantName" instances for constants, by converting t...
Jeremias Maerki
2010-08-14
2
-8
/
+5
*
Bugzilla #49733:
Jeremias Maerki
2010-08-14
8
-18
/
+35
*
Removed a bunch of javadoc warnings in addition to patch 49733
Simon Pepping
2010-08-13
1
-1
/
+1
*
AFP Output Changes:
Jeremias Maerki
2010-06-12
6
-3
/
+48
*
Big encoding performance improvement for bi-level images which do not have th...
Jeremias Maerki
2010-05-27
1
-5
/
+60
*
Bring error handling more in line with general recommendations and provide be...
Jeremias Maerki
2010-05-20
1
-8
/
+28
*
Moved ResourceEventProducer to org.apache.fop
Vincent Hennebert
2010-04-09
1
-1
/
+1
*
Bugzilla #48567:
Jeremias Maerki
2010-01-21
1
-27
/
+70
*
Bugzilla #48376:
Chris Bowditch
2010-01-07
1
-0
/
+6
*
Bugfix: 48453 AFP Renderer: Page Segments not positioned correctly when refer...
Chris Bowditch
2009-12-29
2
-3
/
+8
*
Fixed SVN Props
Maximilian Berger
2009-10-29
2
-204
/
+204
*
Merged changes from Trunk up to revision 829121
Vincent Hennebert
2009-10-23
6
-10
/
+57
|
\
|
*
Added support for encoding CMYK bitmap images (IOCA FS45) and TIFF images as ...
Jeremias Maerki
2009-10-23
6
-10
/
+57
*
|
Merged changes from Trunk up to revision 824832
Vincent Hennebert
2009-10-13
8
-26
/
+262
|
\
|
|
*
Removed svn:executable property
Vincent Hennebert
2009-10-13
3
-0
/
+0
|
*
add support for positioning Page Overlay in AFP Renderer/Painter
Chris Bowditch
2009-10-12
5
-13
/
+229
|
*
Bugzilla #47953:
Jeremias Maerki
2009-10-07
1
-1
/
+1
|
*
Added support for specifying referenced fonts per renderer in addition to the...
Jeremias Maerki
2009-10-02
1
-12
/
+31
|
*
Some javadoc fixes: @code -> @link
Jeremias Maerki
2009-10-01
1
-1
/
+2
*
|
Merged changes from Trunk up to revision 816269
Vincent Hennebert
2009-09-18
14
-95
/
+548
|
\
|
|
*
Fixed SVN Props
Maximilian Berger
2009-09-15
1
-1
/
+1
|
*
added support for IMM Extension on fo:simple-page-master element in the AFP R...
Chris Bowditch
2009-08-04
3
-28
/
+74
|
*
Added support for AFP font embedding. Note: this changes the default behaviou...
Jeremias Maerki
2009-07-27
9
-46
/
+305
|
*
Bugfix: support justified text in AFP Renderer (already working in AFP Painter)
Chris Bowditch
2009-07-10
1
-1
/
+4
[next]