aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf
Commit message (Expand)AuthorAgeFilesLines
...
* FOP-2265: Enable xlint cast; patch submitted by Simon SteinerLuis Bernardo2013-07-131-2/+2
* FOP-2248: add support for AES 256 PDF encryptionLuis Bernardo2013-05-187-79/+481
* Cosmetics only: removed Checkstyle SuppressWithNearbyCommentFilter and fixed ...Vincent Hennebert2013-05-074-8/+8
* Cosmetics only: enabled Checkstyle MethodParamPad rule and fixed correspondin...Vincent Hennebert2013-05-072-4/+4
* FOP-2244: Encrypted image colorspace fails; patch submitted by Simon SteinerLuis Bernardo2013-04-301-0/+1
* Cosmetics only: enabled Checkstyle ParenPad rule and fixed corresponding viol...Vincent Hennebert2013-04-097-32/+17
* FOP #2234: NPE when rendering a document with markers and accessibility is en...Vincent Hennebert2013-04-081-1/+4
* FOP-2192: fix checkstyle and findbugs warningsGlenn Adams2013-01-182-2/+2
* FOP-2188: optimize string allocation in pdf output processingGlenn Adams2013-01-164-28/+104
* Small code simplifications due to Luis BernardoPeter Hancock2012-12-131-25/+19
* Bugzilla #54169: Split the parent tree (the number tree corresponding to the ...Vincent Hennebert2012-11-193-29/+59
* Bugzilla #54038: Added PDF/A-2 output optionVincent Hennebert2012-10-224-33/+77
* bugzilla #54024: rewrote generation of /PageLabels dictionaryLuis Bernardo2012-10-171-0/+174
* Bugzilla#53868: Full font embedding in PDFMehdi Houshmand2012-09-141-47/+28
* Amended a couple javadocs and some trivial clean upMehdi Houshmand2012-09-031-2/+2
* Bugzilla 53778: When PDF accessibility is enabled, the contents for the diffe...Vincent Hennebert2012-08-245-25/+54
* Bugfix#53766: Remove StandardEncoding as the encoding type from fonts used in...Mehdi Houshmand2012-08-233-58/+80
* Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ...Vincent Hennebert2012-08-026-15/+286
* Bugzilla #53630: make it clear that the PDFConformanceException is due to acc...Vincent Hennebert2012-08-021-1/+2
* Bugzilla #53596: When PDF accessibility is enabled, the structure tree must c...Vincent Hennebert2012-07-242-0/+43
* Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-231-1/+0
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-161-3/+1
* Improved the handling of defaults for PDF config and general clean upMehdi Houshmand2012-06-261-0/+1
* Merged in trunk@1353397Mehdi Houshmand2012-06-266-4/+40
|\
| * Bugzilla #40676: Fix interoperability issue with Adobe reader regarding use o...Glenn Adams2012-06-245-2/+38
| * Merged changes from trunk up to revision 1351540Temp_TrueTypeInPostScriptVincent Hennebert2012-06-225-40/+33
| |\
| * | Cosmetics only: organised importsVincent Hennebert2012-06-181-1/+1
| * | Merged changes from trunk up to revision 1343133Vincent Hennebert2012-05-285-59/+16
| |\ \
| * \ \ Merged changes from trunk up to rev. 1325806Vincent Hennebert2012-04-131-0/+3
| |\ \ \
| * \ \ \ Merged changes from trunk up to revision 1306814Vincent Hennebert2012-04-0584-1216/+2988
| |\ \ \ \
| * | | | | Bugzilla #50483: Improved support for TrueType fonts in PostScriptVincent Hennebert2012-03-301-5/+3
* | | | | | Merged with trunk@1351540Mehdi Houshmand2012-06-201-1/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent...Glenn Adams2012-06-151-1/+5
* | | | | | Removed URI resolving class that are no longer needed and handled data URIsMehdi Houshmand2012-06-142-75/+6
* | | | | | Removed AFP resource handling mechanism in favour of a unified resource resolverMehdi Houshmand2012-06-111-2/+0
* | | | | | Merge in trunk@1345838Mehdi Houshmand2012-06-114-37/+28
|\| | | | |
| * | | | | Eliminate javadocs warnings.Glenn Adams2012-06-043-8/+5
| * | | | | 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
| | |_|_|/ | |/| | |
* / | | | Started unifying URI resolution mechanism, redesigned configuration system an...Mehdi Houshmand2012-05-315-89/+66
|/ / / /
* | | | The Type entry is optional for a structure element. Not outputting it allows ...Vincent Hennebert2012-05-231-1/+0
* | | | Bugzilla #53185: Unify date formatting between FOP and XGC as well as tidying...Glenn Adams2012-05-091-50/+5
* | | | Bugzilla #43940: Use new double format utility to improve thread safety and p...Glenn Adams2012-04-292-6/+10
* | | | Bugzilla #53052: restored support for embedded PDF filesVincent Hennebert2012-04-251-2/+1
| |_|/ |/| |
* | | Bugzilla #51599: Allow https scheme URI for PDF external action target.Glenn Adams2012-04-081-0/+3
| |/ |/|
* | Added support for PDF object streams.Temp_PDF_ObjectStreamsVincent Hennebert2012-03-2154-390/+1040
* | Bugzilla #51385: Added configuration option to set the version of the output ...Vincent Hennebert2012-03-198-96/+313
* | Added new line at end of files and enabled corresponding rule in checkstyle-5.5Vincent Hennebert2012-03-062-2/+2
* | add RegexpSingleline rule to flag use of @author; fix violationsGlenn Adams2012-03-054-14/+13
* | disable line breaks after DOT with NoWhiteSpaceAfter; fix violationsGlenn Adams2012-03-052-6/+6