aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Try to fix sonar buildAndreas Beeker2021-03-141-0/+1
* Parse PPDrawing more deterministicallyMarius Volkhart2021-03-091-115/+28
* Additional debug logging for unknown records in HSLFMarius Volkhart2021-03-091-1/+6
* Remove unnecessary array conversion in HWPF FSPATableMarius Volkhart2021-03-011-2/+2
* Remove deprecated HWPF FSPA methodsMarius Volkhart2021-03-013-37/+1
* Improve performance of HSLFPictureData#writeMarius Volkhart2021-03-011-13/+3
* Review EscherContainerRecord#getChildRecords() call sites for unnecessary workMarius Volkhart2021-03-019-24/+15
* Add the ability to edit HSLFPictureData contentsMarius Volkhart2021-02-2817-129/+1027
* Make picture loading in HWPF PicturesTable easier to understandMarius Volkhart2021-02-282-10/+7
* Add documentation to PICFAndOfficeArtDataMarius Volkhart2021-02-282-15/+30
* Simplify OfficeArtContent#getBStoreContainer methodMarius Volkhart2021-02-282-17/+8
* Rename EscherRecordHolder to OfficeArtContentMarius Volkhart2021-02-286-28/+29
* Rework EscherRecordHolder parsingMarius Volkhart2021-02-281-106/+86
* Simplify initialization of HWPF EscherRecordHolderMarius Volkhart2021-02-282-11/+12
* Add documentation for HWPF FileInformationBlock DggInfo methodsMarius Volkhart2021-02-281-0/+10
* Revert "Replace magic constant with reference" changesMarius Volkhart2021-02-274-46/+46
* Replace magic constant use of Escher Blip End type ID with referenceMarius Volkhart2021-02-272-2/+3
* Replace magic constant use of Escher Blip Start type ID with referenceMarius Volkhart2021-02-273-5/+6
* Replace magic constant use of EscherBSERecord type ID with referenceMarius Volkhart2021-02-274-43/+42
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-2199-765/+691
* Sonar fixesAndreas Beeker2021-01-232-680/+506
* Sonar fixesAndreas Beeker2021-01-228-288/+272
* Sonar fixesAndreas Beeker2021-01-1782-427/+397
* Sonar fixesAndreas Beeker2021-01-1513-644/+326
* Sonar fixesAndreas Beeker2021-01-155-637/+536
* Sonar fixesAndreas Beeker2021-01-1015-44/+35
* Sonar fixesAndreas Beeker2021-01-0968-166/+183
* Sonar fixesAndreas Beeker2021-01-09179-727/+727
* #65063 - WMF parsing failed on closed empty polygonAndreas Beeker2021-01-062-9/+16
* Bug 64132: Fix regression introduced by changing factoriesDominik Stadler2021-01-041-0/+10
* add failing regression test filesAndreas Beeker2020-12-303-6/+6
* Also replace for JUnit 5 in commentsDominik Stadler2020-12-302-3/+3
* Slightly re-arrange code to only perform computations if we do not exit the l...Dominik Stadler2020-12-301-20/+12
* Bug 65009: Fix incorrect index for 1-based picturesDominik Stadler2020-12-302-4/+13
* Sonar fixesAndreas Beeker2020-12-2621-94/+150
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-24199-2090/+1599
* [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