aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xslf
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-272-12/+60
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-2817-95/+125
* Fix bug #56812 - In XSLF provide a way to get the URI of externally linked pi...Nick Burch2014-08-041-2/+55
* Add a disabled unit test for bug #56812, based on code and file from Geoff Wr...Nick Burch2014-08-041-10/+16
* Fix some Eclipse identified warningsNick Burch2014-04-241-0/+1
* FindBugs fixAndreas Beeker2014-02-131-5/+5
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-18/+6
* Bug 51158: clear out Memory-based part before writing to it,Dominik Stadler2013-12-262-15/+34
* javadoc house-keepingAndreas Beeker2013-12-251-9/+7
* Don't use the degree symbol in comments, as it upsets the compiler, and cause...Nick Burch2013-12-121-7/+8
* Patch 53176 - Fixed auto shapes render problem in pptx filesYegor Kozlov2013-11-091-4/+35
* one more fix related to Bugzilla 54407Yegor Kozlov2013-01-231-0/+1
* Bugzilla 54407 - Avoid XmlValueDisconnectedException when merging slides Yegor Kozlov2013-01-222-0/+88
* fix exception when calling importContent, see Bugzilla 54407Yegor Kozlov2013-01-213-7/+32
* Bug 54210 - Fixed rendering text in flipped shapes in PPT2PNG and PPTX2PNGYegor Kozlov2012-12-021-1/+35
* fixed javadoc warningsYegor Kozlov2012-11-162-5/+0
* added relation for XSLF chartsYegor Kozlov2012-09-142-1/+118
* avoid NPE when setting line properties if linewidth is zeroYegor Kozlov2012-07-021-3/+3
* more tests to ensure that poi compiles against poi-ooxml-schemas.jarYegor Kozlov2012-06-202-1/+40
* optimized unused imports and removed deprecation warnings in poi-ooxmlYegor Kozlov2012-03-057-31/+4
* Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documentsYegor Kozlov2012-02-262-1/+50
* Bugzilla 52701: fixed seting vertical alignment for XSLFTableCellYegor Kozlov2012-02-211-0/+28
* fixed importing pictures having associated custom tags, see Bugzilla 52687Yegor Kozlov2012-02-211-0/+7
* Bugzilla 52658: support mergin table cells in XSLFYegor Kozlov2012-02-142-11/+77
* support caching images in xslfYegor Kozlov2012-02-082-23/+42
* added methods to get/set preset shape geometry in XSLFYegor Kozlov2012-02-084-28/+252
* improved support for line breaks in XSLFYegor Kozlov2012-02-034-15/+83
* support kerning in XSLF text runsYegor Kozlov2012-01-252-1/+24
* more XSLF tests to ensure that poi-ooxml-schemas.jar contains all used classesYegor Kozlov2012-01-191-7/+49
* added common interface for containers of shapes in XSLFYegor Kozlov2012-01-143-4/+119
* more progress with merging external slidesYegor Kozlov2011-12-283-5/+65
* more xlsf docs and samplesYegor Kozlov2011-12-163-17/+122
* xlsf tutorial and cookbook updatesYegor Kozlov2011-12-111-0/+19
* fixed javadoc warningsYegor Kozlov2011-12-096-14/+10
* improved rendering of groupped shapes in xslfYegor Kozlov2011-12-0413-68/+107
* more progress with XSLF: made some methods publis as suggested on poi-dev, mo...Yegor Kozlov2011-11-2414-75/+209
* added missing definition of the upArrow shape, moved support for line decorat...Yegor Kozlov2011-11-215-297/+308
* Bugzilla 52209: fixed inserting multiple pictures to a group or slide in XSLFYegor Kozlov2011-11-194-10/+22
* misc improvements in text rendering in xlsfYegor Kozlov2011-11-178-53/+200
* more progress with PPTX2PNGYegor Kozlov2011-11-148-68/+202
* improved rendering of indented text in XSLF, also improved import content fro...Yegor Kozlov2011-11-1012-84/+530
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-071-0/+16
* more progress with xlsf: support for gradient and texture fills, backgrounds,...Yegor Kozlov2011-11-0742-874/+1862
* more progress with PPTX2PNG: support for gradient and texture fill, also refa...Yegor Kozlov2011-10-2833-464/+974
* keep javac on JDK 1.5 quietYegor Kozlov2011-10-275-11/+11
* support for preset shape geometries in xslfYegor Kozlov2011-10-2639-707/+2114
* restore JDK5 compatibilitySergey Vladimirov2011-10-241-8/+8
* more progress with PPTX2PNGYegor Kozlov2011-10-247-80/+308
* explicitly convert to float for JDK 5Sergey Vladimirov2011-10-231-10/+9
* initial support for rendering pptx slides into images with a PPTX2PNG command...Yegor Kozlov2011-10-2128-317/+3271