| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent() | Andreas Beeker | 2014-10-27 | 2 | -12/+60 |
* | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods | Andreas Beeker | 2014-08-28 | 17 | -95/+125 |
* | Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi... | Nick Burch | 2014-08-04 | 1 | -2/+55 |
* | Add a disabled unit test for bug #56812, based on code and file from Geoff Wr... | Nick Burch | 2014-08-04 | 1 | -10/+16 |
* | Fix some Eclipse identified warnings | Nick Burch | 2014-04-24 | 1 | -0/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 1 | -5/+5 |
* | remove some unused imports and some useless TODOs, slightly more | Dominik Stadler | 2013-12-31 | 1 | -18/+6 |
* | Bug 51158: clear out Memory-based part before writing to it, | Dominik Stadler | 2013-12-26 | 2 | -15/+34 |
* | javadoc house-keeping | Andreas Beeker | 2013-12-25 | 1 | -9/+7 |
* | Don't use the degree symbol in comments, as it upsets the compiler, and cause... | Nick Burch | 2013-12-12 | 1 | -7/+8 |
* | Patch 53176 - Fixed auto shapes render problem in pptx files | Yegor Kozlov | 2013-11-09 | 1 | -4/+35 |
* | one more fix related to Bugzilla 54407 | Yegor Kozlov | 2013-01-23 | 1 | -0/+1 |
* | Bugzilla 54407 - Avoid XmlValueDisconnectedException when merging slides | Yegor Kozlov | 2013-01-22 | 2 | -0/+88 |
* | fix exception when calling importContent, see Bugzilla 54407 | Yegor Kozlov | 2013-01-21 | 3 | -7/+32 |
* | Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNG | Yegor Kozlov | 2012-12-02 | 1 | -1/+35 |
* | fixed javadoc warnings | Yegor Kozlov | 2012-11-16 | 2 | -5/+0 |
* | added relation for XSLF charts | Yegor Kozlov | 2012-09-14 | 2 | -1/+118 |
* | avoid NPE when setting line properties if linewidth is zero | Yegor Kozlov | 2012-07-02 | 1 | -3/+3 |
* | more tests to ensure that poi compiles against poi-ooxml-schemas.jar | Yegor Kozlov | 2012-06-20 | 2 | -1/+40 |
* | optimized unused imports and removed deprecation warnings in poi-ooxml | Yegor Kozlov | 2012-03-05 | 7 | -31/+4 |
* | Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents | Yegor Kozlov | 2012-02-26 | 2 | -1/+50 |
* | Bugzilla 52701: fixed seting vertical alignment for XSLFTableCell | Yegor Kozlov | 2012-02-21 | 1 | -0/+28 |
* | fixed importing pictures having associated custom tags, see Bugzilla 52687 | Yegor Kozlov | 2012-02-21 | 1 | -0/+7 |
* | Bugzilla 52658: support mergin table cells in XSLF | Yegor Kozlov | 2012-02-14 | 2 | -11/+77 |
* | support caching images in xslf | Yegor Kozlov | 2012-02-08 | 2 | -23/+42 |
* | added methods to get/set preset shape geometry in XSLF | Yegor Kozlov | 2012-02-08 | 4 | -28/+252 |
* | improved support for line breaks in XSLF | Yegor Kozlov | 2012-02-03 | 4 | -15/+83 |
* | support kerning in XSLF text runs | Yegor Kozlov | 2012-01-25 | 2 | -1/+24 |
* | more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classes | Yegor Kozlov | 2012-01-19 | 1 | -7/+49 |
* | added common interface for containers of shapes in XSLF | Yegor Kozlov | 2012-01-14 | 3 | -4/+119 |
* | more progress with merging external slides | Yegor Kozlov | 2011-12-28 | 3 | -5/+65 |
* | more xlsf docs and samples | Yegor Kozlov | 2011-12-16 | 3 | -17/+122 |
* | xlsf tutorial and cookbook updates | Yegor Kozlov | 2011-12-11 | 1 | -0/+19 |
* | fixed javadoc warnings | Yegor Kozlov | 2011-12-09 | 6 | -14/+10 |
* | improved rendering of groupped shapes in xslf | Yegor Kozlov | 2011-12-04 | 13 | -68/+107 |
* | more progress with XSLF: made some methods publis as suggested on poi-dev, mo... | Yegor Kozlov | 2011-11-24 | 14 | -75/+209 |
* | added missing definition of the upArrow shape, moved support for line decorat... | Yegor Kozlov | 2011-11-21 | 5 | -297/+308 |
* | Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLF | Yegor Kozlov | 2011-11-19 | 4 | -10/+22 |
* | misc improvements in text rendering in xlsf | Yegor Kozlov | 2011-11-17 | 8 | -53/+200 |
* | more progress with PPTX2PNG | Yegor Kozlov | 2011-11-14 | 8 | -68/+202 |
* | improved rendering of indented text in XSLF, also improved import content fro... | Yegor Kozlov | 2011-11-10 | 12 | -84/+530 |
* | keep rat-check quiet, also started writing xslf docs | Yegor Kozlov | 2011-11-07 | 1 | -0/+16 |
* | more progress with xlsf: support for gradient and texture fills, backgrounds,... | Yegor Kozlov | 2011-11-07 | 42 | -874/+1862 |
* | more progress with PPTX2PNG: support for gradient and texture fill, also refa... | Yegor Kozlov | 2011-10-28 | 33 | -464/+974 |
* | keep javac on JDK 1.5 quiet | Yegor Kozlov | 2011-10-27 | 5 | -11/+11 |
* | support for preset shape geometries in xslf | Yegor Kozlov | 2011-10-26 | 39 | -707/+2114 |
* | restore JDK5 compatibility | Sergey Vladimirov | 2011-10-24 | 1 | -8/+8 |
* | more progress with PPTX2PNG | Yegor Kozlov | 2011-10-24 | 7 | -80/+308 |
* | explicitly convert to float for JDK 5 | Sergey Vladimirov | 2011-10-23 | 1 | -10/+9 |
* | initial support for rendering pptx slides into images with a PPTX2PNG command... | Yegor Kozlov | 2011-10-21 | 28 | -317/+3271 |