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
Commit message (
Expand
)
Author
Age
Files
Lines
*
move layout.FontState to fonts.Font
William Victor Mote
2003-08-14
16
-70
/
+75
*
move fonts.Font to fonts.Typeface (in preparation for moving layout.FontState...
William Victor Mote
2003-08-14
11
-24
/
+24
*
1. create control package
William Victor Mote
2003-08-14
34
-476
/
+485
*
clean up documentation of new code and some checkstyle problems
William Victor Mote
2003-08-13
3
-9
/
+60
*
1.) CommandLineStarter removed, its functionality placed directly into Fop.ma...
Glen Mazza
2003-08-12
3
-143
/
+44
*
1. FOPTaskStarter separated from Starter class (was not using latter's InputH...
Glen Mazza
2003-08-12
4
-92
/
+12
*
Renamed apps.FOInputHandler to apps.FOFileHandler to reduce confusion with th...
Glen Mazza
2003-08-12
9
-18
/
+17
*
move render.pdf.FontReader to fonts.FontReader
William Victor Mote
2003-08-12
2
-22
/
+15
*
move the "common" property classes from layout to fo.properties, renaming the...
William Victor Mote
2003-08-12
55
-490
/
+501
*
1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...
William Victor Mote
2003-08-12
2
-0
/
+154
*
1. convert fo.FOTreeHandler to fire events when it completes a PageSequence o...
William Victor Mote
2003-08-12
6
-74
/
+139
*
1. AWT PreviewDialog creation shifted from AWTStarter to AWTRenderer.
Glen Mazza
2003-08-11
5
-167
/
+76
*
set up render(XMLReader, InputSource) as the main render() method, and normal...
William Victor Mote
2003-08-11
1
-21
/
+9
*
fix minor checkstyle errors
William Victor Mote
2003-08-11
1
-2
/
+1
*
some javadoc changes
William Victor Mote
2003-08-11
1
-7
/
+7
*
Moved the Translator (resource bundle) creation from AWTStarter to AWTRenderer.
Glen Mazza
2003-08-10
4
-36
/
+38
*
Fix: setOptions() for AWTRenderer not being called.
Glen Mazza
2003-08-08
1
-0
/
+1
*
Removed empty setProducer() from AWTRenderer; can rely on base class.
Glen Mazza
2003-08-08
1
-3
/
+0
*
1. To facilitate comprehension of the Renderer classes, added the remaining ...
Glen Mazza
2003-08-07
8
-74
/
+28
*
Safer handling of treebuilder variable within Driver.reset(), also Driver.set...
Glen Mazza
2003-08-05
1
-1
/
+8
*
1) Command-line option -l now sets default locale for entire instance, not ju...
Glen Mazza
2003-08-04
2
-19
/
+4
*
1.) only partly implemented Run() function removed from InputHandler and its ...
Glen Mazza
2003-08-04
7
-48
/
+17
*
PrinterJob setup and construction moved from Driver to AWTPrintRenderer class...
Glen Mazza
2003-08-02
3
-35
/
+21
*
1. Moved the XMLReader createParser() functionality from abstract class Inpu...
Glen Mazza
2003-08-02
4
-48
/
+32
*
XSLTInputHandler reimplemented using TraxInputHandler code. TraxInputHandler...
Glen Mazza
2003-07-31
2
-230
/
+95
*
Patch 21381: New "force" attribute added to FOP task, update to documentation.
Glen Mazza
2003-07-30
1
-7
/
+50
*
1.) Moved the business logic for determining which starter to create from app...
Glen Mazza
2003-07-29
2
-38
/
+22
*
beef up the javadoc comments explaining what these classes do
William Victor Mote
2003-07-29
3
-7
/
+20
*
move layoutmgr/LayoutHandler to fo/FOTreeHandler:
William Victor Mote
2003-07-29
3
-8
/
+8
*
rename StructureHandler to FOInputHandler to clarify that its subclasses are ...
William Victor Mote
2003-07-29
18
-199
/
+199
*
PrintStarter simplified and then obsoleted; PrinterJob object that the AWTPr...
Glen Mazza
2003-07-27
5
-146
/
+33
*
Created a new overloaded method Driver.render(InputHandler), simplifies inter...
Glen Mazza
2003-07-27
9
-76
/
+36
*
clean up some gump javadoc warnings
William Victor Mote
2003-07-26
4
-4
/
+4
*
style changes only
William Victor Mote
2003-07-17
3
-34
/
+47
*
style changes only
William Victor Mote
2003-07-17
12
-81
/
+195
*
style changes only
William Victor Mote
2003-07-17
3
-51
/
+99
*
style changes only
William Victor Mote
2003-07-17
5
-50
/
+178
*
Inter-package references between fo.flow and fo.pagination removed by moving ...
Glen Mazza
2003-07-17
12
-32
/
+41
*
style changes only
William Victor Mote
2003-07-16
1
-7
/
+137
*
style changes only
William Victor Mote
2003-07-16
3
-20
/
+137
*
cleanup some gump javadoc warnings
William Victor Mote
2003-07-16
3
-4
/
+3
*
style changes only
William Victor Mote
2003-07-15
3
-37
/
+109
*
style changes only
William Victor Mote
2003-07-15
5
-40
/
+102
*
style changes only
William Victor Mote
2003-07-14
5
-63
/
+152
*
style changes only
William Victor Mote
2003-07-14
5
-61
/
+145
*
remove unused local variables
William Victor Mote
2003-07-14
1
-37
/
+10
*
style changes only
William Victor Mote
2003-07-14
6
-68
/
+138
*
remove unused local variables in getInlineArea()
William Victor Mote
2003-07-14
1
-22
/
+0
*
extract methods computeXOffset() and computeYOffset() from getInlineArea()
William Victor Mote
2003-07-14
1
-40
/
+50
*
style changes only
William Victor Mote
2003-07-13
7
-76
/
+184
[next]