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
...
*
No object number in the constructor.
Jeremias Maerki
2003-03-27
1
-15
/
+23
*
Adjust to the PDFT1Stream being an AbstractPDFStream now.
Jeremias Maerki
2003-03-27
2
-5
/
+5
*
Adjust to the PDF Stream changes.
Jeremias Maerki
2003-03-27
3
-137
/
+176
*
Adjust to the PDF Stream changes.
Jeremias Maerki
2003-03-27
1
-21
/
+19
*
The Type1 font stream is now an AbstractPDFStream to bypass the need for an a...
Jeremias Maerki
2003-03-27
1
-36
/
+34
*
Most code has wandered off to AbstractPDFStream. The only thing it does now i...
Jeremias Maerki
2003-03-27
1
-264
/
+19
*
Image implementation can now indicate if it is DCT encoded (JPEGs).
Jeremias Maerki
2003-03-27
1
-4
/
+21
*
No object number in the constructor.
Jeremias Maerki
2003-03-27
1
-40
/
+51
*
Use the toPDFString() (returns String) method instead of toPDF() (returns byt...
Jeremias Maerki
2003-03-27
1
-6
/
+3
*
The PDF object number doesn't get passed to the constructor anymore. Adjust f...
Jeremias Maerki
2003-03-27
30
-488
/
+312
*
Support as independant PDF object. Used for on-the-fly stream output.
Jeremias Maerki
2003-03-27
1
-4
/
+35
*
Make todo more prominent (detected by checkstyle)
Jeremias Maerki
2003-03-27
1
-1
/
+1
*
Streamlined. Add code for encryption of string and text values. All PDF objec...
Jeremias Maerki
2003-03-27
1
-21
/
+145
*
Streamlined. Do some simple memory allocation optimization.
Jeremias Maerki
2003-03-27
3
-100
/
+62
*
All factory code (make*) has been moved to this new factory class. PDFDocumen...
Jeremias Maerki
2003-03-27
1
-0
/
+1297
*
This class represents a list of PDF filters to be applied when serializing th...
Jeremias Maerki
2003-03-27
1
-0
/
+318
*
Class for PDF text. A lot of text encoding code for PDF is collected/moved here.
Jeremias Maerki
2003-03-27
1
-0
/
+321
*
Factory for StreamCache instances. Supports a hint for the expected stream si...
Jeremias Maerki
2003-03-27
1
-0
/
+148
*
Filters can indicate whether they are ASCII filters (which can be disabled if...
Jeremias Maerki
2003-03-27
5
-1
/
+68
*
Abstract base class for all PDF streams. It supports writing stream on-the-fl...
Jeremias Maerki
2003-03-27
1
-0
/
+260
*
Special OutputStream decorator that suppresses calls to the close() method. T...
Jeremias Maerki
2003-03-27
1
-0
/
+81
*
Reduce debug output. A constant can be modified to enable more extensive log ...
Jeremias Maerki
2003-03-27
1
-4
/
+11
*
Eliminate array looping if text-transform is NONE for a probable performance ...
William Victor Mote
2003-03-26
1
-0
/
+3
*
Add support for text-transform.
William Victor Mote
2003-03-25
5
-76
/
+390
*
Make sure no NPE's are happening. (Setting a NullLogger for now. Revisiting n...
Jeremias Maerki
2003-03-15
1
-0
/
+1
*
Fix font triplet registration (weight and style were mixed)
Jeremias Maerki
2003-03-15
1
-2
/
+3
*
Fix parser construction.
Jeremias Maerki
2003-03-15
1
-1
/
+5
*
Improve Filter argument construction
Jeremias Maerki
2003-03-15
1
-10
/
+14
*
Make PDFDocument as top-level class of the PDF library LogEnabled. (Reason: I...
Jeremias Maerki
2003-03-15
1
-10
/
+37
*
Log problems during font loading to System.out for the moment until proper lo...
Jeremias Maerki
2003-03-15
1
-0
/
+1
*
Fix font lookup when font was found through weight-adjust.
Jeremias Maerki
2003-03-15
1
-1
/
+3
*
Fix CMYK JPEG images.
Jeremias Maerki
2003-03-15
1
-6
/
+11
*
ColorSpace descendant representing an uncalibrated CMYK color space. Used to ...
Jeremias Maerki
2003-03-15
1
-0
/
+109
*
Added support for PDF encryption.
Jeremias Maerki
2003-03-13
7
-12
/
+960
*
Added the basic infrastructure for the PostScript Transcoder. Works, but outp...
Jeremias Maerki
2003-03-12
4
-17
/
+750
*
Make parser namespace-aware so the run() method works with XSL-FO files as in...
Jeremias Maerki
2003-03-12
1
-2
/
+4
*
Give a good message if the Driver isn't initialized.
Jeremias Maerki
2003-03-12
1
-0
/
+5
*
Fix NPE when content of an <a> element is empty.
Jeremias Maerki
2003-03-12
1
-8
/
+10
*
Adjust for directory rename from "Images" to "images".
Jeremias Maerki
2003-03-11
2
-2
/
+2
*
Moved sources from src/org/** to src/java/org/**
Jeremias Maerki
2003-03-11
488
-0
/
+97103
[prev]