aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* Extract the ActiveCell class into a top-level classVincent Hennebert2007-07-122-224/+251
* Completion of the previous two small patches: modified and corrected javadoc ...Andreas L. Delmelle2007-07-121-2/+1
* TODO-comment also removed...Andreas L. Delmelle2007-07-121-2/+0
* TODO removed: use LayoutContext's stackLimit instead of the availIPD parameterAndreas L. Delmelle2007-07-121-9/+9
* Move the creation of GridUnitParts into ActiveCellVincent Hennebert2007-07-122-37/+43
* Fixes in the steps computation:Vincent Hennebert2007-07-124-44/+43
* Temporary hack to handle cells with content of zero lengthVincent Hennebert2007-07-121-2/+2
* Move the content of the now small setupElementList method into initializeElem...Vincent Hennebert2007-07-091-9/+5
* Use a prevIsBox boolean instead of duplicating the list of Knuth elements for...Vincent Hennebert2007-07-091-10/+13
* In case where SAX Exception is thrown by Area Tree Parser when parsing Area T...Chris Bowditch2007-07-091-0/+3
* Use a list of active cells for computing steps, continued:Vincent Hennebert2007-07-091-59/+56
* Also display the width of the penalty in the toString methodVincent Hennebert2007-07-091-0/+2
* Fix build errors after revision 554251.Jeremias Maerki2007-07-091-6/+3
* Bugzilla 42785: Support alignment-adjust for images (submitted by Max Berger)Andreas L. Delmelle2007-07-086-3/+62
* Partial application of the patch in Bugzilla 41044:Andreas L. Delmelle2007-07-0714-68/+235
* Bugzilla 42832: Fix in AWT preview if used with non-english locale (offered b...Andreas L. Delmelle2007-07-071-2/+4
* Bugzilla 41656:Andreas L. Delmelle2007-07-0721-217/+380
* Bugzilla 42089: Cleanup and restructuring (suggested by Adrian Cumiskey)Andreas L. Delmelle2007-07-0741-1283/+1298
* Removal of unused classes ?Andreas L. Delmelle2007-07-062-625/+0
* Tweak: allow control over usage of LocatorsAndreas L. Delmelle2007-07-062-4/+24
* Improvement in handling relative font-weightsAndreas L. Delmelle2007-07-062-17/+141
* Improvement in handling relative font-weightsAndreas L. Delmelle2007-07-061-1/+2
* Cleaner way to handle border-separation in ActiveCellVincent Hennebert2007-07-061-11/+7
* Add a signalMinStep method in ActiveCellVincent Hennebert2007-07-061-18/+24
* Move the getNextStep method into ActiveCellVincent Hennebert2007-07-061-86/+65
* Remove decrease of activeRowIndex when backtrackingVincent Hennebert2007-07-061-10/+1
* Organize imports and remove no longer used methodsVincent Hennebert2007-07-061-15/+0
* First step towards using a list of active cells for computing stepsVincent Hennebert2007-07-062-260/+226
* Fix for a tiny but very nasty bug...Andreas L. Delmelle2007-07-051-18/+18
* Bugzilla #42278:Jeremias Maerki2007-06-297-253/+595
* Bugzilla 42703: white-space incorrectly handled in retrieved markersAndreas L. Delmelle2007-06-231-12/+3
* 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
* 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-2874-1319/+3537
* 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
* Small Javadoc issue fixed.Jeremias Maerki2007-05-161-1/+1
* Extracted a little bit of the multi-output handling code from PNGRenderer in ...Jeremias Maerki2007-05-162-85/+107
* 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