aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to edit HSLFPictureData contentsMarius Volkhart2021-02-281-0/+4
* Use upcoming XmlBeans 5.0.0 (working version 4.0.1)Andreas Beeker2021-02-221-15/+22
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-2112-173/+163
* Sonar fixesAndreas Beeker2021-01-173-3/+3
* Include file-name in EmptyFileExceptionDominik Stadler2021-01-061-1/+1
* Try to avoid error "Start point cannot equalendpoint"Dominik Stadler2021-01-061-1/+3
* workaround "Width (0) and height (0) cannot be <= 0" error while rendering te...Andreas Beeker2020-12-301-1/+1
* Sonar fixesAndreas Beeker2020-12-262-3/+3
* #64876 - Unable to convert pptx to pdfAndreas Beeker2020-12-171-1/+1
* avoid string concatsPJ Fanning2020-12-171-2/+2
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-081-30/+60
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-021-1/+18
* #64716 - wmf display errorAndreas Beeker2020-11-012-8/+21
* Sonar fixes - a few "String literals should not be duplicated"Andreas Beeker2020-10-241-56/+24
* #64817 - Fix issue in testXLSXinPPTAndreas Beeker2020-10-181-2/+3
* OSGi support: register service providers in bundle activatorYegor Kozlov2020-09-221-0/+8
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-302-12/+29
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-161-31/+20
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2020-08-162-4/+6
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-151-4/+5
* also handle wrapped OOXML "Package" nodes inside of OLE2 containersAndreas Beeker2020-08-141-2/+4
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-142-133/+146
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-131-11/+26
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-2/+2
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-044-87/+98
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-0578-12748/+1437
* Sonar fixesAndreas Beeker2020-04-191-1/+1
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-052-28/+41
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-021-17/+18
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-0216-619/+635
* Sonar FixesAndreas Beeker2020-03-292-16/+20
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-221-38/+48
* #64241 - XSLF - Wrong scheme colors used when renderingAndreas Beeker2020-03-212-5/+3
* PPTX2PNG - fix SVG gradientsAndreas Beeker2020-02-171-17/+21
* Use indexed palette for duo tone patternAndreas Beeker2020-02-031-14/+29
* XSLF Performance - don't initialize the JAXBContext every timeAndreas Beeker2020-02-021-6/+18
* TextLayout.getAdvance() for " " returns 0 in some cases / JDKs, which caused ...Andreas Beeker2020-02-021-14/+26
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-193-50/+170
* BUG 64015 -- swap out java.util.BitSet for zaxxer's SparseBitSetTim Allison2020-01-071-0/+27
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-61/+47
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-082-65/+61
* Sonar Fixes - type: bugs / severity: critical - mostly div by 0Andreas Beeker2019-12-071-27/+19
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-031-2/+2
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-294-8/+19
* #63918 - Fix texture fill - scale stretched images correctlyAndreas Beeker2019-11-112-17/+141
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-082-0/+10
* #60656 - EMF image support in slideshowsAndreas Beeker2019-11-011-0/+54
* Fix some IDE warnings and update some JavaDocDominik Stadler2019-10-261-2/+2
* SL Common - Fix gradient fillsAndreas Beeker2019-10-133-9/+34
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-121-3/+11