aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Bugzilla #44743: Jeremias Maerki2008-04-041-3/+11
* Oops. Fixed a last-minute change that broke the build.Jeremias Maerki2008-04-031-1/+1
* Bugzilla #44737:Jeremias Maerki2008-04-0314-210/+445
* Added missing code for determining the PDF Flags. The removes the need to hav...Jeremias Maerki2008-03-311-7/+20
* Fixed possible NullPointerException in AFM kerning table build code.Jeremias Maerki2008-03-311-2/+2
* When a JPEG image is embedded, an optionally embedded color profile is filter...Jeremias Maerki2008-03-272-2/+109
* Added support for addressing all glyphs available in a Type 1 font, not just ...Jeremias Maerki2008-03-2737-743/+1629
* Cleanup and minor refactoring:Andreas L. Delmelle2008-03-2319-139/+79
* updates to Forrest web site (expand menu structure).Clay Leeds2008-03-221-0/+1
* Merged revisions 636400-636405,636407-638388 via svnmerge from Vincent Hennebert2008-03-1854-5909/+54
* Reverting changes of rev. 637057. I applied the changes to the 0.95 branch in...Vincent Hennebert2008-03-143-8/+6
* Bugzilla #44412:Jeremias Maerki2008-03-143-6/+8
* Removed no longer used borderAndPaddingBPD fieldVincent Hennebert2008-03-121-17/+0
* Update of the documentation before the release.Vincent Hennebert2008-03-125-61/+10
* Updated the compliance page. Re-added the 0.94 column since there are some no...Vincent Hennebert2008-03-121-94/+771
* Since compliance.ihtml is now the source file and it would cost too much to r...Vincent Hennebert2008-03-121-5110/+6334
* Fixed a copy-paste error (getPaddingStart instead of getPaddingEnd)Vincent Hennebert2008-03-111-1/+1
* Bugfix for row/body/col background painting when padding is used in the table...Jeremias Maerki2008-03-101-8/+14
* Need to clean up after myself.Jeremias Maerki2008-03-102-3/+2
* Bugfix: forced break ignored when the minimum height of a table-row isn't rea...Vincent Hennebert2008-03-105-183/+209
* Fixed NPE in BlockContainerLayoutManager when used as a child of an inline-le...Jeremias Maerki2008-03-1020-124/+185
* Added some notes on getting the same output for PDF/PS and Java2D-based rende...Jeremias Maerki2008-03-063-0/+73
* - Fixed the rendering of the area of a table corresponding to border-separati...Vincent Hennebert2008-03-056-135/+367
* Update README.Jeremias Maerki2008-03-042-9/+3
* Update FOP poster for OpenExpo 2008 in Bern.Jeremias Maerki2008-03-0412-3954/+34
* Bugfix: If there's shrink available in an auto-height situation, the differen...Jeremias Maerki2008-03-041-1/+7
* Bugfix: Without the system ID (base URI), the XSLT processor cannot resolve d...Jeremias Maerki2008-03-041-3/+6
* Copyright yearJeremias Maerki2008-03-041-1/+1
* Renamed to 0.95beta.Jeremias Maerki2008-03-043-35/+4
* Using Forrest Trunk from now on (in order to use FOP 0.94 for PDFs). We'll sw...Jeremias Maerki2008-03-041-2/+2
* Various updates.Jeremias Maerki2008-03-045-14/+46
* Added ApacheCon US 2008.Jeremias Maerki2008-03-041-0/+7
* Removed 0.93 and 0.94, added 0.95. There's no noticeable difference between 0...Jeremias Maerki2008-03-041-399/+50
* Tried to make font configuration easier to understand by splitting the basics...Jeremias Maerki2008-03-032-136/+276
* Updated the Apache FOP Quick Start to include a 'Hello World' document and ma...Clay Leeds2008-03-031-29/+96
* Further preparations for the 0.95 release. This was tested with the latest Fo...Jeremias Maerki2008-03-0224-16/+5671
* Adding Quick Start Guide.Clay Leeds2008-03-021-0/+57
* Preparing for FOP 0.95 release.Clay Leeds2008-03-0125-5129/+18
* Bugfix: Disabled setting widths from AFM since we're using WinAnsiEncoding in...Jeremias Maerki2008-02-291-2/+10
* Minor tweak: switch from toString() to getLocalizedMessage() for Exceptions p...Andreas L. Delmelle2008-02-281-1/+1
* Minor tweaks/updates:Andreas L. Delmelle2008-02-281-64/+35
* Slight improvement for thin lines in Java2D/AWT output.Jeremias Maerki2008-02-281-0/+2
* bpBeforeNormal and bpAfterNormal already include border-separation, no need t...Vincent Hennebert2008-02-271-1/+0
* Bugzilla #44497: Jeremias Maerki2008-02-271-5/+1
* Moved the getBody method into PrimaryGridUnit, since it's only needed there a...Vincent Hennebert2008-02-264-17/+15
* Reverted revision 603590 which broke the AFP renderer. The other changes afte...Jeremias Maerki2008-02-2658-5221/+1165
* - added full support for keep-with-previous on table-row and in table-cellVincent Hennebert2008-02-2517-295/+342
* Bugfix: When scale-up/down-to-fit was used, the image scaling rule was not al...Jeremias Maerki2008-02-251-7/+13
* Fixed backward compatiblity with 1.4Maximilian Berger2008-02-221-2/+2
* Turned on XInclude processing for the main source given on the command line.Maximilian Berger2008-02-211-3/+28