| Commit message (Expand) | Author | Age | Files | Lines |
* | Sonar Fixes - The diamond operator ("<>") should be used | Andreas Beeker | 2020-04-02 | 44 | -56/+48 |
* | #64301 - Allow try-with-resources with OPCPackage.revert() | Andreas Beeker | 2020-04-01 | 2 | -13/+34 |
* | Sonar Fixes - code smells | Alain Béarez | 2020-04-01 | 10 | -108/+201 |
* | Remove chart title | Alain Béarez | 2020-04-01 | 1 | -1/+12 |
* | Keep last run properties when resetting paragraph text | Alain Béarez | 2020-04-01 | 1 | -3/+11 |
* | Insert a new row in XSLFTable | Alain Béarez | 2020-03-31 | 2 | -10/+35 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 5 | -211/+60 |
* | allow add and remove a HyperlinkRun or a FieldRun | Alain Béarez | 2020-03-29 | 1 | -45/+176 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 1 | -31/+34 |
* | Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4... | Dominik Stadler | 2020-03-29 | 1 | -17/+14 |
* | Bug 61863: Update JavaDoc to describe relation to workbook-level flag | Dominik Stadler | 2020-03-28 | 1 | -2/+7 |
* | Bug 55966: Include content control text in word extraction also if it is part... | Dominik Stadler | 2020-03-28 | 1 | -4/+5 |
* | Access table cell border style as line properties | Alain Béarez | 2020-03-27 | 2 | -3/+15 |
* | XWPFNumbering.addAbstractNum will definitely throw an exception | Alain Béarez | 2020-03-27 | 2 | -1/+21 |
* | XWPFTableCell does not process bodyElements when handle paragraph | Alain Béarez | 2020-03-27 | 1 | -0/+3 |
* | like getTables, returns a collection that cannot be modified | Alain Béarez | 2020-03-27 | 1 | -1/+1 |
* | #63624: setText in XWPFTableCell updates the xml and also updates the runs an... | Alain Béarez | 2020-03-27 | 1 | -2/+1 |
* | Bug 64244: Take the replacement of RichtText strings into account when comput... | Dominik Stadler | 2020-03-24 | 1 | -9/+35 |
* | #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c... | Andreas Beeker | 2020-03-22 | 1 | -6/+7 |
* | #64241 - XSLF - Wrong scheme colors used when rendering | Andreas Beeker | 2020-03-21 | 2 | -60/+67 |
* | #63712 - upgrading xmlsec causes junit tests to fail | Andreas Beeker | 2020-03-18 | 4 | -53/+74 |
* | Make SlideLayout bullets accessible | Andreas Beeker | 2020-03-17 | 3 | -2/+21 |
* | Work on bug 64038 and other bugs and add test for 62865 | Dominik Stadler | 2020-03-08 | 1 | -16/+16 |
* | Try to use https for poi.apache.org everywhere | Dominik Stadler | 2020-03-08 | 1 | -1/+1 |
* | Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT | Dominik Stadler | 2020-03-08 | 2 | -11/+17 |
* | Update JavaDoc for logging and marshalling | Dominik Stadler | 2020-03-08 | 4 | -12/+26 |
* | Allow for numerical category in charts | Alain Béarez | 2020-03-02 | 4 | -39/+54 |
* | Remove chart title when given text is null | Alain Béarez | 2020-03-02 | 1 | -3/+9 |
* | #64186 - Decrease usage of ThreadLocals in XML Signature API | Andreas Beeker | 2020-03-01 | 16 | -574/+722 |
* | Sonar fixes | Andreas Beeker | 2020-02-25 | 1 | -32/+29 |
* | Remove invalid agile certificate encryption | Andreas Beeker | 2020-02-22 | 3 | -181/+27 |
* | replace some calls to Collection methods with shorter/more effective versions | Axel Howind | 2020-02-20 | 1 | -2/+2 |
* | use indexOf(char) instead of indexOf(String) where possible; replace one more... | Axel Howind | 2020-02-20 | 5 | -5/+5 |
* | PPTX2PNG - fix SVG gradients | Andreas Beeker | 2020-02-17 | 4 | -78/+369 |
* | PPTX2PNG - SVG export | Andreas Beeker | 2020-02-15 | 1 | -23/+91 |
* | bouncycastle 1.64 | PJ Fanning | 2020-02-14 | 1 | -2/+2 |
* | XSLF Performance - use XmlCursor instead of XQuery expression - handle Altern... | Andreas Beeker | 2020-02-02 | 6 | -102/+314 |
* | [bug-64108] unsafe pipe character ( | PJ Fanning | 2020-01-30 | 1 | -1/+1 |
* | Invert bar chart if negative by Niklas Mollenhauer | Alain Béarez | 2020-01-29 | 2 | -0/+42 |
* | Fix some IDE warnings, Sonar fixes and some missing closing of resources in u... | Dominik Stadler | 2020-01-27 | 2 | -40/+23 |
* | #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f... | Andreas Beeker | 2020-01-27 | 24 | -591/+559 |
* | [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch... | PJ Fanning | 2020-01-26 | 1 | -1/+2 |
* | #64088 - SlideShow rendering fixes | Andreas Beeker | 2020-01-19 | 17 | -281/+377 |
* | Adjust JavaDoc for stream-based reading of large workbooks | Dominik Stadler | 2020-01-17 | 1 | -3/+14 |
* | Error bar minus and plus as numerical data sources | Alain Béarez | 2020-01-13 | 4 | -63/+135 |
* | Implement error bars on scatter chart data series | Alain Béarez | 2020-01-13 | 1 | -0/+35 |
* | Implement error bars for bar and line charts | Alain Béarez | 2020-01-13 | 8 | -0/+446 |
* | #63955 - HMEFContentsExtractor fails to extract content from winmail.dat | Andreas Beeker | 2020-01-08 | 1 | -17/+17 |
* | use lambda instead of sub class | Andreas Beeker | 2020-01-07 | 1 | -11/+4 |
* | remove accidental commit | PJ Fanning | 2020-01-07 | 1 | -1/+1 |