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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged trunk@1373227
Peter Hancock
2012-08-16
132
-1199
/
+10057
|
\
|
*
Changed serialVersionUID in the serialization of font-cache and some minor re...
Mehdi Houshmand
2012-08-15
1
-4
/
+7
|
*
Fixed a couple minor bugs in CLI and config parsing
Mehdi Houshmand
2012-08-10
2
-9
/
+14
|
*
Bugzilla#53685 - AFP charactersets are cached using more unique keys
Mehdi Houshmand
2012-08-10
3
-20
/
+70
|
*
Buzilla#53657 - AFP fonts use nominal character increment when the glyph metr...
Mehdi Houshmand
2012-08-10
4
-35
/
+39
|
*
Bugzilla #53688: Wrong page number reported when a column overflows the regio...
Vincent Hennebert
2012-08-09
2
-42
/
+41
|
*
Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ...
Vincent Hennebert
2012-08-02
9
-156
/
+349
|
*
Bugzilla #53630: make it clear that the PDFConformanceException is due to acc...
Vincent Hennebert
2012-08-02
1
-1
/
+2
|
*
Added javadocs to the URI schema resolution mechanisms available
Mehdi Houshmand
2012-07-26
1
-1
/
+54
|
*
Bugzilla#53600: Added an event if a glyph and its metric information does not...
Mehdi Houshmand
2012-07-25
6
-9
/
+50
|
*
Bugzilla #53596: When PDF accessibility is enabled, the structure tree must c...
Vincent Hennebert
2012-07-24
4
-5
/
+63
|
*
Fixed all javadoc issues, "ant javadocs" now works without errors
Mehdi Houshmand
2012-07-23
9
-19
/
+13
|
*
Corrected javadocs in o.a.f.apps.* classes
Mehdi Houshmand
2012-07-23
5
-74
/
+73
|
*
Merge from ^/branches/fop-1_1.
Glenn Adams
2012-07-21
45
-198
/
+8836
|
*
Bugzilla#53563: Removed a method call that could cause a java.awt.HeadlessExc...
Mehdi Houshmand
2012-07-18
1
-3
/
+2
|
*
When PDF accessibility is enabled, treat repeated table headings as artifacts
Vincent Hennebert
2012-07-16
34
-234
/
+234
|
*
Bugfix: An IllegalArgumentException was thrown when break-before was used ins...
Vincent Hennebert
2012-07-16
7
-19
/
+65
|
*
Bugfix: When restarting layout for the last page, discard glues and penalties...
Vincent Hennebert
2012-07-12
4
-48
/
+26
|
*
Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes s...
Mehdi Houshmand
2012-07-06
4
-235
/
+5
|
*
Addressed some of the javadocs that were erroneous
Mehdi Houshmand
2012-07-06
6
-20
/
+24
|
*
Fixed deprecation warning and added some comments to explain the API design
Mehdi Houshmand
2012-07-06
2
-1
/
+15
|
*
Fixed NPE with when outputting AreaTree also improved base URI handling for CLI
Mehdi Houshmand
2012-07-06
2
-2
/
+13
|
*
Changed the base URI of the FOP factory to be the FO file when CLI is used
Mehdi Houshmand
2012-07-06
1
-1
/
+1
|
*
Synchronized FopFactory.getRendererConfig
Peter Hancock
2012-07-05
1
-1
/
+1
|
*
Removed FopFactory.getRendererConfig from public API
Peter Hancock
2012-07-05
1
-1
/
+1
|
*
Command line parameters override fop conf settings when set (they won't overr...
Mehdi Houshmand
2012-07-05
1
-0
/
+6
|
*
Updated documentation with new API changes
Mehdi Houshmand
2012-07-05
1
-72
/
+55
|
*
Fixed regression re:strict-validation parameter in fop.xconf
Mehdi Houshmand
2012-07-04
2
-5
/
+14
|
*
Changed the logging mechanism for the PDF filter list to debug level
Mehdi Houshmand
2012-07-04
1
-1
/
+1
*
|
Fixed an IF serialization bug and an AFP image regression
Peter Hancock
2012-08-13
2
-5
/
+5
*
|
Minor cleanup
Peter Hancock
2012-07-05
11
-56
/
+41
*
|
Merged trunk@1357248
Peter Hancock
2012-07-04
9
-47
/
+82
|
\
|
|
*
Removed limitations that were lifted after the work on the Temp_TrueTypeInPos...
Vincent Hennebert
2012-07-04
1
-2
/
+0
|
*
Addressed some of the comments made by VH re:Temp_URI_Unification merge
Mehdi Houshmand
2012-07-04
7
-11
/
+19
|
*
Bugzilla#53502: MODCA end structured field now more conformant with the spec ...
Mehdi Houshmand
2012-07-04
1
-34
/
+63
*
|
Merged trunk@1356765
Peter Hancock
2012-07-03
218
-5552
/
+7918
|
\
|
|
*
Removed TTFCmapEntry class accidently re-introduced in rev. 1356646
Vincent Hennebert
2012-07-03
1
-118
/
+0
|
*
Check style and find bugs now pass without errors
Mehdi Houshmand
2012-07-03
31
-120
/
+82
|
*
White space, unused method and import clean up
Mehdi Houshmand
2012-07-03
3
-4
/
+3
|
*
Merged in trunk@1356456
Mehdi Houshmand
2012-07-03
1
-0
/
+2
|
|
\
|
|
*
Fix for regression introduced by revision 1352986: NPE when auto-detecting Tr...
Jeremias Maerki
2012-07-02
1
-1
/
+3
|
*
|
Merged in trunk@1356161
Mehdi Houshmand
2012-07-02
33
-506
/
+468
|
|
\
|
|
|
*
Changed the exception message when internal font key == null, also some clean...
Mehdi Houshmand
2012-07-02
15
-172
/
+304
|
|
*
replace tabs with space. Correct use of it's with its as suggested by Vincent...
Chris Bowditch
2012-07-02
1
-6
/
+6
|
|
*
fix ö and ä in names
Chris Bowditch
2012-07-02
1
-2
/
+2
|
|
*
Add Alexios Giotis as Contributor. Remove Louis Masters who hasn't posted sin...
Chris Bowditch
2012-07-02
1
-1
/
+6
|
*
|
Improved the handling of defaults for PDF config and general clean up
Mehdi Houshmand
2012-06-26
47
-512
/
+1071
|
*
|
Merged in trunk@1353397
Mehdi Houshmand
2012-06-26
50
-931
/
+2040
|
|
\
\
|
*
|
|
Predominantly clean up and javadocs, very little functional change here
Mehdi Houshmand
2012-06-22
16
-92
/
+164
|
*
|
|
Added tests and cleaning up of code
Mehdi Houshmand
2012-06-20
44
-341
/
+432
[next]