aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| |_|_|/ |/| | |
* | | | Addressed some of the comments made by VH re:Temp_URI_Unification mergeMehdi Houshmand2012-07-047-11/+19
* | | | Bugzilla#53502: MODCA end structured field now more conformant with the spec ...Mehdi Houshmand2012-07-041-34/+63
| |_|/ |/| |
* | | 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-0329-118/+82
* | | White space, unused method and import clean upMehdi Houshmand2012-07-033-4/+3
* | | 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-0214-159/+305
|\| | |
| * | | Changed the exception message when internal font key == null, also some clean...Mehdi Houshmand2012-07-0214-159/+300
| | |/ | |/|
* | | Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-2647-512/+1071
* | | Merged in trunk@1353397Mehdi Houshmand2012-06-2649-926/+2035
|\| |
| * | Fix typos in comments. Submitted by Dieter von Holten.Glenn Adams2012-06-251-2/+2
| * | Bugzilla #53458: Fix incorrect language and country code key generation in hy...Glenn Adams2012-06-241-1/+1
| * | Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. ...Glenn Adams2012-06-241-0/+2
| * | Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use o...Glenn Adams2012-06-247-2/+54
| * | Eliminate javadocs warnings.Glenn Adams2012-06-232-2/+2
| * | Merged branch Temp_TrueTypeInPostScript back to trunkVincent Hennebert2012-06-2244-902/+2282
| |\ \
| | * \ Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-2244-186/+770
| | |\ \ | | |/ / | |/| |
| | * | 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
| | * | 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