aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #42067: Jeremias Maerki2007-05-211-1/+2
* Bugzilla #42067: Jeremias Maerki2007-05-181-7/+4
* Bugfix for ClassCastException with spaces inside a table-cell (using fox:wido...Jeremias Maerki2007-05-171-4/+9
* Missed the URL.Jeremias Maerki2007-05-171-1/+1
* ApacheCon US coming up nextJeremias Maerki2007-05-171-2/+2
* ID on wrapper should work now.Jeremias Maerki2007-05-161-1/+1
* Small Javadoc issue fixed.Jeremias Maerki2007-05-162-2/+2
* Extracted a little bit of the multi-output handling code from PNGRenderer in ...Jeremias Maerki2007-05-164-470/+230
* setHyphenBaseURL() was missing.Jeremias Maerki2007-05-161-0/+7
* Fixing a problem with disappearing footnotes inside inlines when hyphenation ...Luca Furini2007-05-154-61/+76
* Bugfix: Integers were not correctly formatted in PDF. This fixes a problem wi...Jeremias Maerki2007-05-113-10/+17
* Fixed default encoding problem. Jeremias Maerki2007-05-111-2/+3
* ArrayList -> List.Jeremias Maerki2007-05-071-1/+1
* Removed newly introduced dependency from the PDF library to the area tree.Jeremias Maerki2007-05-0719-374/+686
* Testcase for bookmarks in the area tree.Jeremias Maerki2007-05-071-0/+78
* Bugzilla #42067:Jeremias Maerki2007-05-0715-247/+1084
* I've finally setup a local test project using Maven, so I can properly test t...Jeremias Maerki2007-05-051-2/+2
* Avoid dependency on FOP 0.20.5 from the Batik 1.6 transcoder.Jeremias Maerki2007-05-041-1/+7
* Added Maven artifact building following the same pattern as in XML Graphics C...Jeremias Maerki2007-05-032-1/+170
* Reworded requirements slightly to make it more clear to people switching from...Jeremias Maerki2007-05-011-1/+3
* Bugzilla #41434:Jeremias Maerki2007-05-014-5/+8
* Bugfixes:Vincent Hennebert2007-04-308-66/+412
* Fix a NPE when break-before is specified on the first row of a table, and whe...Vincent Hennebert2007-04-263-16/+80
* Add check for the number of pagesVincent Hennebert2007-04-262-0/+4
* Fix spelling error in svn:keywords propertyVincent Hennebert2007-04-260-0/+0
* Make keep-with-next and keep-with-previous work on fo:tableVincent Hennebert2007-04-263-0/+156
* Forgot checks for the second table's IPDsVincent Hennebert2007-04-241-0/+2
* "Exhaustive" testcase for border resolution in the collapsing-border modelVincent Hennebert2007-04-241-2/+313
* First testcases for the collapsing-border model in tablesVincent Hennebert2007-04-204-0/+771
* Fix the handling of padding for spanning cells in the collapsing-border modelVincent Hennebert2007-04-201-2/+2
* Of course the painting of table borders in the collapsing model is due to Jer...Vincent Hennebert2007-04-201-1/+1
* Time to enable border-collapse="collapse"Vincent Hennebert2007-04-202-7/+3
* Fix the computation of cells' IPD when they contain children with forced breaks.Vincent Hennebert2007-04-203-84/+79
* Move out all statistics/debug related code into an inner Statistics class.Vincent Hennebert2007-04-201-122/+153
* I messed up the RDF. Fixed now.Jeremias Maerki2007-04-201-1/+1
* Bugfix: update dx also for grid units having no border, in the addAreas methodVincent Hennebert2007-04-191-31/+29
* - remove call to addPadding in TraitSetter.addCollapsingBordersVincent Hennebert2007-04-192-2/+2
* Fix the handling of forced breaks which were sometimes counted twice.Vincent Hennebert2007-04-182-16/+88
* Extract the logic for advancing to the next grid row, from the getNextStep me...Vincent Hennebert2007-04-181-53/+56
* ... and correct the test for early returning if stepFound is falseVincent Hennebert2007-04-181-1/+1
* Replace the seqCount integer with a stepFound boolean in the getNextStep methodVincent Hennebert2007-04-181-3/+3
* Replace the array of forced breaks with a single boolean, which should be eno...Vincent Hennebert2007-04-181-12/+4
* - add a columnCount field for clarityVincent Hennebert2007-04-171-19/+19
* Make the fop.layoutengine.disabled property work with fop.layoutengine.starts...Vincent Hennebert2007-04-171-0/+1
* Style only: fix indentationVincent Hennebert2007-04-171-3/+3
* - add svn:keywords and svn:eol-style propertiesVincent Hennebert2007-04-171-41/+41
* Added sorting of the list of named destinations (necessary to have more than ...Jay Bryant2007-04-111-13/+17
* Created a comparator for named destinations, to enable sorting the list of de...Jay Bryant2007-04-111-0/+41
* Marking myself inactive, new job means I'll most probably not work on FOP in ...Bertrand Delacretaz2007-04-091-6/+1
* Added a PDFGoTo to the PDFDestination handler, so that Destinations properly ...Jay Bryant2007-04-061-1/+5