4438 Commits (Temp_ProcessingFeedback)

Author SHA1 Message Date
  Jeremias Maerki c363ede823 Bugfix: Bugfix for URI resolution: Make StreamSources without system identifier work again. 16 years ago
  Jeremias Maerki ce09ef5c0c Bugzilla #43910: 16 years ago
  Jeremias Maerki adaeaeae7d Bugzilla #43904: 16 years ago
  Vincent Hennebert fcedea9341 Bugzilla #43766: breaks generated by the merging algorithm for table rows containing empty cells has always a penalty of 900 16 years ago
  Jeremias Maerki edc6153b9a Bugzilla #43605: 16 years ago
  Jeremias Maerki 42efdd9b24 ApacheCon US is over. 16 years ago
  Adrian Cumiskey 4dc0814427 This should improve the ability of the FontLoader when resolving PFM files 16 years ago
  Jeremias Maerki 04843a28c1 Bugzilla #43143: 16 years ago
  Vincent Hennebert 7bb609c60d Restored the setting of rowIndex on primary grid units (although testcases were already working...) 16 years ago
  Vincent Hennebert 107b19a5b6 Restored the setting of the parent table-row element on grid units 16 years ago
  Vincent Hennebert ec3c28e726 Reduced visibility of some methods and constructors from public to package-private, as a consequence of the move of *GridUnit to the fo.flow.table package 16 years ago
  Vincent Hennebert 924af95e7a Moved EffRow to the fo.flow.table package 16 years ago
  Vincent Hennebert 20c46b41fd Cleaned up RowGroupLayoutManager and TableRowIterator 16 years ago
  Vincent Hennebert fdad001c2b Use a singleton for a default BorderInfo of style none, instead of every time a new instance 16 years ago
  Vincent Hennebert a1abc9cf83 Changed back visibility of fields from public to package-private, due to the move of *GridUnit in the fo.flow.table package 16 years ago
  Vincent Hennebert c2143a0666 Moved *GridUnit from layoutmgr/table to fo/flow/table 16 years ago
  Vincent Hennebert 5675e7ef51 Moved the creation of grid units to the FO tree building stage. Brought a few improvements along with the move: 16 years ago
  Jeremias Maerki 6173b3f00f Fix two javadoc warnings. 16 years ago
  Jeremias Maerki 1f979bbef4 More informative overflow message (sometimes the overflow is just a few millipoints and it's nice to know how many). 16 years ago
  Jeremias Maerki 99b18323d1 Filter single quotes from the filenames as this will interfere with font-family parsing. 16 years ago
  Jeremias Maerki c2fcb031be Better error messages in fontLookup(). 16 years ago
  Jeremias Maerki 2ef1dd3304 Some TTF fonts don't have a PostScript name, so just emulate it in this case to avoid problems with font lookup further down. 16 years ago
  Jeremias Maerki 11bac849bd Improved PFM loading: 16 years ago
  Jeremias Maerki 11302bbf11 Expose a method so I can easily extract the renderer configuration from outside the rendering domain (for a test tool). 16 years ago
  Chris Bowditch e930caebf9 bug fix: avoid NPE when GC has removed a weak reference in the Property Cache 16 years ago
  Vincent Hennebert 0a6f26e936 Use tableLM instead of the primary grid unit to retrieve the Table fobj 16 years ago
  Jeremias Maerki cad1cea3b0 Avoid null values in generated Font classes so the encoding can be inspected. 16 years ago
  Jeremias Maerki 44187d0d1e Better solution for missing hyphenation character problem. 16 years ago
  Jeremias Maerki 66f4f9aa79 Issue a clear warning if the selected hyphenation character is not available in a font. Otherwise you'd just get a "glyph not available" error and you wonder why the hell FOP wants to use that character. 16 years ago
  Jeremias Maerki 3fc99cf3c0 Bugzilla #43835: 16 years ago
  Jeremias Maerki 205a9659f2 Attempt to shed light on what this method does. 16 years ago
  Jeremias Maerki 41fa630a24 Bugfix: An invalid PDF was created if a grayscale JPEG image with an sRGB profile was embedded undecoded. I didn't find any other way than to disable the the ICC profile in this case. 16 years ago
  Jeremias Maerki 38b57688e0 Another improvement for font auto-detection: 16 years ago
  Jeremias Maerki 11aa26d466 Improved font auto-detection and handling of AWT-supplied fonts in order to achieve better results when using multiple output formats. Whenever possible, the font names appearing in the operating system can also be used in XSL-FO. 16 years ago
  Chris Bowditch 890948b516 bugfix: instead of throwing an exception use default PS Level if not set in fop.xconf file 16 years ago
  Vincent Hennebert 8e71d756c3 Nitpick regarding the Nimbus font names 16 years ago
  Jeremias Maerki ada41f6dba Bugfix: filters were not applied but still produced into the dictionary even if the filters are disabled. Fixes a bug with PDF-in-PDF embedding. 16 years ago
  Jeremias Maerki c77f6200e9 Some notes about FOP's default font and font substitution for Base 14 fonts in document viewers. 16 years ago
  Jeremias Maerki 3a6b3e612c Fixed regression: transparent-page-background was not recognized for PNG output. 16 years ago
  Vincent Hennebert e56a36b50a Now that there is a dedicated package for tables, the PendingSpan class can be extracted into a top-level class. 16 years ago
  Vincent Hennebert 335f9a3502 Added check for table-cells which span more rows than available in their parent element 16 years ago
  Jeremias Maerki 6201efe1de Mailing List Archive link updates. 16 years ago
  Jeremias Maerki 8f1e446eed Bugfix: FOPFonts proc is not used/needed anymore. 16 years ago
  Vincent Hennebert 37815793fb Renamed signalNewRow method into more accurate signalRowEnd 16 years ago
  Vincent Hennebert 740a2f598c Moved table-related FObj into new o.a.fop.fo.flow.table package 16 years ago
  Vincent Hennebert 2a76212532 First step towards building row groups at the FO tree stage. The built row groups are currently not used and the TableRowIterator stuff remains unchanged; this allows for more atomic commits. 16 years ago
  Vincent Hennebert 9f72409174 Disabled debug outputs 16 years ago
  Jeremias Maerki a13a3cb478 Make Vincent happy. 16 years ago
  Andreas L. Delmelle bb838976f6 Added support for fo:markers on fo:inline and fo:basic-link. 16 years ago
  Jeremias Maerki b4539a2423 Completely reimplemented the PDFTextPainter. All SVG text (including flow text, but excluding special cases with filters) is now painted in PDF text primitives. 16 years ago