| Commit message (Expand) | Author | Age | Files | Lines |
* | [github-198] Remove jdk.charset module dependency for spreadsheets generation... | PJ Fanning | 2020-12-19 | 6 | -8/+618 |
* | fix log text | PJ Fanning | 2020-12-19 | 1 | -2/+2 |
* | #64876 - Unable to convert pptx to pdf | Andreas Beeker | 2020-12-17 | 2 | -571/+484 |
* | [github-208] Fix a few instances of incorrect NotImplemented documentation. T... | PJ Fanning | 2020-12-17 | 1 | -2/+2 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 6 | -11/+10 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 37 | -84/+72 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 17 | -34/+31 |
* | mute talkative tests, which spam to StdOut/StdErr | Andreas Beeker | 2020-12-13 | 4 | -21/+65 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 24 | -252/+40 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 6 | -163/+0 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 1 | -18/+0 |
* | remove more deprecated code | PJ Fanning | 2020-12-09 | 2 | -18/+0 |
* | #64716 - wmf display error | Andreas Beeker | 2020-11-29 | 7 | -62/+77 |
* | #64716 - wmf display error | Andreas Beeker | 2020-11-27 | 6 | -28/+35 |
* | #64716 - wmf display error | Andreas Beeker | 2020-11-27 | 6 | -350/+860 |
* | #64716 - wmf display error | Andreas Beeker | 2020-11-15 | 6 | -1/+40 |
* | #64867 - Provide PDF rendering with PPTX2PNG | Andreas Beeker | 2020-11-08 | 3 | -7/+31 |
* | #64716 - wmf display error | Andreas Beeker | 2020-11-01 | 8 | -58/+224 |
* | Fix file-handle-leaks when re-writing documents or slideshows | Dominik Stadler | 2020-11-01 | 2 | -2/+2 |
* | Fix Sonar issues and IDE warnings | Dominik Stadler | 2020-10-25 | 3 | -54/+45 |
* | Sonar fixes - a few "Try-with-resources should be used" | Andreas Beeker | 2020-10-24 | 2 | -54/+39 |
* | #64716 - wmf display error - WmfExtTextOut - move current location to the end... | Andreas Beeker | 2020-09-15 | 1 | -0/+17 |
* | #64716 - wmf display error - fixed charset used for reading typeface | Andreas Beeker | 2020-09-08 | 1 | -13/+18 |
* | #64693 - POI HwmfGraphics cannot read the embedded document title | Andreas Beeker | 2020-08-30 | 11 | -31/+184 |
* | Update library versions | Andreas Beeker | 2020-08-18 | 5 | -54/+67 |
* | Activate Forbidden-Apis-Check also for other tests | Andreas Beeker | 2020-08-17 | 5 | -79/+73 |
* | removed test which is covered by TestPPTX2PNG | Andreas Beeker | 2020-08-16 | 1 | -149/+80 |
* | use the forbidden-apis policies corresponding to the JRE | Andreas Beeker | 2020-08-15 | 1 | -66/+67 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-14 | 2 | -9/+59 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-08-13 | 14 | -722/+486 |
* | Bug 64659 -- bump max record length | Tim Allison | 2020-08-13 | 1 | -1/+1 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 6 | -332/+8 |
* | [bug-64605] add support for non-integer font sizes on character runs (use dou... | PJ Fanning | 2020-07-16 | 1 | -3/+3 |
* | [bug-64605] add support for non-integer font sizes on character runs | PJ Fanning | 2020-07-16 | 1 | -0/+13 |
* | remove some deprecated code | PJ Fanning | 2020-07-15 | 1 | -16/+0 |
* | remove some more deprecated code | PJ Fanning | 2020-06-28 | 1 | -69/+0 |
* | remove some more deprecated code | PJ Fanning | 2020-06-28 | 2 | -284/+271 |
* | improve memory safety in HWPFDocumentCore | Tim Allison | 2020-06-22 | 1 | -2/+2 |
* | 63290 - PPTX To Png changes font sizes and colors | Andreas Beeker | 2020-06-04 | 3 | -12/+30 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-05-05 | 2 | -59/+54 |
* | Throw exception on null/placeholder arrays in TNEF | Andreas Beeker | 2020-04-26 | 1 | -0/+5 |
* | Replace assertion with exception | Andreas Beeker | 2020-04-24 | 2 | -5/+7 |
* | Sonar fix - "Add a "NoSuchElementException" for iteration beyond the end of t... | Andreas Beeker | 2020-04-20 | 2 | -21/+30 |
* | Sonar fix - "Cast one of the operands of this addition operation to a 'long'/... | Andreas Beeker | 2020-04-20 | 21 | -51/+51 |
* | #57843 - RuntimeException on extracting text from Word 97-2004 Document | Andreas Beeker | 2020-04-16 | 2 | -42/+34 |
* | Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC... | Andreas Beeker | 2020-04-16 | 110 | -839/+724 |
* | #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc... | Andreas Beeker | 2020-04-14 | 4 | -16/+27 |
* | Sonar fixes - "static" base class members should not be accessed via derived ... | Andreas Beeker | 2020-04-05 | 18 | -272/+231 |
* | Sonar fixes | Andreas Beeker | 2020-04-05 | 9 | -228/+111 |
* | Bug 60656 - Emf image support in slideshows | Andreas Beeker | 2020-04-05 | 3 | -188/+247 |