aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area
Commit message (Expand)AuthorAgeFilesLines
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-272-6/+7
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-165-27/+51
* Added support for page sequence title in AreaTreeParser (IF). Fixes problems ...Jeremias Maerki2006-02-265-13/+138
* Creation of Font instances centralized in FontInfo and added a cache for them...Jeremias Maerki2006-02-101-1/+2
* Reworked area building in AreaTreeParser to match the scheme that the FOTreeB...Jeremias Maerki2006-02-091-329/+558
* Added missing values in area tree XML for PageViewport (simple-page-master-na...Jeremias Maerki2006-02-083-163/+204
* Fix for NPE when the AWT Viewer is used with an area tree file as input.Jeremias Maerki2006-01-241-1/+3
* Bugfix: LineArea used a private field instead of the start-indent trait which...Jeremias Maerki2006-01-241-22/+7
* (Re?)added integer page number to the PageViewport.Jeremias Maerki2006-01-202-6/+23
* New interface XMLizable (copied from Apache Excalibur) to mark classes that c...Jeremias Maerki2006-01-192-5/+60
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-1716-86/+916
* 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