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
*
- Enforced check for proper number of columns in a table. Now if a table has ...
Vincent Hennebert
2007-10-31
2
-0
/
+14
*
Removed no longer useful setCurrentColumnIndex method on ColumnNumberManager....
Vincent Hennebert
2007-10-30
2
-13
/
+1
*
- factored the management of column numbers into a separate helper class
Vincent Hennebert
2007-10-30
9
-616
/
+428
*
Made the columns field in Table private, and created suitable accessors to it
Vincent Hennebert
2007-10-26
3
-31
/
+41
*
Moved the creation of the columns list to the declaration of the columns fiel...
Vincent Hennebert
2007-10-26
2
-11
/
+3
*
Removed useless addChildNode method since it only transfered the call to the ...
Vincent Hennebert
2007-10-26
1
-9
/
+1
*
Created an abstract TableCellContainer class meant to contain the logic in Ta...
Vincent Hennebert
2007-10-26
4
-143
/
+165
*
Removed the check for borders specified on table-column/body/row in separate ...
Vincent Hennebert
2007-10-25
1
-9
/
+0
*
Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retriev...
Andreas L. Delmelle
2007-09-16
1
-0
/
+1
*
Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.
Andreas L. Delmelle
2007-09-16
1
-1
/
+2
*
* Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...
Andreas L. Delmelle
2007-07-18
42
-413
/
+252
*
Use a slightly more convenient name to keep the code somewhat readable
Andreas L. Delmelle
2007-07-14
2
-4
/
+2
*
Fix build errors after revision 554251.
Jeremias Maerki
2007-07-09
1
-6
/
+3
*
Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)
Andreas L. Delmelle
2007-07-08
3
-3
/
+37
*
Bugzilla 41656:
Andreas L. Delmelle
2007-07-07
12
-144
/
+63
*
Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)
Andreas L. Delmelle
2007-07-07
27
-304
/
+49
*
Bugzilla 42703: white-space incorrectly handled in retrieved markers
Andreas L. Delmelle
2007-06-23
1
-12
/
+3
*
Time to enable border-collapse="collapse"
Vincent Hennebert
2007-04-20
1
-7
/
+0
*
Fixes for issues introduced with fox:destination:
Jeremias Maerki
2007-04-04
1
-20
/
+19
*
changes to support named destination
Jay Bryant
2007-04-01
1
-2
/
+5
*
Documentation, cleanup, log statements in the table layout code.
Vincent Hennebert
2007-03-19
1
-1
/
+5
*
The spec explicitely does not specify what should be done when bpd is set to ...
Vincent Hennebert
2007-02-07
1
-1
/
+6
*
Fix for bugzilla 41503:
Andreas L. Delmelle
2007-01-31
1
-1
/
+2
*
Code cleanup:
Andreas L. Delmelle
2007-01-11
14
-17
/
+17
*
In relaxed validation mode, it should be acceptable to have fo:table-footer /...
Vincent Hennebert
2007-01-09
1
-1
/
+1
*
Adaptation of MarkerAttribute cache to use WeakHashMap
Andreas L. Delmelle
2006-12-23
1
-26
/
+35
*
Remove unused attributes from TableCell. Patch by Richard Wheeldon
Simon Pepping
2006-12-20
1
-39
/
+0
*
Comment out unused properties. Patch by Richard Wheeldon
Simon Pepping
2006-12-20
30
-332
/
+197
*
Optimization in Marker.java: reduction of distinct MarkerAttribute instances ...
Andreas L. Delmelle
2006-12-17
1
-44
/
+75
*
Bugzilla #40729:
Jeremias Maerki
2006-11-13
7
-7
/
+7
*
Bugzilla #40849:
Jeremias Maerki
2006-11-12
1
-0
/
+1
*
Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods.
Joerg Pietschmann
2006-10-07
2
-14
/
+13
*
Implemented limited support for extension properties through new methods on E...
Jeremias Maerki
2006-09-11
2
-12
/
+40
*
Minor enhancement of column-number property code / removal of unused method
Andreas L. Delmelle
2006-08-22
2
-7
/
+9
*
Rework of default column-creation and setting column-widths from the first ro...
Andreas L. Delmelle
2006-08-21
7
-102
/
+275
*
Added relaxed validation for empty list-item-* (as produced by the buggy Micr...
Andreas L. Delmelle
2006-08-17
1
-3
/
+14
*
Rework of the marker/retrieve-marker implementation to cater for correct eval...
Andreas L. Delmelle
2006-08-06
11
-386
/
+736
*
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
[next]