aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Two new flags for handling keeps.Jeremias Maerki2005-05-241-0/+19
* Initial keep-together support on table.Jeremias Maerki2005-05-233-3/+21
* First step towards keep-together on tables (should work on table-rows now).Jeremias Maerki2005-05-237-71/+134
* Code cleanup and some javadocs.Jeremias Maerki2005-05-232-10/+38
* Additional ppm indicator especially interesting for those of us doing high-vo...Jeremias Maerki2005-05-231-1/+3
* Fixes for a few minor problems in certain special cases.Jeremias Maerki2005-05-233-56/+54
* Output vertical position of text area in area tree XML.Jeremias Maerki2005-05-201-0/+1
* Correction to footnotes handling: break a footnote body only if its citation ...Luca Furini2005-05-192-38/+49
* I love my testcases. table-row1 just showed me another bug. :-)Jeremias Maerki2005-05-181-1/+1
* Bugfix for a ClassCastException on autoheight block-containers where Position...Jeremias Maerki2005-05-181-11/+16
* Code cleanup.Jeremias Maerki2005-05-182-153/+35
* Bugfix for space-after on fixed-height block-containers.Jeremias Maerki2005-05-181-121/+88
* Bugfix for space-after situation in block-containers.Jeremias Maerki2005-05-181-5/+7
* Bugfix: Footnote appears now even if inline part is empty. (see footnotes2.xm...Jeremias Maerki2005-05-181-0/+5
* Handle empty inlines/blocks better.Jeremias Maerki2005-05-182-2/+6
* Removed obsolete code.Jeremias Maerki2005-05-181-79/+6
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-1718-2130/+264
* Bugfix: Area generated by page-number is now cloned for each addAreas() call.Jeremias Maerki2005-05-178-63/+114
* log translation only.Jeremias Maerki2005-05-172-4/+4
* Imports.Jeremias Maerki2005-05-171-3/+0
* Bugfix for flow IPD not being set correctly.Jeremias Maerki2005-05-171-8/+6
* Footnote implementation: new filesLuca Furini2005-05-172-0/+212
* 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