aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/TextLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Unused import removed.Glen Mazza2005-06-101-1/+0
* generatesInlineAreas() methods removed.Glen Mazza2005-06-101-9/+0
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-24/+0
* LayoutManager.canBreakBefore() removed.Glen Mazza2005-06-081-18/+0
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-216/+0
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-33/+102
* Changed from addChild(Area) to clearer addChildArea(Area).Glen Mazza2005-03-161-1/+1
* Refactoring of Knuth line breaking code (including some speed improvements)Jeremias Maerki2005-03-081-2/+1
* Don't ignore linefeeds when building Knuth elements.Jeremias Maerki2005-02-021-10/+7
* First version of text-decoration support (no colors, yet, PDF rendering may n...Jeremias Maerki2005-01-251-1/+5
* Using the constant LineLayoutManager.DEFAULT_SPACE_WIDTH instead of the font-...Luca Furini2004-12-061-4/+4
* PR:Glen Mazza2004-11-241-19/+19
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-26/+80
* Fourth phase of performance improvement.Finn Bock2004-10-201-2/+1
* Third phase of performance improvement.Finn Bock2004-10-201-2/+2
* Third phase of performance improvement.Finn Bock2004-10-191-29/+26
* PR:Glen Mazza2004-10-121-1/+2
* Code indentation onlyJeremias Maerki2004-10-101-5/+5
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-2/+2
* Removed unneeded import statements. Makes eclipse happy.Finn Bock2004-09-071-2/+0
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-77/+521
* Solve a few problems concerning hyphenation:Simon Pepping2004-05-291-11/+21
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-1/+1
* For area.Blocks created in BlockLayoutManager.getParentArea(), I set theGlen Mazza2004-04-251-1/+1
* Another attempt at fixing the space removal issue. This methodGlen Mazza2004-04-041-3/+3
* Applied Luca Furini's patch from bugzilla entry 28130.Chris Bowditch2004-04-021-15/+12
* minor simplifications; removed redundant variables.Glen Mazza2004-03-171-41/+37
* Simplifications to FOText whitespace removal; fewer arraycopies performed.Glen Mazza2004-03-121-4/+8
* 1.) Modified TextLayoutManager to take an additional lengthGlen Mazza2004-03-011-31/+34
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Hyphenation problem in Bug 23985 (http://nagoya.apache.org/bugzilla/show_bug....Glen Mazza2003-11-071-16/+18
* Layout changed to account for fo:region-body borders and padding whenGlen Mazza2003-11-011-27/+28
* renamed org.apache.fop.area.inline.Word to .TextArea (.Text not used to avoidGlen Mazza2003-10-281-8/+8
* move static methods getCharWidth and getWordWidth from util.CharUtilities to ...William Victor Mote2003-10-101-7/+6
* remove global import statementsWilliam Victor Mote2003-09-081-19/+18
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1
* move layout.FontState to fonts.FontWilliam Victor Mote2003-08-141-0/+1
* Moved sources from src/org/** to src/java/org/**Jeremias Maerki2003-03-111-0/+587