| Commit message (Expand) | Author | Age | Files | Lines |
* | toString() method for BFEntry. | Jeremias Maerki | 2011-03-18 | 1 | -0/+10 |
* | Renamed Viewport into InlineViewport | Vincent Hennebert | 2011-03-15 | 11 | -31/+38 |
* | Bugzilla #49910: clipping rectangle is wrong on side-regions | Vincent Hennebert | 2011-03-14 | 10 | -63/+102 |
* | Bugzilla #50196: padding-start ignored when table-header/footer is repeated. | Vincent Hennebert | 2011-03-09 | 1 | -12/+20 |
* | b49835 | Andreas L. Delmelle | 2011-03-07 | 2 | -1/+15 |
* | Fix for a potential NPE when painting vector graphics with non-sRGB colors. | Jeremias Maerki | 2011-02-26 | 2 | -2/+13 |
* | Cleanup: catch more specific exception types to capture the intention better ... | Andreas L. Delmelle | 2011-02-22 | 1 | -44/+29 |
* | Cleanup unused field + dead/commented code | Andreas L. Delmelle | 2011-02-22 | 1 | -20/+2 |
* | Fix FindBugs warning... | Andreas L. Delmelle | 2011-02-22 | 1 | -2/+1 |
* | Better way to eliminate FindBugs warning? | Andreas L. Delmelle | 2011-02-21 | 1 | -0/+1 |
* | Use chained append() rather than string concatenation (better practice) | Andreas L. Delmelle | 2011-02-18 | 1 | -5/+5 |
* | Fixing checkstyle errors and hiding fingbugs errors | Simon Pepping | 2011-02-18 | 1 | -1/+2 |
* | Fix scaling bug manifesting with source resolutions other than 72dpi. | Jeremias Maerki | 2011-02-16 | 1 | -9/+35 |
* | Reverted changes accidentally made to toString in rev. 1071048 | Vincent Hennebert | 2011-02-16 | 1 | -5/+5 |
* | Revert unnecessary change (no checkstyle issue in this file; method unused, s... | Andreas L. Delmelle | 2011-02-15 | 1 | -24/+0 |
* | Checkstyle fix | Andreas L. Delmelle | 2011-02-15 | 1 | -6/+6 |
* | Checkstyle fixes | Andreas L. Delmelle | 2011-02-15 | 2 | -0/+28 |
* | Fix incorrect type safety | Andreas L. Delmelle | 2011-02-11 | 1 | -2/+3 |
* | Fixups, type safety... | Andreas L. Delmelle | 2011-02-11 | 1 | -82/+66 |
* | Minor fixups | Andreas L. Delmelle | 2011-02-11 | 2 | -21/+10 |
* | A few minor nits... | Andreas L. Delmelle | 2011-02-11 | 1 | -12/+8 |
* | Further cleanups: alignment of FlowLM.getNextKE() with pattern of the same me... | Andreas L. Delmelle | 2011-02-10 | 3 | -42/+31 |
* | Clean-ups, simplifications and improvements of AlignmentContext and ScaledBas... | Vincent Hennebert | 2011-02-10 | 4 | -395/+243 |
* | Oops. Merging mistake. | Jeremias Maerki | 2011-02-10 | 1 | -253/+0 |
* | Re-integrate/merge Temp_Color branch into Trunk. | Jeremias Maerki | 2011-02-10 | 34 | -586/+1993 |
|\ |
|
| * | Fix deprecation.Temp_Color | Jeremias Maerki | 2011-02-10 | 1 | -6/+6 |
| * | Merge from Trunk, revisions 1060235 to 1069383. | Jeremias Maerki | 2011-02-10 | 88 | -2733/+1998 |
| |\
| |/
|/| |
|
* | | Further attempts at improving code readability, reduce some more duplication,... | Andreas L. Delmelle | 2011-02-09 | 4 | -121/+203 |
* | | Further reduction of code duplication in/between getNextKnuthElements() | Andreas L. Delmelle | 2011-02-08 | 2 | -125/+95 |
* | | Elimination of code duplication in getNextKnuthElements() | Andreas L. Delmelle | 2011-02-08 | 1 | -82/+41 |
* | | Use BitmapImageUtil for converting images to bi-level images. | Jeremias Maerki | 2011-02-07 | 5 | -53/+58 |
* | | Bugfix: toBufferedImage() didn't actually transfer the image data at all. | Jeremias Maerki | 2011-02-07 | 1 | -1/+3 |
* | | Bugfix: Avoid directly encoding if the sample model is not exactly right. For... | Jeremias Maerki | 2011-02-07 | 1 | -0/+9 |
* | | Reverted previous commit; looks like it does require all related property cla... | Andreas L. Delmelle | 2011-02-06 | 2 | -122/+136 |
* | | Bugzilla 50703: Parametrize PropertyCache, switch to parameterless public con... | Andreas L. Delmelle | 2011-02-06 | 2 | -136/+122 |
* | | Make URI extraction consistent with fo:external-graphic's src + remove unnece... | Andreas L. Delmelle | 2011-02-06 | 1 | -2/+1 |
* | | Code fixups, type safety, etc. | Andreas L. Delmelle | 2011-02-06 | 1 | -47/+57 |
* | | Minor nits | Andreas L. Delmelle | 2011-02-06 | 1 | -2/+2 |
* | | Move CSOK suppresion comments; apparently @Override causes these to be ignore... | Andreas L. Delmelle | 2011-02-06 | 3 | -6/+6 |
* | | Fix checkstyle issue | Andreas L. Delmelle | 2011-02-06 | 1 | -1/+2 |
* | | More fixups: eliminate stray hungarians + added TODO for parameter removal | Andreas L. Delmelle | 2011-02-06 | 1 | -36/+37 |
* | | Eliminate unnecessary boxing (possible after r1062901) | Andreas L. Delmelle | 2011-02-06 | 1 | -17/+16 |
* | | Fix checkstyle issues | Andreas L. Delmelle | 2011-02-06 | 2 | -2/+3 |
* | | Fixups + necessary changes after r1067689 | Andreas L. Delmelle | 2011-02-06 | 1 | -10/+16 |
* | | Got a bit ahead of myself, again... | Andreas L. Delmelle | 2011-02-06 | 1 | -1/+1 |
* | | Fixups, type safety... | Andreas L. Delmelle | 2011-02-06 | 1 | -41/+30 |
* | | Code fixups | Andreas L. Delmelle | 2011-02-06 | 1 | -19/+20 |
* | | Revert previous commit; wrong class... | Andreas L. Delmelle | 2011-02-06 | 1 | -34/+3 |
* | | Code fixups | Andreas L. Delmelle | 2011-02-06 | 1 | -3/+34 |
* | | Minor fixups | Andreas L. Delmelle | 2011-02-06 | 1 | -44/+20 |