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
/
flow
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed license headers and updated NOTICE file according to: http://www.apac...
Jeremias Maerki
2006-07-28
43
-215
/
+258
*
Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). ...
Jeremias Maerki
2006-07-21
1
-12
/
+7
*
See r412224: forgot to move the related code for TableColumn...
Andreas L. Delmelle
2006-06-07
2
-4
/
+4
*
Fixes Bugzilla 39560: make sure the interaction between FOs and properties is...
Andreas L. Delmelle
2006-06-06
5
-286
/
+284
*
Bugzilla #38946:
Jeremias Maerki
2006-05-03
7
-42
/
+41
*
Bugzilla #39118:
Jeremias Maerki
2006-04-23
1
-0
/
+49
*
Merged Temp_API_Finalization branch back into FOP Trunk:
Jeremias Maerki
2006-03-27
1
-2
/
+4
*
Fix for NPE in case of empty instream-foreign-object
Andreas L. Delmelle
2006-03-06
1
-1
/
+1
*
Trivial update:
Andreas L. Delmelle
2006-02-16
1
-6
/
+5
*
Implementation for from-table-column(). See: bugzilla 38282
Andreas L. Delmelle
2006-01-31
6
-44
/
+48
*
Here's why forcing to border-collapse="separate" on fo:table didn't work. D'oh!
Jeremias Maerki
2006-01-31
1
-20
/
+0
*
Bugfix: TableCell did not properly report that it generates reference-areas w...
Jeremias Maerki
2006-01-03
1
-2
/
+6
*
Revision of refinement white-space handling (cfr. Bugzilla 37639)
Andreas L. Delmelle
2005-12-30
4
-187
/
+35
*
The border-collapse property on fo:table is now forced to the value "separate...
Jeremias Maerki
2005-12-05
1
-2
/
+5
*
Fixing two NPEs occurring with a completely empty table where not even the ta...
Jeremias Maerki
2005-12-01
1
-1
/
+1
*
Implementation of hyphenation-ladder-count.
Luca Furini
2005-11-21
1
-0
/
+5
*
Made the FO tree a little more consistent by renaming getName() to getLocalNa...
Jeremias Maerki
2005-11-11
37
-216
/
+132
*
Bugzilla #37253:
Jeremias Maerki
2005-11-09
1
-1
/
+9
*
Fixed white space handling during refinement, added test cases, corrected err...
Manuel Mall
2005-11-03
2
-107
/
+123
*
Added warning message (Bugzilla 37329)
Andreas L. Delmelle
2005-11-02
1
-2
/
+7
*
Added relaxed validation for fo:table-cells w/o blocks or markers (Bugzilla 3...
Andreas L. Delmelle
2005-11-02
1
-1
/
+1
*
Package documentation.
Jeremias Maerki
2005-10-27
1
-0
/
+22
*
Fixed various javadoc problems, fixed a deprecation warning, removed function...
Manuel Mall
2005-10-26
3
-6
/
+6
*
Merged work on Temp_SpaceResolution branch into trunk (-r 320826:327988).
Jeremias Maerki
2005-10-24
2
-16
/
+25
*
Update to support border and padding and alignments on inline fos
Manuel Mall
2005-10-07
11
-57
/
+276
*
Removed warning for padding (r291267); padding never seems to be null, so war...
Andreas L. Delmelle
2005-09-25
1
-2
/
+2
*
Moved check for explicit column-number to ColumnNumberPropertyMaker
Andreas L. Delmelle
2005-09-24
5
-22
/
+7
*
Removed superfluous javadoc
Andreas L. Delmelle
2005-09-24
1
-5
/
+1
*
Added warning for padding on table with collapsing border-model
Andreas L. Delmelle
2005-09-24
1
-11
/
+14
*
Added warning for non-applicable borders in case of separate border-model
Andreas L. Delmelle
2005-09-23
1
-2
/
+10
*
Java 1.3 compatibility.
Jeremias Maerki
2005-09-22
3
-5
/
+17
*
Added fallback for specified negative or zero for column-number
Andreas L. Delmelle
2005-09-21
1
-9
/
+2
*
Removed unused method
Andreas L. Delmelle
2005-09-20
1
-13
/
+0
*
Update for initial-values of column-number + some pending style-violation cor...
Andreas L. Delmelle
2005-09-20
6
-35
/
+91
*
Correction of style violations
Andreas L. Delmelle
2005-09-19
1
-25
/
+28
*
Correction of style violations
Andreas L. Delmelle
2005-09-19
1
-24
/
+51
*
Simplification -- replace unnecessary call to getExplicit()
Andreas L. Delmelle
2005-09-18
1
-2
/
+1
*
Implementation for initial values of the column-number property
Andreas L. Delmelle
2005-09-17
8
-79
/
+534
*
Implemented the wrap-option property.
Luca Furini
2005-09-16
1
-0
/
+7
*
An informative warning for the user if he doesn't supply enough table-column ...
Jeremias Maerki
2005-09-16
2
-1
/
+23
*
Require at least Java 1.4 for building the javadocs.
Joerg Pietschmann
2005-09-08
1
-4
/
+4
*
Using the fo property last-line-end-indent instead of a hard coded value.
Luca Furini
2005-09-07
1
-0
/
+7
*
Bugzilla #36487:
Jeremias Maerki
2005-09-05
3
-360
/
+265
*
Initial work on enhancing the extension facilities to register special extens...
Jeremias Maerki
2005-09-02
1
-0
/
+6
*
Cleanup of unused imports.
Finn Bock
2005-09-01
2
-2
/
+0
*
Bugzilla #36379:
Finn Bock
2005-08-31
4
-114
/
+94
*
Added warning for unimplemented feature
Andreas L. Delmelle
2005-08-28
1
-0
/
+3
*
Added support for table border-*-precedence properties in the table
Finn Bock
2005-08-26
5
-43
/
+46
*
Squashed some JavaDoc warnings.
Joerg Pietschmann
2005-08-14
2
-2
/
+2
*
Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...
Jeremias Maerki
2005-08-12
1
-0
/
+6
[next]