| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugzilla 54099 - Ensure that CTHMerge and CTTcBorders go to poi-ooxml-schemas... | Yegor Kozlov | 2012-11-08 | 1 | -9/+16 |
* | more tests to ensure that poi compiles against poi-ooxml-schemas.jar | Yegor Kozlov | 2012-06-20 | 2 | -0/+42 |
* | optimized unused imports and removed deprecation warnings in poi-ooxml | Yegor Kozlov | 2012-03-05 | 4 | -9/+1 |
* | Bugzilla 51564 - support for enforcing fields update in XWPF | Yegor Kozlov | 2012-02-29 | 1 | -0/+7 |
* | Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents | Yegor Kozlov | 2012-02-26 | 1 | -0/+21 |
* | Bugzilla 52568: added methods to set/get an XWPFRun's text color | Yegor Kozlov | 2012-02-07 | 1 | -0/+7 |
* | Bugzilla 52566: added methods to set/get vertical alignment and color in XWPF... | Yegor Kozlov | 2012-02-07 | 1 | -0/+87 |
* | Bugzilla 525612: added methods to get/set a table row's Can't Split and Repe... | Yegor Kozlov | 2012-02-07 | 1 | -7/+30 |
* | Bugzilla 52561: Added methods to set table inside borders and cell margins in... | Yegor Kozlov | 2012-02-07 | 1 | -1/+92 |
* | Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix som... | Nick Burch | 2012-01-11 | 1 | -3/+13 |
* | Patch from Fabian from bug #52285 - support Smart Tags in XWPF paragraphs, wi... | Nick Burch | 2011-12-06 | 1 | -0/+39 |
* | Test that shows that bug #52288 is already fixed | Nick Burch | 2011-12-06 | 1 | -0/+21 |
* | more progress with PPTX2PNG: support for gradient and texture fill, also refa... | Yegor Kozlov | 2011-10-28 | 1 | -1/+1 |
* | avoid exceptions when using POI in Tika, see BUgs 51771 and 51770 | Yegor Kozlov | 2011-09-12 | 1 | -0/+22 |
* | restore JDK 1.5 compatibility | Sergey Vladimirov | 2011-07-25 | 1 | -2/+2 |
* | Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF ... | Nick Burch | 2011-07-08 | 1 | -0/+54 |
* | XWPF Numbering tests from bug #51134 | Nick Burch | 2011-07-08 | 2 | -0/+38 |
* | Test for parsing document with drawings to prevent NoClassDefFoundError for C... | Maxim Valyanskiy | 2011-06-22 | 1 | -0/+11 |
* | bug 51265: Enhanced Handling of Picture Parts in XWPF | Yegor Kozlov | 2011-06-01 | 14 | -203/+323 |
* | Fix bug #47147 - XWPF table cells adding extra paragraph - test from Stefan S... | Nick Burch | 2011-05-27 | 1 | -0/+28 |
* | Fix bug #51188 - Support for getting and setting XPWF zoom settings | Nick Burch | 2011-05-27 | 1 | -2/+24 |
* | Add unit test from Stefan for bug #51172 - DOCX gif support | Nick Burch | 2011-05-27 | 1 | -0/+26 |
* | Autoboxing tweaks from bug #51175, and make the paragraph/table finding code ... | Nick Burch | 2011-05-13 | 1 | -0/+3 |
* | Fix bug #51148 - XWPFDocument remove of tables/paragraphs now works correctly... | Nick Burch | 2011-05-06 | 1 | -0/+61 |
* | Re-enable the XWPF test for adding paragraphs, and fix it up to work properly | Nick Burch | 2011-05-06 | 1 | -14/+19 |
* | Fix bug #51112 - Correct XWPFTable tracking of new rows | Nick Burch | 2011-05-03 | 1 | -0/+1 |
* | Fix bug #51113 - Correct XWPFParagraph tracking of inserted runs | Nick Burch | 2011-05-03 | 1 | -0/+6 |
* | Fix bug #51111 - Correct XWPFParagraph tracking of new runs | Nick Burch | 2011-05-03 | 1 | -0/+10 |
* | Add support for adding a picture to a XSSFRun | Nick Burch | 2011-04-15 | 1 | -0/+15 |
* | Add XWPF <br> detection for the other kind of ooxml schemas | Nick Burch | 2011-03-25 | 1 | -3/+3 |
* | XWPFPicture: support for reading picture description | Maxim Valyanskiy | 2011-03-21 | 1 | -0/+1 |
* | XWPF: support for pictures in headers | Maxim Valyanskiy | 2011-03-21 | 3 | -4/+46 |
* | Ensure that XWPFParagraph.getDocument() is not null | Maxim Valyanskiy | 2010-10-28 | 2 | -14/+22 |
* | Add unit tests for the XWPF decorator classes | Nick Burch | 2010-09-22 | 1 | -0/+99 |
* | Fix bug #49765 - Fix XWPFDocument.addPicture so that it correctly sets up rel... | Nick Burch | 2010-09-20 | 1 | -18/+47 |
* | Various XWPF picture tweaks and more unit tests | Nick Burch | 2010-09-14 | 1 | -1/+72 |
* | Fix up imports to remove un-used ones | Nick Burch | 2010-09-14 | 9 | -35/+12 |
* | Correct XWPFRun detection of bold/italic in a paragraph with multiple runs of... | Nick Burch | 2010-09-14 | 2 | -6/+143 |
* | Link XWPFPicture to XWPFRun, so that embedded pictures can be access from whe... | Nick Burch | 2010-09-14 | 1 | -0/+3 |
* | XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, an... | Nick Burch | 2010-09-14 | 2 | -10/+6 |
* | Add a getBodyElements() method to XWPF IBody, to make access to embedded para... | Nick Burch | 2010-09-14 | 1 | -0/+3 |
* | ensure that CTNumPr is included in poi-ooxml-schemas.jar (Bugzilla 49833) | Yegor Kozlov | 2010-09-04 | 1 | -0/+9 |
* | insert the content of fldSimple fields into the XWPFWordTextExtractor output,... | Yegor Kozlov | 2010-07-27 | 1 | -0/+12 |
* | Fix deprecated warnings | Nick Burch | 2010-07-02 | 2 | -2/+2 |
* | Fix bug #49446 - Don't consider 17.16.23 field codes as properly part of the ... | Nick Burch | 2010-06-29 | 1 | -0/+13 |
* | Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further X... | Nick Burch | 2010-06-11 | 9 | -30/+321 |
* | Fix bug #49160 - Ensure that CTDigSigBlob is included in poi-ooxml jar | Nick Burch | 2010-05-26 | 1 | -15/+11 |
* | Fix bug #49189 - Detect w:tab and w:cr entries in XWPF paragraphs, even when ... | Nick Burch | 2010-05-25 | 1 | -0/+18 |
* | Modified existing text to cover changes made to XWPFHeaderFooterPolicy | Mark Beardsley | 2010-05-24 | 1 | -4/+35 |
* | Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added acces... | Yegor Kozlov | 2010-04-20 | 3 | -1/+176 |