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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DSC = Document Structuring Conventions!
Jeremias Maerki
2008-05-01
1
-8
/
+11
*
Javadoc corrections
Andreas L. Delmelle
2008-05-01
3
-4
/
+5
*
Forgot about dependency on PrintRenderer, last commit broke the build - will ...
Adrian Cumiskey
2008-05-01
1
-2
/
+2
*
Renamed variable
Adrian Cumiskey
2008-05-01
1
-2
/
+2
*
Minor cleanup: remove height/width members and unused getHeight()/getWidth() ...
Andreas L. Delmelle
2008-05-01
1
-14
/
+0
*
Added enum "none" as a legitimate value for max-height/min-height (behavior t...
Andreas L. Delmelle
2008-05-01
1
-0
/
+2
*
Tweak: activate max-height/min-height and max-width/min-width
Andreas L. Delmelle
2008-05-01
1
-5
/
+9
*
Correction of r651866
Andreas L. Delmelle
2008-04-27
1
-2
/
+2
*
Minor refactoring: consolidate getPSLM().notifyEndOfLayout(fobj.getId()) in A...
Andreas L. Delmelle
2008-04-26
8
-24
/
+31
*
Javadoc updates: attempt at improving interactivity and consistency
Andreas L. Delmelle
2008-04-26
70
-1045
/
+1118
*
Basic activation on some widely used properties (prepare for implementation)
Andreas L. Delmelle
2008-04-26
1
-34
/
+82
*
Basic activation of keep-* properties on Character and AbstractGraphics
Andreas L. Delmelle
2008-04-26
2
-117
/
+79
*
Bugzilla 44203:
Andreas L. Delmelle
2008-04-26
1
-4
/
+6
*
Restored Java 1.4 compatibility (Boolean.parseBoolean() is a Java 5 method).
Jeremias Maerki
2008-04-25
1
-17
/
+15
*
Renamed method.
Adrian Cumiskey
2008-04-25
1
-3
/
+3
*
Added missing file from r651575
Andreas L. Delmelle
2008-04-25
1
-12
/
+0
*
Bugzilla 44634: Added partial implementation for show-destination.
Andreas L. Delmelle
2008-04-25
10
-190
/
+205
*
Second part of the implementation of stage 1 for advanced keeps (see Wiki): I...
Jeremias Maerki
2008-04-25
24
-297
/
+431
*
Cleanup: removal of commented block/methods + some javadoc updates
Andreas L. Delmelle
2008-04-25
1
-135
/
+25
*
Removed the tab characters that were causing a big moan from eclipse
Adrian Cumiskey
2008-04-25
1
-42
/
+53
*
Removed TODO: New validation event to generate an error in case an fo:marker ...
Andreas L. Delmelle
2008-04-25
3
-52
/
+45
*
Improve table-unit computation if proportional-column-width() is used
Simon Pepping
2008-04-24
3
-19
/
+55
*
Partially reverted my revision 641827: The yellow tint of certain JPEG images...
Jeremias Maerki
2008-04-21
1
-17
/
+0
*
An implementation of a positive integer property maker. It implements
Simon Pepping
2008-04-18
3
-26
/
+42
*
Remember the missing glyphs also if an event listener is registered so they d...
Jeremias Maerki
2008-04-18
1
-9
/
+9
*
Bugfix: If the first event is not issued over an event producer, the fallback...
Jeremias Maerki
2008-04-18
1
-16
/
+18
*
Fixed build problem. FOPException is no longer thrown there.
Jeremias Maerki
2008-04-18
1
-3
/
+0
*
Introduced PageProductionException and fixed exception throwing for the event...
Jeremias Maerki
2008-04-18
8
-46
/
+149
*
Split PrintRenderer into PageableRenderer and PrintRenderer (extends Pageable...
Jeremias Maerki
2008-04-17
3
-181
/
+239
*
Throw a useful exception when the user agent isn't set on the renderer. This ...
Jeremias Maerki
2008-04-17
1
-1
/
+8
*
clone() did not propagate the page's page index.
Jeremias Maerki
2008-04-17
1
-0
/
+1
*
Bugzilla #43383:
Jeremias Maerki
2008-04-17
1
-2
/
+2
*
Bugzilla #41687:
Jeremias Maerki
2008-04-17
5
-31
/
+203
*
Bugzilla #44678:
Jeremias Maerki
2008-04-17
1
-14
/
+53
*
Bugfix: Avoid stopping early when no EmbedFontInfos are found during font det...
Jeremias Maerki
2008-04-17
1
-1
/
+1
*
HeadURL was missing in the properties.
Jeremias Maerki
2008-04-17
1
-1
/
+1
*
First part of the implementation of stage 1 for advanced keeps (see Wiki): In...
Jeremias Maerki
2008-04-15
21
-189
/
+374
*
Fixed a possible follow-up NPE when the TTC cannot be loaded.
Jeremias Maerki
2008-04-14
1
-2
/
+2
*
Merged branch
Jeremias Maerki
2008-04-14
193
-1601
/
+7167
*
Bugzilla #44744:
Jeremias Maerki
2008-04-04
1
-4
/
+2
*
Bugzilla #44743:
Jeremias Maerki
2008-04-04
1
-3
/
+11
*
Oops. Fixed a last-minute change that broke the build.
Jeremias Maerki
2008-04-03
1
-1
/
+1
*
Bugzilla #44737:
Jeremias Maerki
2008-04-03
12
-210
/
+439
*
Added missing code for determining the PDF Flags. The removes the need to hav...
Jeremias Maerki
2008-03-31
1
-7
/
+20
*
Fixed possible NullPointerException in AFM kerning table build code.
Jeremias Maerki
2008-03-31
1
-2
/
+2
*
When a JPEG image is embedded, an optionally embedded color profile is filter...
Jeremias Maerki
2008-03-27
2
-2
/
+109
*
Added support for addressing all glyphs available in a Type 1 font, not just ...
Jeremias Maerki
2008-03-27
36
-740
/
+1626
*
Cleanup and minor refactoring:
Andreas L. Delmelle
2008-03-23
19
-139
/
+79
*
Merged revisions 636400-636405,636407-638388 via svnmerge from
Vincent Hennebert
2008-03-18
41
-5412
/
+60
*
Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in...
Vincent Hennebert
2008-03-14
3
-8
/
+6
[next]