| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 13 | -85/+168 |
* | #56004 - Support for WMF rendering (parsing the WMF records) | Andreas Beeker | 2015-12-21 | 20 | -0/+5002 |
* | Handle some cases better where file handles were left open by the ExtractorFa... | Dominik Stadler | 2015-12-20 | 3 | -92/+160 |
* | rat-check - remove clutter to compact build output | Andreas Beeker | 2015-12-20 | 1 | -1/+11 |
* | Unit test for non-reproducable #58747 | Nick Burch | 2015-12-17 | 2 | -0/+19 |
* | Fix unit test for bug 58731 to actually run | Dominik Stadler | 2015-12-17 | 1 | -3/+6 |
* | Trunk now heading for beta2 again, unpin docs | David North | 2015-12-16 | 1 | -2/+2 |
* | Pin docs external for 3.14 beta1 rc2 | David North | 2015-12-16 | 0 | -0/+0 |
* | About to roll 3.14 beta1 rc2 | David North | 2015-12-16 | 1 | -2/+2 |
* | Unit test for #58731 - not reproduced, and some javadocs | Nick Burch | 2015-12-16 | 4 | -0/+41 |
* | #58733 - New AIOOBE in getCell while iterating through a table in PPT | Andreas Beeker | 2015-12-14 | 6 | -12/+65 |
* | fix forbidden apis issues | Andreas Beeker | 2015-12-13 | 4 | -14/+32 |
* | #58718 - Master styles not initialized when running multithreaded | Andreas Beeker | 2015-12-13 | 9 | -11/+47 |
* | Multisign update to allow gpg2 usage | David North | 2015-12-07 | 1 | -2/+6 |
* | Trunk is now on course for 3.14beta2 | David North | 2015-12-07 | 1 | -2/+2 |
* | Pin documentation to r1718465 for 3.14beta1 | David North | 2015-12-07 | 0 | -0/+0 |
* | bug 57450: javadoc fixes from Stefan Thurnherr | Javen O'Neal | 2015-12-06 | 2 | -9/+3 |
* | supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress.... | Javen O'Neal | 2015-12-06 | 1 | -7/+9 |
* | bug 56454: shiftRows incorrectly handle merged regions that do not contain co... | Javen O'Neal | 2015-12-06 | 1 | -1/+43 |
* | make test easier to understand using A1 addresses instead of row+col numbers | Javen O'Neal | 2015-12-06 | 1 | -2/+4 |
* | xml schemas - remove deprecated warnings, as we prefer the array methods - se... | Andreas Beeker | 2015-12-05 | 1 | -11/+6 |
* | New PGP key for David North | David North | 2015-12-04 | 1 | -0/+146 |
* | Add file missed from last checkin | Dominik Stadler | 2015-12-04 | 1 | -0/+0 |
* | Bug 58084: Fix cloning Cell Styles with Borders | Dominik Stadler | 2015-12-04 | 2 | -0/+57 |
* | Eclipse warnings, code formatting, javadoc, ... | Dominik Stadler | 2015-12-04 | 5 | -33/+48 |
* | add hashCode for corresponding equals function | Javen O'Neal | 2015-12-04 | 1 | -0/+5 |
* | javadocs | Javen O'Neal | 2015-12-04 | 1 | -1/+2 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -410/+406 |
* | FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA... | Javen O'Neal | 2015-12-04 | 1 | -0/+10 |
* | make fields static | Javen O'Neal | 2015-12-04 | 1 | -5/+8 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -28/+28 |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -6/+6 |
* | findbugs: check return value of File.mkdir(s), and don't accidentally catch R... | Javen O'Neal | 2015-12-04 | 1 | -4/+25 |
* | add comments for names of missing functions | Javen O'Neal | 2015-12-04 | 1 | -25/+99 |
* | fix javadocs errors | Javen O'Neal | 2015-12-04 | 2 | -4/+4 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 3 | -7/+7 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 1 | -2/+2 |
* | bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, | Javen O'Neal | 2015-12-04 | 10 | -29/+143 |
* | remove deprecated functions (since 2008) | Javen O'Neal | 2015-12-04 | 2 | -2/+21 |
* | Add some additional rules for the forbidden-apis-check borrowed from Elastics... | Dominik Stadler | 2015-12-02 | 5 | -3/+130 |
* | Sonar fixes, direct array parameter | Andreas Beeker | 2015-12-01 | 12 | -26/+33 |
* | - #47904 - Update text styles in HSLF MasterSlide | Andreas Beeker | 2015-11-30 | 12 | -90/+228 |
* | revert .project | Javen O'Neal | 2015-11-30 | 1 | -1/+1 |
* | bug 58670: cleanup from r1717192 | Javen O'Neal | 2015-11-30 | 2 | -46/+37 |
* | revert .project | Javen O'Neal | 2015-11-30 | 1 | -1/+1 |
* | bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS... | Javen O'Neal | 2015-11-30 | 1 | -76/+77 |
* | add @Override annotations to SXSSFRow | Javen O'Neal | 2015-11-30 | 1 | -0/+23 |
* | add @Override annotation. Explicitly specify workbook type returned by SXSSFI... | Javen O'Neal | 2015-11-30 | 1 | -2/+12 |
* | testBool/testErr: check values before writeOutAndReadBack | Javen O'Neal | 2015-11-30 | 1 | -2/+11 |
* | fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua... | Javen O'Neal | 2015-11-30 | 1 | -16/+15 |