aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/LineLayoutManager.java
Commit message (Expand)AuthorAgeFilesLines
* Observe line layout element lists, too.Jeremias Maerki2005-06-291-0/+1
* First parts on a page which don't fit are moved to the next page. A counter a...Jeremias Maerki2005-06-231-1/+1
* Page breaking process now respects changing available BPD (not IPD) over mult...Jeremias Maerki2005-06-151-19/+15
* The bpd of lines with no real content must collapse to 0Luca Furini2005-06-141-12/+28
* Removed unused functions. Team, I switched from generatesInlineAreas() callsGlen Mazza2005-06-101-1/+0
* Removed LM.initialize() -- switched to internal initialization of all LM's.Glen Mazza2005-06-071-4/+1
* Handle empty inlines/blocks better.Jeremias Maerki2005-05-181-0/+3
* Removed a lot of obsolete code from the old page breaking approach.Jeremias Maerki2005-05-171-107/+0
* Footnote implementation: changes to existing filesLuca Furini2005-05-171-2/+22
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-131-268/+882
* 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-601/+54
* Rearranged the process a bit to better show the different phases. Helped me t...Jeremias Maerki2005-02-101-16/+24
* Bugfix for blocks with forced linefeeds that break over the page boundary.Jeremias Maerki2005-02-021-133/+6
* Bugfix for omitted empty lines caused by forced linefeeds.Jeremias Maerki2005-02-021-1/+8
* * created a new method which is called only once by LineLM.getNextBreakPoss()...Luca Furini2004-12-091-108/+240
* Removing inactiveList, which is useless.Luca Furini2004-12-061-7/+4
* PR:Glen Mazza2004-11-241-17/+17
* A quick and dirty hack to prevent the IndexOutOfBoundsExceptionSimon Pepping2004-11-151-0/+6
* Patch 31206 by Luca Furini:Simon Pepping2004-11-131-127/+107
* Moved the constructor to the top.Glen Mazza2004-11-111-21/+21
* PR:Glen Mazza2004-10-241-5/+5
* Fourth phase of performance improvement.Finn Bock2004-10-201-2/+0
* Third phase of performance improvement.Finn Bock2004-10-201-14/+11
* This is supposed to fix a problem that surfaced with Finn's latest change in ...Jeremias Maerki2004-10-101-1/+2
* Set content ipd/bpd instead of allocation width/height.Finn Bock2004-09-221-1/+1
* PR:Glen Mazza2004-09-061-2/+2
* New line breaking algorithm, patch 29124, submitted by LucaSimon Pepping2004-09-051-224/+1001
* Moved some functionality from LMiter to the LayoutManagers. The LMsSimon Pepping2004-08-261-0/+3
* Remove trailing spaces at the end of a paragraph.Simon Pepping2004-05-291-21/+18
* Solve a few problems concerning hyphenation:Simon Pepping2004-05-291-1/+2
* Removed PropertyManager argument from initProperties(), as it is alreadyGlen Mazza2004-05-261-14/+13
* PR:Glen Mazza2004-05-151-1/+3
* Removed the getLogger() and setLogger() from FOUserAgent; replaced with Commo...Glen Mazza2004-05-121-2/+2
* applied Luca Furini's patch from bug #28314Chris Bowditch2004-04-261-5/+14
* Applied Luca Furini's patch from bugzilla entry 28130.Chris Bowditch2004-04-021-3/+6
* Merged LayoutProcessor into LayoutManager interface.Glen Mazza2004-03-211-4/+4
* PR:Glen Mazza2004-03-181-1/+1
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-48/+16
* Use the new property expressions. Clients must use Length when retrievingFinn Bock2004-02-261-8/+8
* Support for text-indent.Finn Bock2004-02-051-1/+7
* Moved the interfaces into the Constants class on a trial basis (we may stillGlen Mazza2004-01-171-1/+0
* Bug 25808 (Patch by Finn Bock) -- NPE Fix to LineLayoutManager.Glen Mazza2004-01-021-0/+1
* Bug 25756 (Patch by Simon Pepping): Remove line BPs where line consistsGlen Mazza2003-12-271-1/+36
* Bug #25031 -- patch in calculation of line breakpoints, by Simon Pepping (spe...Glen Mazza2003-12-231-1/+12
* Hyphenation/Quotation problem fixed ("quoted strings" not breaking properly.)Glen Mazza2003-12-151-1/+15
* Hyphenation improvements from Simon Pepping (Bugs #25031 and #25059) added.Glen Mazza2003-12-011-10/+20
* Patch by Finn Bock appliedGlen Mazza2003-10-161-1/+1
* remove global import statementsWilliam Victor Mote2003-09-081-13/+13
* move layoutmgr/MinOptMax to traits/MinOptMaxWilliam Victor Mote2003-08-281-0/+1