aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Make sure floats and doubles are not formatted using exponential form...Temp_PDF_in_PDFJeremias Maerki2007-10-031-1/+5
* Fix a bug introduced while converting to the generic structures (images could...Jeremias Maerki2007-10-031-1/+1
* Preparations for supporting "PDF in PDF" (PDF file as "src" attribute for fo:...Jeremias Maerki2007-08-0638-487/+1126
* Clean up:Vincent Hennebert2007-08-031-12/+14
* Move the handling of breaks back in TableContentLMVincent Hennebert2007-08-022-71/+79
* First step at introducing a layout manager for a row-groupVincent Hennebert2007-08-022-361/+436
* Clean up the handling of startIndentVincent Hennebert2007-08-021-25/+14
* Set visibility of fields to privateVincent Hennebert2007-08-011-5/+5
* Bugzilla #42956Chris Bowditch2007-08-013-1/+158
* AFP Renderer: Bugfix for 1 bit images where the width is not a multiple of 8. Jeremias Maerki2007-07-311-26/+47
* Bugzilla #42956:Chris Bowditch2007-07-311-2/+19
* Bugzilla #42956: Jeremias Maerki2007-07-311-0/+99
* Bugzilla #42971 and #42956Chris Bowditch2007-07-309-92/+178
* rubico.com doesn't exist anymore.Jeremias Maerki2007-07-261-1/+0
* Changed my mind on handling of width calculation for zero width spaces and mo...Manuel Mall2007-07-222-1/+5
* Corrected issue with zero width spaces being given a non zero widthManuel Mall2007-07-221-1/+1
* Fix javadoc errorVincent Hennebert2007-07-211-1/+1
* Tweak: use generic boolean Maker.Andreas L. Delmelle2007-07-201-6/+3
* Slight correction: Andreas L. Delmelle2007-07-204-39/+76
* Remove method added only for quick debug.Andreas L. Delmelle2007-07-201-4/+0
* Fix possible memory leak in PropertyCacheAndreas L. Delmelle2007-07-201-6/+13
* Fix bug in equals() that made caching effect-less.Jeremias Maerki2007-07-201-1/+1
* Cache CharacterPropertyAndreas L. Delmelle2007-07-191-6/+32
* Style only: correct indentationVincent Hennebert2007-07-191-235/+234
* Code cleanup and javadocsVincent Hennebert2007-07-192-17/+73
* Rename endRow into the more meaningful endRowIndexVincent Hennebert2007-07-191-3/+3
* Fix: add implementation of hashCode() and equals() to NumberProperty, to make...Andreas L. Delmelle2007-07-191-0/+16
* Use an iterator instead of get(index) to iterate over the list of Knuth elementsVincent Hennebert2007-07-191-12/+18
* Added support for keep-togther.within-line="always"Manuel Mall2007-07-183-1/+18
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-18432-1993/+1724
* Correction of premature javadoc commit in r557035Andreas L. Delmelle2007-07-1810-68/+68
* Fixed incomplete support for Unicode word joinersManuel Mall2007-07-182-3/+8
* Undo changes of r556112Andreas L. Delmelle2007-07-1712-324/+74
* Store the index of the last spanned row, instead of the starting row. That la...Vincent Hennebert2007-07-171-4/+4
* - Compute the height of already handled rows progressively in TableStepperVincent Hennebert2007-07-172-14/+9
* Compliance update: starting-state supported on fo:bookmark; already added at ...Andreas L. Delmelle2007-07-141-6/+8
* Use a slightly more convenient name to keep the code somewhat readableAndreas L. Delmelle2007-07-143-5/+3
* Removal of unused methodAndreas L. Delmelle2007-07-141-9/+0
* Some cleanup and removal of unused methodsAndreas L. Delmelle2007-07-142-16/+5
* Bugzilla 42843: Warn on glyph substitution (offered by Max Berger)Andreas L. Delmelle2007-07-142-0/+15
* Addition of a general-purpose int-to-int map to replace Integer-to-Integer Ha...Andreas L. Delmelle2007-07-132-6/+255
* 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