1075 Commits (Temp_XGC_URI_Resolution)

Autor SHA1 Mensaje Fecha
  Vincent Hennebert a1af0b2481 Bugzilla #53902: Added possibility to define 'header' table columns (the same way as fo:table-header allows to define header rows). hace 11 años
  Mehdi Houshmand c9cbf7e0a4 Moved the I/O interfaces to XGC and updated code with new resolution mechanism hace 11 años
  Mehdi Houshmand ccd2678cd0 Bugzilla#53868: Full font embedding in PDF hace 11 años
  Peter Hancock d99dc75ffa Bugzilla #53865: Add Rows per Strip configuration for Tiff renderer hace 11 años
  Vincent Hennebert 10e39f016a Bugzilla #53598: avoid IllegalArgumentException by setting the breakClass field in BreakElement to a legal default value hace 11 años
  Vincent Hennebert 207b1d0228 Bugzilla #45715: Restored support for break-before on fo:table. hace 11 años
  Vincent Hennebert 9508968e6e Bugzilla 53827: When an fo:block has a non-zero value for its text-indent 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. hace 11 años
  Mehdi Houshmand 008bf019ad Bugzilla#53790: Prevented the TIFF configurator from overriding the Bitmap configurator unless CCITT compression is enabled. hace 11 años
  Vincent Hennebert 69beec0c8f Bugzilla 53778: When PDF accessibility is enabled, the contents for the different regions must appear in the proper order in the structure tree. hace 11 años
  Mehdi Houshmand d6994df393 Bugfix#53766: Remove StandardEncoding as the encoding type from fonts used in the PDF renderer. Submitted by Robert Meyer. hace 11 años
  Mehdi Houshmand c52db65ef8 Bugzilla#53751: Slightly restructured the way the FontCache creates a cache-file hace 11 años
  Mehdi Houshmand f7b41bf07e Added tests for AFPResourceAccessor hace 11 años
  Vincent Hennebert 6c9c875c0d Bugzilla #53688: Wrong page number reported when a column overflows the region-body in a multi-column document hace 11 años
  Vincent Hennebert 2c2c292121 Bugzilla #53639: When PDF accessibility is enabled, the Scope attribute must be present in the structure tree for table header elements. hace 12 años
  Vincent Hennebert 6c6183d35a Bugzilla #53596: When PDF accessibility is enabled, the structure tree must contain information about the number of columns or rows spanned by a table cell. hace 12 años
  Vincent Hennebert b9b3fd19f4 Updated reference PDF following change from rev. 1362226 (treat repeated table headers as artifacts) hace 12 años
  Vincent Hennebert c1c33af031 Bugfix: An IllegalArgumentException was thrown when break-before was used inside a list hace 12 años
  Vincent Hennebert 3411937d72 Bugfix: When restarting layout for the last page, discard glues and penalties at the beginning of the restarted Knuth sequence. hace 12 años
  Mehdi Houshmand 41299785b6 Fixed deprecation warning and added some comments to explain the API design hace 12 años
  Peter Hancock 4c623422ef Removed FopFactory.getRendererConfig from public API hace 12 años
  Mehdi Houshmand e6fad9f9d8 Added test for strict user configuration setting within the fop-conf hace 12 años
  Mehdi Houshmand 6087e3d708 Command line parameters override fop conf settings when set (they won't override when not set) hace 12 años
  Mehdi Houshmand f7af5b4647 Deletes temporary resource files created by unit test hace 12 años
  Mehdi Houshmand b409a37cbf Addressed some of the comments made by VH re:Temp_URI_Unification merge hace 12 años
  Mehdi Houshmand 8f37765b5c Bugzilla#53502: MODCA end structured field now more conformant with the spec by allowing 0xFFFF match (match any). Submitted by Robert Meyer hace 12 años
  Mehdi Houshmand d9695207a5 White space, unused method and import clean up hace 12 años
  Mehdi Houshmand f5a033d38f Changed the exception message when internal font key == null, also some clean up and encapsulation to *Painter classes hace 12 años
  Mehdi Houshmand c9f6e74ddf Improved the handling of defaults for PDF config and general clean up hace 12 años
  Glenn Adams f7c9ea74d2 Bugzilla #53431: Fix incorrect SVG line dash pattern with PDF output format. Submitted by Luis Bernardo. hace 12 años
  Mehdi Houshmand a97e0be88b Predominantly clean up and javadocs, very little functional change here hace 12 años
  Mehdi Houshmand c36ffee9df Added tests and cleaning up of code hace 12 años
  Peter Hancock 22682543c9 Removed HyphenationTreeResolver and better Handling of 'data://' URIs hace 12 años
  Glenn Adams 4bba95be2e Bugzilla #40676: Support use of ImageLoaderRawPNG decoder in order to prevent re-encoding of PNG images (and unnecssary output file bloat). Submitted by Luis Bernardo, Matthias Reischenbacher. hace 12 años
  Mehdi Houshmand d17d05e36c Removed URI resolving class that are no longer needed and handled data URIs hace 12 años
  Mehdi Houshmand 24664f1459 Removed AFP resource handling mechanism in favour of a unified resource resolver hace 12 años
  Vincent Hennebert fae8882d22 Renamed DIRECTORY_TABLE into TABLE_DIRECTORY hace 12 años
  Mehdi Houshmand eccd73c523 Started unifying URI resolution mechanism, redesigned configuration system and created flexible config testing hace 12 años
  Vincent Hennebert 9e1c3f381c Added possibility to treat some content as artifact. hace 12 años
  Vincent Hennebert 340025483a Bugzilla #53296: Updated TTFinPS specific test cases to JUnit 4 hace 12 años
  Glenn Adams d48e0e1f46 Add version attribute to AT and IF intermediate formats. Also eliminate redundant use of reversed attribute in AT format. hace 12 años
  Glenn Adams 72ba7e572d Add extension to place code just before PostScript %PageTrailer. Submitted by Luis Bernardo. hace 12 años
  Glenn Adams 4778980074 Bugzilla #53294: Fix invalid PostScript file being created when font-size is 0. Submitted by Robert Meyer. hace 12 años
  Vincent Hennebert 37d0a02bbf Updated reference PDFs following changes from rev. 1341992 and 1342680 hace 12 años
  Vincent Hennebert 89b98e43e0 Added support for the role property on fo:page-sequence, fo:flow and fo:static-content. hace 12 años
  Glenn Adams 3f7239142b Bugzilla #52144: Fix crash on use of version switch (-v). Submitted by Luis Bernardo. hace 12 años
  Glenn Adams 5a0e10ae9d Bugzilla #53242: Support fractional line widths in AFP renderer, fixing problem with SVG line drawing. Submitted by Luis Bernardo. hace 12 años
  Glenn Adams c251ff4844 Bugzilla #53248: Fix exception thrown from use of -print option in CLI. Submitted by Luis Bernardo. hace 12 años
  Mehdi Houshmand 1e8a2631f0 Improved handling of AFP double-byte character sets hace 12 años
  Mehdi Houshmand c46fafb223 Changed the way AFP PTOCA TransparentData control sequences are written so that they end on character byte boundaries hace 12 años
  Glenn Adams 953e762e1b Bugzilla #45715: Break before (break-before) not respected on blocks nested in inlines. hace 12 años