aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-2250-214/+841
|\
| * Bugzilla #40676: Update site documentation about PNG image loading configurat...Glenn Adams2012-06-192-5/+26
| * Buzilla #40676: Fix newly introduced findbugs warnings. Submitted by Luis Ber...Glenn Adams2012-06-151-2/+2
| * Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent...Glenn Adams2012-06-159-80/+643
| * Bugzilla #53412: Eliminate incorrect use of object identity which produces ex...Glenn Adams2012-06-141-2/+3
| * Eliminate javadocs warnings.Glenn Adams2012-06-0437-96/+146
| * Further clean up to PDFResources and fixed mistake in last commitMehdi Houshmand2012-06-011-4/+4
| * Added generics to PDFResources, also changed HashSet -> LinkedHashSet to make...Mehdi Houshmand2012-05-311-29/+21
* | Updated the documentationVincent Hennebert2012-06-181-5/+5
* | Removed unused private methodsVincent Hennebert2012-06-181-101/+0
* | Fixed FindBugs issue: do not compare strings with == or !=Vincent Hennebert2012-06-181-2/+2
* | Fixed FindBugs issue: use String.to(Lower|Upper)Case with Locale.ENGLISHVincent Hennebert2012-06-182-2/+5
* | Cosmetics only: organised importsVincent Hennebert2012-06-186-5/+7
* | Removed commented code: subset-embedding for single-byte fonts is not working...Vincent Hennebert2012-06-131-12/+2
* | Renamed DIRECTORY_TABLE into TABLE_DIRECTORYVincent Hennebert2012-05-313-3/+3
* | Javadoc improvementsVincent Hennebert2012-05-315-35/+34
* | Javadoc improvementsVincent Hennebert2012-05-3013-106/+99
* | Removed deprecated methodVincent Hennebert2012-05-301-11/+0
* | Renamed BFEntry into CMapSegmentVincent Hennebert2012-05-308-68/+64
* | Organized importsVincent Hennebert2012-05-301-3/+5
* | setBFEntries is deprecated, replaced with setCMapVincent Hennebert2012-05-291-1/+1
* | Made glyphToUnicodeMap and unicodeToGlyphMap finalVincent Hennebert2012-05-291-2/+2
* | Removed unused methodsVincent Hennebert2012-05-291-29/+0
* | Merged changes from trunk up to revision 1343632Vincent Hennebert2012-05-293-3/+47
|\|
| * Added possibility to treat some content as artifact.Vincent Hennebert2012-05-293-3/+47
* | Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-28108-1067/+1525
|\|
| * Add version attribute to AT and IF intermediate formats. Also eliminate redun...Glenn Adams2012-05-283-6/+34
| * Add extension to place code just before PostScript %PageTrailer. Submitted by...Glenn Adams2012-05-275-2/+126
| * Bugzilla #53294: Fix invalid PostScript file being created when font-size is ...Glenn Adams2012-05-251-1/+9
| * Update FAQ and New Bug documentation.Glenn Adams2012-05-252-67/+96
| * Added support for the role property on fo:page-sequence, fo:flow and fo:stati...Vincent Hennebert2012-05-2511-85/+115
| * The Type entry is optional for a structure element. Not outputting it allows ...Vincent Hennebert2012-05-231-1/+0
| * Bugzilla #52144: Fix crash on use of version switch (-v). Submitted by Luis B...Glenn Adams2012-05-221-1/+4
| * Remove JDK1.6 dependency.Glenn Adams2012-05-171-1/+1
| * Fix findbugs warning.Glenn Adams2012-05-171-1/+2
| * Bugzilla #53242: Support fractional line widths in AFP renderer, fixing probl...Glenn Adams2012-05-1711-22/+159
| * Bugzilla #53248: Fix exception thrown from use of -print option in CLI. Submi...Glenn Adams2012-05-171-1/+1
| * Bugzilla #53247: Fix renderer mime type for PCL output; should be application...Glenn Adams2012-05-162-2/+2
| * Bugzilla #40699: Fix for invalid PDF for certain numerical values in SVG line...Glenn Adams2012-05-161-2/+2
| * Mistake in last commit: didn't add a classMehdi Houshmand2012-05-151-0/+31
| * Improved handling of AFP double-byte character setsMehdi Houshmand2012-05-157-38/+44
| * Changed the way AFP PTOCA TransparentData control sequences are written so th...Mehdi Houshmand2012-05-117-187/+267
| * Bugzilla #53185: Unify date formatting between FOP and XGC as well as tidying...Glenn Adams2012-05-091-50/+5
| * Bugzilla #45715: Break before (break-before) not respected on blocks nested i...Glenn Adams2012-05-048-31/+121
| * Bugzilla #43940: Use new double format utility to improve thread safety and p...Glenn Adams2012-04-294-85/+15
| * Fixed concurrency issue re:background-image on a fo:block. Also updated a cou...Mehdi Houshmand2012-04-271-29/+27
| * Bugzilla #51484: Improve test for last section.Glenn Adams2012-04-261-2/+2
| * Fixed FindBugs warningsVincent Hennebert2012-04-252-30/+24
| * Bugzilla #53052: restored support for embedded PDF filesVincent Hennebert2012-04-251-2/+1
| * Bugzilla #53148: Fix performance regression in JDK 1.6 Update 19 due to use o...Glenn Adams2012-04-256-52/+34