| Commit message (Expand) | Author | Age | Files | Lines |
* | Sonar fixes | Andreas Beeker | 2021-01-10 | 15 | -44/+35 |
* | Sonar fixes | Andreas Beeker | 2021-01-09 | 68 | -166/+183 |
* | Sonar fixes | Andreas Beeker | 2021-01-09 | 179 | -727/+727 |
* | #65063 - WMF parsing failed on closed empty polygon | Andreas Beeker | 2021-01-06 | 1 | -4/+11 |
* | Bug 64132: Fix regression introduced by changing factories | Dominik Stadler | 2021-01-04 | 1 | -0/+10 |
* | Also replace for JUnit 5 in comments | Dominik Stadler | 2020-12-30 | 2 | -3/+3 |
* | Bug 65009: Fix incorrect index for 1-based pictures | Dominik Stadler | 2020-12-30 | 1 | -2/+11 |
* | Sonar fixes | Andreas Beeker | 2020-12-26 | 4 | -37/+37 |
* | #65026 - Migrate tests to Junit 5 | Andreas Beeker | 2020-12-24 | 199 | -2090/+1599 |
* | [github-198] Remove jdk.charset module dependency for spreadsheets generation... | PJ Fanning | 2020-12-19 | 1 | -0/+68 |
* | #64876 - Unable to convert pptx to pdf | Andreas Beeker | 2020-12-17 | 1 | -570/+483 |
* | avoid string concats | PJ Fanning | 2020-12-17 | 1 | -2/+2 |
* | 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 | 2 | -96/+0 |
* | #64716 - wmf display error | Andreas Beeker | 2020-11-27 | 1 | -0/+35 |
* | #64867 - Provide PDF rendering with PPTX2PNG | Andreas Beeker | 2020-11-08 | 2 | -1/+20 |
* | Fix Sonar issues and IDE warnings | Dominik Stadler | 2020-10-25 | 3 | -54/+45 |
* | 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-13 | 4 | -231/+152 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 6 | -332/+8 |
* | remove some more deprecated code | PJ Fanning | 2020-06-28 | 1 | -7/+0 |
* | 63290 - PPTX To Png changes font sizes and colors | Andreas Beeker | 2020-06-04 | 1 | -4/+2 |
* | #57843 - RuntimeException on extracting text from Word 97-2004 Document | Andreas Beeker | 2020-04-16 | 1 | -32/+30 |
* | Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC... | Andreas Beeker | 2020-04-16 | 2 | -30/+22 |
* | Sonar fixes | Andreas Beeker | 2020-04-05 | 1 | -85/+39 |
* | Bug 60656 - Emf image support in slideshows | Andreas Beeker | 2020-04-05 | 1 | -13/+19 |
* | #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c... | Andreas Beeker | 2020-03-22 | 2 | -56/+59 |
* | github-167 - HSMF enhancements | Andreas Beeker | 2020-03-08 | 2 | -18/+110 |
* | Try to use https for poi.apache.org everywhere | Dominik Stadler | 2020-03-08 | 3 | -13/+13 |
* | use indexOf(char) instead of indexOf(String) where possible; replace one more... | Axel Howind | 2020-02-20 | 1 | -1/+1 |
* | Local EMF test changes | Andreas Beeker | 2020-01-31 | 1 | -32/+29 |
* | try to fix some jdk 14 build issues due to java.lang.Record causing existing ... | PJ Fanning | 2020-01-10 | 8 | -22/+22 |
* | #63955 - HMEFContentsExtractor fails to extract content from winmail.dat | Andreas Beeker | 2020-01-08 | 5 | -155/+130 |
* | Fix Visio compression | Andreas Beeker | 2020-01-01 | 1 | -242/+183 |
* | Migrate all junit tests to Junit 4 | Andreas Beeker | 2019-12-27 | 66 | -1477/+1575 |
* | fix spelling of OutlookTextExtractor class name | PJ Fanning | 2019-12-26 | 2 | -215/+245 |
* | Let IntelliJ simplify some assertions | Dominik Stadler | 2019-12-15 | 17 | -107/+112 |
* | Replace manual close with try-with-resources | Dominik Stadler | 2019-12-15 | 6 | -44/+23 |
* | Adjust some JavaDoc and fix some IDE warnings | Dominik Stadler | 2019-12-14 | 4 | -9/+13 |
* | Sonar Fixes | Andreas Beeker | 2019-12-05 | 2 | -13/+3 |
* | Sonar Fixes + Refactor scattered XML initializations to XMLHelper | Andreas Beeker | 2019-12-03 | 5 | -72/+42 |
* | #63955 - HMEFContentsExtractor fails to extract content from winmail.dat | Andreas Beeker | 2019-12-01 | 7 | -813/+842 |
* | use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) | Axel Howind | 2019-11-17 | 1 | -1/+1 |
* | #60656 - EMF image support in slideshows | Andreas Beeker | 2019-11-01 | 1 | -139/+35 |
* | #63745 - Add traversing and debugging interface | Andreas Beeker | 2019-10-12 | 3 | -14/+7 |
* | rename tests so they run in Ant build | PJ Fanning | 2019-09-14 | 2 | -2/+2 |
* | #63745 - Add traversing and debugging interface | Andreas Beeker | 2019-09-11 | 7 | -256/+82 |