aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/inline
Commit message (Expand)AuthorAgeFilesLines
* Ensured all SVN properties are set equallyMaximilian Berger2008-02-132-131/+131
* added serial version idAdrian Cumiskey2008-01-171-0/+2
* * Javadoc update: use {@inheritDoc} instead of @see where applicable, removal...Andreas L. Delmelle2007-07-182-3/+3
* FilledArea now properly applies the variation factor, when a pageSimon Pepping2006-10-113-13/+73
* Fixed layout of forward page number citation references in fo:inlineSimon Pepping2006-10-074-36/+12
* This fixes a bug that has crept in page number resolution, viz. the text was ...Simon Pepping2006-10-061-1/+2
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-2818-90/+108
* Take a shortcut when page number is already resolved. Without this there was ...Jeremias Maerki2006-05-291-4/+4
* Bugzilla #39118:Jeremias Maerki2006-04-231-5/+31
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-164-25/+30
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-175-12/+78
* More work on preparing for the intermediate format.Jeremias Maerki2005-12-221-3/+8
* Further decoupling the area tree from the FO tree.Jeremias Maerki2005-12-211-14/+6
* 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
* Moved the text-splitting logic from TextArea to TextLM, as suggested by Manue...Luca Furini2005-10-274-41/+55
* Package documentation.Jeremias Maerki2005-10-271-0/+22
* Fix for bug 36238 (at least in the PDFRenderer)Luca Furini2005-10-255-10/+169
* Update to support border and padding and alignments on inline fosManuel Mall2005-10-073-31/+55
* Fixed javadoc errors.Joerg Pietschmann2005-09-081-1/+1
* Squashed CheckStyle warnings, mostly JavaDoc.Joerg Pietschmann2005-09-072-4/+21
* Re-adjusting lines after a page-number or a page-number-citation is resolved.Luca Furini2005-09-055-4/+270
* Common base class for TextArea and Character. These two might even be merged ...Jeremias Maerki2005-08-264-77/+71
* Merged branch https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlin...Jeremias Maerki2005-08-121-0/+71
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-2/+2
* PR:Glen Mazza2005-02-061-1/+1
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-1/+19
* More code commenting and minor cleanup of bookmark/Resolvable/ATH code.Glen Mazza2004-12-161-1/+1
* PR:Glen Mazza2004-12-041-4/+3
* PR:Glen Mazza2004-12-021-4/+1
* More commenting, slightly clearer method names.Glen Mazza2004-12-021-10/+12
* PR:Glen Mazza2004-11-241-1/+1
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-0/+24
* PR:Glen Mazza2004-10-241-4/+4
* Use content ipd/bpd instead of allocation width/height.Finn Bock2004-09-222-92/+2
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-052-13/+82
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-5/+5
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-2713-612/+196
* Removal of Visitor patterns from AbstractRenderer, moving of business logic f...Glen Mazza2004-02-258-176/+0
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-2/+2
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-283-32/+31
* add InlineAreaVisitor interface to make Area Tree more independent of RenderingWilliam Victor Mote2003-09-108-109/+210
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-1113-0/+1442