| Commit message (Expand) | Author | Age | Files | Lines |
* | revert r1780500: wrong release-prep1 version (3.15-beta1)REL_3_15_BETA1 | Javen O'Neal | 2017-01-27 | 4660 | -712953/+0 |
|\ |
|
* | | tag r1780499 as 3.15-beta1 | Javen O'Neal | 2017-01-27 | 4660 | -0/+712953 |
|/ |
|
* | close fileinputstream on second exception in ZipPackage | Andreas Beeker | 2016-04-09 | 3 | -123/+197 |
* | update license - include additional dependencies | Andreas Beeker | 2016-04-06 | 1 | -183/+233 |
* | tag r1737618 as 3.15-beta1 | Andreas Beeker | 2016-04-03 | 10 | -14/+13 |
|\ |
|
| * | release prepare for 3.15-beta1 - pin documentation | Andreas Beeker | 2016-04-03 | 0 | -0/+0 |
| * | release prepare for 3.15-beta1 - updating build.xml and status.xml | Andreas Beeker | 2016-04-03 | 1 | -6/+5 |
| * | prepare for 3.15-beta2 | Andreas Beeker | 2016-04-03 | 10 | -10/+10 |
| * | release prepare for 3.15-beta1 - pin documentation | Andreas Beeker | 2016-04-03 | 0 | -0/+0 |
* | | tag r1737611 as 3.15-beta1 | Andreas Beeker | 2016-04-03 | 0 | -0/+0 |
|/ |
|
* | release prepare for 3.15-beta1 - updating build.xml and status.xml | Andreas Beeker | 2016-04-03 | 1 | -1/+3 |
* | release prepare for 3.15-beta1 - updating build.xml and status.xml | Andreas Beeker | 2016-04-03 | 1 | -23/+153 |
* | Bug 55982: Don't fail to open the spreadsheet if no TabIdRecord is found | Dominik Stadler | 2016-04-03 | 3 | -7/+19 |
* | Fix two more places where wrong/invalid files can lead to file-handle leaks c... | Dominik Stadler | 2016-04-02 | 2 | -2/+6 |
* | Prevent us from changing the file with every test-run | Dominik Stadler | 2016-04-02 | 1 | -1/+1 |
* | Fix some cases where file handles are not closed in OldExcelExtractor | Dominik Stadler | 2016-04-02 | 4 | -11/+65 |
* | Regression: Add unit-test which triggers more code deep inside XSLF to have s... | Dominik Stadler | 2016-04-02 | 2 | -1/+32 |
* | Javadoc fix - Generics are type-erased so not included in the javadoc links | Nick Burch | 2016-04-01 | 2 | -3/+3 |
* | Enhance integration tests to call some of the common examples/devtools to al... | Dominik Stadler | 2016-04-01 | 7 | -14/+162 |
* | POI 59257 upgrade Bouncy Castle to 1.54 | Tim Allison | 2016-04-01 | 5 | -44/+43 |
* | Bug 57930: Add support for inlineString in FromHowTo | Dominik Stadler | 2016-03-31 | 1 | -19/+14 |
* | Adjust integration tests, fix compilation warnings, make the check on "EXPECT... | Dominik Stadler | 2016-03-31 | 4 | -21/+11 |
* | Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet... | Dominik Stadler | 2016-03-31 | 11 | -202/+365 |
* | Fetch the Ant SVN binding jars if init-svn is called | Nick Burch | 2016-03-30 | 1 | -9/+45 |
* | DumpPOIFS: Create a separate named sub-directory for each file to not overwri... | Dominik Stadler | 2016-03-29 | 1 | -17/+21 |
* | Revert set of inadvertedly committed files/changes | Dominik Stadler | 2016-03-29 | 19 | -458/+29 |
* | Bug 58915: Add note about memory consumption and update changelog | Dominik Stadler | 2016-03-29 | 19 | -29/+458 |
* | Bug 58915: Update javadoc for memory consumption and fix some other javadoc a... | Dominik Stadler | 2016-03-29 | 1 | -17/+34 |
* | Try to reproduce bug 58922, convert to JUnit 4 | Dominik Stadler | 2016-03-29 | 1 | -10/+91 |
* | Fix some compiler warnings, improve error message, cover some more code | Dominik Stadler | 2016-03-29 | 2 | -33/+77 |
* | Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, emp... | Dominik Stadler | 2016-03-29 | 4 | -28/+68 |
* | XSLF: do not display Master Slide objects by default | Andreas Beeker | 2016-03-28 | 7 | -17/+46 |
* | some zips can't be opened via ZipFile in JDK6, as the central directory | Andreas Beeker | 2016-03-28 | 6 | -53/+48 |
* | sonar fixes | Andreas Beeker | 2016-03-28 | 2 | -37/+41 |
* | Fix some compiler warnings, javadoc, ... | Dominik Stadler | 2016-03-28 | 3 | -20/+22 |
* | Bug 59199: Handle null date-values in a similar way as null-Strings | Dominik Stadler | 2016-03-28 | 3 | -7/+41 |
* | assertCloseDoesNotModifyFile method was adapted from method with the same nam... | Javen O'Neal | 2016-03-27 | 1 | -0/+1 |
* | add more commented-out tests for bug 58779: closing an XML Workbook that was ... | Javen O'Neal | 2016-03-27 | 4 | -0/+88 |
* | make OPCPackage logger final | Javen O'Neal | 2016-03-27 | 1 | -1/+1 |
* | bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@g... | Javen O'Neal | 2016-03-24 | 2 | -2/+20 |
* | make private member variable ctColor final | Javen O'Neal | 2016-03-24 | 1 | -1/+1 |
* | bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by Vasi... | Javen O'Neal | 2016-03-23 | 2 | -0/+8 |
* | bug 59212: Do not check for overlapping regions when adding merged regions to... | Javen O'Neal | 2016-03-22 | 1 | -0/+49 |
* | bug 59212: Do not check for overlapping regions when adding merged regions to... | Javen O'Neal | 2016-03-22 | 5 | -59/+139 |
* | Check for null in IOUtils.closeQuietly() to not log this unnecessarily | Dominik Stadler | 2016-03-22 | 3 | -79/+178 |
* | return unmodifiable shared strings to guarentee parallel data structures stay... | Javen O'Neal | 2016-03-22 | 1 | -1/+1 |
* | bug 59208: correctly understand val="1" for isBold, isItalic, etc | Javen O'Neal | 2016-03-22 | 2 | -6/+40 |
* | fix inconsistent newlines (remove carriage returns), set svnprop eol-style na... | Javen O'Neal | 2016-03-22 | 1 | -592/+592 |
* | findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLE | Andreas Beeker | 2016-03-21 | 7 | -10/+15 |
* | findbugs fixes - RR_NOT_CHECKED | Andreas Beeker | 2016-03-21 | 13 | -67/+77 |