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
...
*
Restore default constructor for PDFArray.
Jeremias Maerki
2008-01-14
1
-11
/
+10
*
java.net.URI doesn't eat non-escaped URIs so I added an escaping method to UR...
Jeremias Maerki
2008-01-14
2
-1
/
+87
*
Removed stray reference to ImageFactory.
Jeremias Maerki
2008-01-11
1
-2
/
+2
*
Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_...
Jeremias Maerki
2008-01-11
87
-1472
/
+4844
*
Bugfix: Some string objects were not encrypted (for example in named destinat...
Jeremias Maerki
2008-01-11
25
-453
/
+561
*
Renamed lastRow into currentRow and yoffset into currentRowOffset
Vincent Hennebert
2008-01-10
1
-25
/
+27
*
The return value of addAreasAndFlushRow is never used, changed it to void
Vincent Hennebert
2008-01-10
1
-3
/
+1
*
Removed accumulatedBPD which is redundant with yoffset
Vincent Hennebert
2008-01-10
1
-3
/
+1
*
Removed endPart() method and moved its content into addAreasAndFlushRow()
Vincent Hennebert
2008-01-10
2
-7
/
+3
*
Simplified addAreasAndFlushRow
Vincent Hennebert
2008-01-10
1
-18
/
+2
*
No need to check if the end of the cell is reached when creating the areas fo...
Vincent Hennebert
2008-01-10
1
-2
/
+1
*
- renamed variables for clarity
Vincent Hennebert
2008-01-10
3
-40
/
+39
*
PostScript output now generates the bounding box DSC comments for the whole d...
Jeremias Maerki
2008-01-10
2
-14
/
+43
*
Added basic support for PDF page labels.
Jeremias Maerki
2008-01-10
7
-95
/
+401
*
cleanup
Adrian Cumiskey
2008-01-09
1
-18
/
+13
*
keep-together is an inherited property
Vincent Hennebert
2008-01-09
1
-1
/
+1
*
Fixed checkstyle issues: tabs and trailing spaces
Vincent Hennebert
2008-01-09
2
-23
/
+23
*
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
7
-35
/
+78
*
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
31
-717
/
+1567
*
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
[prev]
[next]