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
*
Bugzilla 47027: Correction for interpretation of pixel-lengths, as suggested ...
Andreas L. Delmelle
2009-04-19
2
-7
/
+13
*
Some cleanup:
Andreas L. Delmelle
2009-04-15
1
-132
/
+134
*
Fix the behaviour of pixel-lengths: influenced by target-resolution, rather t...
Andreas L. Delmelle
2009-04-12
2
-4
/
+4
*
Removed AbstractRenderer.getMimeType() as per Vincent's suggestion.
Jeremias Maerki
2009-04-03
3
-15
/
+6
*
Fixed a bug that left the PrintRenderer unconfigured even if a configuration ...
Jeremias Maerki
2009-04-03
1
-0
/
+6
*
Reverted changes from revision 757852.
Adrian Cumiskey
2009-03-25
1
-40
/
+9
*
Forgot to add getBackgroundColor() accessor.
Adrian Cumiskey
2009-03-25
1
-0
/
+8
*
Added some accessor methods to some public member variables. I have left the...
Adrian Cumiskey
2009-03-25
2
-0
/
+74
*
Cleaned up unused imports.
Adrian Cumiskey
2009-03-24
1
-2
/
+0
*
Added some nice bean methods for pageSequenceMaster and simplePageMaster, thi...
Adrian Cumiskey
2009-03-24
1
-12
/
+45
*
Simplified the setting of filters in the AbstractPDFStream hierarchy. Instead...
Vincent Hennebert
2009-03-24
4
-21
/
+18
*
Amendment to revision 755894:
Jeremias Maerki
2009-03-24
2
-5
/
+9
*
Set svn:eol-style property on page-position-last_break-before_bugzilla46489.x...
Vincent Hennebert
2009-03-23
1
-2
/
+1
*
Deprecated font base url methods on user agent level in favor of the methods ...
Jeremias Maerki
2009-03-23
2
-8
/
+16
*
Bugzilla #46882:
Jeremias Maerki
2009-03-23
1
-14
/
+10
*
Minor refactoring: extract code-blocks from the Region implementations into p...
Andreas L. Delmelle
2009-03-22
6
-79
/
+74
*
revert some changes... and do it right, this time
Andreas L. Delmelle
2009-03-22
1
-3
/
+2
*
revert some changes, dependent on other local changes, which would cause a co...
Andreas L. Delmelle
2009-03-22
1
-4
/
+7
*
Add startsWithForcedBreak() utility method to ElementListUtils.
Andreas L. Delmelle
2009-03-22
3
-29
/
+37
*
Bugzilla 46489:
Andreas L. Delmelle
2009-03-22
1
-7
/
+7
*
Added a command-line tool to list all configured fonts (org.apache.fop.tools....
Jeremias Maerki
2009-03-22
5
-0
/
+865
*
bug fix: 46867: afp:invoke-medium-map extension not working in the AFP Renderer
Chris Bowditch
2009-03-21
1
-6
/
+13
*
Moved the font cache change check from outside PrintRendererConfigurator to i...
Adrian Cumiskey
2009-03-20
2
-6
/
+6
*
Minor optimization.
Adrian Cumiskey
2009-03-20
1
-3
/
+1
*
A little font configuration cleaning.
Adrian Cumiskey
2009-03-20
8
-407
/
+630
*
Added some generics comments for the List collections.
Adrian Cumiskey
2009-03-20
2
-4
/
+4
*
Bugfix: IFSerializer's mimicking feature didn't work properly. The wrong conf...
Jeremias Maerki
2009-03-19
3
-4
/
+24
*
Minor spelling corrections.
Adrian Cumiskey
2009-03-18
1
-11
/
+11
*
Bugzilla 46828: Activation of the possibility to use CachedRenderPagesModel t...
Andreas L. Delmelle
2009-03-13
7
-21
/
+59
*
Restored ability to specify any URI base URI (URL), not just file URLs. For f...
Jeremias Maerki
2009-03-10
1
-12
/
+27
*
Added full URI resolution support for AFP fonts.
Jeremias Maerki
2009-03-10
9
-121
/
+163
*
AreaTreeParser redirecting image loading exceptions to event subsystem.
Jeremias Maerki
2009-03-10
1
-2
/
+30
*
Restored compatibility with Java VMs that don't support nio Charsets for code...
Jeremias Maerki
2009-03-09
1
-10
/
+34
*
Deleted to much during last change.
Jeremias Maerki
2009-03-02
1
-0
/
+1
*
EventProducer update didn't get adjusted when AFPEventProducer was moved.
Jeremias Maerki
2009-03-02
1
-1
/
+0
*
AFP Output: Tag Logical Element (TLE) is now also allowed on fo:page-sequence...
Jeremias Maerki
2009-03-02
4
-20
/
+42
*
AFP: Backported IMM (Invoke Medium Map) to AFPRenderer.
Jeremias Maerki
2009-03-02
1
-2
/
+17
*
Fixed BPD trait and border painting for leaders with leader-pattern="space" (...
Jeremias Maerki
2009-03-01
3
-8
/
+7
*
Added support for adding extension elements and foreign attributes on fo:page...
Jeremias Maerki
2009-03-01
21
-216
/
+324
*
Removed unnecessary setContext method
Vincent Hennebert
2009-02-25
1
-6
/
+0
*
Clarified error message if base is not an existing directory
Simon Pepping
2009-02-23
1
-2
/
+7
*
Tied RendererFactory.setRendererPreferred(boolean) setting into the FOP confi...
Jeremias Maerki
2009-02-23
1
-0
/
+12
*
";mode=painter" MIME suffix removed from all new IFDocumentHandler implementa...
Jeremias Maerki
2009-02-23
6
-27
/
+74
*
Merged feature branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branch...
Jeremias Maerki
2009-02-22
214
-3062
/
+21484
|
\
|
*
Merge from Trunk revisions 741104 - 744926.
Jeremias Maerki
2009-02-16
13
-120
/
+231
|
|
\
|
|
/
|
/
|
*
|
Now using the "font" filter list entry for font streams.
Jeremias Maerki
2009-02-16
6
-20
/
+75
*
|
Fixed IllegalArgumentException (no object number assigned) for this makeLink ...
Jeremias Maerki
2009-02-15
1
-1
/
+1
*
|
Reverted revision 742766.
Jeremias Maerki
2009-02-11
2
-20
/
+0
*
|
Bugzilla #46686:
Jeremias Maerki
2009-02-11
1
-6
/
+21
*
|
There was a filter list constant for fonts, but our font streams didn't use it.
Jeremias Maerki
2009-02-09
2
-0
/
+20
[next]