aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Re-integrate/merge Temp_Color branch into Trunk.Jeremias Maerki2011-02-1034-586/+1993
|\
| * Fix deprecation.Temp_ColorJeremias Maerki2011-02-101-6/+6
| * Merge from Trunk, revisions 1060235 to 1069383.Jeremias Maerki2011-02-1094-2744/+2126
| |\ | |/ |/|
* | Further attempts at improving code readability, reduce some more duplication,...Andreas L. Delmelle2011-02-094-121/+203
* | Further reduction of code duplication in/between getNextKnuthElements()Andreas L. Delmelle2011-02-082-125/+95
* | Elimination of code duplication in getNextKnuthElements()Andreas L. Delmelle2011-02-081-82/+41
* | Use BitmapImageUtil for converting images to bi-level images.Jeremias Maerki2011-02-075-53/+58
* | Bugfix: toBufferedImage() didn't actually transfer the image data at all.Jeremias Maerki2011-02-071-1/+3
* | 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
* | Adding information about the font cache file.Jeremias Maerki2011-02-021-0/+15
* | 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