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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplification.
Jeremias Maerki
2008-02-12
1
-4
/
+3
*
Bugzilla #44393:
Jeremias Maerki
2008-02-12
1
-1
/
+3
*
Missing file from r620283
Andreas L. Delmelle
2008-02-11
1
-1
/
+12
*
Better javadoc for break class
Vincent Hennebert
2008-02-11
2
-5
/
+19
*
Fixed illegal character in the file
Vincent Hennebert
2008-02-11
1
-1
/
+1
*
Added full support for breaks inside table-cell elements
Vincent Hennebert
2008-02-11
2
-14
/
+62
*
Bugzilla 41631: Percentage resolution for arguments to proportional-column-wi...
Andreas L. Delmelle
2008-02-10
1
-0
/
+29
*
Correction/Rectification of changes made in r617989:
Andreas L. Delmelle
2008-02-10
1
-153
/
+131
*
Missing file from r620272
Andreas L. Delmelle
2008-02-10
1
-13
/
+29
*
Tweak: wrap numeric values internally in Integers or Longs if possible, Doubl...
Andreas L. Delmelle
2008-02-10
1
-15
/
+29
*
Revisit background-position shorthand implementation: always convert to perce...
Andreas L. Delmelle
2008-02-10
3
-64
/
+147
*
Some minor tweaks:
Andreas L. Delmelle
2008-02-10
3
-9
/
+22
*
In addKnuthElementsForBorderPaddingXXX, if the returnlist is a
Simon Pepping
2008-02-08
1
-0
/
+16
*
Also display the column index in the toString method
Vincent Hennebert
2008-02-08
1
-0
/
+1
*
Removed the 900 penalty mechanism which anyway almost always produced visuall...
Vincent Hennebert
2008-02-08
6
-281
/
+505
*
Tweak: modify PercentLength.toString() to return a value that facilitates deb...
Andreas L. Delmelle
2008-02-07
1
-11
/
+13
*
Tweak: early percentage resolution by the parser (if the base is known and ab...
Andreas L. Delmelle
2008-02-07
3
-2
/
+37
*
Bugfix for date formatting with negative time zones in the PDF's Info object.
Jeremias Maerki
2008-02-07
1
-20
/
+31
*
Added an option to disable the default sRGB profile in PDF output for those w...
Jeremias Maerki
2008-02-07
2
-6
/
+30
*
Bugzilla #36391:
Jeremias Maerki
2008-02-06
4
-40
/
+87
*
FOX_TRANSFORM constant should be static.
Jeremias Maerki
2008-02-05
1
-1
/
+2
*
Change PDFPage to use PDFDictionary in order to make it possible to better se...
Jeremias Maerki
2008-02-05
4
-133
/
+73
*
Bugzilla 43705:
Andreas L. Delmelle
2008-02-03
1
-6
/
+24
*
Added very basic parsing for the xml:lang shorthand.
Andreas L. Delmelle
2008-02-03
3
-3
/
+70
*
Slight correction for pixel-values: pass the ratio of pixels-per-point into F...
Andreas L. Delmelle
2008-02-02
2
-28
/
+27
*
Further improvement in FixedLength:
Andreas L. Delmelle
2008-02-02
4
-7
/
+14
*
Further cleanup/refinement of FixedLength:
Andreas L. Delmelle
2008-02-02
6
-86
/
+91
*
Minor cleanup/improvement:
Andreas L. Delmelle
2008-02-02
2
-25
/
+18
*
Bugzilla 44343:
Andreas L. Delmelle
2008-02-01
1
-3
/
+16
*
Add a note about color space overrides which currently aren't supported for n...
Jeremias Maerki
2008-02-01
1
-0
/
+2
*
Move sRGB installation into the PDF library. That way it can be used in PDFDo...
Jeremias Maerki
2008-02-01
3
-46
/
+95
*
AlphaRasterImage now knows how to deal with TYPE_INT Rasters.
Jeremias Maerki
2008-02-01
4
-187
/
+133
*
Implemented drawRenderedImage() which fixes painting of PNG images embedded i...
Jeremias Maerki
2008-02-01
1
-52
/
+38
*
Removed the Dijkstra stuff as it was moved to Commons.
Jeremias Maerki
2008-01-30
5
-448
/
+0
*
"cvt ", "fpgm" and "prep" are all optional tables in TrueType. Some PDF viewe...
Jeremias Maerki
2008-01-30
1
-48
/
+65
*
Bugfix for invalid numTables entry in subset TrueType fonts if there was no "...
Jeremias Maerki
2008-01-28
1
-2
/
+5
*
Added support for the natural language indentifier ("Lang" in the document ca...
Jeremias Maerki
2008-01-28
13
-65
/
+183
*
Improve breaking for block-container and static-content so there are no more ...
Jeremias Maerki
2008-01-28
3
-9
/
+24
*
Of course startIndex == endIndex means there is one element whose length must...
Vincent Hennebert
2008-01-27
1
-1
/
+1
*
Bugzilla #44286:
Andreas L. Delmelle
2008-01-27
1
-23
/
+26
*
Fixed a bug in computeContentLength when there are empty cells
Vincent Hennebert
2008-01-25
1
-13
/
+19
*
Improved error tolerance: an enum property value with leading or trailing spa...
Jeremias Maerki
2008-01-25
1
-2
/
+2
*
Fix exception when closing Source that doesn't have any streams.
Jeremias Maerki
2008-01-25
1
-1
/
+1
*
Added support for DOMSource to Preloader SVG so a URI Resolver can be written...
Jeremias Maerki
2008-01-25
1
-51
/
+74
*
Bugzilla #44289: Wrong border resolution when header/footer omitted at break
Vincent Hennebert
2008-01-24
1
-6
/
+6
*
Removed no longer needed reference to TableColumn in GridUnit
Vincent Hennebert
2008-01-24
4
-32
/
+15
*
Cleanup:
Vincent Hennebert
2008-01-24
9
-72
/
+64
*
Removed the no longer needed maxColumnCount parameter
Vincent Hennebert
2008-01-24
3
-16
/
+12
*
Added support for conditional borders (and paddings) in tables.
Vincent Hennebert
2008-01-23
14
-561
/
+796
*
Bugzilla #44160:
Jeremias Maerki
2008-01-22
1
-5
/
+9
[prev]
[next]