aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
...
* The last page sequence should also follow its force-page-count trait.Simon Pepping2006-01-101-10/+13
* Bugzilla #38054:Jeremias Maerki2006-01-092-25/+27
* Also let the last page sequence notify its listeners. Add a check forSimon Pepping2006-01-081-2/+5
* Implementation of force-page-count property, patch by Gerhard Oettl,Simon Pepping2006-01-061-2/+15
* LineArea had a finalize method which caused a NPE when called from the garbag...Manuel Mall2005-12-281-2/+2
* As announced, I brought FontTriplet to more life by making it Serializable an...Jeremias Maerki2005-12-221-4/+5
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-223-13/+47
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-213-60/+63
* Forgot to add a toString() method to keep tests happy.Jeremias Maerki2005-12-211-1/+25
* First step towards reactivating CachedRenderPagesModel (helps preparing for t...Jeremias Maerki2005-12-206-25/+144
* Bugzilla #37813:Jeremias Maerki2005-12-071-0/+4
* Updated from Jakarta Commons IO 1.0 to 1.1. CopyUtils.copy() becomes IOUtils....Jeremias Maerki2005-11-143-8/+15
* Correct a few more problems related to leaders: text-align was not handled co...Manuel Mall2005-11-141-1/+16
* Initial fix for examples/basic/leader.fo problemManuel Mall2005-11-131-0/+9
* Fop.java gets two new constructors: Fop(String) and Fop(String, FOUserAgent) ...Jeremias Maerki2005-11-113-12/+11
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-274-41/+55
* Package documentation.Jeremias Maerki2005-10-272-0/+44
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-255-10/+169
* Fix for internal forward references in PDF output (basic-link with internal-d...Jeremias Maerki2005-10-182-1/+26
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-075-35/+117
* Cosmetic changes to identifiers, comments and other stylistic corrections.Joerg Pietschmann2005-10-061-7/+7
* Fixed javadoc errors.Joerg Pietschmann2005-09-083-3/+3
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-0711-28/+87
* Re-adjusting lines after a page-number or a page-number-citation is resolved.Luca Furini2005-09-056-4/+395
* Bugzilla #36487: Jeremias Maerki2005-09-051-9/+18
* Initial work on enhancing the extension facilities to register special extens...Jeremias Maerki2005-09-025-18/+165
* Cleanup of unused imports.Finn Bock2005-09-011-1/+0
* Bugzilla #36379:Finn Bock2005-08-311-13/+28
* Background trait's toString() streamlined. Test cases adjusted accordingly. Jeremias Maerki2005-08-291-7/+23
* Bugzilla #36391: Jeremias Maerki2005-08-271-4/+7
* Common base class for TextArea and Character. These two might even be merged ...Jeremias Maerki2005-08-264-77/+71
* Access to the region-name for special comments in the PS output.Jeremias Maerki2005-08-211-0/+5
* New hasTrait() method.Jeremias Maerki2005-08-211-0/+12
* Squashed some JavaDoc warnings.Joerg Pietschmann2005-08-146-13/+13
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-122-0/+85
* Bugzilla #36112 Jeremias Maerki2005-08-101-3/+5
* Use a more direct notify mechanism for the formatting resultsSimon Pepping2005-07-311-8/+10
* Bugzilla #35937: Jeremias Maerki2005-07-301-3/+23
* Send the ID of the producing FO to the area tree as trait where possible. Jeremias Maerki2005-07-261-3/+3
* 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