summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* [github-198] Remove jdk.charset module dependency for spreadsheets generation...PJ Fanning2020-12-196-8/+618
* fix log textPJ Fanning2020-12-191-2/+2
* #64876 - Unable to convert pptx to pdfAndreas Beeker2020-12-172-571/+484
* [github-208] Fix a few instances of incorrect NotImplemented documentation. T...PJ Fanning2020-12-171-2/+2
* avoid string concatsPJ Fanning2020-12-176-11/+10
* avoid string concatsPJ Fanning2020-12-1737-84/+72
* avoid string concatsPJ Fanning2020-12-1717-34/+31
* mute talkative tests, which spam to StdOut/StdErrAndreas Beeker2020-12-134-21/+65
* remove more deprecated codePJ Fanning2020-12-0924-252/+40
* remove more deprecated codePJ Fanning2020-12-096-163/+0
* remove more deprecated codePJ Fanning2020-12-091-18/+0
* remove more deprecated codePJ Fanning2020-12-092-18/+0
* #64716 - wmf display errorAndreas Beeker2020-11-297-62/+77
* #64716 - wmf display errorAndreas Beeker2020-11-276-28/+35
* #64716 - wmf display errorAndreas Beeker2020-11-276-350/+860
* #64716 - wmf display errorAndreas Beeker2020-11-156-1/+40
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-083-7/+31
* #64716 - wmf display errorAndreas Beeker2020-11-018-58/+224
* Fix file-handle-leaks when re-writing documents or slideshowsDominik Stadler2020-11-012-2/+2
* Fix Sonar issues and IDE warningsDominik Stadler2020-10-253-54/+45
* Sonar fixes - a few "Try-with-resources should be used"Andreas Beeker2020-10-242-54/+39
* #64716 - wmf display error - WmfExtTextOut - move current location to the end...Andreas Beeker2020-09-151-0/+17
* #64716 - wmf display error - fixed charset used for reading typefaceAndreas Beeker2020-09-081-13/+18
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-3011-31/+184
* Update library versionsAndreas Beeker2020-08-185-54/+67
* 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