| Commit message (Expand) | Author | Age | Files | Lines |
* | added year to Jeremy birthday | Clay Leeds | 2004-06-11 | 1 | -1/+1 |
* | Consolidated formatPageSequence() into FOTreeHandler. | Glen Mazza | 2004-06-11 | 8 | -304/+128 |
* | Added/moved Clay Leeds to Active Committers and added to Areas of Expertise (... | Clay Leeds | 2004-06-11 | 1 | -14/+39 |
* | Better error-handling messages added for incorrect LayoutMasterSets. | Glen Mazza | 2004-06-08 | 2 | -2/+10 |
* | public format() renamed to private formatPageSequence(). | Glen Mazza | 2004-06-08 | 1 | -2/+3 |
* | Removed the new apps.Document from public access within Driver, at least unti... | Glen Mazza | 2004-06-08 | 1 | -16/+0 |
* | Hyphenation of words with punctuation marks, patch by Luca Furini, bug | Simon Pepping | 2004-05-29 | 1 | -5/+53 |
* | Remove trailing spaces at the end of a paragraph. | Simon Pepping | 2004-05-29 | 1 | -21/+18 |
* | Solve a few problems concerning hyphenation: | Simon Pepping | 2004-05-29 | 4 | -14/+28 |
* | Moved myself to the list of active committers | Simon Pepping | 2004-05-27 | 1 | -5/+5 |
* | implemented break-before property | Chris Bowditch | 2004-05-27 | 7 | -78/+160 |
* | added protected log member, so child areas can send messages to log | Chris Bowditch | 2004-05-26 | 1 | -8/+17 |
* | added fix break-* properties to layout todo list | Chris Bowditch | 2004-05-26 | 1 | -0/+5 |
* | Removed getPropertyList() method from PropertyManager, as that method | Glen Mazza | 2004-05-26 | 2 | -10/+2 |
* | Removed PropertyManager argument from initProperties(), as it is already | Glen Mazza | 2004-05-26 | 13 | -132/+122 |
* | Reverted part of yesterday's work to make FObj simpler, added more commenting... | Glen Mazza | 2004-05-23 | 5 | -121/+74 |
* | PR: | Glen Mazza | 2004-05-22 | 16 | -223/+220 |
* | Switched from handleAttrs() to more intuitive processNode() and (for FO names... | Glen Mazza | 2004-05-22 | 39 | -326/+262 |
* | As I do more testing I'm narrowing down problems with markers, and I'm trying... | Chris Bowditch | 2004-05-20 | 1 | -2/+1 |
* | fixed problem with top/bottom borders on regular blocks | Chris Bowditch | 2004-05-20 | 1 | -13/+17 |
* | Spelled out FO element maker classes in order to make its toString() | Glen Mazza | 2004-05-19 | 2 | -112/+120 |
* | update markers todo item as re-parenting was not an accurate description | Chris Bowditch | 2004-05-19 | 1 | -2/+3 |
* | added more friendly message when Jimi/JAI is not present | Chris Bowditch | 2004-05-18 | 1 | -4/+7 |
* | Folded the layout strategy into apps.Document. | Glen Mazza | 2004-05-18 | 9 | -273/+135 |
* | added ipd property to block element | Chris Bowditch | 2004-05-18 | 1 | -5/+6 |
* | updated status: we can finally cross one item off the todo list | Chris Bowditch | 2004-05-18 | 1 | -1/+2 |
* | PR: | Glen Mazza | 2004-05-15 | 23 | -108/+104 |
* | fixes problem that prevented proportional-column-width function working | Chris Bowditch | 2004-05-13 | 1 | -7/+13 |
* | Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo... | Glen Mazza | 2004-05-12 | 33 | -92/+129 |
* | String->int conversion and a few other simplifications to fo.Region* classes. | Glen Mazza | 2004-05-09 | 13 | -91/+41 |
* | applied Luca Furini's patch from bug #28314 | Chris Bowditch | 2004-04-26 | 1 | -5/+14 |
* | For area.Blocks created in BlockLayoutManager.getParentArea(), I set the | Glen Mazza | 2004-04-25 | 7 | -43/+46 |
* | Updated news page. | Glen Mazza | 2004-04-24 | 1 | -57/+4 |
* | Removed currently unused Document object from the LayoutStrategy (the latter | Glen Mazza | 2004-04-24 | 3 | -8/+4 |
* | More apps.Document->fonts.FontInfo conversion. | Glen Mazza | 2004-04-24 | 7 | -43/+42 |
* | PDFRenderer does not presently support out-of-order rendering (e.g., | Glen Mazza | 2004-04-24 | 1 | -1/+1 |
* | Logger "LogFactory.getLog(PDFObject.class.getPackage().getName())" was | Glen Mazza | 2004-04-23 | 3 | -10/+2 |
* | Unneeded imports removed. | Glen Mazza | 2004-04-22 | 3 | -5/+0 |
* | PR: | Glen Mazza | 2004-04-22 | 33 | -347/+122 |
* | New FontInfo class (original design was from Layout.FontInfo, and was removed | Glen Mazza | 2004-04-21 | 1 | -0/+232 |
* | Remaining changes done with Avalon->Commons Logging conversion. (Bug 28237) | Glen Mazza | 2004-04-18 | 3 | -52/+65 |
* | Apparent off-by-one error fixed for initial-page-number property: | Glen Mazza | 2004-04-18 | 1 | -1/+1 |
* | More consolidation of pagination examples. | Glen Mazza | 2004-04-18 | 4 | -1041/+9 |
* | Used standard Java exception-printing method "printStackTrace(PrintStream)" | Glen Mazza | 2004-04-14 | 7 | -28/+8 |
* | Returned documentation on how to do Avalon logging; documentation now in two ... | Glen Mazza | 2004-04-11 | 1 | -2/+27 |
* | 3/4ths of Simon's patch committed at the moment, with minor changes | Glen Mazza | 2004-04-09 | 2 | -42/+23 |
* | added Luca Furini to contributor section | Chris Bowditch | 2004-04-08 | 1 | -0/+3 |
* | <sigh> line endings got mucked up by last commit. | Chris Bowditch | 2004-04-07 | 1 | -1/+1 |
* | applied Luca Furini's patch to fix justification bug 28208 | Chris Bowditch | 2004-04-07 | 1 | -17/+5 |
* | Comments added. | Glen Mazza | 2004-04-06 | 1 | -1/+10 |