aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline
Commit message (Expand)AuthorAgeFilesLines
* Clean-ups, simplifications and improvements of AlignmentContext and ScaledBas...Vincent Hennebert2011-02-104-395/+243
* Move CSOK suppresion comments; apparently @Override causes these to be ignore...Andreas L. Delmelle2011-02-061-2/+2
* Fix checkstyle issuesAndreas L. Delmelle2011-02-061-1/+1
* Fixups + necessary changes after r1067689Andreas L. Delmelle2011-02-061-10/+16
* Code fixupsAndreas L. Delmelle2011-02-061-19/+20
* Revert previous commit; wrong class...Andreas L. Delmelle2011-02-061-34/+3
* Code fixupsAndreas L. Delmelle2011-02-061-3/+34
* Minor fixupsAndreas L. Delmelle2011-02-061-44/+20
* Decommission InlineStackingLM.StackingIter (+ minor fixups)Andreas L. Delmelle2011-02-054-67/+40
* Bugzilla 49848: Correct behavior of keep-together.within-line in case of nest...Andreas L. Delmelle2011-01-091-1/+1
* Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove ...Simon Pepping2010-12-248-142/+160
* Auxiliary positions do not have an index value; fixing this in InlineStacking...Simon Pepping2010-12-171-2/+5
* 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-251-1/+1
* findbugs-reported bug squashing; 959 bugs left (findbugs 1.3.9)Simon Pepping2010-11-173-2/+5
* 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
* Fixed indentationVincent Hennebert2010-08-272-7/+7
* Removed unused methodsVincent Hennebert2010-08-271-10/+4
* Replaced @asf.todo with normal TODO commentVincent Hennebert2010-08-273-3/+3
* Fixed indentationVincent Hennebert2010-08-272-14/+14
* Implemented reset methodVincent Hennebert2010-08-181-0/+6
* Removed many "// CSOK: ConstantName" instances for constants, by converting t...Jeremias Maerki2010-08-145-12/+6
* Bugzilla #49733:Jeremias Maerki2010-08-1419-120/+293
* 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-091-2/+2
* Now that the creation of event-model.xml has been standardised, the EventMode...Vincent Hennebert2010-04-091-12/+0
* Split catch-all EventFormatter.xml message file into individual files for eac...Vincent Hennebert2010-04-092-0/+35
* Bugzilla #48071: made the MinOptMax class immutable. Also, lots of clean ups ...Vincent Hennebert2009-12-2213-786/+737
* Merged changes from Trunk up to revision 829121Vincent Hennebert2009-10-233-27/+28
|\
| * Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-153-27/+28
* | Merged changes from Trunk up to revision 824832Vincent Hennebert2009-10-131-0/+0
|\|
| * Removed svn:executable propertyVincent Hennebert2009-10-131-0/+0
* | Merged changes from Trunk up to revision 816269Vincent Hennebert2009-09-185-436/+245
|\|
| * Merged back ChangingIPDHack branch into TrunkVincent Hennebert2009-08-264-409/+201
| * Reverted changes made in revision 796809 (manual merge of clean-up changes ma...Vincent Hennebert2009-08-264-162/+399
| * Bugzilla 46905: Added basic implementation for column-level keeps. Andreas L. Delmelle2009-08-231-21/+38
| * Merged clean-up-only changes made in the ChangingIPDHack branch. Those corres...Vincent Hennebert2009-07-224-399/+162
| * Some cleanups and attempts at improving code-readability and -extensibility:Andreas L. Delmelle2009-07-011-1/+1
| * bug fix: make sure CropBox is honoured in SVG when overflow="hidden"Chris Bowditch2009-06-251-6/+6
* | Introduced the StructurePointerPropertySet interface to aid with accessing th...Jeremias Maerki2009-04-161-6/+5
* | Avoid empty "ptr" traits in the area tree.Jeremias Maerki2009-04-142-6/+7
* | Merge from Trunk revisions 744927 - 763662.Jeremias Maerki2009-04-141-4/+3
|\|