aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl
Commit message (Expand)AuthorAgeFilesLines
* #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContextAndreas Beeker2018-12-104-6/+28
* #62966 - init presetShapeDefinitions.xml fail under IBM jdkAndreas Beeker2018-12-091-21/+24
* #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-094-51/+30
* #62949 - SlideShow rendering - keyframe fractions must be increasingAndreas Beeker2018-11-252-82/+70
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-8/+8
* Ensure that file handles are closed for encrypted filesDominik Stadler2018-08-261-0/+4
* Adjust test for JDK 9, 10 and 11Dominik Stadler2018-08-261-1/+1
* #61589 - Importing content does not copy hyperlink addressAndreas Beeker2018-08-122-19/+76
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-242-2/+2
* sonar fixesAndreas Beeker2018-06-021-43/+41
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-272-2/+2
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-271-1/+3
* sonar fixesAndreas Beeker2018-05-221-1/+1
* #62051 - Two shapes have the same shapeId within the same slide.Andreas Beeker2018-05-201-0/+14
* remove test codeAndreas Beeker2018-05-171-9/+0
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-161-0/+7
* #62381 - Fix rendering of AutoShapesAndreas Beeker2018-05-162-67/+93
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-22/+18
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-202-24/+43
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-202-15/+58
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-203-4/+66
* Nullpointer fix for slideshow extractorAndreas Beeker2018-04-191-1/+1
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-188-2/+510
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-043-2/+17
* Update JAXB classes with fixed javadocs for java 8 doclintAndreas Beeker2018-02-1163-2220/+2203
* #62096 - Add support for tabstopsAndreas Beeker2018-02-113-1/+104
* FindBugs fixesAndreas Beeker2018-02-111-8/+9
* fix findbug issues introduced recentlyPJ Fanning2018-01-311-3/+3
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-314-0/+357
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-3123-24/+24
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-1/+3
* [bug-61792] basic testPJ Fanning2017-11-201-0/+4
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-201-26/+8
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-021-0/+16
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-1/+1
* Remove unnecessary local variablesDominik Stadler2017-09-162-4/+2
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1624-198/+198
* Remove unnecessary semicolonsDominik Stadler2017-09-162-2/+2
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-22/+14
* Fix further Windows JVM 6 font rendering errors - OOM and EXCEPTION_ACCESS_VI...Andreas Beeker2017-07-312-1/+7
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-237-165/+415
* My version of Java 6 chokes on Generics hereDominik Stadler2017-07-211-6/+3
* Rollback of r1801368 because of a generics bug with self-referenced types in ...Andreas Beeker2017-07-0923-24/+24
* SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-07-0923-24/+24
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-082-1/+37
* Add StaxHelper to ensure that StAX parsers have sensible defaults, including ...PJ Fanning2017-06-242-2/+4
* Need to do the casting differently to make the code compile with Java 6Dominik Stadler2017-06-181-3/+4
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-173-10/+23
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-061-1/+5
* Bug 61119 - Fix preset shape rendering and shadingAndreas Beeker2017-05-3041-1447/+576