| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | [github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut C... | PJ Fanning | 2019-07-19 | 1 | -0/+15 |
* | [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu... | PJ Fanning | 2019-07-19 | 2 | -0/+33 |
* | [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier. | PJ Fanning | 2019-07-16 | 1 | -0/+23 |
* | [github-151] XWPFRun: allow style retrieval. This closes #151 | PJ Fanning | 2019-06-01 | 1 | -0/+19 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 1 | -3/+1 |
* | Remove unnecesssary semicolons | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |
* | Simplify some string operations | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 1 | -5/+5 |
* | [bug-63013] add XWPFRun setLang method | PJ Fanning | 2018-12-18 | 1 | -1/+13 |
* | create chart from scratch by sandeeptiwari32 | Alain Béarez | 2018-12-08 | 2 | -3/+4 |
* | bug 62859 -- fix two potential NPEs when initializing XWPFSDTContent | Tim Allison | 2018-10-26 | 1 | -0/+6 |
* | fix most alerts reported by LGTM on OOXML | Alain Béarez | 2018-10-10 | 2 | -59/+68 |
* | [bug-62692] issue when using widlfy xml parser | PJ Fanning | 2018-09-07 | 1 | -1/+0 |
* | sonar fixes - blocker | Andreas Beeker | 2018-08-31 | 1 | -1/+1 |
* | [github-122] XWPF: Set table and table cell widths to percentage, twips, or a... | PJ Fanning | 2018-08-20 | 3 | -7/+303 |
* | [github-121] Fix issue with setting vertical alignment and emphasis mark. Thi... | PJ Fanning | 2018-08-15 | 1 | -2/+2 |
* | [github-119] extra xpwf formatting support. This closes #119 | PJ Fanning | 2018-08-02 | 1 | -49/+324 |
* | [github-120] rename some new xpwf abstract classes. This closes #120 | PJ Fanning | 2018-08-02 | 11 | -33/+33 |
* | [github-118] Added get/set for mirror margins setting. This closes #118 | PJ Fanning | 2018-07-30 | 2 | -0/+79 |
* | [github-117] Add getStyleWithName() to XWPFStyles. This closes #117 | PJ Fanning | 2018-07-25 | 3 | -32/+38 |
* | Add missing apache licenses. This closes #116 | PJ Fanning | 2018-07-24 | 5 | -0/+80 |
* | [github-115] implement endnote. This closes #115 | PJ Fanning | 2018-07-24 | 10 | -569/+1080 |
* | [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This close... | PJ Fanning | 2018-07-21 | 4 | -31/+269 |
* | [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds... | PJ Fanning | 2018-06-06 | 1 | -1/+1 |
* | sonar fixes | Andreas Beeker | 2018-06-02 | 1 | -11/+1 |
* | sonar fixes | Andreas Beeker | 2018-06-01 | 1 | -297/+213 |
* | #62355 - unsplit packages - 3 - only imports | Andreas Beeker | 2018-05-27 | 24 | -56/+56 |
* | fix spelling | PJ Fanning | 2018-05-27 | 1 | -8/+8 |
* | [githib-110] rename text segment class. This closes #110 | PJ Fanning | 2018-05-27 | 1 | -4/+4 |
* | [githib-110] rename text segment class. This closes #110 | PJ Fanning | 2018-05-27 | 1 | -3/+3 |
* | use Integer.toString to convert ints to strings | PJ Fanning | 2018-02-27 | 4 | -12/+12 |
* | #55953 Added methods to position a table | Mark Murphy | 2018-02-12 | 2 | -1/+90 |
* | Added missing table border types to XWPF | Mark Murphy | 2018-02-11 | 1 | -1/+44 |
* | Add ability to set get and remove outer borders for tables | Mark Murphy | 2018-02-11 | 1 | -112/+601 |
* | Various smaller adjustments: Remove filename in test, remove unused parameter... | Dominik Stadler | 2018-02-08 | 1 | -12/+8 |
* | code cleaning according to code review recommendations (closes #93) | Alain Béarez | 2018-01-25 | 4 | -39/+83 |
* | [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-... | PJ Fanning | 2018-01-20 | 4 | -41/+327 |
* | [github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This clo... | PJ Fanning | 2018-01-04 | 1 | -0/+11 |
* | Fix bug 61787, which was introduced by bug 58067: Change how deleted content ... | Dominik Stadler | 2017-12-28 | 1 | -1/+7 |
* | Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t... | Dominik Stadler | 2017-12-28 | 3 | -43/+23 |
* | XDDF usermodel for Charts closes #68 on GitHub | Alain Béarez | 2017-11-26 | 2 | -67/+56 |
* | bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for ... | Javen O'Neal | 2017-11-12 | 3 | -0/+183 |
* | XWPFTable#getRows() should return an unmodifiable list unless the method can ... | Javen O'Neal | 2017-11-12 | 1 | -1/+2 |
* | make tableRows final; initialize where defined rather than in constructor. | Javen O'Neal | 2017-11-12 | 1 | -3/+1 |
* | deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented... | Javen O'Neal | 2017-11-12 | 1 | -1/+12 |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 8 | -29/+33 |