| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Javen O'Neal | 2017-04-20 | 12 | -101/+93 |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Javen O'Neal | 2017-04-19 | 7 | -101/+95 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 2 | -2/+8 |
* | Fix bug #61007 | Greg Woolsey | 2017-04-19 | 2 | -5/+14 |
* | Use assertContains instead of assertTrue(text.contains) for better error mess... | Nick Burch | 2017-04-19 | 3 | -44/+50 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 117 | -182/+180 |
* | #60998 - HSLFTable.setRowHeight sets row height incorrect | Andreas Beeker | 2017-04-17 | 4 | -16/+30 |
* | findbugs fixes | Andreas Beeker | 2017-04-17 | 5 | -53/+148 |
* | fix forbidden-apis-check error | Andreas Beeker | 2017-04-16 | 1 | -2/+3 |
* | #60996 - XSSF: Multiple embedded objects on same sheet are ignored | Andreas Beeker | 2017-04-16 | 6 | -39/+99 |
* | roll back to hamcrest-core | Javen O'Neal | 2017-04-16 | 1 | -8/+9 |
* | #60993 - HSLF: Grid and rowspan calculation in table cells is wrong | Andreas Beeker | 2017-04-15 | 2 | -12/+63 |
* | improve unit test error messages | Javen O'Neal | 2017-04-15 | 1 | -10/+16 |
* | change from hamcrest-core-1.3 to hamcrest-all-1.3 | Javen O'Neal | 2017-04-15 | 1 | -8/+20 |
* | use hamcrest matchers to reduce custom code | Javen O'Neal | 2017-04-15 | 2 | -57/+29 |
* | use assertStartsWith and assertEndsWith for better unit test error messages | Javen O'Neal | 2017-04-15 | 3 | -8/+53 |
* | #60973 XDGF Support for "PolylineTo" as well as existing alternate spelling "... | Nick Burch | 2017-04-12 | 2 | -5/+5 |
* | Failing, disabled unit test for bug #60973 | Nick Burch | 2017-04-12 | 1 | -1/+22 |
* | Issue #60971, handle formula chart titles | Greg Woolsey | 2017-04-11 | 4 | -15/+127 |
* | 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 |
* | Fix AIOOBE while extracting hssf pictures which are externally linked | Andreas Beeker | 2017-04-10 | 2 | -5/+19 |
* | Adjust checking for Zip-Bomb errors so it also works on JDK >= 8 | Dominik Stadler | 2017-04-07 | 1 | -7/+4 |
* | Test for another type of xml-bomb | Dominik Stadler | 2017-04-06 | 4 | -53/+61 |
* | Fix issue found via large corpus tests: HSSFPicture in a HSSFShapeGroup might... | Dominik Stadler | 2017-04-06 | 2 | -1/+30 |
* | Javadoc fixes | Nick Burch | 2017-04-05 | 2 | -2/+2 |
* | bug 50955 convert Set to Singleton per Javen's code review | Tim Allison | 2017-04-05 | 2 | -16/+2 |
* | bug 50955 and bug 60953 improve Big5 reader; ensure one character | Tim Allison | 2017-04-05 | 11 | -158/+593 |
* | 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 | 21 | -64/+971 |
* | Bug 60906 -- clean up, and add range checking for casting to ints. | Tim Allison | 2017-03-23 | 3 | -21/+18 |
* | Bug 60489 -- add @Test annotation so that this actually runs and includes Con... | Tim Allison | 2017-03-23 | 1 | -0/+1 |
* | Bug 60906 -- fix style index | Tim Allison | 2017-03-23 | 2 | -4/+10 |
* | 60881 -- fix unit test to use assumeTrue thanks to Javen's recommendation. | Tim Allison | 2017-03-22 | 2 | -3/+5 |
* | 60881 -- strip out system.set props for local test. | Tim Allison | 2017-03-21 | 2 | -4/+1 |
* | 60881 -- fix new unit test. xlsb test file apparently requires unlimited jce... | Tim Allison | 2017-03-21 | 1 | -2/+12 |
* | 60881 and 60891 -- on further look, no need to throw an exception for an encr... | Tim Allison | 2017-03-20 | 3 | -2/+58 |
* | 60879 -- figure out if we can support old beta xlsb or throw exception. For ... | Tim Allison | 2017-03-20 | 4 | -6/+60 |
* | Bug 60042: Add sample file to check if this bug is fixed via bug 55791 already. | Dominik Stadler | 2017-03-19 | 1 | -0/+7 |
* | Bug 60810: Check for duplicate relation-names for notes similar to the fix fo... | Dominik Stadler | 2017-03-19 | 2 | -39/+65 |
* | Fix typo to "length", closes #51 | Dominik Stadler | 2017-03-19 | 3 | -11/+11 |
* | 60823: DGET function, correct behavior with multiple result entries but only ... | Dominik Stadler | 2017-03-19 | 1 | -3/+11 |
* | Fix broken imports | Dominik Stadler | 2017-03-18 | 1 | -0/+11 |
* | Adjust integration-test files slightly, more failure-output, make it a bit ea... | Dominik Stadler | 2017-03-18 | 10 | -70/+147 |
* | Add docm-file which is actually a binary doc to check handling of wrong-forma... | Dominik Stadler | 2017-03-18 | 1 | -0/+1 |
* | Fix ROOT_DIR | Dominik Stadler | 2017-03-17 | 2 | -7/+2 |
* | 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! | Tim Allison | 2017-03-17 | 36 | -246/+349 |
* | 60826 -- update stress tests to handle xlsb | Tim Allison | 2017-03-16 | 3 | -20/+144 |