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
jgoncalves-pdfa-extension-fix
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed parameter from the endTablePart method, as the part is already passed...
Vincent Hennebert
2007-12-13
4
-6
/
+5
*
Removed parameter from the endPart method, since the part is already passed a...
Vincent Hennebert
2007-12-13
4
-6
/
+4
*
Fixed the handling of columns in the border resolution, especially in case of...
Vincent Hennebert
2007-12-13
2
-12
/
+13
*
Style only: removed trailing white spaces
Vincent Hennebert
2007-12-13
4
-59
/
+58
*
Ok, now /really/ revert the previous commit :-\
Vincent Hennebert
2007-12-13
1
-1
/
+1
*
Reverted change accidentally introduced in the previous commit. A proper fix ...
Vincent Hennebert
2007-12-13
1
-1
/
+1
*
Implemented the resolution of collapsing borders in the FO tree, for every si...
Vincent Hennebert
2007-12-13
10
-140
/
+785
*
Minor tweaks:
Andreas L. Delmelle
2007-12-13
1
-0
/
+37
*
Corrected javadocs
Adrian Cumiskey
2007-12-05
1
-5
/
+5
*
Correction and simplification of the PropertyCache: subclass WeakReference an...
Andreas L. Delmelle
2007-12-01
1
-119
/
+83
*
bug fix: memory leak in PropertyCache. Fix provided by Jeremias. There are st...
Chris Bowditch
2007-11-20
1
-5
/
+9
*
Bugzilla #43605:
Jeremias Maerki
2007-11-18
4
-143
/
+234
*
Restored the setting of rowIndex on primary grid units (although testcases we...
Vincent Hennebert
2007-11-14
3
-16
/
+13
*
Restored the setting of the parent table-row element on grid units
Vincent Hennebert
2007-11-14
7
-40
/
+57
*
Reduced visibility of some methods and constructors from public to package-pr...
Vincent Hennebert
2007-11-14
3
-6
/
+6
*
Moved EffRow to the fo.flow.table package
Vincent Hennebert
2007-11-14
1
-0
/
+179
*
Use a singleton for a default BorderInfo of style none, instead of every time...
Vincent Hennebert
2007-11-13
2
-3
/
+22
*
Changed back visibility of fields from public to package-private, due to the ...
Vincent Hennebert
2007-11-13
2
-2
/
+2
*
Moved *GridUnit from layoutmgr/table to fo/flow/table
Vincent Hennebert
2007-11-13
6
-5
/
+745
*
Moved the creation of grid units to the FO tree building stage. Brought a few...
Vincent Hennebert
2007-11-13
18
-162
/
+790
*
Fix two javadoc warnings.
Jeremias Maerki
2007-11-13
2
-3
/
+1
*
bug fix: avoid NPE when GC has removed a weak reference in the Property Cache
Chris Bowditch
2007-11-12
1
-5
/
+7
*
Avoid null values in generated Font classes so the encoding can be inspected.
Jeremias Maerki
2007-11-12
1
-4
/
+29
*
Better solution for missing hyphenation character problem.
Jeremias Maerki
2007-11-12
1
-0
/
+46
*
Attempt to shed light on what this method does.
Jeremias Maerki
2007-11-09
1
-0
/
+5
*
Now that there is a dedicated package for tables, the PendingSpan class can b...
Vincent Hennebert
2007-11-06
3
-24
/
+40
*
Added check for table-cells which span more rows than available in their pare...
Vincent Hennebert
2007-11-06
4
-15
/
+30
*
Renamed signalNewRow method into more accurate signalRowEnd
Vincent Hennebert
2007-11-05
2
-4
/
+4
*
Moved table-related FObj into new o.a.fop.fo.flow.table package
Vincent Hennebert
2007-11-05
22
-38
/
+40
*
First step towards building row groups at the FO tree stage. The built row gr...
Vincent Hennebert
2007-11-05
8
-9
/
+302
*
Correction: use super.toString() to still have the internal instance id
Andreas L. Delmelle
2007-11-03
1
-1
/
+1
*
Added override for FObj.toString() for convenience during debugging.
Andreas L. Delmelle
2007-11-03
1
-0
/
+6
*
Reworked the creation of implicit columns to match new behaviour: the number ...
Vincent Hennebert
2007-11-02
4
-62
/
+82
*
- 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
10
-623
/
+437
*
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
*
Removed unnecessary dependency on Batik in the "fo" package.
Jeremias Maerki
2007-10-04
1
-3
/
+4
*
PropertyCache phase 2:
Andreas L. Delmelle
2007-09-21
17
-202
/
+870
*
Undo unnecessary changes of previous commit (r578197)
Andreas L. Delmelle
2007-09-21
1
-3
/
+3
*
Fix behavior of from-nearest-specified-value(): the value should be that of '...
Andreas L. Delmelle
2007-09-21
1
-15
/
+19
*
Correction: Added missing file for r576095
Andreas L. Delmelle
2007-09-16
1
-2
/
+1
*
Bugzilla 42705: Fixed swallowing PCDATA during white-space removal in retriev...
Andreas L. Delmelle
2007-09-16
2
-3
/
+4
*
Bugzilla 42703: Fixed incorrect white-space removal in retrieved markers.
Andreas L. Delmelle
2007-09-16
2
-1
/
+5
*
Fix javadoc error
Vincent Hennebert
2007-07-21
1
-1
/
+1
*
Tweak: use generic boolean Maker.
Andreas L. Delmelle
2007-07-20
1
-6
/
+3
[prev]
[next]