summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl
Commit message (Expand)AuthorAgeFilesLines
* Regression fixesAndreas Beeker2016-06-191-10/+80
* findbugs fixes - ME_MUTABLE_ENUM_FIELDAndreas Beeker2016-06-191-3/+3
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-047-67/+223
* Javadoc fixNick Burch2016-05-311-2/+2
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-241-2/+31
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-221-30/+32
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-221-6/+23
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-164-15/+43
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-131-1/+11
* #59327 - Setting text direction on a table cell has no effectAndreas Beeker2016-05-041-2/+3
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-101-8/+26
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-064-6/+4
* sonar fixAndreas Beeker2016-03-171-2/+2
* findbugs fixesAndreas Beeker2016-03-161-2/+2
* HSLF: Add support for system colorsAndreas Beeker2016-03-144-5/+301
* Refactor some common code from the various Document-Factories into a helper c...Dominik Stadler2016-03-121-65/+5
* sonar fixesAndreas Beeker2016-03-111-35/+52
* #59056 - Render individual slideshow shapesAndreas Beeker2016-02-292-3/+49
* Fix NPE of regression testsAndreas Beeker2016-02-291-21/+13
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-2421-100/+168
* Seems we need a cast here to compile with some newer JDKs, at least IntelliJ ...Dominik Stadler2016-02-151-3/+4
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-245-3/+112
* Fix possible NullPointerException with invalid/unsupported image typesDominik Stadler2016-01-181-1/+7
* #56004 - Support for WMF renderingAndreas Beeker2016-01-168-101/+271
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-122-20/+64
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-313-22/+159
* Fix some cases where file resources were not closed correctly, mostly when Ex...Dominik Stadler2015-12-221-3/+10
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-0/+19
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-3/+13
* fix unnecessary cast warningsAndreas Beeker2015-11-222-2/+2
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-217-25/+38
* #54210 When saving PPT to PNG, some text is rendered backwardsAndreas Beeker2015-11-144-87/+166
* #53192 - Images in ppt file have wrong width when convering ppt to pngAndreas Beeker2015-11-091-14/+19
* #52297 - Bullets are not aligned properly while converting ppt slide to imageAndreas Beeker2015-11-081-15/+57
* close resources, as SlideShow is now CloseableAndreas Beeker2015-11-021-0/+3
* Add method for setting bullet stylesAndreas Beeker2015-10-311-0/+9
* Make SlideShow closeable as of HSLF references a NPOIFSFileSystem and hasn't ...Andreas Beeker2015-10-311-1/+2
* Javadoc fixesNick Burch2015-10-291-4/+3
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-2911-55/+2311
* javadoc fixesAndreas Beeker2015-10-121-2/+2
* sonar fixes and closing resources after useAndreas Beeker2015-10-061-2/+2
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-0/+6
* sonar fixesAndreas Beeker2015-09-301-1/+1
* Sonar fixes - add cloneable interface to classes with clone()Andreas Beeker2015-09-281-8/+4
* Sonar fixesAndreas Beeker2015-09-271-4/+2
* Fix javadoc warningsNick Burch2015-09-211-2/+2
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-2112-38/+566
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-202-1/+24
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-3/+5
* forbidden apis fixesAndreas Beeker2015-08-292-6/+9