aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-880/+0
* Sonar fixesAndreas Beeker2021-01-221-1/+2
* Sonar fixesAndreas Beeker2021-01-151-121/+52
* Sonar fixesAndreas Beeker2021-01-091-40/+40
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-14/+13
* #64876 - Unable to convert pptx to pdfAndreas Beeker2020-12-171-570/+483
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-171-53/+50
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-1/+1
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-121-2/+2
* 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-191-5/+5
* 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-251-11/+11
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-20/+15
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-201-6/+7
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-311-1/+1
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-1/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-3/+3
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-161-1/+1
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-231-1/+2
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-201-8/+9
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-081-8/+18
* eclipse warnings - close resourcesAndreas Beeker2016-12-131-3/+9
* Bug 60294 - Add "unknown" ShapeType for 4095Andreas Beeker2016-10-221-0/+12
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-191-0/+2
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-0/+58
* HSLF: Add support for system colorsAndreas Beeker2016-03-141-1/+41
* #59056 - Render individual slideshow shapesAndreas Beeker2016-02-291-0/+24
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-121-2/+59
* #55030 - RichTextRun getFontName can not get Chinese font nameAndreas Beeker2015-12-311-4/+20
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-311-0/+29
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-0/+9
* #58718 - Master styles not initialized when running multithreadedAndreas Beeker2015-12-131-0/+12
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-5/+34
* Add helper method for opening the test files - maybe switched to InputStream ...Andreas Beeker2015-11-291-32/+36
* close resources, as SlideShow is now CloseableAndreas Beeker2015-11-021-235/+175
* #45908 - RichTextRun.setBullet(false) doesn't work, bullets still hereAndreas Beeker2015-11-011-2/+71
* #45088 - POI-HSLF changeTextInRichTextRun corrupts presentationAndreas Beeker2015-11-011-0/+30
* #45124 - inserting text or images wipes out boldness and makes everything italicAndreas Beeker2015-10-311-1/+46
* #58516 - Rare new aioobe in 3.13 on initialization of a handful of pptsAndreas Beeker2015-10-291-2/+9
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-201-4/+4
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-2/+2
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-021-16/+22
* Fixed TextRun handling and various junit testsAndreas Beeker2015-06-101-16/+12
* Commit changes in common_sl - need to update trunk ...Andreas Beeker2015-05-111-121/+107
* committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-271-20/+20
* Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-191-108/+93
* committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-071-26/+26
* initial commit - still lots of errors, but I need to switch to a clean trunk ...Andreas Beeker2015-02-211-1/+1
* Test and fix for bug #46441Andreas Beeker2015-01-021-0/+39