aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Activate Forbidden-Apis-Check also for other testsAndreas Beeker2020-08-175-79/+73
* 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-08-142-9/+59
* #64411 - Provide JigSaw modulesAndreas Beeker2020-08-1314-722/+486
* Bug 64659 -- bump max record lengthTim Allison2020-08-131-1/+1
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-226-332/+8
* [bug-64605] add support for non-integer font sizes on character runs (use dou...PJ Fanning2020-07-161-3/+3
* [bug-64605] add support for non-integer font sizes on character runsPJ Fanning2020-07-161-0/+13
* remove some deprecated codePJ Fanning2020-07-151-16/+0
* remove some more deprecated codePJ Fanning2020-06-281-69/+0
* remove some more deprecated codePJ Fanning2020-06-282-284/+271
* improve memory safety in HWPFDocumentCoreTim Allison2020-06-221-2/+2
* 63290 - PPTX To Png changes font sizes and colorsAndreas Beeker2020-06-043-12/+30
* #64411 - Provide JigSaw modulesAndreas Beeker2020-05-052-59/+54
* Throw exception on null/placeholder arrays in TNEFAndreas Beeker2020-04-261-0/+5
* Replace assertion with exceptionAndreas Beeker2020-04-242-5/+7
* Sonar fix - "Add a "NoSuchElementException" for iteration beyond the end of t...Andreas Beeker2020-04-202-21/+30
* Sonar fix - "Cast one of the operands of this addition operation to a 'long'/...Andreas Beeker2020-04-2021-51/+51
* #57843 - RuntimeException on extracting text from Word 97-2004 DocumentAndreas Beeker2020-04-162-42/+34
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-16110-839/+724
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-144-16/+27
* Sonar fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0518-272/+231
* Sonar fixesAndreas Beeker2020-04-059-228/+111
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-053-188/+247
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0247-293/+268
* Sonar FixesAndreas Beeker2020-03-293-35/+37
* Sonar FixesAndreas Beeker2020-03-291-1/+1
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-222-56/+59
* github-167 - HSMF enhancementsAndreas Beeker2020-03-087-180/+690
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-083-13/+13
* fix IntelliJ warningsAndreas Beeker2020-02-2122-231/+212
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-201-1/+1
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-022-78/+114
* Local EMF test changesAndreas Beeker2020-01-311-32/+29
* Improve some assertions and error messages for exceptions seen in the regress...Dominik Stadler2020-01-302-3/+4
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-273-6/+7
* #64036 - Replace reflection calls in factories for Java 9+ - Escher factoriesAndreas Beeker2020-01-261-30/+11
* sonar fixesAndreas Beeker2020-01-231-4/+5
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-191-3/+21
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-1047-157/+157
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-085-155/+130
* findbugs fixes and refactor some ClassIDsAndreas Beeker2020-01-071-7/+10
* Fix Visio compressionAndreas Beeker2020-01-013-476/+402
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-0/+6
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2766-1477/+1575
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-263-219/+249
* fix spelling of UsagePJ Fanning2019-12-263-3/+3
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-159/+232
* #64004 - Replace clone() with copy constructor - mainly HWPF classesAndreas Beeker2019-12-2454-1194/+1632