1075 커밋 (Temp_XGC_URI_Resolution)

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