| Commit message (Expand) | Author | Age | Files | Lines |
* | 65206 - Migrate ant / maven to gradle build | Andreas Beeker | 2021-03-27 | 65 | -15705/+0 |
* | dispose cursor finally | Sayi | 2021-03-20 | 1 | -5/+3 |
* | Create, get, modify and remove comments, support operating paragraphs, pictur... | Sayi | 2021-03-20 | 6 | -38/+719 |
* | [bug-63046] Use Log4j 2 for logging | Marius Volkhart | 2021-02-21 | 1 | -14/+14 |
* | Bug 65099: Fix incorrect handling of styles in XWPFStyle.getUsedStyleList | Dominik Stadler | 2021-01-30 | 1 | -2/+2 |
* | Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightly | Dominik Stadler | 2021-01-30 | 2 | -17/+17 |
* | Bug 64838: Do not populate cells with a paragraph when loading an existing do... | Dominik Stadler | 2020-12-30 | 1 | -3/+1 |
* | [bug-65023] add col bugfix. Thanks to Paula Muldoon, This closes #212 | PJ Fanning | 2020-12-25 | 1 | -5/+6 |
* | #64981 - Upgrade OOXML schema to 5th edition (transitional) | Andreas Beeker | 2020-12-13 | 4 | -87/+70 |
* | Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional) | Andreas Beeker | 2020-12-12 | 11 | -189/+148 |
* | try to handle case where checksum is null | PJ Fanning | 2020-12-10 | 1 | -4/+11 |
* | remove some deprecated code | PJ Fanning | 2020-12-08 | 1 | -16/+0 |
* | remove System.out.println | Sayi | 2020-12-04 | 1 | -2/+1 |
* | get and set heightRule for table row | Sayi | 2020-12-04 | 2 | -0/+86 |
* | [github-195] Rework getParagraph functions for XWPF. Thanks to Marius Volhart... | PJ Fanning | 2020-11-14 | 5 | -47/+14 |
* | #64773 - Visual signatures for .xlsx/.docx | Andreas Beeker | 2020-10-10 | 1 | -0/+91 |
* | adapt to XmlBeans changes | Andreas Beeker | 2020-09-19 | 1 | -23/+23 |
* | CTRow removes tc when row removes cell | Sayi | 2020-09-01 | 1 | -0/+1 |
* | Add get/set indentationLeftChars/indentationRightChars in paragraph | Sayi | 2020-08-27 | 1 | -0/+52 |
* | add removeTable method in cell | Sayi | 2020-08-10 | 1 | -0/+12 |
* | remove more deprecated code | PJ Fanning | 2020-07-16 | 1 | -15/+0 |
* | [bug-64605] update javadocs | PJ Fanning | 2020-07-16 | 2 | -2/+19 |
* | [bug-64605] update javadocs | PJ Fanning | 2020-07-16 | 1 | -0/+2 |
* | [bug-64605] add support for non-integer font sizes on character runs (use dou... | PJ Fanning | 2020-07-16 | 2 | -9/+24 |
* | [bug-64605] add support for non-integer font sizes on character runs | PJ Fanning | 2020-07-16 | 1 | -2/+46 |
* | use BigInteger.valueOf | PJ Fanning | 2020-07-16 | 3 | -8/+8 |
* | [bug-64600] Avoid XWPF NPE when styleid is null. Thanks to Sayi. This closes ... | PJ Fanning | 2020-07-14 | 1 | -11/+3 |
* | [bug-64561] XWPFSDTContent.getText() is empty for nested SDT elements | PJ Fanning | 2020-06-26 | 1 | -10/+13 |
* | [github-178] Make isLatentStyle() public. This closes #178 | PJ Fanning | 2020-04-29 | 1 | -4/+17 |
* | Sonar fixes | Andreas Beeker | 2020-04-19 | 1 | -1/+1 |
* | Sonar fixes | Andreas Beeker | 2020-04-05 | 1 | -5/+8 |
* | Sonar Fixes - The diamond operator ("<>") should be used | Andreas Beeker | 2020-04-02 | 3 | -7/+7 |
* | Sonar Fixes | Andreas Beeker | 2020-03-29 | 2 | -7/+3 |
* | allow add and remove a HyperlinkRun or a FieldRun | Alain Béarez | 2020-03-29 | 1 | -45/+176 |
* | 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 |
* | Work on bug 64038 and other bugs and add test for 62865 | Dominik Stadler | 2020-03-08 | 1 | -16/+16 |
* | #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f... | Andreas Beeker | 2020-01-27 | 7 | -171/+163 |
* | [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch... | PJ Fanning | 2020-01-26 | 1 | -1/+2 |
* | close OPCPackage if there is an exception | PJ Fanning | 2020-01-07 | 1 | -1/+3 |
* | Bug 63788: Remove AbstractNum by abstractNumId, not list index | Dominik Stadler | 2020-01-01 | 1 | -6/+10 |
* | [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang.... | PJ Fanning | 2019-12-26 | 1 | -0/+19 |
* | Replace manual close with try-with-resources | Dominik Stadler | 2019-12-15 | 7 | -64/+19 |
* | Miscellaneous fixes for chart functionalities | Alain Béarez | 2019-12-07 | 1 | -10/+23 |
* | Bug 63756: Describe units in JavaDoc | Dominik Stadler | 2019-11-17 | 1 | -40/+34 |
* | use zero size arg to toArray(), use Collection.addAll() (#63805, second patch) | Axel Howind | 2019-11-17 | 1 | -7/+3 |
* | XWPF: Insert newlines between multiple paragraphs in comments. | Dominik Stadler | 2019-10-26 | 1 | -0/+4 |
* | missing @since annotations | PJ Fanning | 2019-07-20 | 3 | -1/+7 |