aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFPictureShape.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-392/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-4/+4
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-121-1/+7
* #64773 - Visual signatures for .xlsx/.docxAndreas Beeker2020-10-101-1/+2
* XSLF Performance - use XmlCursor instead of XQuery expression - handle Altern...Andreas Beeker2020-02-021-27/+30
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-231-2/+2
* Remove unnecesssary semicolonsDominik Stadler2018-12-261-1/+1
* changed to bouncer pattern - to match also the rest of the codeAndreas Beeker2018-12-171-15/+16
* add null check in XLSFPictureShapePJ Fanning2018-12-171-15/+15
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-0/+34
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-3/+111
* tidy up code formattingPJ Fanning2018-11-201-5/+4
* [bug-62929] add null check for blip fill. Thanks to Mate BorcsokPJ Fanning2018-11-201-6/+15
* #62587 - repeated call to XSLFSheet.removeShape leads to java.lang.IllegalArg...Andreas Beeker2018-08-111-20/+10
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-271-1/+1
* #62393 - Inconsistent slide import behavior depending on Mac OS X VersionAndreas Beeker2018-05-211-0/+9
* #62051 - Two shapes have the same shapeId within the same slide.Andreas Beeker2018-05-201-1/+1
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-231/+231
* XSLF: do not display Master Slide objects by defaultAndreas Beeker2016-03-281-7/+27
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-311-1/+7
* #58663 - Pictures cannot be removed from a slideAndreas Beeker2015-11-291-3/+5
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-20/+1
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-201-12/+13
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-1/+2
* #58193 - Use input stream rather than byte array for checksum etc.Andreas Beeker2015-08-011-4/+1
* merged common_sl branch to trunkAndreas Beeker2015-07-241-21/+5
|\
| * Fixed TextRun handling and various junit testsAndreas Beeker2015-06-101-0/+1
| * Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-191-14/+4
| * committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-071-19/+2
|/
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-271-1/+11
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-1/+1
* 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 exception when calling importContent, see Bugzilla 54407Yegor Kozlov2013-01-211-6/+19
* fixed importing pictures having associated custom tags, see Bugzilla 52687Yegor Kozlov2012-02-211-0/+7
* fixed javadoc warningsYegor Kozlov2011-12-091-3/+2
* improved rendering of groupped shapes in xslfYegor Kozlov2011-12-041-1/+4
* improved rendering of indented text in XSLF, also improved import content fro...Yegor Kozlov2011-11-101-2/+22
* more progress with xlsf: support for gradient and texture fills, backgrounds,...Yegor Kozlov2011-11-071-26/+5
* more progress with PPTX2PNG: support for gradient and texture fill, also refa...Yegor Kozlov2011-10-281-26/+26
* more progress with PPTX2PNGYegor Kozlov2011-10-241-16/+12
* initial support for rendering pptx slides into images with a PPTX2PNG command...Yegor Kozlov2011-10-211-0/+47
* Remove incorrect svn:executable property from several Java source filesNick Burch2011-09-041-0/+0
* initial support for XSLF usermodel APIYegor Kozlov2011-08-111-0/+107