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
/
fo
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor improvement: avoid potential problems in case of nested blocks
Andreas L. Delmelle
2006-08-23
1
-63
/
+89
*
Cleanup: removal of suspicious static in FOText
Andreas L. Delmelle
2006-08-23
2
-27
/
+21
*
Minor enhancement of column-number property code / removal of unused method
Andreas L. Delmelle
2006-08-22
2
-7
/
+9
*
Reset visibility to public
Andreas L. Delmelle
2006-08-21
1
-1
/
+1
*
Minor fix: set negative values to zero for b-p-d/i-p-d
Andreas L. Delmelle
2006-08-21
1
-6
/
+43
*
Rework of default column-creation and setting column-widths from the first ro...
Andreas L. Delmelle
2006-08-21
8
-103
/
+277
*
Correction: r432201 caused FOTree test failure
Andreas L. Delmelle
2006-08-17
1
-2
/
+4
*
Cleanup: removed obsolete class
Andreas L. Delmelle
2006-08-17
2
-60
/
+0
*
Added relaxed validation for empty list-item-* (as produced by the buggy Micr...
Andreas L. Delmelle
2006-08-17
1
-3
/
+14
*
A nit: use PropertyInfo methods instead of accessing the PropertyList
Andreas L. Delmelle
2006-08-17
1
-6
/
+5
*
Should cause an error when used with auto-layout
Andreas L. Delmelle
2006-08-17
1
-3
/
+10
*
Rework of the marker/retrieve-marker implementation to cater for correct eval...
Andreas L. Delmelle
2006-08-06
25
-1959
/
+1247
*
Fixed a memory-leak: The FO tree part of a page-sequence was not released whe...
Jeremias Maerki
2006-08-03
1
-0
/
+8
*
Merge from Temp_Floats branch:
Jeremias Maerki
2006-08-02
1
-31
/
+30
*
Changed license headers and updated NOTICE file according to: http://www.apac...
Jeremias Maerki
2006-07-28
202
-1011
/
+1213
*
Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). ...
Jeremias Maerki
2006-07-21
1
-12
/
+7
*
Bugzilla #39608:
Jeremias Maerki
2006-07-11
3
-4
/
+16
*
Bugfix: Potential multi-threading issue (ConcurrentModificationException) eli...
Jeremias Maerki
2006-07-11
1
-2
/
+2
*
Fix NPE if there's no ElementMapping for a particular namespace.
Jeremias Maerki
2006-06-27
1
-1
/
+5
*
XML Graphics Commons 1.0 replaced with a SVN snapshot (containing the XMP fra...
Jeremias Maerki
2006-06-20
8
-138
/
+168
*
Bugfix: components of border-separation weren't set when using shorthand-mode...
Andreas L. Delmelle
2006-06-08
1
-4
/
+7
*
See r412224: forgot to move the related code for TableColumn...
Andreas L. Delmelle
2006-06-07
2
-4
/
+4
*
Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...
Andreas L. Delmelle
2006-06-06
6
-333
/
+308
*
Extends white-space removal to occur also before nested block-*level* FOs ins...
Andreas L. Delmelle
2006-06-02
1
-5
/
+13
*
Bugzilla #39701:
Jeremias Maerki
2006-06-02
1
-1
/
+1
*
Fixed incorrect handling of percentages in vertical-align property values and...
Manuel Mall
2006-05-06
1
-0
/
+1
*
Bugzilla #38946:
Jeremias Maerki
2006-05-03
21
-1087
/
+281
*
Simply subclassing did not work as expected. Made a copy now.
Jeremias Maerki
2006-05-02
1
-2
/
+17
*
Introduced "ignored namespaces" list on FopFactory. Attributes from ignored n...
Jeremias Maerki
2006-04-28
6
-15
/
+109
*
Minor correction to whitespace handling to ensure non space whitespace is alw...
Manuel Mall
2006-04-27
1
-2
/
+1
*
Bugzilla #39118:
Jeremias Maerki
2006-04-23
5
-10
/
+98
*
Fixed various white space (non)removal issues during line building. white-spa...
Manuel Mall
2006-04-08
2
-2
/
+11
*
Adding dependency on XML Graphics Commons.
Jeremias Maerki
2006-04-04
1
-6
/
+8
*
Fixed addition of ElementMapping instances. Witnessed in the FO tree tests.
Jeremias Maerki
2006-03-27
1
-10
/
+5
*
Merged Temp_API_Finalization branch back into FOP Trunk:
Jeremias Maerki
2006-03-27
4
-15
/
+16
*
Initial support for page-position="last". Feedback requested!
Jeremias Maerki
2006-03-23
7
-32
/
+92
*
The about attribute must have the "rdf" namespace prefix.
Jeremias Maerki
2006-03-23
1
-0
/
+6
*
Added missing package description.
Jeremias Maerki
2006-03-22
1
-0
/
+22
*
Clean-up in PageSequence.
Jeremias Maerki
2006-03-22
1
-35
/
+37
*
Changed the way that text-align-last is calculated. Hopefully, this is it, no...
Jeremias Maerki
2006-03-16
1
-22
/
+28
*
ElementMapping lookup via META-INF/services
Andreas L. Delmelle
2006-03-07
1
-8
/
+0
*
Fix for NPE in case of empty instream-foreign-object
Andreas L. Delmelle
2006-03-06
1
-1
/
+1
*
Fixed bug in handling of text-align-last. Value "relative" was not the defaul...
Jeremias Maerki
2006-02-28
1
-16
/
+30
*
Activated refinement white-space-handling for fo:title and fo:bookmark-title
Andreas L. Delmelle
2006-02-27
1
-1
/
+9
*
A nit: slight performance optimization
Andreas L. Delmelle
2006-02-27
1
-8
/
+9
*
Ignore attributes from foreign namespaces. This is a temporary fix to get rid...
Jeremias Maerki
2006-02-27
1
-4
/
+7
*
More work on PDF/A-1:
Jeremias Maerki
2006-02-22
1
-0
/
+3
*
Tweak: modified warning to occur only for non-inherited props where the paren...
Andreas L. Delmelle
2006-02-18
1
-5
/
+12
*
XMP metadata generation from the PDFInfo object now conforms to PDF/A-1 (6.7....
Jeremias Maerki
2006-02-17
1
-0
/
+3
*
DOM2SAX code replaced. Copied and adapted from Xalan-J: http://svn.apache.org...
Jeremias Maerki
2006-02-17
1
-1
/
+1
[prev]
[next]