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
/
org
/
apache
/
fop
/
render
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed message handler
Keiron Liddle
2001-11-22
6
-14
/
+6
*
PR:
Tore Engvig
2001-11-16
2
-2
/
+35
*
some changes for out of order rendering and rendering to a renderer
Keiron Liddle
2001-11-12
3
-14
/
+77
*
Rename Region to RegionReference in package area
Karen Lease
2001-11-09
2
-13
/
+13
*
changed the parent to FONode
Keiron Liddle
2001-11-09
6
-19
/
+17
*
updated a few hashtables and vectors
Keiron Liddle
2001-11-02
6
-70
/
+62
*
svg renderer now basically works, pages, text, leader, svg
Keiron Liddle
2001-11-02
3
-16
/
+324
*
updates to area tree and reading/rendering with xml
Keiron Liddle
2001-10-26
7
-111
/
+567
*
new area tree and rendering stuff
Keiron Liddle
2001-10-22
12
-5919
/
+365
*
cleaned up the imports
Keiron Liddle
2001-10-15
1
-30
/
+15
*
Correct border printing problem.
Art Welch
2001-10-12
1
-4
/
+9
*
changed api associated with batik to current batik
Keiron Liddle
2001-10-12
1
-10
/
+7
*
added svg renderer
Keiron Liddle
2001-10-05
1
-0
/
+640
*
catches exception when building svg
Keiron Liddle
2001-09-26
3
-4
/
+24
*
fixed viewbox for svg
Keiron Liddle
2001-09-25
1
-4
/
+20
*
updated to use HashMap so that when using threads reading data
Keiron Liddle
2001-09-24
1
-4
/
+0
*
updated use of batik to changed api
Keiron Liddle
2001-09-24
3
-425
/
+58
*
fixed a refactoring error, deleted repeated vars
Keiron Liddle
2001-09-24
1
-3
/
+0
*
more refactoring of duplicate code in renderers
Keiron Liddle
2001-09-18
6
-316
/
+103
*
fixed a few awt render problems and a bit more render refactoring
Keiron Liddle
2001-09-17
6
-119
/
+56
*
put a few common methods in the abstract renderer
Keiron Liddle
2001-09-17
4
-147
/
+96
*
improved debugging messages a bit
Keiron Liddle
2001-09-11
1
-4
/
+4
*
Jeremias Maerki's patch to fix page citations for PostScript rendering.
Steve Coffman
2001-09-05
1
-1
/
+15
*
handles viewbox and no svg size better
Keiron Liddle
2001-08-30
1
-0
/
+12
*
made the pdf renderer reusable (eg. how cocoon uses it)
Keiron Liddle
2001-08-23
1
-0
/
+9
*
put back bookmark extension - not complete
Keiron Liddle
2001-08-21
1
-8
/
+10
*
changed to new logging for renderers
Keiron Liddle
2001-08-21
10
-109
/
+103
*
added YAS to specify if output should be consistent, default is false
Keiron Liddle
2001-08-15
1
-2
/
+11
*
This fixes A4 letter size printing from Jeremias Maerki.
Steve Coffman
2001-08-14
1
-2
/
+4
*
adds support for svg links to be put into the pdf
Keiron Liddle
2001-08-14
1
-3
/
+8
*
pdf renderer now adds the fonts at the end of all pages rather than after eac...
Keiron Liddle
2001-08-13
2
-2
/
+3
*
changed the dpi for svg to 72 to be the same as other things in fop
Keiron Liddle
2001-08-09
1
-1
/
+3
*
*** empty log message ***
Keiron Liddle
2001-08-09
2
-2
/
+6
*
adds support for lazy loading of fonts
Keiron Liddle
2001-08-06
3
-2
/
+190
*
updated to new batik interface
Keiron Liddle
2001-08-06
3
-0
/
+5
*
Code formatting. Still builds ok, but I didn't test it otherwise since last.
Steve Coffman
2001-08-01
9
-223
/
+245
*
Adds Mark Lillywhite's performance and memory patch in all it's glory.
Steve Coffman
2001-08-01
9
-242
/
+312
*
Formatted code according to code standards.
Tore Engvig
2001-07-30
44
-4310
/
+4346
*
AHS: changed signatures
arved
2001-07-27
1
-5
/
+42
*
added the start of svg linking
Keiron Liddle
2001-07-24
1
-0
/
+3
*
Ralph LaChance/Andy Langowitz: improvements to AWTRenderer (borders,backgroun...
arved
2001-07-22
1
-36
/
+154
*
Add new addFilledRect method to make it possible to draw filled rectangles wi...
Karen Lease
2001-07-20
2
-18
/
+70
*
AHS: improving area information
arved
2001-07-17
1
-5
/
+31
*
combined property list setting into element setting
Keiron Liddle
2001-07-12
3
-17
/
+5
*
fixed line endings
Keiron Liddle
2001-07-04
5
-1243
/
+1003
*
added initial impl of text painter that uses pdf fonts
Keiron Liddle
2001-06-26
1
-5
/
+9
*
workaround for a bug in Acrobat Reader where text may disappear or
Keiron Liddle
2001-06-25
1
-5
/
+15
*
added support for rendering SVG graphics to ps
Keiron Liddle
2001-06-22
2
-5
/
+1115
*
New addition: postscript renderer
Keiron Liddle
2001-06-22
7
-0
/
+1201
*
SGK/AHS: inlining of images
arved
2001-06-10
1
-1
/
+2
[next]