aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/area/inline
Commit message (Expand)AuthorAgeFilesLines
* 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