5745 Коміти (9892073fa4312ae1b58122be32a27a68580c539a)
 

Автор SHA1 Повідомлення Дата
  Jeremias Maerki 9892073fa4 Renamed to 0.95beta. 16 роки тому
  Jeremias Maerki 50dc623e36 Using Forrest Trunk from now on (in order to use FOP 0.94 for PDFs). We'll switch to a stable release as soon as a release with a new FOP version is available. 16 роки тому
  Jeremias Maerki 820c3e17c9 Various updates. 16 роки тому
  Jeremias Maerki de0383da95 Added ApacheCon US 2008. 16 роки тому
  Jeremias Maerki 1fa00f4c04 Switched to Commons 1.3 being released. 16 роки тому
  Jeremias Maerki 158c55f0be Removed 0.93 and 0.94, added 0.95. There's no noticeable difference between 0.94 and 0.95 so I removed a column to regain some space. 16 роки тому
  Jeremias Maerki 1a1ba46dbf Tried to make font configuration easier to understand by splitting the basics from the advanced stuff. Otherwise, people will believe for the next 100 years that generating XML font metrics file is still always necessary. 16 роки тому
  Clay Leeds eb970f7950 Updated the Apache FOP Quick Start to include a 'Hello World' document and make it more geared toward newbies (thanks Jeremias!). 16 роки тому
  Jeremias Maerki a1939c7e0c Further preparations for the 0.95 release. This was tested with the latest Forrest Trunk (which uses FOP 0.94 for the PDFs). 16 роки тому
  Clay Leeds 92922510c0 Adding Quick Start Guide. 16 роки тому
  Clay Leeds b8f0a382c0 Preparing for FOP 0.95 release. 16 роки тому
  Jeremias Maerki df6829db5b Bugfix: Disabled setting widths from AFM since we're using WinAnsiEncoding internally but the AFM delivers the character widths using the font's native encoding which causes problems with some characters. 16 роки тому
  Andreas L. Delmelle edd7d1715e Minor tweak: switch from toString() to getLocalizedMessage() for Exceptions passed into warning() 16 роки тому
  Andreas L. Delmelle 4d59e568a0 Minor tweaks/updates: 16 роки тому
  Jeremias Maerki 231ae62167 Slight improvement for thin lines in Java2D/AWT output. 16 роки тому
  Vincent Hennebert 239800ae6c bpBeforeNormal and bpAfterNormal already include border-separation, no need to re-substract it from the box height 16 роки тому
  Jeremias Maerki 5f522b43a1 Bugzilla #44497: 16 роки тому
  Vincent Hennebert d99ae9c232 Moved the getBody method into PrimaryGridUnit, since it's only needed there and that allows to simplify EmptyGridUnit 16 роки тому
  Jeremias Maerki 2664dde568 GOCA support temporarily removed. 16 роки тому
  Jeremias Maerki 37a7749a65 Reverted revision 603590 which broke the AFP renderer. The other changes after revision 603590 should be preserved as well as possible, including the switch to the new image library. 16 роки тому
  Vincent Hennebert 5250c87d0e - added full support for keep-with-previous on table-row and in table-cell 16 роки тому
  Jeremias Maerki d28d3ac902 Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not always respected. 16 роки тому
  Maximilian Berger 60fd6f6978 Fixed backward compatiblity with 1.4 16 роки тому
  Maximilian Berger aaef3aaef5 Turned on XInclude processing for the main source given on the command line. 16 роки тому
  Maximilian Berger 0c0480eb79 Moved me to commiters :) 16 роки тому
  Vincent Hennebert d2ab1d818a Fixed a bug leading to the content of row-spanning cells being duplicated at page breaks, when it's small enough to fit on the previous row 16 роки тому
  Jeremias Maerki 56387de039 Added support for reading the OS/2 table's usWeightClass value which supports the same font weight values as we use in XSL-FO. 16 роки тому
  Jeremias Maerki e4cc262c1f Fixed NPE when no AFM is available and the PFM didn't provide a xHeight. 16 роки тому
  Jeremias Maerki 5b06b2c75f Bugfix: a specified font-weight of 100 could result into a resolved font-weight of 400 even when a font with weight 200 is registered. 16 роки тому
  Jeremias Maerki ff6ac460f1 Bugzilla #44451: 16 роки тому
  Vincent Hennebert 8291833b46 Style only: removed spurious ^M characters at the end of lines 16 роки тому
  Jeremias Maerki b48a7fc627 Makes sense to mention the removal of deprecated methods. 16 роки тому
  Jeremias Maerki dbd7b4a824 Made the necessary changes to remove the long-standing deprecations in the apps package as discussed. 16 роки тому
  Jeremias Maerki 52a4a1ad84 It currently doesn't work properly without a layout-master-set. 16 роки тому
  Jeremias Maerki 4189170667 Reducing noise. Better messages. 16 роки тому
  Jeremias Maerki 76ebc1fa40 fop-rgb-icc() function did not make the round-trip which caused an error in the color_1.xml test case (intermediate format tests). Added a unit test to test the parsing and round-trip. 16 роки тому
  Jeremias Maerki 263b70846b Extract original exception in BasePDFTestCase.java. They are normally embedded in a TransformerException and sometimes additionally in a SAXException (depending on the JAXP implementation). 16 роки тому
  Jeremias Maerki a5c33430c6 No stack traces with missing images. 16 роки тому
  Jeremias Maerki 57de10b2fd Extracted most of the code in CodePointMapping (generated by XSLT) into a base class for easier maintenance and proper Javadocs. 16 роки тому
  Vincent Hennebert 70d511b80f rowStarted doesn't need to be set in the signalNewRow method. If it is, it will prevent the startTablePart event from being triggered on RowGroupBuilder, in addChildNode. This will lead to a NPE being thrown in CollapsingBorderResolver because it would be improperly set up. 16 роки тому
  Vincent Hennebert 7594480319 break-after set on the last child of a row-spanning cell must apply to the last row spanned by the cell 16 роки тому
  Maximilian Berger e397444e62 Created Constants for unit descriptions 16 роки тому
  Vincent Hennebert 5aab37b2de Simplified the detection of double as integer 16 роки тому
  Jeremias Maerki e1c8b0065b Fix problem with alternate Unicode code point overriding existing better ones in CodePointMapping (ex. a char code for NBSP was used in place of SPACE for non-standard encodings). 16 роки тому
  Adrian Cumiskey 06e1fa6d24 When I first saw this it surprised me, it seems to have been here for quite some time. 16 роки тому
  Jeremias Maerki c29ce0ae80 Added support for Type 1 fonts which don't use the AdobeStandardEncoding for PDF and PS output. Details: 16 роки тому
  Vincent Hennebert 40f03bc5a0 Moved to the FO tree stage the check for break-before/after on table-row while spanning in progress, and fixed bug #44321 as well 16 роки тому
  Vincent Hennebert 71ecb950fb Added support for breaks before and after table cells 16 роки тому
  Jeremias Maerki ea691f9d34 Easy way to force the discarding of the user's font cache file (especially after the recent changes). 16 роки тому
  Jeremias Maerki 75a7d24627 Replace useless javadoc comment. 16 роки тому