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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverted changes made in revision 796809 (manual merge of clean-up changes ma...
Vincent Hennebert
2009-08-26
16
-343
/
+807
*
Removed a commented leftover from local tests
Andreas L. Delmelle
2009-08-24
1
-1
/
+0
*
Reduce messages to DEBUG level, since they are meant more as a reminder for d...
Andreas L. Delmelle
2009-08-24
1
-2
/
+2
*
Bugzilla 46905: Added basic implementation for column-level keeps.
Andreas L. Delmelle
2009-08-23
30
-494
/
+777
*
Bugzilla 46883: fixed a hotspot in the AFP renderer. Reduced time spent in th...
Andreas L. Delmelle
2009-08-23
1
-9
/
+10
*
Revert some changes that were meant to be kept local for the moment...
Andreas L. Delmelle
2009-08-20
1
-4
/
+1
*
Bugzilla 47710: White-space handling in retrieved markers throws a NullPointe...
Andreas L. Delmelle
2009-08-20
2
-1
/
+19
*
Fixed checkstyle warnings
Simon Pepping
2009-08-20
1
-15
/
+38
*
I tried to remove all methods which are not Java 1.4 compliant.
Simon Pepping
2009-08-20
1
-14
/
+28
*
Prepare for new hyphenation pattern files, which do not have their own classe...
Simon Pepping
2009-08-18
5
-190
/
+8137
*
bug fix: 47694 Avoid create IOCA for background on empty areas
Chris Bowditch
2009-08-14
1
-0
/
+3
*
Renamed PageScaleAttributes class into PageScale.
Vincent Hennebert
2009-08-12
4
-26
/
+38
*
Fixed issues in PageBoundaries class:
Vincent Hennebert
2009-08-10
1
-26
/
+36
*
added support for IMM Extension on fo:simple-page-master element in the AFP R...
Chris Bowditch
2009-08-04
3
-28
/
+74
*
What we thought were cubic curves in GOCA, were actually just quadratic ones....
Jeremias Maerki
2009-08-04
2
-8
/
+150
*
Bugzilla #47311:
Jeremias Maerki
2009-08-03
4
-117
/
+130
*
Fixed problem with raster font substitution when there's no smaller font avai...
Jeremias Maerki
2009-08-03
1
-3
/
+7
*
Reverted rev 798521.
Jeremias Maerki
2009-08-03
2
-16
/
+15
*
Bugzilla #47311:
Jeremias Maerki
2009-08-02
6
-20
/
+383
*
Reverted changes in rev 797899 (but xgc.jar updated rather than reverted)
Jeremias Maerki
2009-08-02
2
-2
/
+2
*
Also use Rectangle instead of Rectangle2D for page boxes in the PDF library
Vincent Hennebert
2009-07-28
2
-15
/
+16
*
Bugzilla #47311:
Jeremias Maerki
2009-07-28
8
-63
/
+92
*
PCL Output: Added support for specifying the output bin (pcl:output-bin exten...
Jeremias Maerki
2009-07-28
4
-0
/
+29
*
Added A5 format.
Jeremias Maerki
2009-07-28
1
-0
/
+6
*
Added support for AFP font embedding. Note: this changes the default behaviou...
Jeremias Maerki
2009-07-27
16
-72
/
+395
*
Fixes GUMP build problems, the automated e-mail was starting to annoy so I sc...
Adrian Cumiskey
2009-07-26
2
-2
/
+2
*
Bugfix: if an incomplete GoTo action has already been recorded for a given ID...
Vincent Hennebert
2009-07-23
1
-7
/
+12
*
Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...
Vincent Hennebert
2009-07-22
16
-807
/
+344
*
Bugzilla 47508: Fix error while writing TLE's attribute qualifier in the outp...
Andreas L. Delmelle
2009-07-10
1
-2
/
+2
*
Bugfix: support justified text in AFP Renderer (already working in AFP Painter)
Chris Bowditch
2009-07-10
3
-9
/
+102
*
Undid change related to column-keeps
Andreas L. Delmelle
2009-07-09
1
-2
/
+2
*
Changed explicit check to assert
Andreas L. Delmelle
2009-07-09
1
-1
/
+2
*
Fixed minor code indentation issues
Vincent Hennebert
2009-07-07
1
-7
/
+4
*
bug fix: fractional points sizes in AFP not working correctly together with f...
Chris Bowditch
2009-07-07
6
-50
/
+157
*
Undid change related to column-keeps
Andreas L. Delmelle
2009-07-04
1
-7
/
+1
*
Further cleanup/readability improvements
Andreas L. Delmelle
2009-07-04
2
-57
/
+58
*
Added reminder to check later on...
Andreas L. Delmelle
2009-07-03
1
-1
/
+4
*
Further cleanup/readability improvements
Andreas L. Delmelle
2009-07-01
3
-56
/
+93
*
Some cleanups and attempts at improving code-readability and -extensibility:
Andreas L. Delmelle
2009-07-01
4
-293
/
+521
*
bug fix: make sure CropBox is honoured in SVG when overflow="hidden"
Chris Bowditch
2009-06-25
1
-6
/
+6
*
Added generics comments.
Adrian Cumiskey
2009-06-23
1
-1
/
+2
*
Added generics comments.
Adrian Cumiskey
2009-06-23
1
-3
/
+3
*
Extracted DummyPercentBaseContext from FOPRtfAttributes and made universally ...
Adrian Cumiskey
2009-06-23
2
-16
/
+49
*
No code change here, just fixing the indentation of the if (useInclude) block...
Adrian Cumiskey
2009-06-19
1
-29
/
+28
*
Correct wrongly encoded character
Andreas L. Delmelle
2009-06-15
1
-1
/
+1
*
bug fix: support PFM Files with no extent table
Chris Bowditch
2009-06-09
1
-1
/
+7
*
AFP Output: Add support for fractional font-sizes, and make sure that, for no...
Andreas L. Delmelle
2009-06-06
2
-49
/
+72
*
Bugzilla 46960: Previously retrieved marker not cleared when the subsequently...
Andreas L. Delmelle
2009-06-05
1
-5
/
+5
*
bug fix: PCL and AFP Document Handlers for new IF were not registering all re...
Chris Bowditch
2009-05-27
2
-3
/
+8
*
Bugzilla #47232: for the last character of a Type1 font, always a width of 0 ...
Vincent Hennebert
2009-05-22
1
-1
/
+1
[next]