| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ensure that the ThreadLocal-Biff-Password is reset correctly after each usage... | Dominik Stadler | 2015-09-22 | 8 | -5/+39 |
* | unpin externals | Andreas Beeker | 2015-09-21 | 0 | -0/+0 |
* | 3.13 Final RC preparation | Andreas Beeker | 2015-09-21 | 0 | -0/+0 |
* | 3.13 Final RC preparation | Andreas Beeker | 2015-09-21 | 1 | -2/+2 |
* | Fix javadoc warnings | Nick Burch | 2015-09-21 | 1 | -2/+2 |
* | removed common sl path | Andreas Beeker | 2015-09-21 | 1 | -298/+0 |
* | - #58216 - provide picture-shape resize that maintains the aspect ratio | Andreas Beeker | 2015-09-21 | 49 | -269/+1193 |
* | Bug 58333: Apply patch to verify behavior on row-index before and after the l... | Dominik Stadler | 2015-09-20 | 4 | -1/+42 |
* | Bug 58332: Adjust implementation of dev-util 'MemoryUsage' to print out infor... | Dominik Stadler | 2015-09-20 | 1 | -10/+30 |
* | Added web of trust to kiwiwings entry | Andreas Beeker | 2015-09-20 | 1 | -30/+48 |
* | close resources in junit tests | Andreas Beeker | 2015-09-20 | 6 | -677/+809 |
* | - #58207 - Provide user access to the original image dimensions (XSLF) | Andreas Beeker | 2015-09-20 | 26 | -308/+699 |
* | Bug 57925: Add unit test and a simple fix to at least avoid the NPE when Work... | Dominik Stadler | 2015-09-19 | 3 | -1/+23 |
* | Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less tha... | Dominik Stadler | 2015-09-17 | 2 | -1/+23 |
* | Apply patch from bug 57890 to add support for different datatypes in XSSFImpo... | Dominik Stadler | 2015-09-17 | 4 | -10/+118 |
* | Javadoc fixes | Nick Burch | 2015-09-17 | 1 | -6/+5 |
* | Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over... | Nick Burch | 2015-09-17 | 8 | -17/+398 |
* | Eclipse warnings, code formatting, simplify ExcelAntWorkbookUtilFactory, alwa... | Dominik Stadler | 2015-09-14 | 8 | -169/+191 |
* | Update javadoc for bug 56129 | Dominik Stadler | 2015-09-13 | 3 | -1/+22 |
* | Remove src/contrib/src from Eclipse project after code was moved to examples | Dominik Stadler | 2015-09-13 | 1 | -1/+0 |
* | Eclipse warnings, comment out dead code, close resources, enhance unit tests,... | Dominik Stadler | 2015-09-13 | 4 | -104/+166 |
* | Enhance integration testing to apply OPCPackage tests to more file-types and ... | Dominik Stadler | 2015-09-13 | 3 | -32/+98 |
* | Verify that bug 55406 can be closed WORKSFORME | Dominik Stadler | 2015-09-13 | 2 | -0/+27 |
* | Add test case for bug 54399 | Dominik Stadler | 2015-09-13 | 2 | -0/+16 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-13 | 16 | -1838/+1126 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 59 | -1017/+1160 |
* | Bug 58353: Return correct value in Match-Function with match-type == -1 | Dominik Stadler | 2015-09-11 | 2 | -16/+32 |
* | Javadoc fix | Nick Burch | 2015-09-11 | 1 | -1/+1 |
* | More forbidden apis fixes (added main-tests to the check) | Andreas Beeker | 2015-09-11 | 29 | -428/+521 |
* | forbidden apis fixes - timezone fix ... will it work? | Andreas Beeker | 2015-09-10 | 2 | -3/+19 |
* | Patch from https://bz.apache.org/bugzilla/show_bug.cgi?id=58347 - s/arg/filen... | David North | 2015-09-09 | 1 | -5/+5 |
* | forbidden apis fixes - a few DateFormat clean ups ... | Andreas Beeker | 2015-09-09 | 13 | -42/+49 |
* | Bug 58326 - Forbidden APIs patches - second set of changes for charset settings | Andreas Beeker | 2015-09-08 | 17 | -208/+183 |
* | forbidden apis fixes | Andreas Beeker | 2015-09-07 | 8 | -39/+50 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 100 | -2524/+3166 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -14/+14 |
* | Bug 58315: Avoid NPE for RichTextString without font-details | Dominik Stadler | 2015-09-05 | 3 | -0/+26 |
* | Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall... | Dominik Stadler | 2015-09-03 | 8 | -28/+43 |
* | Bug 56959: Add verification unit test to show that the bug cannot be reproduced | Dominik Stadler | 2015-09-03 | 2 | -2/+44 |
* | Fix bug 53275: reset indexed color flag when setting a non-indexed color | Dominik Stadler | 2015-09-03 | 2 | -6/+17 |
* | Add unit test which verifies that bug 53105 is actually fixed now | Dominik Stadler | 2015-09-03 | 2 | -0/+17 |
* | Add unit tests to verify that bug 51626 and bug 51451 are fixed | Dominik Stadler | 2015-09-03 | 3 | -1/+46 |
* | Add unit tests which verify that the issues from bug 48962 and 50755 do not o... | Dominik Stadler | 2015-09-03 | 3 | -0/+42 |
* | Make D* functions thread safe, thanks to Patrick Zimmermann for the patch. | David North | 2015-09-03 | 5 | -25/+25 |
* | Don't warn about unknown @SupressWarnings() in Eclipse | Dominik Stadler | 2015-09-03 | 1 | -1/+2 |
* | One more place where we should state closer.lua now | Dominik Stadler | 2015-09-03 | 1 | -1/+1 |
* | remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ... | Andreas Beeker | 2015-09-02 | 2 | -2/+2 |
* | Fix DAYS360 for US/EU handling | Andreas Beeker | 2015-09-01 | 10 | -324/+381 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 7 | -19/+22 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 3 | -11/+17 |