aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
...
* | Bugfix: Avoid directly encoding if the sample model is not exactly right. For...Jeremias Maerki2011-02-071-0/+9
* | Reverted previous commit; looks like it does require all related property cla...Andreas L. Delmelle2011-02-062-122/+136
* | Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con...Andreas L. Delmelle2011-02-062-136/+122
* | Make URI extraction consistent with fo:external-graphic's src + remove unnece...Andreas L. Delmelle2011-02-061-2/+1
* | Code fixups, type safety, etc.Andreas L. Delmelle2011-02-061-47/+57
* | Minor nitsAndreas L. Delmelle2011-02-061-2/+2
* | Move CSOK suppresion comments; apparently @Override causes these to be ignore...Andreas L. Delmelle2011-02-063-6/+6
* | Fix checkstyle issueAndreas L. Delmelle2011-02-061-1/+2
* | More fixups: eliminate stray hungarians + added TODO for parameter removalAndreas L. Delmelle2011-02-061-36/+37
* | Eliminate unnecessary boxing (possible after r1062901)Andreas L. Delmelle2011-02-061-17/+16
* | Fix checkstyle issuesAndreas L. Delmelle2011-02-062-2/+3
* | Fixups + necessary changes after r1067689Andreas L. Delmelle2011-02-061-10/+16
* | Got a bit ahead of myself, again...Andreas L. Delmelle2011-02-061-1/+1
* | Fixups, type safety...Andreas L. Delmelle2011-02-061-41/+30
* | 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
* | Commit missing file from r1067670Andreas L. Delmelle2011-02-061-1/+1
* | Decommission BlockStackingLM.StackingIterAndreas L. Delmelle2011-02-063-31/+3
* | Minor fixup: extract condition into local variableAndreas L. Delmelle2011-02-061-2/+3
* | Code cleanup:Andreas L. Delmelle2011-02-061-422/+137
* | Code cleanup: reduce some code duplication in getNextKnuthElements() variants...Andreas L. Delmelle2011-02-061-86/+85
* | 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
* | Bugfix: Suppress generating duplicate fo:root and fo:declarations extension a...Jeremias Maerki2011-02-041-6/+18
* | Bugzilla #50705:Jeremias Maerki2011-02-044-15/+4
* | Generify ListUtil methodsAndreas L. Delmelle2011-02-021-6/+6
* | Bugzilla #50699:Jeremias Maerki2011-02-021-5/+63
* | Commit file necessary to avoid compile error after r1066198Andreas L. Delmelle2011-02-011-9/+19
* | Add type safety to PositionIterator + attempt at javadoc improvementAndreas L. Delmelle2011-02-012-18/+28
* | Small cleanup: extract TextDecorationMaker, move validation into convertPrope...Andreas L. Delmelle2011-02-013-169/+125
* | Bugzilla 48334: Added implementation for xml:baseAndreas L. Delmelle2011-02-014-3/+161
* | Bugzilla 50698: Changes after updating XGC JARAndreas L. Delmelle2011-02-016-45/+29
* | Allow afp:no-operation to be added to fo:page-sequence (page group in AFP) an...Jeremias Maerki2011-02-016-32/+94
* | Fix an forgotten change of type in class Area and a checkstyle error in class...Simon Pepping2011-01-273-7/+7
* | Bugzilla 50635: fix issue in checkPreparedPages() where the same page-sequenc...Andreas L. Delmelle2011-01-241-3/+4
* | Bugzilla 50636: fix performance issue when adding pages in very large documentsAndreas L. Delmelle2011-01-241-9/+7
* | Bugzilla 50593: Mostly add type safety to various collections in the fop.area...Andreas L. Delmelle2011-01-2432-360/+398
* | Removed unnecessary Checkstyle CSOK commentsVincent Hennebert2011-01-241-8/+5
* | Make HashMaps type safe + remove corresponding redundant casts and unnecessar...Andreas L. Delmelle2011-01-221-14/+17
* | Minor fixups: extract addAttributeToList() + no reason to first check the att...Andreas L. Delmelle2011-01-221-26/+22