aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hslf
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2797-14725/+0
* Review EscherContainerRecord#getChildRecords() call sites for unnecessary workMarius Volkhart2021-03-012-4/+3
* Add the ability to edit HSLFPictureData contentsMarius Volkhart2021-02-283-7/+185
* Sonar fixesAndreas Beeker2021-01-223-126/+119
* Sonar fixesAndreas Beeker2021-01-154-224/+144
* Sonar fixesAndreas Beeker2021-01-1011-40/+31
* Sonar fixesAndreas Beeker2021-01-0935-114/+131
* Sonar fixesAndreas Beeker2021-01-0987-313/+313
* Also replace for JUnit 5 in commentsDominik Stadler2020-12-301-1/+1
* Bug 65009: Fix incorrect index for 1-based picturesDominik Stadler2020-12-301-2/+11
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-24100-1226/+958
* #64876 - Unable to convert pptx to pdfAndreas Beeker2020-12-171-570/+483
* mute talkative tests, which spam to StdOut/StdErrAndreas Beeker2020-12-131-3/+20
* remove more deprecated codePJ Fanning2020-12-092-96/+0
* Fix Sonar issues and IDE warningsDominik Stadler2020-10-253-54/+45
* Update library versionsAndreas Beeker2020-08-184-40/+55
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-172-71/+64
* removed test which is covered by TestPPTX2PNGAndreas Beeker2020-08-161-149/+80
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-151-66/+67
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-224-3/+128
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-041-4/+2
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-28/+21
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-222-56/+59
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-081-5/+5
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-108-22/+22
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2728-422/+428
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-159-65/+67
* Replace manual close with try-with-resourcesDominik Stadler2019-12-153-31/+16
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-141-1/+2
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-1/+1
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-123-14/+7
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-116-82/+79
* Make compilation work in Eclipse 2019.03 again by working around a Dominik Stadler2019-04-251-1/+3
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-192-7/+7
* #63028 - Provide font embedding for slideshowsAndreas Beeker2018-12-282-26/+49
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-2611-0/+654
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-261-10/+10
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-258-35/+35
* merge trunkAndreas Beeker2018-12-144-3/+3
* merge trunkAndreas Beeker2018-11-201-0/+47
|\
| * Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-191-0/+47
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-231-1/+0
|/
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-314-39/+30
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-31/+7
* bug 62591 -- revert to ignoring place holders even if they contain metroblobs...Tim Allison2018-08-091-2/+19
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-011-105/+101
* disable ImageIO cache - probably need to set it in every test class or disabl...Andreas Beeker2018-04-291-0/+6
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-202-236/+224
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-182-29/+48
* #62096 - Add support for tabstopsAndreas Beeker2018-02-113-37/+80