aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup (minor)Andreas L. Delmelle2011-02-061-8/+10
* Further cleanup: reduce some code duplication in BlockStackingLM's getNextKnu...Andreas L. Delmelle2011-02-062-165/+51
* Restored part that would otherwise cause a StackOverflowError...Andreas L. Delmelle2011-02-061-1/+3
* Code cleanupAndreas L. Delmelle2011-02-061-140/+46
* Add type safety to LMiterAndreas L. Delmelle2011-02-061-7/+7
* Code cleanupAndreas L. Delmelle2011-02-051-586/+109
* Decommission InlineStackingLM.StackingIter (+ minor fixups)Andreas L. Delmelle2011-02-054-67/+40
* Decommission private PositionIterator subclasses in list package (+ minor fix...Andreas L. Delmelle2011-02-052-35/+15
* Decommission AreaAdditionUtil.StackingIter + minor fixupsAndreas L. Delmelle2011-02-051-21/+11
* Refactoring PositionIterator Step 1: make the class instantiable, provide def...Andreas L. Delmelle2011-02-052-9/+24
* Add type safety to PositionIterator + attempt at javadoc improvementAndreas L. Delmelle2011-02-012-18/+28
* Fix an forgotten change of type in class Area and a checkstyle error in class...Simon Pepping2011-01-271-2/+2
* Associate id of fo:root with every new page.Andreas L. Delmelle2011-01-151-0/+1
* Fix deprecation warnings; add some type safetySimon Pepping2011-01-141-1/+1
* Bugzilla 49848: Correct behavior of keep-together.within-line in case of nest...Andreas L. Delmelle2011-01-091-1/+1
* Some refactoringSimon Pepping2011-01-081-130/+136
* Bugzilla 48380: Avoid ClassCastException when using fox:widow-content-limitAndreas L. Delmelle2011-01-071-47/+33
* Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-249-144/+187
* Auxiliary positions do not have an index value; fixing this in InlineStacking...Simon Pepping2010-12-171-2/+5
* Bugzilla #50089: Content after forced break in block-container is not renderedVincent Hennebert2010-12-141-1/+1
* Avoid an NPE in InlineStackingLM.applyChanges for Knuth elements with a null ...Simon Pepping2010-12-091-2/+3
* Allow for words consisting of only soft hyphens; fixes bug 49837Simon Pepping2010-12-041-10/+15
* Partial application of patch 50245 by Mehdi HoushmandSimon Pepping2010-11-261-32/+48
* Bugzilla 38264: hyphenation in combination with preserved linefeeds and/or wh...Andreas L. Delmelle2010-11-252-40/+70
* Minor fixups, cleanups; removal of some dead code and a misleading TODOAndreas L. Delmelle2010-11-251-108/+24
* Another go at removing all trailing whitespaceVincent Hennebert2010-11-252-2/+2
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-178-5/+14
* Re-ordered class membersVincent Hennebert2010-11-161-32/+31
* Made the result of toString more readableVincent Hennebert2010-11-161-5/+5
* Do not re-create an AlignmentContext instance if one already exists.Vincent Hennebert2010-11-161-5/+7
* Enable configuration of hyphenation pattern file namesSimon Pepping2010-10-021-0/+1
* Bugzilla #49885:Jeremias Maerki2010-09-073-13/+27
* Fixed typos and source code indentation issues.Vincent Hennebert2010-09-031-1/+1
* Implemented reset method for changing IPDVincent Hennebert2010-09-021-0/+7
* Fixed indentationVincent Hennebert2010-08-273-9/+9
* Removed unused methodsVincent Hennebert2010-08-271-10/+4
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-277-7/+7
* Fixed indentationVincent Hennebert2010-08-276-32/+32
* Implemented reset methodVincent Hennebert2010-08-181-0/+6
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-1411-93/+79
* Bugzilla #49733:Jeremias Maerki2010-08-1460-312/+936
* Removed a bunch of javadoc warnings in addition to patch 49733Simon Pepping2010-08-132-3/+1
* Minor refactoring and style fixups:Andreas L. Delmelle2010-06-191-121/+102
* Added getEventKey method to Event so that it's no longer necessary to store t...Vincent Hennebert2010-04-092-13/+13
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-092-24/+0
* Moved ResourceEventProducer to org.apache.fopVincent Hennebert2010-04-091-1/+1
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-094-0/+79
* Bugfix: NPE when there is a forced break before a table occurring at an IPD c...Vincent Hennebert2010-03-151-0/+18
* Bugfix: definition of a special page-master for the last page was interfering...Vincent Hennebert2010-02-231-1/+1
* Bugzilla #46486: having a special page-master for the last page caused loss o...Vincent Hennebert2010-01-181-30/+28