5785 Commits (ff38e91905ba2b8896c03462f4c9bf826945b2bd)
 

Author SHA1 Message Date
  Jeremias Maerki ff38e91905 Merged branch 16 years ago
  Jeremias Maerki 0cd357bc19 Initialized merge tracking via "svnmerge" with revisions "1-615152" from 16 years ago
  Jeremias Maerki 151ab4f28e Fixed broken links. 16 years ago
  Jeremias Maerki 6555a287b9 Bugzilla #44744: 16 years ago
  Jeremias Maerki f39d06bf84 Bugzilla #44743: 16 years ago
  Jeremias Maerki 56bdf90544 Oops. Fixed a last-minute change that broke the build. 16 years ago
  Jeremias Maerki 4aa262724c Bugzilla #44737: 16 years ago
  Jeremias Maerki aa32510fd9 Updated XG Commons for revision: http://svn.apache.org/viewvc?rev=642925&view=rev 16 years ago
  Jeremias Maerki d6cef1e524 Added missing code for determining the PDF Flags. The removes the need to have a PFM if you have an AFM file for a Type 1 font. 16 years ago
  Jeremias Maerki 9f2612f961 Fixed possible NullPointerException in AFM kerning table build code. 16 years ago
  Jeremias Maerki 3889e54fd5 When a JPEG image is embedded, an optionally embedded color profile is filtered out as it's already embedded separately in the PDF file. 16 years ago
  Maximilian Berger 18e5967d81 Added my key 16 years ago
  Jeremias Maerki b4e4025963 Added support for addressing all glyphs available in a Type 1 font, not just the ones in the font's primary encoding. 16 years ago
  Andreas L. Delmelle 8fe298ac37 Cleanup and minor refactoring: 16 years ago
  Clay Leeds bedceea283 updates to Forrest web site (expand menu structure). 16 years ago
  Vincent Hennebert 488e889e37 Merged revisions 636400-636405,636407-638388 via svnmerge from 16 years ago
  Vincent Hennebert 3626f72913 Reverting changes of rev. 637057. I applied the changes to the 0.95 branch instead so that they make their way into the 0.95 release. I will merge them back to the Trunk via svnmerge 16 years ago
  Jeremias Maerki c9cfdd499c Bugzilla #44412: 16 years ago
  Vincent Hennebert 3794827222 Removed no longer used borderAndPaddingBPD field 16 years ago
  Vincent Hennebert addfc1ca64 Blocked revisions 636406 via svnmerge 16 years ago
  Vincent Hennebert 31d047f18e Initialized merge tracking via "svnmerge" from the 0.95 branch 16 years ago
  Vincent Hennebert 51299e0fdb Update of the documentation before the release. 16 years ago
  Vincent Hennebert c13e679b4b Updated the compliance page. Re-added the 0.94 column since there are some noteworthy changes between the 0.94 and 0.95 versions 16 years ago
  Vincent Hennebert 6e4adce914 Since compliance.ihtml is now the source file and it would cost too much to revert to an xml version, tidied the file a bit. No content change. 16 years ago
  Vincent Hennebert 2a1420b279 Updated the disabled-testcases.xml file: re-enabled testcases which could easily be updated, removed the other ones which anyway were superseded by more complete ones 16 years ago
  Vincent Hennebert 9d5053ab81 Forgot to add the testcase for forced break vs explicit row height in revision 635686 16 years ago
  Vincent Hennebert a2e3b3fb6f Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd) 16 years ago
  Jeremias Maerki 7cbdc9ae76 Bugfix for row/body/col background painting when padding is used in the table-cells. 16 years ago
  Jeremias Maerki 453d97efa7 Need to clean up after myself. 16 years ago
  Vincent Hennebert 70926ca9fb Bugfix: forced break ignored when the minimum height of a table-row isn't reached 16 years ago
  Jeremias Maerki a05824e66e Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-level FO. Split IP and BP stack limits in LayoutContext (there's now a certain amount of redundancy with "refIPD" in LayoutContext which I didn't resolve). 16 years ago
  Jeremias Maerki 1833a1dc56 Added some notes on getting the same output for PDF/PS and Java2D-based renderers. 16 years ago
  Vincent Hennebert 80c5af4494 - Fixed the rendering of the area of a table corresponding to border-separation, which must be filled with the background of the table, and not the rows. 16 years ago
  Jeremias Maerki f6a7ede0a9 Update README. 16 years ago
  Jeremias Maerki e3d9769eb8 Update FOP poster for OpenExpo 2008 in Bern. 16 years ago
  Jeremias Maerki ce6891ab0e Bugfix: If there's shrink available in an auto-height situation, the difference is now set to 0 in order to avoid unwanted effects. IOW, never shrink in an auto-height situation. 16 years ago
  Jeremias Maerki dddf18e245 Bugfix: Without the system ID (base URI), the XSLT processor cannot resolve document(<uri>, .) function calls correctly. 16 years ago
  Jeremias Maerki 3e62a78793 Ha! Almost forgot the most important change: Java 1.4! 16 years ago
  Jeremias Maerki 4fe80f161f Noted some of the major change areas in this release. 16 years ago
  Jeremias Maerki 1da490e8fb Copyright year 16 years ago
  Jeremias Maerki 00a14ff2f8 Renamed to 0.95beta. 16 years ago
  Jeremias Maerki bcaa27598a 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 years ago
  Jeremias Maerki 9c1dc75f98 Various updates. 16 years ago
  Jeremias Maerki ab4bd9d7f6 Added ApacheCon US 2008. 16 years ago
  Jeremias Maerki 2a3f46d4ff Switched to Commons 1.3 being released. 16 years ago
  Jeremias Maerki 2485546255 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 years ago
  Jeremias Maerki 72cfd14e43 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 years ago
  Clay Leeds 933bec4ce4 Updated the Apache FOP Quick Start to include a 'Hello World' document and make it more geared toward newbies (thanks Jeremias!). 16 years ago
  Jeremias Maerki b15eac8ad0 Further preparations for the 0.95 release. This was tested with the latest Forrest Trunk (which uses FOP 0.94 for the PDFs). 16 years ago
  Clay Leeds 68eed6025c Adding Quick Start Guide. 16 years ago