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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from Trunk, revisions 1060235 to 1069383.
Jeremias Maerki
2011-02-10
10
-83
/
+133
|
\
|
*
Use BitmapImageUtil for converting images to bi-level images.
Jeremias Maerki
2011-02-07
5
-53
/
+58
|
*
Bugfix: Avoid directly encoding if the sample model is not exactly right. For...
Jeremias Maerki
2011-02-07
1
-0
/
+9
|
*
Bugzilla 50698: Changes after updating XGC JAR
Andreas L. Delmelle
2011-02-01
2
-3
/
+3
|
*
Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...
Jeremias Maerki
2011-02-01
2
-27
/
+63
*
|
Bugfix: don't use toString() but properly generate the color function.
Jeremias Maerki
2011-01-19
1
-2
/
+34
*
|
Merge from Trunk, revisions 965390 to 1060234.
Jeremias Maerki
2011-01-18
155
-7081
/
+1697
|
\
|
|
*
Fix deprecation warnings; add some type safety
Simon Pepping
2011-01-14
3
-6
/
+11
|
*
Add type-safe parameters to collections; replace XGC jar to benefit from new ...
Simon Pepping
2011-01-04
5
-14
/
+14
|
*
Keep a reference to a pageRef string, not to the page itself; suggested by Al...
Simon Pepping
2010-12-23
2
-9
/
+10
|
*
Fix bug 50510
Simon Pepping
2010-12-22
1
-0
/
+2
|
*
Partial application of patch 50245 by Mehdi Houshmand
Simon Pepping
2010-11-26
7
-52
/
+59
|
*
Another go at removing all trailing whitespace
Vincent Hennebert
2010-11-25
9
-13
/
+13
|
*
Bugzilla #49695: Replaced magic numbers with constants from UnitConv and Grap...
Vincent Hennebert
2010-11-23
4
-9
/
+14
|
*
Reverting renaming of public methods of rev. 1036179
Simon Pepping
2010-11-19
15
-34
/
+34
|
*
findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)
Simon Pepping
2010-11-17
30
-66
/
+56
|
*
Bugzilla #42600:
Jeremias Maerki
2010-10-21
1
-1
/
+1
|
*
Bugzilla #42600:
Jeremias Maerki
2010-10-21
3
-38
/
+159
|
*
Copy attributes since some XML parsers might reuse the Attributes instance.
Jeremias Maerki
2010-10-21
3
-3
/
+6
|
*
Allow to pass through document-level extensions from the first document passe...
Jeremias Maerki
2010-10-21
1
-2
/
+9
|
*
Bugzilla #49379:
Jeremias Maerki
2010-10-07
6
-14
/
+273
|
*
Bugzilla #46360:
Jeremias Maerki
2010-09-16
1
-1
/
+8
|
*
Bugzilla #46360:
Jeremias Maerki
2010-09-16
1
-1
/
+7
|
*
Fixed indentation
Vincent Hennebert
2010-08-27
1
-1
/
+1
|
*
Fixed indentation
Vincent Hennebert
2010-08-27
11
-55
/
+55
|
*
Removed old Renderer implementations for AFP, PCL, PDF, PS.
Vincent Hennebert
2010-08-25
33
-6527
/
+39
|
*
Enabling CMYK encoding for PDF output (applies to decoded bitmap images).
Jeremias Maerki
2010-08-20
1
-1
/
+1
|
*
Bugfix:
Jeremias Maerki
2010-08-20
1
-8
/
+11
|
*
Fixed javadoc, checkstyle and ant warnings
Simon Pepping
2010-08-18
2
-3
/
+2
|
*
Resolved conflict (ClassCastException) with named destinations which in contr...
Jeremias Maerki
2010-08-17
1
-3
/
+3
|
*
Improvements/Bugfixes for PDF attachments (embedded files):
Jeremias Maerki
2010-08-16
1
-3
/
+7
|
*
Removed many "// CSOK: ConstantName" instances for constants, by converting t...
Jeremias Maerki
2010-08-14
10
-42
/
+10
|
*
Bugzilla #49733:
Jeremias Maerki
2010-08-14
83
-339
/
+432
|
*
Removed a bunch of javadoc warnings in addition to patch 49733
Simon Pepping
2010-08-13
9
-29
/
+24
|
*
Bugzilla #44460:
Jeremias Maerki
2010-08-03
10
-2
/
+631
*
|
Adjust to changes in XML Graphics Commons:
Jeremias Maerki
2010-12-13
3
-6
/
+29
*
|
Bugzilla #49403:
Jeremias Maerki
2010-06-25
3
-8
/
+14
|
/
*
AFP Output Changes:
Jeremias Maerki
2010-06-12
6
-3
/
+48
*
Bugzilla #42306:
Jeremias Maerki
2010-06-08
4
-3
/
+175
*
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
*
Added a save/restoreGraphicsState pair for the initial coordinate system in P...
Jeremias Maerki
2010-04-26
2
-5
/
+5
*
Added getEventKey method to Event so that it's no longer necessary to store t...
Vincent Hennebert
2010-04-09
6
-12
/
+12
*
Now that the creation of event-model.xml has been standardised, the EventMode...
Vincent Hennebert
2010-04-09
6
-72
/
+0
*
Moved ResourceEventProducer to org.apache.fop
Vincent Hennebert
2010-04-09
9
-9
/
+9
*
Split catch-all EventFormatter.xml message file into individual files for eac...
Vincent Hennebert
2010-04-09
2
-0
/
+33
*
Better error message if a font is missing when generating PS from IF.
Jeremias Maerki
2010-02-10
1
-0
/
+3
*
Bugzilla #48567:
Jeremias Maerki
2010-01-21
1
-27
/
+70
*
Added possibility to customize PDF tagging via the role property
Vincent Hennebert
2010-01-13
6
-50
/
+158
*
Bugzilla #48376:
Chris Bowditch
2010-01-07
1
-0
/
+6
[next]