aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #42278:Jeremias Maerki2007-06-297-253/+595
* Bugzilla 42703: white-space incorrectly handled in retrieved markersAndreas L. Delmelle2007-06-231-12/+3
* A note on the PDF/A namespace confusion.Jeremias Maerki2007-06-221-0/+26
* Updated PDF/A-1b support according to ISO-19005-1:2005/Cor.1:2007.Jeremias Maerki2007-06-221-19/+11
* Bugzilla #42576Chris Bowditch2007-06-223-14/+29
* Move Glen Mazza to the list of inactive committers, as per his own request. W...Vincent Hennebert2007-06-191-5/+4
* Add Assentis:DocDesign (an FO editor)Jeremias Maerki2007-06-151-0/+1
* Add JEuclid as it now provides its own FOP extension. Jeremias Maerki2007-06-151-1/+2
* Apply a similar change to the page of the trunk as to that of the 0.93 releaseSimon Pepping2007-06-081-5/+4
* Updates to promote FOP 0.93 over 0.20.5Clay Leeds2007-06-072-10/+6
* Add Adrian Cumiskey to the list of FOP's active contributors. Many thanks to ...Vincent Hennebert2007-06-061-0/+2
* Add Max Berger to the list of FOP's active contributors. Many thanks to Max f...Vincent Hennebert2007-06-061-0/+5
* Bug #42476:Vincent Hennebert2007-05-294-59/+66
* Discover the .otf font extension (OpenType fonts), too.Jeremias Maerki2007-05-281-5/+4
* Bugzilla #41831:Jeremias Maerki2007-05-2877-1336/+3583
* Checkstyle only.Jeremias Maerki2007-05-251-7/+9
* Bugzilla #42406: Jeremias Maerki2007-05-215-41/+34
* 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