aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Small factorization: put painter.addAreasAndFlushRow at the end of iterateAnd...Vincent Hennebert2007-03-011-3/+1
* Extract RowPainter from TableContentLayoutManager and make it a top-level class.Vincent Hennebert2007-02-282-240/+279
* Add code guards around log statements for better performance when they are di...Vincent Hennebert2007-02-281-2/+6
* Rename a local variable in the getNextStep method for clarity, and convert it...Vincent Hennebert2007-02-271-3/+3
* Add log messages to help understand the codeVincent Hennebert2007-02-271-4/+7
* Add an ending slash to base URLs when they don't have one, in order to better...Vincent Hennebert2007-02-271-10/+20
* Bugzilla 41652: Andreas L. Delmelle2007-02-221-4/+3
* PCL: Support for text decoration for text painted using bitmaps/Java2D.Jeremias Maerki2007-02-221-3/+52
* corrected imports that were messed up by my IDE in the last commit. Grumble...Chris Bowditch2007-02-221-2/+5
* quick and dirty fix for underlining in PCL. Only works for text-rendering="auto"Chris Bowditch2007-02-221-7/+11
* Slight correction: value of "inherit" was not yet handled; delegate to the su...Andreas L. Delmelle2007-02-181-35/+39
* Stricter user config file validation.Vincent Hennebert2007-02-1410-166/+423
* Bugzilla 41572:Andreas L. Delmelle2007-02-081-1/+1
* Javadoc for the table layout codeVincent Hennebert2007-02-084-14/+50
* The spec explicitely does not specify what should be done when bpd is set to ...Vincent Hennebert2007-02-071-1/+6
* Bugzilla #41488:Jeremias Maerki2007-02-072-2/+51
* Fix: override PropertyMaker.make() to properly parse font-family names contai...Andreas L. Delmelle2007-02-061-0/+50
* Bugzilla #25997,#25999: Jeremias Maerki2007-02-033-18/+72
* Fix for bugzilla 41503: Andreas L. Delmelle2007-01-311-1/+2
* Fix for bug 41019, minor changes to a few testcases as now a different set of...Luca Furini2007-01-302-7/+32
* Fix for PDF corruption when a TrueType font with spaces in its name is embedd...Jeremias Maerki2007-01-261-2/+25
* Typo in javadocJeremias Maerki2007-01-261-1/+1
* Bugzilla #41426:Jeremias Maerki2007-01-221-2/+2
* Bugfix: Seeking to the end of the file is legal, only reading from this posit...Jeremias Maerki2007-01-161-1/+1
* Two Knuth boxes following each other should only be considered for an additio...Manuel Mall2007-01-141-1/+3
* Initial support for soft hyphensManuel Mall2007-01-131-43/+87
* Code cleanup: Andreas L. Delmelle2007-01-1135-56/+62
* Added support for line-height-shift-adjustment propertyManuel Mall2007-01-111-6/+9
* Fix for new linebreaking in combination with hyphenation not correctly breaki...Manuel Mall2007-01-111-21/+25
* In relaxed validation mode, it should be acceptable to have fo:table-footer /...Vincent Hennebert2007-01-091-1/+1
* Added afp to command line options help, marked mif and svg as experimentalManuel Mall2007-01-081-4/+7
* Added fop.home to Main.getJARList. Adapted the documentation.Simon Pepping2007-01-061-1/+7
* Bugzilla #40930:Jeremias Maerki2007-01-043-0/+30
* Readding the default format. This solves bug 41271.Simon Pepping2007-01-021-0/+3
* Correction: undo part of refactoring I've done locally, but not committedAndreas L. Delmelle2006-12-231-1/+1
* Slight improvement of the check in equals(); make sure String.equals() gets c...Andreas L. Delmelle2006-12-231-4/+8
* Adaptation of MarkerAttribute cache to use WeakHashMapAndreas L. Delmelle2006-12-231-26/+35
* Fix compilation error caused by incorrect package name in generated code. Als...Manuel Mall2006-12-221-1/+1
* Added (limited) support for Unicode UAX#14 compliant line breaking. Thanks to...Manuel Mall2006-12-223-287/+1184
* Avoid reading beyond the end of the file. This fixes bug 41117.Simon Pepping2006-12-211-2/+2
* Remove unused attributes from TableCell. Patch by Richard WheeldonSimon Pepping2006-12-201-39/+0
* Comment out unused properties. Patch by Richard WheeldonSimon Pepping2006-12-2041-392/+301
* Optimization in Marker.java: reduction of distinct MarkerAttribute instances ...Andreas L. Delmelle2006-12-171-44/+75
* Small improvements of the table layout code:Vincent Hennebert2006-11-249-279/+419
* Tweaking performance a bit.Jeremias Maerki2006-11-131-3/+4
* Bugzilla #40387: Jeremias Maerki2006-11-131-4/+5
* Added initial support for loading fonts without a pre-created XML font metric...Jeremias Maerki2006-11-137-63/+384
* Bugzilla #40729: Jeremias Maerki2006-11-131-1/+2
* Bugzilla #40729:Jeremias Maerki2006-11-1335-152/+934
* Improve compatibility with Apache Harmony: Jeremias Maerki2006-11-121-1/+1