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
*
fixed javadoc
Adrian Cumiskey
2008-01-08
1
-2
/
+2
*
cleaned up
Adrian Cumiskey
2008-01-08
1
-24
/
+15
*
Appears to be unused/referenced and superceeded by PageGroup
Adrian Cumiskey
2008-01-08
1
-79
/
+0
*
cleaned up
Adrian Cumiskey
2008-01-08
1
-8
/
+1
*
Bugzilla #44176:
Jeremias Maerki
2008-01-07
9
-192
/
+510
*
Reenabled documentation for fox:destination.
Jeremias Maerki
2008-01-07
8
-39
/
+81
*
The fonts variable would have always had an empty Configuration node (non-nul...
Adrian Cumiskey
2008-01-04
1
-1
/
+1
*
Don't just exit with no error message if the document contains no content. Pr...
Jeremias Maerki
2007-12-27
1
-8
/
+17
*
Added new extension element: fox:external-document. It allows to add whole do...
Jeremias Maerki
2007-12-27
32
-717
/
+1640
*
Added support for scale-down-to-fit and scale-up-to-fit.
Jeremias Maerki
2007-12-20
3
-6
/
+41
*
Remove commented code.
Jeremias Maerki
2007-12-20
2
-166
/
+2
*
I said currentGU can no longer be null
Vincent Hennebert
2007-12-19
1
-4
/
+1
*
Streamlined the recording of row offsets, by replacing Map with a List. Fixed...
Vincent Hennebert
2007-12-18
1
-28
/
+46
*
Renamed firstRow into firstRowIndex and moved its initialization into handeTa...
Vincent Hennebert
2007-12-18
1
-8
/
+8
*
Simplification in RowPainter: avoid the use of an array to store rowOffsets a...
Vincent Hennebert
2007-12-18
2
-22
/
+24
*
Reset previousRowsLength before a new row-group is handled
Vincent Hennebert
2007-12-18
1
-0
/
+1
*
Simplified addAreasAndFlushRow: there can no longer be null GridUnits, every ...
Vincent Hennebert
2007-12-17
1
-2
/
+2
*
Renaming GridUnitPart into the more accurate CellPart. Moreover I was always ...
Vincent Hennebert
2007-12-17
6
-32
/
+33
*
Organized imports
Vincent Hennebert
2007-12-17
1
-1
/
+0
*
Streamlining/Correction of the changes made in r603926
Andreas L. Delmelle
2007-12-16
2
-27
/
+52
*
Don't hack when you're tired! Reverting r604293 and instead fixing the right ...
Jeremias Maerki
2007-12-14
1
-3
/
+3
*
Bugfix: DecodeParms -> DecodeParams (introduced when I changed to generic PDF...
Jeremias Maerki
2007-12-14
1
-1
/
+1
*
Fixed copy constructor
Adrian Cumiskey
2007-12-14
1
-2
/
+7
*
Reduced visibility of methods from public to package-private
Vincent Hennebert
2007-12-14
2
-12
/
+12
*
Clean up: removed all reset and resetPosition methods, which pre-date the Knu...
Vincent Hennebert
2007-12-14
16
-257
/
+0
*
Throw a ValidationException if table-footer is put after table-body and the t...
Vincent Hennebert
2007-12-13
1
-3
/
+11
*
Removed parameter from the endTablePart method, as the part is already passed...
Vincent Hennebert
2007-12-13
4
-6
/
+5
*
Removed parameter from the endPart method, since the part is already passed a...
Vincent Hennebert
2007-12-13
4
-6
/
+4
*
Fixed the handling of columns in the border resolution, especially in case of...
Vincent Hennebert
2007-12-13
2
-12
/
+13
*
Style only: removed trailing white spaces
Vincent Hennebert
2007-12-13
4
-59
/
+58
*
Ok, now /really/ revert the previous commit :-\
Vincent Hennebert
2007-12-13
1
-1
/
+1
*
Reverted change accidentally introduced in the previous commit. A proper fix ...
Vincent Hennebert
2007-12-13
1
-1
/
+1
*
Implemented the resolution of collapsing borders in the FO tree, for every si...
Vincent Hennebert
2007-12-13
12
-140
/
+822
*
Removed calls to removeLegalBreaks since they aren't necessary (the whole con...
Vincent Hennebert
2007-12-13
2
-37
/
+10
*
Minor tweaks:
Andreas L. Delmelle
2007-12-13
1
-0
/
+37
*
Fixed @throws statements in javadoc
Vincent Hennebert
2007-12-13
1
-4
/
+4
*
* Added an SVG handler and Graphics2D implementation for AFP which injects AF...
Adrian Cumiskey
2007-12-12
61
-1235
/
+5325
*
Added documentation for font-in-jar-files
Maximilian Berger
2007-12-10
1
-0
/
+11
*
Updated xmlgraphics from SVN
Maximilian Berger
2007-12-07
1
-0
/
+11
*
Avoid a NPE in toString().
Jeremias Maerki
2007-12-07
1
-9
/
+10
*
Temporary fix to the build
Adrian Cumiskey
2007-12-06
1
-1
/
+1
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-6
/
+6
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-6
/
+5
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-5
/
+1
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-3
/
+2
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-20
/
+14
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-44
/
+32
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-28
/
+17
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-0
/
+5
*
Checkstyle fixes
Adrian Cumiskey
2007-12-05
1
-51
/
+37
[next]