aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Bugfix#53766: Remove StandardEncoding as the encoding type from fonts used in...Mehdi Houshmand2012-08-235-58/+159
* | | | | | | Bugzilla#53751: Slightly restructured the way the FontCache creates a cache-fileMehdi Houshmand2012-08-177-60/+139
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
* | | | | | Added tests for AFPResourceAccessorMehdi Houshmand2012-08-101-0/+84
* | | | | | Bugzilla#53685 - AFP charactersets are cached using more unique keysMehdi Houshmand2012-08-104-20/+74
* | | | | | Buzilla#53657 - AFP fonts use nominal character increment when the glyph metr...Mehdi Houshmand2012-08-105-35/+43
* | | | | | Bugzilla #53688: Wrong page number reported when a column overflows the regio...Vincent Hennebert2012-08-096-46/+198
* | | | | | Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ...Vincent Hennebert2012-08-0213-156/+485
* | | | | | 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-257-9/+53
* | | | | | Updated XGC with trunk@1365504Mehdi Houshmand2012-07-251-0/+0
| * | | | | Created branch for URI resolution in XGCMehdi Houshmand2012-07-250-0/+0
|/ / / / /
* | | | | Bugzilla #53596: When PDF accessibility is enabled, the structure tree must c...Vincent Hennebert2012-07-247-5/+214
* | | | | Updated XGC with trunk@1365077Mehdi Houshmand2012-07-241-0/+0
* | | | | Updated reference PDF following change from rev. 1362226 (treat repeated tabl...Vincent Hennebert2012-07-241-0/+0
* | | | | 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-2151-550/+9028
* | | | | Bugzilla#53563: Removed a method call that could cause a java.awt.HeadlessExc...Mehdi Houshmand2012-07-182-3/+6
* | | | | When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-1635-234/+240
* | | | | Bugfix: An IllegalArgumentException was thrown when break-before was used ins...Vincent Hennebert2012-07-1612-19/+347
* | | | | Bugfix: When restarting layout for the last page, discard glues and penalties...Vincent Hennebert2012-07-127-64/+38
* | | | | Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes s...Mehdi Houshmand2012-07-065-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-065-111/+151
* | | | | 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-052-6/+5
* | | | | Added test for strict user configuration setting within the fop-confMehdi Houshmand2012-07-052-2/+18
* | | | | Command line parameters override fop conf settings when set (they won't overr...Mehdi Houshmand2012-07-053-3/+10
* | | | | Updated documentation with new API changesMehdi Houshmand2012-07-051-72/+55
* | | | | 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
| |_|_|/ |/| | |
* | | | Removed limitations that were lifted after the work on the Temp_TrueTypeInPos...Vincent Hennebert2012-07-041-2/+0
* | | | Deletes temporary resource files created by unit testMehdi Houshmand2012-07-041-0/+1
* | | | Addressed some of the comments made by VH re:Temp_URI_Unification mergeMehdi Houshmand2012-07-048-14/+21
* | | | Bugzilla#53502: MODCA end structured field now more conformant with the spec ...Mehdi Houshmand2012-07-046-63/+151
| |_|/ |/| |
* | | Removed TTFCmapEntry class accidently re-introduced in rev. 1356646Vincent Hennebert2012-07-031-118/+0
* | | Check style and find bugs now pass without errorsMehdi Houshmand2012-07-0331-120/+82
* | | White space, unused method and import clean upMehdi Houshmand2012-07-034-8/+3
* | | Merged Temp_URI_Unification branch back into trunkMehdi Houshmand2012-07-03418-6836/+13068
|\ \ \
| * | | Deleted some svn:mergeinfo propertiesTemp_URI_UnificationMehdi Houshmand2012-07-030-0/+0
| * | | Merge in trunk@1356601Mehdi Houshmand2012-07-030-0/+0
| * | | Merged in trunk@1356456Mehdi Houshmand2012-07-031-0/+2
| |\ \ \ | |/ / / |/| | |
* | | | Fix for regression introduced by revision 1352986: NPE when auto-detecting Tr...Jeremias Maerki2012-07-021-1/+3
| * | | Merged in trunk@1356161Mehdi Houshmand2012-07-0248-601/+667
| |\ \ \ | |/ / / |/| | |
* | | | Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-0216-172/+403