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
/
render
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't swallow the stack trace.
Jeremias Maerki
2006-01-26
1
-10
/
+10
*
added support for number-columns-spanned and number-rows-spanned in the same ...
Peter Herweg
2006-01-25
4
-26
/
+124
*
To avoid NPEs due to my latest fix, use the default simple-page-master from t...
Jeremias Maerki
2006-01-25
1
-7
/
+21
*
Bugfix: Regions with non-standard names got ignored in RTF output leading to ...
Jeremias Maerki
2006-01-25
1
-14
/
+42
*
My last change broke the test suite. Fix included. The start-indent should no...
Jeremias Maerki
2006-01-25
1
-6
/
+8
*
Following the model of Graphics2DAdapter, added a new interface ImageAdapter ...
Jeremias Maerki
2006-01-24
5
-18
/
+203
*
just a few changes in order to satisfy checkstyle
Peter Herweg
2006-01-24
4
-20
/
+104
*
Command-line support for the intermediate format: Use "-atin" to specify an a...
Jeremias Maerki
2006-01-24
2
-12
/
+7
*
Resurrect the getter/setter for the "auto-rotate-landscape" setting.
Jeremias Maerki
2006-01-24
1
-0
/
+14
*
number-columns-spanned did not work in last row of a cell. Fixed.
Peter Herweg
2006-01-23
5
-67
/
+143
*
The resolution of the bounding box (pts as integers) is too low for barcodes....
Jeremias Maerki
2006-01-20
1
-1
/
+1
*
(Re?)added integer page number to the PageViewport.
Jeremias Maerki
2006-01-20
6
-65
/
+91
*
RTF output did not generate the "\landscape" tag when necessary.
Jeremias Maerki
2006-01-20
2
-10
/
+20
*
New interface XMLizable (copied from Apache Excalibur) to mark classes that c...
Jeremias Maerki
2006-01-19
4
-3
/
+212
*
New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...
Jeremias Maerki
2006-01-17
2
-46
/
+105
*
Code conventions please! No tab characters, spacing etc.
Jeremias Maerki
2006-01-16
4
-139
/
+135
*
Bugfix: Floating point numbers were not properly formatted in the PDF rendere...
Jeremias Maerki
2006-01-16
1
-218
/
+107
*
RTF: call startListBody and endListBody
Peter Herweg
2006-01-15
1
-0
/
+7
*
RTF: support for nested tables
Peter Herweg
2006-01-15
3
-115
/
+151
*
support for background-color at fo:table
Peter Herweg
2006-01-15
1
-1
/
+13
*
LIST_INDENT never found; write 360 as default
Peter Herweg
2006-01-10
1
-1
/
+1
*
Fixed ugly NPE (with no message) when a malconfigured font was processed by t...
Jeremias Maerki
2006-01-10
1
-1
/
+10
*
fix error with lists: listIdGenerator must not be a local variable, in order ...
Peter Herweg
2006-01-09
1
-2
/
+1
*
MainRefrence.getWidth() is never set, preparing to remove this method.
Jeremias Maerki
2006-01-09
1
-3
/
+2
*
Added support for relative font config URLs (metrics-url and embed-url). Thes...
Manuel Mall
2006-01-07
6
-14
/
+11
*
Bugzilla #38132:
Jeremias Maerki
2006-01-05
1
-2
/
+10
*
RTF: If there is no background-color specified for a table-cell, then try to ...
Peter Herweg
2005-12-27
1
-0
/
+16
*
RTF: Don't set \brsp at tables, because it makes them look quite broken.
Peter Herweg
2005-12-27
1
-2
/
+4
*
Merge from Branch fop-0_91:
Jeremias Maerki
2005-12-23
1
-1
/
+1
*
As announced, I brought FontTriplet to more life by making it Serializable an...
Jeremias Maerki
2005-12-22
7
-52
/
+106
*
Issue a warning when an unresolved bookmark item is received. This will be cu...
Jeremias Maerki
2005-12-22
1
-0
/
+2
*
Further decoupling the area tree from the FO tree.
Jeremias Maerki
2005-12-21
1
-3
/
+3
*
Another workaround/hack to deal with non breaking spaces. Also some minor adj...
Manuel Mall
2005-12-17
2
-9
/
+7
*
XMLHandler interface changed so it reports whether it supports a particular R...
Jeremias Maerki
2005-12-16
14
-535
/
+604
*
NOTE: API changes in a backwards-incompatible way: FOUserAgent.setResolution(...
Jeremias Maerki
2005-12-15
7
-20
/
+21
*
Restored PNG support for RTF output and fixed two bugs related to image handl...
Jeremias Maerki
2005-12-13
1
-3
/
+6
*
startVPArea() and endVPArea() made abstract in AbstractRenderer so implemento...
Jeremias Maerki
2005-12-13
7
-153
/
+273
*
New method: FONode.decorateWithContextInfo() adds context information to an e...
Jeremias Maerki
2005-12-13
1
-1
/
+2
*
Removed a method call that is not yet available in the repository. Sorry guys.
Jeremias Maerki
2005-12-12
1
-2
/
+1
*
Quick fix to get the size of images right in RTF output. It looks like \picwg...
Jeremias Maerki
2005-12-12
3
-21
/
+95
*
Better approach for enforcing the overflow property on block-containers.
Jeremias Maerki
2005-12-08
1
-10
/
+5
*
Bugfix: OutputStreams created by the PNG Renderer were not properly closed.
Jeremias Maerki
2005-12-06
2
-27
/
+76
*
font-family list still not fully supported but a comma-separated list is now ...
Jeremias Maerki
2005-12-02
2
-2
/
+2
*
Bugfix: Relatively positioned BlockViewports (from block-containers) caused t...
Jeremias Maerki
2005-12-01
1
-8
/
+0
*
Bugfix for placement of text inside a text area when borders are present in P...
Jeremias Maerki
2005-11-24
1
-1
/
+1
*
Improvements for leader painting in PDF. "dots" are actually dots now, nicer ...
Jeremias Maerki
2005-11-24
2
-38
/
+97
*
Found another old URL
Jeremias Maerki
2005-11-24
1
-1
/
+1
*
Corrected copy/paste mistake in java comment
Manuel Mall
2005-11-18
1
-3
/
+2
*
Added user config font registration to XML Renderer
Manuel Mall
2005-11-18
1
-0
/
+19
*
Avoid painting empty rectangles because that can lead to unwanted artifacts.
Jeremias Maerki
2005-11-15
2
-6
/
+10
[next]