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
*
Code cleanup (minor)
Andreas L. Delmelle
2011-02-06
1
-8
/
+10
*
Further cleanup: reduce some code duplication in BlockStackingLM's getNextKnu...
Andreas L. Delmelle
2011-02-06
2
-165
/
+51
*
Restored part that would otherwise cause a StackOverflowError...
Andreas L. Delmelle
2011-02-06
1
-1
/
+3
*
Code cleanup
Andreas L. Delmelle
2011-02-06
1
-140
/
+46
*
Add type safety to LMiter
Andreas L. Delmelle
2011-02-06
1
-7
/
+7
*
Code cleanup
Andreas L. Delmelle
2011-02-05
1
-586
/
+109
*
Decommission InlineStackingLM.StackingIter (+ minor fixups)
Andreas L. Delmelle
2011-02-05
4
-67
/
+40
*
Decommission private PositionIterator subclasses in list package (+ minor fix...
Andreas L. Delmelle
2011-02-05
2
-35
/
+15
*
Decommission AreaAdditionUtil.StackingIter + minor fixups
Andreas L. Delmelle
2011-02-05
1
-21
/
+11
*
Refactoring PositionIterator Step 1: make the class instantiable, provide def...
Andreas L. Delmelle
2011-02-05
2
-9
/
+24
*
Bugfix: Suppress generating duplicate fo:root and fo:declarations extension a...
Jeremias Maerki
2011-02-04
1
-6
/
+18
*
Bugzilla #50705:
Jeremias Maerki
2011-02-04
4
-15
/
+4
*
Generify ListUtil methods
Andreas L. Delmelle
2011-02-02
1
-6
/
+6
*
Bugzilla #50699:
Jeremias Maerki
2011-02-02
1
-5
/
+63
*
Commit file necessary to avoid compile error after r1066198
Andreas L. Delmelle
2011-02-01
1
-9
/
+19
*
Add type safety to PositionIterator + attempt at javadoc improvement
Andreas L. Delmelle
2011-02-01
2
-18
/
+28
*
Small cleanup: extract TextDecorationMaker, move validation into convertPrope...
Andreas L. Delmelle
2011-02-01
3
-169
/
+125
*
Bugzilla 48334: Added implementation for xml:base
Andreas L. Delmelle
2011-02-01
4
-3
/
+161
*
Bugzilla 50698: Changes after updating XGC JAR
Andreas L. Delmelle
2011-02-01
6
-45
/
+29
*
Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...
Jeremias Maerki
2011-02-01
6
-32
/
+94
*
Fix an forgotten change of type in class Area and a checkstyle error in class...
Simon Pepping
2011-01-27
3
-7
/
+7
*
Bugzilla 50635: fix issue in checkPreparedPages() where the same page-sequenc...
Andreas L. Delmelle
2011-01-24
1
-3
/
+4
*
Bugzilla 50636: fix performance issue when adding pages in very large documents
Andreas L. Delmelle
2011-01-24
1
-9
/
+7
*
Bugzilla 50593: Mostly add type safety to various collections in the fop.area...
Andreas L. Delmelle
2011-01-24
32
-360
/
+398
*
Removed unnecessary Checkstyle CSOK comments
Vincent Hennebert
2011-01-24
1
-8
/
+5
*
Make HashMaps type safe + remove corresponding redundant casts and unnecessar...
Andreas L. Delmelle
2011-01-22
1
-14
/
+17
*
Minor fixups: extract addAttributeToList() + no reason to first check the att...
Andreas L. Delmelle
2011-01-22
1
-26
/
+22
*
Bugzilla 50626: Fix potential performance issue when adding nodes. Thanks to ...
Andreas L. Delmelle
2011-01-22
1
-10
/
+35
*
Avoid deconstructing and reconstructing the base URI of the
Simon Pepping
2011-01-20
1
-8
/
+2
*
Bugfix: Extracting the base directory through Configuration.getLocation() did...
Jeremias Maerki
2011-01-17
1
-2
/
+8
*
Remove unused class
Andreas L. Delmelle
2011-01-16
1
-94
/
+0
*
Enable id on fo:root pt 3 - Signal processed id at end of document
Andreas L. Delmelle
2011-01-15
1
-0
/
+1
*
Enable id property on fo:root.
Andreas L. Delmelle
2011-01-15
1
-0
/
+1
*
Associate id of fo:root with every new page.
Andreas L. Delmelle
2011-01-15
1
-0
/
+1
*
Previous commit would have caused compile error, unless others included as well.
Andreas L. Delmelle
2011-01-15
1
-31
/
+31
*
Might as well make those primitive ints...
Andreas L. Delmelle
2011-01-15
1
-31
/
+31
*
Eliminate unnecessary boxing
Andreas L. Delmelle
2011-01-14
2
-165
/
+94
*
Eliminate a small waste: no reason to store the char as a String, and then co...
Andreas L. Delmelle
2011-01-14
1
-3
/
+3
*
Minor fixups
Andreas L. Delmelle
2011-01-14
1
-3
/
+1
*
Minor nit: eliminate stray hungarian...
Andreas L. Delmelle
2011-01-14
1
-3
/
+3
*
Fix deprecation warnings; add some type safety
Simon Pepping
2011-01-14
12
-62
/
+73
*
Relative URIs in the configuration file are evaluated relative to the base UR...
Simon Pepping
2011-01-14
3
-6
/
+75
*
Restored compatibility with third-party extensions.
Jeremias Maerki
2011-01-12
1
-3
/
+3
*
CheckStyle fixup...
Andreas L. Delmelle
2011-01-11
4
-3
/
+7
*
Bugzilla 49848: Correct behavior of keep-together.within-line in case of nest...
Andreas L. Delmelle
2011-01-09
1
-1
/
+1
*
Switch to type-safe collections (+ related cleanup of redundant casts, for-lo...
Andreas L. Delmelle
2011-01-09
7
-44
/
+36
*
Fix minor bug in validateChildNode() + make regions Map type-safe
Andreas L. Delmelle
2011-01-09
1
-10
/
+7
*
Simplify Region.getViewportRectangle(): no reason to pass the SinglePageMaste...
Andreas L. Delmelle
2011-01-09
7
-24
/
+21
*
Commit changes forgotten in r757256...
Andreas L. Delmelle
2011-01-09
1
-20
/
+4
*
Some refactoring
Simon Pepping
2011-01-08
1
-130
/
+136
[next]