| Commit message (Expand) | Author | Age | Files | Lines |
* | add helper functions to make it easier to see which scenarios are being tested | Javen O'Neal | 2017-02-24 | 1 | -33/+60 |
* | bug 59804: @Removal(version="3.15") version should be parsed to make sure the... | Javen O'Neal | 2017-02-24 | 1 | -0/+2 |
* | add javadocs | Greg Woolsey | 2017-02-21 | 1 | -1/+30 |
* | Add null check | Greg Woolsey | 2017-02-21 | 1 | -1/+2 |
* | BugFix for JDK-6623219 | Andreas Beeker | 2017-02-19 | 2 | -3/+42 |
* | #60662 - Slide import delete unrecognized elements in group shape | Andreas Beeker | 2017-02-18 | 2 | -28/+87 |
* | bug 60742: remove commented out debugging code | Javen O'Neal | 2017-02-17 | 1 | -7/+0 |
* | bug 60742: Remove local test-code from test for bug 60512 | Dominik Stadler | 2017-02-17 | 1 | -5/+3 |
* | bug 60742: write out to unit test TempFile rather than Unix-only /tmp/60512.x... | Javen O'Neal | 2017-02-17 | 1 | -3/+7 |
* | bug 59893: close open resources to prevent leaks | Javen O'Neal | 2017-02-17 | 3 | -4/+18 |
* | convert from junit3 to junit4 | Javen O'Neal | 2017-02-17 | 1 | -7/+11 |
* | bug 59893: fix a few forgotten unrelated changes | Javen O'Neal | 2017-02-17 | 2 | -2/+5 |
* | bug 59893: more unrelated changes from Andi | Javen O'Neal | 2017-02-17 | 2 | -26/+42 |
* | bug 59893: commit the changes from attachment 34068 that were unrelated to av... | Javen O'Neal | 2017-02-17 | 16 | -99/+167 |
* | OLD_FILES, EXPECTED_FAILURES, and IGNORED do not need to be modified when exe... | Javen O'Neal | 2017-02-16 | 1 | -3/+6 |
* | test-integration: replace redundant static { EXPECTED_FAILURES.add(...) } wit... | Javen O'Neal | 2017-02-16 | 1 | -89/+90 |
* | a new test file needed to be added to the list of sheet clone expected errors. | Greg Woolsey | 2017-02-15 | 1 | -0/+1 |
* | Bug #56822 fix COUNTIFS() | Greg Woolsey | 2017-02-14 | 1 | -2/+1 |
* | Bug #56822 fix COUNTIFS() | Greg Woolsey | 2017-02-14 | 4 | -162/+262 |
* | Change logic to avoid a 1.6 compiler bug that doesn't properly handle generic... | Greg Woolsey | 2017-02-14 | 1 | -4/+6 |
* | Fix accidental call to a method added in Java 7, which for some reason Eclips... | Greg Woolsey | 2017-02-14 | 1 | -2/+2 |
* | Expose Priority from newer-style HSSF CF rules | Nick Burch | 2017-02-14 | 3 | -5/+19 |
* | Ugh, that's what I get for copying someone else's code without fully reviewin... | Greg Woolsey | 2017-02-14 | 1 | -1/+1 |
* | Expose another common property, strikeout. | Greg Woolsey | 2017-02-14 | 2 | -0/+19 |
* | Add license | Greg Woolsey | 2017-02-14 | 1 | -0/+17 |
* | Javadoc fixes | Nick Burch | 2017-02-14 | 3 | -23/+13 |
* | Javadoc fixes | Nick Burch | 2017-02-14 | 2 | -6/+6 |
* | Metro shapes: integration test regression on empty paragraphs | Andreas Beeker | 2017-02-14 | 1 | -3/+7 |
* | Add evaluation of data validation rules and conditional formatting | Greg Woolsey | 2017-02-13 | 18 | -41/+2286 |
* | 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 | 6 | -123/+291 |
* | #60715 - Blank layout was not found | Andreas Beeker | 2017-02-11 | 2 | -36/+60 |
* | escape unicode chars | Andreas Beeker | 2017-02-11 | 1 | -6/+6 |
* | SonarQube fixes and removed redundant logger level checks, for simple String ... | Andreas Beeker | 2017-02-11 | 2 | -851/+411 |
* | Add a possible future TODO | Nick Burch | 2017-02-10 | 1 | -0/+5 |
* | Use long for the dummy stream, to permit >2gb streams | Nick Burch | 2017-02-10 | 1 | -8/+17 |
* | If a property refers to an invalid index, log + ignore rather than failing wi... | Nick Burch | 2017-02-10 | 1 | -2/+18 |
* | Update the big file test to use POIFSFileSystem.create(File), and tweak javadocs | Nick Burch | 2017-02-10 | 2 | -16/+6 |
* | Start on a unit test for #60670, work required to get it passing | Nick Burch | 2017-02-09 | 1 | -0/+137 |
* | Unit test comment for possible future expansion | Nick Burch | 2017-02-09 | 1 | -0/+6 |
* | bug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerti... | Javen O'Neal | 2017-02-08 | 1 | -3/+6 |
* | bug 59030: convert to junit4; whitespace | Javen O'Neal | 2017-02-08 | 1 | -16/+21 |
* | Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return ... | Javen O'Neal | 2017-02-08 | 1 | -5/+0 |
* | bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ... | Javen O'Neal | 2017-02-08 | 2 | -2/+39 |
* | Convert all *.java files to use native end of line character(s) | Javen O'Neal | 2017-02-08 | 502 | -89558/+89558 |
* | bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc... | Javen O'Neal | 2017-02-08 | 2 | -17/+48 |
* | +svn:eol-style native | Javen O'Neal | 2017-02-08 | 1 | -24/+24 |
* | #60625 - Rendering issue with background and shape overlayed by image | Andreas Beeker | 2017-02-08 | 47 | -763/+1204 |
* | #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStream | Andreas Beeker | 2017-02-08 | 5 | -274/+333 |