aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* Footnote implementation: changes to existing filesLuca Furini2005-05-1717-96/+812
* Bugfix: When a grid unit is incomplete at the page break, it is not rendered ...Jeremias Maerki2005-05-171-2/+2
* Bugfix: Removal of last penalty is fixed now.Jeremias Maerki2005-05-171-23/+75
* Converted System.out calls to logger calls.Jeremias Maerki2005-05-175-65/+79
* Better error message if the image class can't be instantiated.Jeremias Maerki2005-05-171-0/+4
* Backtracked a bit with SCLM: switched to providing the Region FOGlen Mazza2005-05-166-46/+48
* Comment reunited with its method.Glen Mazza2005-05-141-6/+5
* PSLM.getParentArea() consolidated into FLM's version; preLoadList()Glen Mazza2005-05-147-44/+33
* Placed the PSLM.curFlowIdx within the area.Span object, and addedGlen Mazza2005-05-144-61/+102
* Providing the region FO to RegionReference, so it is no longerGlen Mazza2005-05-145-48/+38
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-1397-3047/+10434
* Convenience method for checking "auto" enum value on a property. Makes code m...Jeremias Maerki2005-03-181-0/+6
* Reenabling consistency check.Jeremias Maerki2005-03-181-51/+49
* More accessors on block-containers.Jeremias Maerki2005-03-182-27/+48
* Slight deviation from the template.Jeremias Maerki2005-03-181-1/+2
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-1626-55/+56
* 1.) Moved setting of idp value into Span constructor because the class is in anGlen Mazza2005-03-162-95/+47
* More simplifications to PSLM.Glen Mazza2005-03-144-76/+40
* Removing illegal tab characters.Jeremias Maerki2005-03-131-2/+2
* More simplifications to PSLM.Glen Mazza2005-03-131-25/+13
* More simplifications to PSLM.Glen Mazza2005-03-132-47/+32
* More simplifications to PSLM.Glen Mazza2005-03-123-48/+41
* Minor simplifications to PSLM.Glen Mazza2005-03-121-11/+12
* Minor simplification to PSLM.Glen Mazza2005-03-122-17/+13
* SpacePropertyMaker to handle conditionality as defined by the spec:Jeremias Maerki2005-03-112-4/+57
* Convenience method to access conditionality component.Jeremias Maerki2005-03-111-0/+9
* Additional accessors.Jeremias Maerki2005-03-111-0/+30
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-1112-66/+78
* Minor code nitpick.Glen Mazza2005-03-101-5/+1
* Validation added for master-name and master-reference properties.Glen Mazza2005-03-109-57/+57
* Refactoring of Knuth line breaking code (including some speed improvements)Jeremias Maerki2005-03-088-621/+880
* Resurrected AWT/Java2D rendererJeremias Maerki2005-03-084-217/+1442
* More simplifications to PSLM.Glen Mazza2005-03-056-21/+27
* Validation added for five more FO's.Glen Mazza2005-03-056-11/+108
* PR:Glen Mazza2005-03-053-6/+28
* ----------------------------------------------------------------------Glen Mazza2005-03-051-0/+4
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-057-43/+119
* Corrected a validation problem. Made TableFooter use TableBody's validation.Simon Pepping2005-03-022-47/+11
* Flag added in FOUserAgent for strict/unstrict validation (see TableBody to se...Glen Mazza2005-03-023-6/+129
* Created new Root.notifyPageSequenceFinished() method, consolidatingGlen Mazza2005-03-012-13/+7
* An empty table-body is illegal but we'll allow it to make things easier for s...Jeremias Maerki2005-02-233-1/+25
* Avoid IndexOutOfBoundsException when empty list is passed in.Jeremias Maerki2005-02-231-2/+2
* Should run my own tests.... :-(Jeremias Maerki2005-02-223-1/+13
* Individual grid unit block areas for painting the resolved borders.Jeremias Maerki2005-02-222-10/+52
* First real step towards collapsing table borders.Jeremias Maerki2005-02-2111-103/+862
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-207-38/+81
* Commented stray System.out. Should be replaced by Commons Logging calls or re...Jeremias Maerki2005-02-191-5/+5
* Restored JDK 1.5 compatibility.Jeremias Maerki2005-02-192-13/+13
* PR:Glen Mazza2005-02-191-0/+1
* PR:Glen Mazza2005-02-183-33/+8