| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve compatibility with Apache Harmony:
| Jeremias Maerki | 2006-11-12 | 1 | -1/+1 |
* | Bugzilla #40813: | Jeremias Maerki | 2006-11-12 | 3 | -19/+27 |
* | Bugzilla #40849: | Jeremias Maerki | 2006-11-12 | 4 | -106/+166 |
* | ApacheCon is over, next ApacheCon in April 2007 in Amsterdam NL | Jeremias Maerki | 2006-11-08 | 1 | -2/+2 |
* | Handle the case where no ImageWriter is returned. Avoids an NPE. | Jeremias Maerki | 2006-11-08 | 1 | -0/+5 |
* | Bugfix: Fixed bug when the sum of column widths of a table is larger than the... | Jeremias Maerki | 2006-11-06 | 4 | -4/+119 |
* | Better debug info. | Jeremias Maerki | 2006-10-27 | 1 | -1/+1 |
* | Style only. | Jeremias Maerki | 2006-10-25 | 2 | -46/+57 |
* | Update to latest font metric XML version to make tests work again. | Jeremias Maerki | 2006-10-25 | 2 | -3/+28 |
* | Update my profile (and, most of all, try my very first commit!) | Vincent Hennebert | 2006-10-25 | 1 | -1/+3 |
* | Added news about Vincent voted as committer | Christian Geisert | 2006-10-23 | 1 | -0/+4 |
* | listed myself as active again | Bertrand Delacretaz | 2006-10-16 | 1 | -1/+6 |
* | Do not stop building the metrics file if the unicode index is not found for a... | Bertrand Delacretaz | 2006-10-13 | 1 | -12/+15 |
* | fop script again. Forgot to remove debugging information. | Simon Pepping | 2006-10-13 | 1 | -11/+0 |
* | Improve the invocation of cygpath for cygwin. This fixes bug | Simon Pepping | 2006-10-13 | 1 | -3/+20 |
* | Bugzilla 40739, metrics-version attribute added to TrueType XML metrics files. | Bertrand Delacretaz | 2006-10-12 | 2 | -1/+45 |
* | Bugzilla 40724, kerning works now for custom CID fonts. | Bertrand Delacretaz | 2006-10-12 | 1 | -45/+85 |
* | Fixed possible endless loop. | Jeremias Maerki | 2006-10-11 | 1 | -5/+4 |
* | Tabs again. :-) | Jeremias Maerki | 2006-10-11 | 1 | -11/+11 |
* | FilledArea now properly applies the variation factor, when a page | Simon Pepping | 2006-10-11 | 8 | -73/+84 |
* | Just an attempt to clarify what "bf" means. | Jeremias Maerki | 2006-10-11 | 1 | -1/+1 |
* | Added a task for a source JAR (for Maven and Eclipse users) | Jeremias Maerki | 2006-10-11 | 1 | -0/+38 |
* | Patch from bugzilla 5335 comment #17 applied, thanks to vincent.hennebert@any... | Bertrand Delacretaz | 2006-10-11 | 1 | -63/+39 |
* | Added a note about the "changing available IPD" problem. | Jeremias Maerki | 2006-10-11 | 1 | -4/+8 |
* | code style
| Jeremias Maerki | 2006-10-11 | 3 | -66/+57 |
* | in debug mode, log the font tables names | Bertrand Delacretaz | 2006-10-10 | 1 | -0/+1 |
* | (this file was missing in previous commit) | Bertrand Delacretaz | 2006-10-10 | 1 | -0/+322 |
* | Applied patch from bugzilla 5335, comment 10. | Bertrand Delacretaz | 2006-10-10 | 5 | -14/+97 |
* | Throw exception if font does not provide a loca table (happens when attemptin... | Bertrand Delacretaz | 2006-10-10 | 1 | -2/+6 |
* | Throw exception if glyf table is not found (currently happens with some OTF f... | Bertrand Delacretaz | 2006-10-10 | 1 | -0/+1 |
* | Create a dummy PercentBaseContext in FOPRtfAttributes, so that | Simon Pepping | 2006-10-09 | 1 | -1/+18 |
* | Fix a small error in ListItemLayoutManager. Patch submitted by Julien | Simon Pepping | 2006-10-09 | 1 | -1/+1 |
* | Prevent a StringIndexOutOfBoundsException when the PNG output file | Simon Pepping | 2006-10-09 | 1 | -5/+25 |
* | Fixed a few JavaDoc errors. Removed some apparently unused/obsolete methods. | Joerg Pietschmann | 2006-10-07 | 16 | -67/+43 |
* | Fixed layout of forward page number citation references in fo:inline | Simon Pepping | 2006-10-07 | 6 | -39/+13 |
* | Don't swallow the exception. At least log it. | Jeremias Maerki | 2006-10-07 | 1 | -0/+6 |
* | Bugfix: Nested tables with headers and footers were not handled correctly and... | Jeremias Maerki | 2006-10-07 | 4 | -6/+216 |
* | Fixed a compilation problem. | Jeremias Maerki | 2006-10-07 | 1 | -3/+6 |
* | This fixes a bug that has crept in page number resolution, viz. the text was ... | Simon Pepping | 2006-10-06 | 2 | -1/+54 |
* | Create a class-specific logger for each LayoutManager which uses a logger. | Simon Pepping | 2006-10-05 | 19 | -7/+120 |
* | Added my key | Simon Pepping | 2006-10-04 | 1 | -0/+37 |
* | Add link to CambridgeDocs (they are using FOP!) | Jeremias Maerki | 2006-10-02 | 1 | -0/+1 |
* | Setting basedir on the JUnit tasks to avoid problems in certain environments. | Jeremias Maerki | 2006-09-29 | 1 | -7/+7 |
* | Working on bug #5335, barcode.fo example fixed to work with current code | Bertrand Delacretaz | 2006-09-21 | 3 | -42/+142 |
* | More fo.examples overridable properties, working on bug #5335 comment #14 | Bertrand Delacretaz | 2006-09-21 | 1 | -1/+4 |
* | Working on bug #5335: font did not embed correctly, replaced with a fresh dow... | Bertrand Delacretaz | 2006-09-21 | 1 | -0/+0 |
* | Fix bug #40569: throw IOException when embed-url was specified for an embedde... | Bertrand Delacretaz | 2006-09-21 | 1 | -5/+8 |
* | Overridable property "fo.examples.include" added to select which examples to ... | Bertrand Delacretaz | 2006-09-21 | 1 | -1/+2 |
* | Failed with "Border and padding for region "xsl-region-after" must be '0'" er... | Bertrand Delacretaz | 2006-09-21 | 1 | -4/+1 |
* | Simple test of the PDFCMap class, before refactoring it for ToUnicode | Bertrand Delacretaz | 2006-09-20 | 2 | -0/+71 |