aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* bugzilla #48063: patches 28912 and 29015; fixes infinite loop in footnotes codeLuis Bernardo2012-10-211-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400704 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #40676: patch 29132 with changes, support for sRGB and iCCP chunksLuis Bernardo2012-10-202-24/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400536 13f79535-47bb-0310-9956-ffa450edef68
* bugzilla #54024: rewrote generation of /PageLabels dictionaryLuis Bernardo2012-10-172-6/+175
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1399483 13f79535-47bb-0310-9956-ffa450edef68
* fix findbugs issues introduced with revision 1391502Luis Bernardo2012-10-152-9/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1398155 13f79535-47bb-0310-9956-ffa450edef68
* edited my entry in the team list; reordered (alphabetic) contributors listLuis Bernardo2012-10-111-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1397364 13f79535-47bb-0310-9956-ffa450edef68
* Release jars must be built with JAIVincent Hennebert2012-10-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1396066 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53980: PDF accessibility: Store language information coming from ↵Vincent Hennebert2012-10-0810-103/+137
| | | | | | fo:block or fo:character in the structure tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1395692 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#53924: Support for retrieve-table-markers, submitted by Luis Bernardo.Mehdi Houshmand2012-09-2831-331/+998
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1391502 13f79535-47bb-0310-9956-ffa450edef68
* Merged trunk@1384277Temp_XGC_URI_ResolutionMehdi Houshmand2012-09-278-19/+72
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_XGC_URI_Resolution@1390959 13f79535-47bb-0310-9956-ffa450edef68
| * Bugzilla #53902: Added possibility to define 'header' table columns (the ↵Vincent Hennebert2012-09-267-18/+71
| | | | | | | | | | | | | | | | | | same way as fo:table-header allows to define header rows). When accessibility is enabled, this allows to set the appropriate Scope attribute on the corresponding TH cells. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1390412 13f79535-47bb-0310-9956-ffa450edef68
| * Amended javadoc mistakeMehdi Houshmand2012-09-241-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1389407 13f79535-47bb-0310-9956-ffa450edef68
* | Moved the I/O interfaces to XGC and updated code with new resolution mechanismMehdi Houshmand2012-09-1920-307/+141
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_XGC_URI_Resolution@1387645 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#53868: Full font embedding in PDFMehdi Houshmand2012-09-1411-156/+362
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1384690 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53865: Add Rows per Strip configuration for Tiff rendererPeter Hancock2012-09-134-4/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1384310 13f79535-47bb-0310-9956-ffa450edef68
* FOP website: broken links to nabble archivesPascal Sancho2012-09-122-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1383917 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53598: avoid IllegalArgumentException by setting the breakClass ↵Vincent Hennebert2012-09-041-4/+17
| | | | | | | | | field in BreakElement to a legal default value Patch by Robert Meyer, applied with some modifications git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380923 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #45715: Restored support for break-before on fo:table.Vincent Hennebert2012-09-041-1/+2
| | | | | | | Patch by Luis Bernardo git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380726 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53827: When an fo:block has a non-zero value for its text-indent ↵Vincent Hennebert2012-09-041-0/+4
| | | | | | property and is broken over two pages of different widths, then the first line on the second page is missing one word and appears indented. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380667 13f79535-47bb-0310-9956-ffa450edef68
* Amended synchronized mistake made in r1380169.Mehdi Houshmand2012-09-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380514 13f79535-47bb-0310-9956-ffa450edef68
* Amended a couple javadocs and some trivial clean upMehdi Houshmand2012-09-032-11/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1380169 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#53790: Prevented the TIFF configurator from overriding the Bitmap ↵Mehdi Houshmand2012-08-287-115/+157
| | | | | | configurator unless CCITT compression is enabled. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1378163 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix#53786: Removed the Attribute Qualifier (x80) triplet from TLEs as ↵Mehdi Houshmand2012-08-285-41/+12
| | | | | | they aren't being properly used git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1378049 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#48954: Support for character encoding of TLEs in AFP output. ↵Mehdi Houshmand2012-08-2413-119/+221
| | | | | | Submitted by PH. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1376950 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla 53778: When PDF accessibility is enabled, the contents for the ↵Vincent Hennebert2012-08-2419-824/+543
| | | | | | different regions must appear in the proper order in the structure tree. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1376923 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix#53766: Remove StandardEncoding as the encoding type from fonts used ↵Mehdi Houshmand2012-08-233-58/+80
| | | | | | in the PDF renderer. Submitted by Robert Meyer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1376500 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#53751: Slightly restructured the way the FontCache creates a cache-fileMehdi Houshmand2012-08-176-60/+62
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1374238 13f79535-47bb-0310-9956-ffa450edef68
* Changed serialVersionUID in the serialization of font-cache and some minor ↵Mehdi Houshmand2012-08-151-4/+7
| | | | | | related changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1373227 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a couple minor bugs in CLI and config parsingMehdi Houshmand2012-08-102-9/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371734 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#53685 - AFP charactersets are cached using more unique keysMehdi Houshmand2012-08-103-20/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371639 13f79535-47bb-0310-9956-ffa450edef68
* Buzilla#53657 - AFP fonts use nominal character increment when the glyph ↵Mehdi Houshmand2012-08-104-35/+39
| | | | | | metrics aren't available git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371629 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53688: Wrong page number reported when a column overflows the ↵Vincent Hennebert2012-08-092-42/+41
| | | | | | region-body in a multi-column document git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1371386 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must ↵Vincent Hennebert2012-08-029-156/+349
| | | | | | be present in the structure tree for table header elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1368420 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53630: make it clear that the PDFConformanceException is due to ↵Vincent Hennebert2012-08-021-1/+2
| | | | | | | | | accessibility not being enabled Patch submitted by Robert Meyer git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1368419 13f79535-47bb-0310-9956-ffa450edef68
* Added javadocs to the URI schema resolution mechanisms availableMehdi Houshmand2012-07-261-1/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1366000 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#53600: Added an event if a glyph and its metric information does ↵Mehdi Houshmand2012-07-256-9/+50
| | | | | | not exist in the character set git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1365555 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla #53596: When PDF accessibility is enabled, the structure tree must ↵Vincent Hennebert2012-07-244-5/+63
| | | | | | contain information about the number of columns or rows spanned by a table cell. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1365162 13f79535-47bb-0310-9956-ffa450edef68
* Fixed all javadoc issues, "ant javadocs" now works without errorsMehdi Houshmand2012-07-239-19/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1364567 13f79535-47bb-0310-9956-ffa450edef68
* Corrected javadocs in o.a.f.apps.* classesMehdi Houshmand2012-07-235-74/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1364541 13f79535-47bb-0310-9956-ffa450edef68
* Merge from ^/branches/fop-1_1.Glenn Adams2012-07-2145-198/+8836
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1364036 13f79535-47bb-0310-9956-ffa450edef68
* Bugzilla#53563: Removed a method call that could cause a ↵Mehdi Houshmand2012-07-181-3/+2
| | | | | | java.awt.HeadlessException in PCLGraphics2D (brought it inline with PDF/PS/AFP-Graphics2D classes) git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362823 13f79535-47bb-0310-9956-ffa450edef68
* When PDF accessibility is enabled, treat repeated table headings as artifactsVincent Hennebert2012-07-1634-234/+234
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362226 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: An IllegalArgumentException was thrown when break-before was used ↵Vincent Hennebert2012-07-167-19/+65
| | | | | | inside a list git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1362203 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: When restarting layout for the last page, discard glues and ↵Vincent Hennebert2012-07-124-48/+26
| | | | | | penalties at the beginning of the restarted Knuth sequence. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1360665 13f79535-47bb-0310-9956-ffa450edef68
* Updated XGC with r1358258 - consolidated some GraphicsConfiguration classes ↵Mehdi Houshmand2012-07-064-235/+5
| | | | | | so as to remove duplicated code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358259 13f79535-47bb-0310-9956-ffa450edef68
* Addressed some of the javadocs that were erroneousMehdi Houshmand2012-07-066-20/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358237 13f79535-47bb-0310-9956-ffa450edef68
* Fixed deprecation warning and added some comments to explain the API designMehdi Houshmand2012-07-062-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358188 13f79535-47bb-0310-9956-ffa450edef68
* Fixed NPE with when outputting AreaTree also improved base URI handling for CLIMehdi Houshmand2012-07-062-2/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358130 13f79535-47bb-0310-9956-ffa450edef68
* Changed the base URI of the FOP factory to be the FO file when CLI is usedMehdi Houshmand2012-07-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1358100 13f79535-47bb-0310-9956-ffa450edef68
* Synchronized FopFactory.getRendererConfigPeter Hancock2012-07-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357674 13f79535-47bb-0310-9956-ffa450edef68
* Removed FopFactory.getRendererConfig from public APIPeter Hancock2012-07-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357639 13f79535-47bb-0310-9956-ffa450edef68