aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* notifyFlowsFinished() indirectly used by multi-column layout to determine the...Jeremias Maerki2005-06-292-2/+49
* Accumulate the BPD extent used by the normal flow's children.Jeremias Maerki2005-06-291-0/+6
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-231-3/+14
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-2/+31
* Bugzilla: #33760Jeremias Maerki2005-06-091-1/+3
* Minor PSLM simplifications.Glen Mazza2005-06-061-1/+1
* Handling of very long footnotesLuca Furini2005-05-303-1/+10
* Additional ppm indicator especially interesting for those of us doing high-vo...Jeremias Maerki2005-05-231-1/+3
* Bugfix: Area generated by page-number is now cloned for each addAreas() call.Jeremias Maerki2005-05-171-8/+34
* Bugfix for flow IPD not being set correctly.Jeremias Maerki2005-05-171-8/+6
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-0/+22
* Backtracked a bit with SCLM: switched to providing the Region FOGlen Mazza2005-05-162-11/+15
* Placed the PSLM.curFlowIdx within the area.Span object, and addedGlen Mazza2005-05-143-43/+95
* Providing the region FO to RegionReference, so it is no longerGlen Mazza2005-05-143-35/+25
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-139-158/+298
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-163-5/+5
* 1.) Moved setting of idp value into Span constructor because the class is in anGlen Mazza2005-03-161-4/+11
* More simplifications to PSLM.Glen Mazza2005-03-141-0/+18
* More simplifications to PSLM.Glen Mazza2005-03-122-9/+9
* Minor simplification to PSLM.Glen Mazza2005-03-121-1/+2
* 1.) More commenting, some simplifications in the Area classes and PSLM.Glen Mazza2005-03-116-39/+55
* More simplifications to PSLM.Glen Mazza2005-03-055-1/+24
* Validation for fo:table and fo:table-header added, some minor simplifications...Glen Mazza2005-03-051-0/+7
* Corrected the logic of adding markers. LayoutManagers are responsibleSimon Pepping2005-02-201-19/+46
* PR:Glen Mazza2005-02-171-1/+1
* PR:Glen Mazza2005-02-124-158/+45
* PR:Glen Mazza2005-02-102-37/+14
* PR:Glen Mazza2005-02-064-9/+9
* PR:Glen Mazza2005-02-061-14/+2
* PR:Glen Mazza2005-02-051-1/+1
* Add a facility for the PageSequenceLayoutManager to notify about a new page b...Jeremias Maerki2005-02-031-3/+17
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-1/+19
* Additional text-decoration traitsJeremias Maerki2005-01-251-3/+17
* Additional helper functionsJeremias Maerki2005-01-251-0/+19
* Early preloading of images (during FO tree building). This wasn't consistent ...Jeremias Maerki2005-01-241-0/+20
* New traits: space-before, space-after, is-viewport-area, is-reference-areaJeremias Maerki2005-01-171-1/+20
* PR:Glen Mazza2005-01-131-14/+20
* Clarification for the use of x/y-offset.Jeremias Maerki2005-01-121-3/+5
* toString() method extended to provide helpful info.Jeremias Maerki2005-01-121-1/+9
* FIXED wasn't defined.Jeremias Maerki2005-01-121-1/+15
* Defined the start|end-indent traits.Jeremias Maerki2005-01-121-2/+16
* PR:Glen Mazza2005-01-041-22/+22
* Switched from fox:bookmarks to fo:bookmark-tree (of XSL 1.1 2WD). Two moreGlen Mazza2005-01-022-8/+8
* Changed LayoutManagerMaker.makeLayoutManager(FONode node) to throw aSimon Pepping2004-12-271-2/+8
* This patch implements a pluggable LayoutManagers system, accordingSimon Pepping2004-12-241-2/+23
* Moved the (upcoming) fo:bookmark-tree construction code from AreaTreeHandlerGlen Mazza2004-12-172-54/+54
* More code commenting and minor cleanup of bookmark/Resolvable/ATH code.Glen Mazza2004-12-168-59/+44
* PR:Glen Mazza2004-12-161-1/+1
* PR:Glen Mazza2004-12-143-28/+46
* Moved PDF bookmark creation to endDocument(). (Fixed bug, was beingGlen Mazza2004-12-121-1/+8