| Commit message (Expand) | Author | Age | Files | Lines |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Javen O'Neal | 2017-04-20 | 6 | -22/+25 |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Javen O'Neal | 2017-04-19 | 4 | -69/+61 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 22 | -32/+32 |
* | #60998 - HSLFTable.setRowHeight sets row height incorrect | Andreas Beeker | 2017-04-17 | 2 | -12/+21 |
* | findbugs fixes | Andreas Beeker | 2017-04-17 | 1 | -13/+14 |
* | #60993 - HSLF: Grid and rowspan calculation in table cells is wrong | Andreas Beeker | 2017-04-15 | 1 | -8/+5 |
* | bug 50955 - add logging per Javen's recommendation. Thank you! | Tim Allison | 2017-04-11 | 1 | -15/+28 |
* | bug 50955 - incorporate info from the DocumentSummaryInformation for | Tim Allison | 2017-04-11 | 1 | -1/+30 |
* | bug 50955 - try originally guessed codepoint, backoff to 1252 if that fails | Tim Allison | 2017-04-11 | 1 | -18/+37 |
* | Javadoc fixes | Nick Burch | 2017-04-05 | 1 | -1/+1 |
* | bug 50955 convert Set to Singleton per Javen's code review | Tim Allison | 2017-04-05 | 1 | -8/+0 |
* | bug 50955 and bug 60953 improve Big5 reader; ensure one character | Tim Allison | 2017-04-05 | 6 | -27/+10 |
* | bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 | Tim Allison | 2017-04-04 | 1 | -2/+3 |
* | bug 50955 -- fix for java 7 | Tim Allison | 2017-04-04 | 3 | -6/+39 |
* | bug 50955 -- word 6.0 charset fix | Tim Allison | 2017-04-04 | 17 | -62/+821 |
* | Fix typo to "length", closes #51 | Dominik Stadler | 2017-03-19 | 1 | -8/+8 |
* | Bug 60795 -- fixed deprecation, thanks to Javen. | Tim Allison | 2017-03-01 | 1 | -2/+5 |
* | Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageC... | Tim Allison | 2017-03-01 | 2 | -5/+70 |
* | Metro shapes: integration test regression on empty paragraphs | Andreas Beeker | 2017-02-14 | 1 | -3/+7 |
* | Generics fix for metro shapes | Andreas Beeker | 2017-02-13 | 2 | -3/+3 |
* | #60625 - Rendering issue with background and shape overlayed by image | Andreas Beeker | 2017-02-13 | 2 | -3/+20 |
* | #60625 - Rendering issue with background and shape overlayed by image | Andreas Beeker | 2017-02-12 | 1 | -20/+157 |
* | SonarQube fixes and removed redundant logger level checks, for simple String ... | Andreas Beeker | 2017-02-11 | 1 | -61/+76 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 71 | -17765/+17765 |
* | #60625 - Rendering issue with background and shape overlayed by image | Andreas Beeker | 2017-02-08 | 19 | -535/+634 |
* | Revert previous changes enough to restore the case in the commoncrawl-corpus ... | Dominik Stadler | 2017-02-05 | 1 | -0/+7 |
* | Adjust for JDK 9 ea152 and newer: certain whitespaces in XML may now be trimmed | Dominik Stadler | 2017-02-05 | 1 | -58/+54 |
* | Bug 60677 -- handle multibyte encodings correctly in HwmfGraphics' drawString... | Tim Allison | 2017-02-03 | 2 | -3/+60 |
* | Finally enable test for bug 44937, we got the requested missing test-document... | Dominik Stadler | 2017-01-26 | 1 | -2/+3 |
* | Don't wrap RuntimeException | Dominik Stadler | 2017-01-26 | 1 | -93/+61 |
* | IntelliJ warnings, Javadoc, Formatting | Dominik Stadler | 2017-01-26 | 6 | -13/+12 |
* | Cover some dev-tools with a few simple tests, close resources correctly | Dominik Stadler | 2017-01-26 | 1 | -0/+54 |
* | fix eclipse warnings - close resources | Andreas Beeker | 2017-01-23 | 7 | -155/+197 |
* | Bug 60608 -- improve charset handling in Hwmf -- remove deprecated drawString... | Tim Allison | 2017-01-20 | 1 | -20/+0 |
* | javadocs | Javen O'Neal | 2017-01-20 | 2 | -2/+1 |
* | Bug 60608 -- improve charset handling in Hwmf | Tim Allison | 2017-01-19 | 4 | -40/+161 |
* | Bug 60570 - Add rudimentary EMF read-only capability | Tim Allison | 2017-01-19 | 18 | -0/+1887 |
* | SonarQube fix | Andreas Beeker | 2017-01-18 | 1 | -72/+72 |
* | fix eclipse warnings / close resources in tests | Andreas Beeker | 2017-01-16 | 4 | -207/+252 |
* | fix eclipse warnings - close resources / type generics | Andreas Beeker | 2017-01-15 | 7 | -277/+279 |
* | Bug 60574 prevent rare NPE in ListTables | Tim Allison | 2017-01-11 | 1 | -0/+13 |
* | add unit tests for MAPIMessage.get*Body() | Javen O'Neal | 2017-01-05 | 1 | -6/+32 |
* | junit improvements: assertEquals(null|true|false, ...) -> assertNull, assertT... | Javen O'Neal | 2017-01-05 | 1 | -8/+8 |
* | bug 60331: remove deprecated OutlookTextExtractor constructor | Javen O'Neal | 2017-01-05 | 1 | -7/+0 |
* | bug 60331: remove deprecated constructor and method in scratchpad o.a.p.hsmf.... | Javen O'Neal | 2017-01-05 | 1 | -12/+1 |
* | junit3 -> junit4 | Javen O'Neal | 2017-01-05 | 1 | -9/+28 |
* | bug 60550: read ContentID chunks from mail attachments; unit test and test-da... | Javen O'Neal | 2017-01-05 | 1 | -1/+1 |
* | bug 60550: read ContentID chunks from mail attachments | Javen O'Neal | 2017-01-05 | 3 | -7/+53 |
* | whitespace: 3/4sp -> 4sp | Javen O'Neal | 2017-01-05 | 1 | -91/+89 |
* | junit improvements: | Javen O'Neal | 2017-01-05 | 1 | -15/+15 |