| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd... | Vincent Hennebert | 2007-03-01 | 1 | -3/+1 |
* | Extract RowPainter from TableContentLayoutManager and make it a top-level class. | Vincent Hennebert | 2007-02-28 | 2 | -240/+279 |
* | Add code guards around log statements for better performance when they are di... | Vincent Hennebert | 2007-02-28 | 1 | -2/+6 |
* | Rename a local variable in the getNextStep method for clarity, and convert it... | Vincent Hennebert | 2007-02-27 | 1 | -3/+3 |
* | Add log messages to help understand the code | Vincent Hennebert | 2007-02-27 | 1 | -4/+7 |
* | Add an ending slash to base URLs when they don't have one, in order to better... | Vincent Hennebert | 2007-02-27 | 1 | -10/+20 |
* | Bugzilla 41652: | Andreas L. Delmelle | 2007-02-22 | 1 | -4/+3 |
* | PCL: Support for text decoration for text painted using bitmaps/Java2D. | Jeremias Maerki | 2007-02-22 | 1 | -3/+52 |
* | corrected imports that were messed up by my IDE in the last commit. Grumble... | Chris Bowditch | 2007-02-22 | 1 | -2/+5 |
* | quick and dirty fix for underlining in PCL. Only works for text-rendering="auto" | Chris Bowditch | 2007-02-22 | 1 | -7/+11 |
* | Slight correction: value of "inherit" was not yet handled; delegate to the su... | Andreas L. Delmelle | 2007-02-18 | 1 | -35/+39 |
* | Stricter user config file validation. | Vincent Hennebert | 2007-02-14 | 10 | -166/+423 |
* | Bugzilla 41572: | Andreas L. Delmelle | 2007-02-08 | 1 | -1/+1 |
* | Javadoc for the table layout code | Vincent Hennebert | 2007-02-08 | 4 | -14/+50 |
* | The spec explicitely does not specify what should be done when bpd is set to ... | Vincent Hennebert | 2007-02-07 | 1 | -1/+6 |
* | Bugzilla #41488: | Jeremias Maerki | 2007-02-07 | 2 | -2/+51 |
* | Fix: override PropertyMaker.make() to properly parse font-family names contai... | Andreas L. Delmelle | 2007-02-06 | 1 | -0/+50 |
* | Bugzilla #25997,#25999:
| Jeremias Maerki | 2007-02-03 | 3 | -18/+72 |
* | Fix for bugzilla 41503: | Andreas L. Delmelle | 2007-01-31 | 1 | -1/+2 |
* | Fix for bug 41019, minor changes to a few testcases as now a different set of... | Luca Furini | 2007-01-30 | 2 | -7/+32 |
* | Fix for PDF corruption when a TrueType font with spaces in its name is embedd... | Jeremias Maerki | 2007-01-26 | 1 | -2/+25 |
* | Typo in javadoc | Jeremias Maerki | 2007-01-26 | 1 | -1/+1 |
* | Bugzilla #41426: | Jeremias Maerki | 2007-01-22 | 1 | -2/+2 |
* | Bugfix: Seeking to the end of the file is legal, only reading from this posit... | Jeremias Maerki | 2007-01-16 | 1 | -1/+1 |
* | Two Knuth boxes following each other should only be considered for an additio... | Manuel Mall | 2007-01-14 | 1 | -1/+3 |
* | Initial support for soft hyphens | Manuel Mall | 2007-01-13 | 1 | -43/+87 |
* | Code cleanup: | Andreas L. Delmelle | 2007-01-11 | 35 | -56/+62 |
* | Added support for line-height-shift-adjustment property | Manuel Mall | 2007-01-11 | 1 | -6/+9 |
* | Fix for new linebreaking in combination with hyphenation not correctly breaki... | Manuel Mall | 2007-01-11 | 1 | -21/+25 |
* | In relaxed validation mode, it should be acceptable to have fo:table-footer /... | Vincent Hennebert | 2007-01-09 | 1 | -1/+1 |
* | Added afp to command line options help, marked mif and svg as experimental | Manuel Mall | 2007-01-08 | 1 | -4/+7 |
* | Added fop.home to Main.getJARList. Adapted the documentation. | Simon Pepping | 2007-01-06 | 1 | -1/+7 |
* | Bugzilla #40930: | Jeremias Maerki | 2007-01-04 | 3 | -0/+30 |
* | Readding the default format. This solves bug 41271. | Simon Pepping | 2007-01-02 | 1 | -0/+3 |
* | Correction: undo part of refactoring I've done locally, but not committed | Andreas L. Delmelle | 2006-12-23 | 1 | -1/+1 |
* | Slight improvement of the check in equals(); make sure String.equals() gets c... | Andreas L. Delmelle | 2006-12-23 | 1 | -4/+8 |
* | Adaptation of MarkerAttribute cache to use WeakHashMap | Andreas L. Delmelle | 2006-12-23 | 1 | -26/+35 |
* | Fix compilation error caused by incorrect package name in generated code. Als... | Manuel Mall | 2006-12-22 | 1 | -1/+1 |
* | Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to... | Manuel Mall | 2006-12-22 | 3 | -287/+1184 |
* | Avoid reading beyond the end of the file. This fixes bug 41117. | Simon Pepping | 2006-12-21 | 1 | -2/+2 |
* | Remove unused attributes from TableCell. Patch by Richard Wheeldon | Simon Pepping | 2006-12-20 | 1 | -39/+0 |
* | Comment out unused properties. Patch by Richard Wheeldon | Simon Pepping | 2006-12-20 | 41 | -392/+301 |
* | Optimization in Marker.java: reduction of distinct MarkerAttribute instances ... | Andreas L. Delmelle | 2006-12-17 | 1 | -44/+75 |
* | Small improvements of the table layout code: | Vincent Hennebert | 2006-11-24 | 9 | -279/+419 |
* | Tweaking performance a bit. | Jeremias Maerki | 2006-11-13 | 1 | -3/+4 |
* | Bugzilla #40387:
| Jeremias Maerki | 2006-11-13 | 1 | -4/+5 |
* | Added initial support for loading fonts without a pre-created XML font metric... | Jeremias Maerki | 2006-11-13 | 7 | -63/+384 |
* | Bugzilla #40729:
| Jeremias Maerki | 2006-11-13 | 1 | -1/+2 |
* | Bugzilla #40729: | Jeremias Maerki | 2006-11-13 | 35 | -152/+934 |
* | Improve compatibility with Apache Harmony:
| Jeremias Maerki | 2006-11-12 | 1 | -1/+1 |