aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #42109: Jeremias Maerki2007-05-213-12/+26
* PFMFile is now also used inside FOP's normal operations, so don't log too muc...Jeremias Maerki2007-05-211-2/+2
* 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
* 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-151-54/+71
* 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
* Bugzilla #42067:Jeremias Maerki2007-05-0714-247/+1081
* Reworded requirements slightly to make it more clear to people switching from...Jeremias Maerki2007-05-011-1/+3
* Bugzilla #41434:Jeremias Maerki2007-05-013-5/+5
* Bugfixes:Vincent Hennebert2007-04-303-66/+48
* Fix a NPE when break-before is specified on the first row of a table, and whe...Vincent Hennebert2007-04-262-16/+2
* Make keep-with-next and keep-with-previous work on fo:tableVincent Hennebert2007-04-261-0/+6
* Fix the handling of padding for spanning cells in the collapsing-border modelVincent Hennebert2007-04-201-2/+2
* Time to enable border-collapse="collapse"Vincent Hennebert2007-04-201-7/+0
* Fix the computation of cells' IPD when they contain children with forced breaks.Vincent Hennebert2007-04-202-71/+50
* 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-181-16/+6
* 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
* 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
* Fixes for issues introduced with fox:destination:Jeremias Maerki2007-04-046-123/+52
* Allow for the case where a block-container occurs inside an inlineSimon Pepping2007-04-031-3/+7
* Add a "new committer" entry for Jay in the news file. A bit late, sorry Jay!Vincent Hennebert2007-04-031-0/+4
* No change; just add svn:keywords and svn:Id properties on new filesVincent Hennebert2007-04-037-651/+651
* - fix minor checkstyle issuesVincent Hennebert2007-04-037-8/+64
* New class to support named destinationsJay Bryant2007-04-021-0/+112
* In collapsing-border model, tables have no padding and borders are determined...Vincent Hennebert2007-04-021-2/+4
* changes to support named destinationsJay Bryant2007-04-011-1/+2
* changes to support named destinationsJay Bryant2007-04-011-1/+11
* changes to support named destinationsJay Bryant2007-04-016-10/+481