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
/
fo
/
FOPropertyMapping.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bugzilla #36379:
Finn Bock
2005-08-31
1
-25
/
+28
*
Added support for table border-*-precedence properties in the table
Finn Bock
2005-08-26
1
-8
/
+9
*
Fix a bug where the specified value was inherite for percentages on
Finn Bock
2005-08-25
1
-1
/
+1
*
Bugzilla #36067
Jeremias Maerki
2005-08-10
1
-2
/
+6
*
Patch supplied by Manuel Mall in bugzilla 36036 with minor modifications
Chris Bowditch
2005-08-05
1
-95
/
+102
*
Merge of branch Temp_KnuthStylePageBreaking back into HEAD.
Jeremias Maerki
2005-05-13
1
-0
/
+8
*
SpacePropertyMaker to handle conditionality as defined by the spec:
Jeremias Maerki
2005-03-11
1
-4
/
+8
*
Support for border-spacing shorthand.
Jeremias Maerki
2005-02-07
1
-2
/
+6
*
First version of text-decoration support (no colors, yet, PDF rendering may n...
Jeremias Maerki
2005-01-25
1
-1
/
+3
*
Missing aliases for background-position-*.
Jeremias Maerki
2005-01-24
1
-0
/
+9
*
PR:
Glen Mazza
2005-01-11
1
-314
/
+316
*
Support for percentages on external-graphic and instream-foreign-object for t...
Jeremias Maerki
2004-12-28
1
-0
/
+2
*
PR:
Glen Mazza
2004-11-24
1
-315
/
+315
*
Moved white-space-treatment from shorthands to "block and line related".
Finn Bock
2004-10-29
1
-11
/
+11
*
More properties implemented.
Finn Bock
2004-10-29
1
-13
/
+37
*
The 'space-treatment' property has long ago been renamed to
Finn Bock
2004-10-29
1
-6
/
+0
*
Style fix.
Finn Bock
2004-10-29
1
-1
/
+2
*
More properties implement in the property subsystem.
Finn Bock
2004-10-29
1
-28
/
+132
*
Removed special case handling of "auto" enum for length properties.
Finn Bock
2004-10-28
1
-17
/
+17
*
New exception hierarchy rooted in SAXException and throw clauses on
Finn Bock
2004-10-28
1
-1
/
+2
*
Fourth phase of performance improvement.
Finn Bock
2004-10-20
1
-3
/
+3
*
Third phase of performance improvement.
Finn Bock
2004-10-19
1
-0
/
+1
*
Calculations of indents must use the writing-mode of the parent. See
Finn Bock
2004-10-10
1
-0
/
+2
*
Make text-indent inherited
Simon Pepping
2004-09-28
1
-1
/
+1
*
Use the correct default (medium) for border-[top|bottom|left|right]-width.
Finn Bock
2004-09-22
1
-2
/
+1
*
Changed initial-page-number from string to number property.
Finn Bock
2004-09-13
1
-1
/
+4
*
Removed unneeded import statements. Makes eclipse happy.
Finn Bock
2004-09-07
1
-1
/
+0
*
Make maximum-repeats a number property instead of a string. This add
Finn Bock
2004-09-07
1
-1
/
+2
*
Support for line-stacking-strategy.
Finn Bock
2004-09-07
1
-2
/
+5
*
Style: removed tab.
Finn Bock
2004-09-07
1
-1
/
+1
*
Use the position shorthand for [absolute|relative]-position.
Finn Bock
2004-09-07
1
-1
/
+5
*
Removed the shorthand from genericBorder[Width|Style]. The shorthands are
Finn Bock
2004-09-07
1
-2
/
+0
*
Default for border-[before|after]-width.conditionality set to discard as
Finn Bock
2004-09-07
1
-2
/
+2
*
Support debug string values for enum properties.
Finn Bock
2004-09-07
1
-176
/
+176
*
PR:
Glen Mazza
2004-09-06
1
-0
/
+3
*
JDK 1.5 compile-time compatibility (still doesn't compile under 1.5, yet)
Jeremias Maerki
2004-08-15
1
-4
/
+4
*
Support for [letter|word]-spacing properties with a value of 'normal'.
Finn Bock
2004-08-13
1
-3
/
+9
*
Applied Apache License Version 2.0 by following the instructions at http://ww...
Jeremias Maerki
2004-02-27
1
-48
/
+16
*
Use the new property expressions. Clients must use Length when retrieving
Finn Bock
2004-02-26
1
-1
/
+13
*
Add support for setting margin-[top,botton,left,right] by specifying
Finn Bock
2004-02-04
1
-1
/
+6
*
Style fixes only.
Jeremias Maerki
2004-02-03
1
-13
/
+17
*
Phase 3 (last) of bug 26434.
Finn Bock
2004-02-02
1
-1
/
+14
*
Removed unused import.
Finn Bock
2004-02-02
1
-1
/
+0
*
Phase 2 of bug 26434.
Finn Bock
2004-02-02
1
-2
/
+2
*
Move the handmade makers into package fop.fo.properties.
Finn Bock
2004-02-02
1
-0
/
+1
*
Phase 1 of 26434.
Finn Bock
2004-02-02
1
-44
/
+49
*
Fix missing shorthands.
Finn Bock
2004-01-25
1
-1
/
+1
*
Abandon codegenerated property makers and use bean-like makers instead.
Finn Bock
2004-01-22
1
-634
/
+2472
*
FOPropertyMapping.java no longer autogenerated, moved from fop.fo.properties
Glen Mazza
2004-01-20
1
-0
/
+695