aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | bugzilla #48063: patches 28912 and 29015; fixes infinite loop in footnotes codeLuis Bernardo2012-10-211-1/+7
* | | | | | | bugzilla #40676: patch 29132 with changes, support for sRGB and iCCP chunksLuis Bernardo2012-10-202-24/+63
* | | | | | | bugzilla #54024: rewrote generation of /PageLabels dictionaryLuis Bernardo2012-10-172-6/+175
* | | | | | | fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-152-9/+13
* | | | | | | Bugzilla #53980: PDF accessibility: Store language information coming from fo...Vincent Hennebert2012-10-0810-103/+137
| |_|_|_|_|/ |/| | | | |
* | | | | | Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-2831-331/+998
* | | | | | Merged trunk@1384277Temp_XGC_URI_ResolutionMehdi Houshmand2012-09-278-19/+72
|\ \ \ \ \ \
| * | | | | | Bugzilla #53902: Added possibility to define 'header' table columns (the same...Vincent Hennebert2012-09-267-18/+71
| * | | | | | Amended javadoc mistakeMehdi Houshmand2012-09-241-1/+1
* | | | | | | Moved the I/O interfaces to XGC and updated code with new resolution mechanismMehdi Houshmand2012-09-1920-307/+141
|/ / / / / /
* | | | | | Bugzilla#53868: Full font embedding in PDFMehdi Houshmand2012-09-1411-156/+362
* | | | | | Bugzilla #53865: Add Rows per Strip configuration for Tiff rendererPeter Hancock2012-09-133-4/+27
* | | | | | Bugzilla #53598: avoid IllegalArgumentException by setting the breakClass fie...Vincent Hennebert2012-09-041-4/+17
* | | | | | Bugzilla #45715: Restored support for break-before on fo:table.Vincent Hennebert2012-09-041-1/+2
* | | | | | Bugzilla 53827: When an fo:block has a non-zero value for its text-indent pro...Vincent Hennebert2012-09-041-0/+4
* | | | | | Amended synchronized mistake made in r1380169.Mehdi Houshmand2012-09-041-1/+1
* | | | | | Amended a couple javadocs and some trivial clean upMehdi Houshmand2012-09-032-11/+7
* | | | | | Bugzilla#53790: Prevented the TIFF configurator from overriding the Bitmap co...Mehdi Houshmand2012-08-287-115/+157
* | | | | | Bugfix#53786: Removed the Attribute Qualifier (x80) triplet from TLEs as they...Mehdi Houshmand2012-08-285-41/+12
* | | | | | Bugzilla#48954: Support for character encoding of TLEs in AFP output. Submitt...Mehdi Houshmand2012-08-2412-117/+218
* | | | | | Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-2419-824/+543
* | | | | | Bugfix#53766: Remove StandardEncoding as the encoding type from fonts used in...Mehdi Houshmand2012-08-233-58/+80
* | | | | | Bugzilla#53751: Slightly restructured the way the FontCache creates a cache-fileMehdi Houshmand2012-08-176-60/+62
| |_|_|_|/ |/| | | |
* | | | | Changed serialVersionUID in the serialization of font-cache and some minor re...Mehdi Houshmand2012-08-151-4/+7
* | | | | Fixed a couple minor bugs in CLI and config parsingMehdi Houshmand2012-08-102-9/+14
* | | | | Bugzilla#53685 - AFP charactersets are cached using more unique keysMehdi Houshmand2012-08-103-20/+70
* | | | | Buzilla#53657 - AFP fonts use nominal character increment when the glyph metr...Mehdi Houshmand2012-08-104-35/+39
* | | | | Bugzilla #53688: Wrong page number reported when a column overflows the regio...Vincent Hennebert2012-08-092-42/+41
* | | | | Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ...Vincent Hennebert2012-08-029-156/+349
* | | | | Bugzilla #53630: make it clear that the PDFConformanceException is due to acc...Vincent Hennebert2012-08-021-1/+2
* | | | | Added javadocs to the URI schema resolution mechanisms availableMehdi Houshmand2012-07-261-1/+54
* | | | | Bugzilla#53600: Added an event if a glyph and its metric information does not...Mehdi Houshmand2012-07-256-9/+50
* | | | | Bugzilla #53596: When PDF accessibility is enabled, the structure tree must c...Vincent Hennebert2012-07-244-5/+63
* | | | | Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-239-19/+13
* | | | | Corrected javadocs in o.a.f.apps.* classesMehdi Houshmand2012-07-235-74/+73
* | | | | Merge from ^/branches/fop-1_1.Glenn Adams2012-07-211-1/+0
* | | | | Bugzilla#53563: Removed a method call that could cause a java.awt.HeadlessExc...Mehdi Houshmand2012-07-181-3/+2
* | | | | When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-1634-234/+234
* | | | | Bugfix: An IllegalArgumentException was thrown when break-before was used ins...Vincent Hennebert2012-07-167-19/+65
* | | | | Bugfix: When restarting layout for the last page, discard glues and penalties...Vincent Hennebert2012-07-124-48/+26
* | | | | Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes s...Mehdi Houshmand2012-07-064-235/+5
* | | | | Addressed some of the javadocs that were erroneousMehdi Houshmand2012-07-066-20/+24
* | | | | Fixed deprecation warning and added some comments to explain the API designMehdi Houshmand2012-07-062-1/+15
* | | | | Fixed NPE with when outputting AreaTree also improved base URI handling for CLIMehdi Houshmand2012-07-062-2/+13
* | | | | Changed the base URI of the FOP factory to be the FO file when CLI is usedMehdi Houshmand2012-07-061-1/+1
* | | | | Synchronized FopFactory.getRendererConfigPeter Hancock2012-07-051-1/+1
* | | | | Removed FopFactory.getRendererConfig from public APIPeter Hancock2012-07-051-1/+1
* | | | | Command line parameters override fop conf settings when set (they won't overr...Mehdi Houshmand2012-07-051-0/+6
* | | | | Fixed regression re:strict-validation parameter in fop.xconfMehdi Houshmand2012-07-042-5/+14
* | | | | Changed the logging mechanism for the PDF filter list to debug levelMehdi Houshmand2012-07-041-1/+1
| |_|_|/ |/| | |