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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from Trunk revisions 685575-699792.
Jeremias Maerki
2008-09-28
52
-592
/
+546
|
\
|
*
Added two missing files from r698280
Andreas L. Delmelle
2008-09-24
2
-5
/
+1
|
*
Cleanup firstWhiteSpaceInSeq at end of block too...
Andreas L. Delmelle
2008-09-23
1
-0
/
+1
|
*
Bugzilla 40798: A conditional-page-master-reference with page-position="last"...
Andreas L. Delmelle
2008-09-23
7
-94
/
+51
|
*
Bugzilla #45795:
Jeremias Maerki
2008-09-17
1
-0
/
+15
|
*
Re-enabled image loader testcases
Maximilian Berger
2008-09-16
3
-7
/
+7
|
*
PDF Output: Made sure the XMP Metadata stream is never compressed.
Jeremias Maerki
2008-09-15
1
-4
/
+6
|
*
Minor fix: avoid attempts at converting a default namespace declaration as a ...
Andreas L. Delmelle
2008-09-10
1
-4
/
+5
|
*
Bugzilla #45734:
Jeremias Maerki
2008-09-10
1
-3
/
+5
|
*
Bugzilla #45616:
Jeremias Maerki
2008-09-10
1
-10
/
+7
|
*
Some older TTF fonts have shorter OS/2 tables. This fixes potential EOFExcept...
Jeremias Maerki
2008-09-10
1
-15
/
+30
|
*
This is a better fix which will cater for the case where the first character ...
Adrian Cumiskey
2008-09-09
1
-4
/
+4
|
*
Make PFM string parsing a little more robust
Adrian Cumiskey
2008-09-09
1
-1
/
+6
|
*
Partial fix for Bugzilla 45702: instead of wrapping the forcedBreakAfterLast ...
Andreas L. Delmelle
2008-08-30
1
-2
/
+2
|
*
Bugzilla 45667: avoid NullPointerExceptions during hyphenation for empty inli...
Andreas L. Delmelle
2008-08-29
1
-1
/
+2
|
*
Added missing generation of areas for empty grid units in tables with collaps...
Jeremias Maerki
2008-08-29
2
-8
/
+111
|
*
Expanded warning message about borders and paddings on regions.
Luca Furini
2008-08-27
1
-1
/
+1
|
*
Forgot to add deprecated public statics.
Adrian Cumiskey
2008-08-26
1
-0
/
+18
|
*
Deprecate UnitConv now that it resides only in xmlgraphics commons.
Adrian Cumiskey
2008-08-26
1
-0
/
+152
|
*
CommonURIResolver is no longer a singleton
Maximilian Berger
2008-08-25
1
-1
/
+1
|
*
Re-added moved class as deprecated
Maximilian Berger
2008-08-25
3
-0
/
+191
|
*
Fixed memory leak in property cache (not cleaning stale PropertyCache$CacheEn...
Jeremias Maerki
2008-08-25
1
-47
/
+58
|
*
Moved DataURIResolver from FOP to commons; use new URIResolver registry
Maximilian Berger
2008-08-24
4
-243
/
+5
|
*
minor spelling mistakes
Maximilian Berger
2008-08-22
1
-3
/
+3
|
*
Merge from branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/f...
Jeremias Maerki
2008-08-22
1
-1
/
+3
|
*
* Updated xmlgraphics-commons-14svn.jar to reflect UnitConv additions.
Adrian Cumiskey
2008-08-20
9
-192
/
+33
|
*
Boolean.valueOf() is available in 1.4, but retroweaver still tried to weave it
Maximilian Berger
2008-08-20
2
-2
/
+2
|
*
valueOf is Java 1.5+ only
Maximilian Berger
2008-08-20
2
-2
/
+2
|
*
Moved mptToPt() and ptToMpt() from AbstractRenderer to UnitConv. One less de...
Adrian Cumiskey
2008-08-20
5
-41
/
+44
|
*
Moved static method lightenColor() from PrintRenderer to ColorUtil. Thats on...
Adrian Cumiskey
2008-08-14
6
-49
/
+52
|
*
Fixed the source for a division by zero when the content of an fo:leader with...
Jeremias Maerki
2008-08-14
1
-10
/
+16
|
*
Removed three unused classes in the traits package.
Jeremias Maerki
2008-08-14
3
-159
/
+0
*
|
Started the PCL painter. Native Text, viewports (without clipping), groups an...
Jeremias Maerki
2008-08-27
6
-21
/
+1020
*
|
Fixed ArrayIndexOutOfBoundsException when there is a long text with very few ...
Jeremias Maerki
2008-08-27
1
-1
/
+2
*
|
Can disable the warning now, replaced by an explanation of the simplification.
Jeremias Maerki
2008-08-26
1
-1
/
+2
*
|
Must exit text object before painting a leader.
Jeremias Maerki
2008-08-26
1
-0
/
+1
*
|
pt -> mpt conversion must round.
Jeremias Maerki
2008-08-26
1
-1
/
+1
*
|
Fixed cursor advancement for fixed width spaces.
Jeremias Maerki
2008-08-26
1
-2
/
+3
*
|
Added support for painting leaders (implemented as drawLine in IFPainter).
Jeremias Maerki
2008-08-20
14
-137
/
+462
*
|
Fixed a mistake made when extracting code to PDFContentGenerator. Restores fi...
Jeremias Maerki
2008-08-15
1
-1
/
+1
*
|
Had to introduce "clip-rect" to handle clipping on background images, leader ...
Jeremias Maerki
2008-08-15
7
-24
/
+75
*
|
"ET" (endTextObject()) forgotten. Caused to swallow some border rectangles.
Jeremias Maerki
2008-08-15
1
-1
/
+1
*
|
Made the IFRenderer smarter so it combines lines of text into a single text e...
Jeremias Maerki
2008-08-15
2
-23
/
+64
*
|
Initial implementation for border painting for the new IF (including support ...
Jeremias Maerki
2008-08-14
11
-184
/
+609
*
|
Merged from Trunk revision 685573:
Jeremias Maerki
2008-08-13
1
-7
/
+14
|
\
|
|
*
Fixed border trait parsing for the area tree XML when CMYK or ICC colors were...
Jeremias Maerki
2008-08-13
1
-7
/
+14
*
|
Added document-trailer element to the IF (for example for the bookmark tree).
Jeremias Maerki
2008-08-13
7
-20
/
+94
*
|
Removed obsolete addTarget() method from IFPainter.
Jeremias Maerki
2008-08-12
3
-17
/
+0
*
|
Implemented named destinations for PDF painter.
Jeremias Maerki
2008-08-12
1
-0
/
+9
*
|
Widened "bookmarks" to "document-navigation" to fit named destination into th...
Jeremias Maerki
2008-08-12
8
-23
/
+127
[next]