summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* @Ignore("requires an internet connection to a 3rd party site"Javen O'Neal2017-06-201-1/+14
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-171-1/+2
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-146-342/+264
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-112/+91
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...Dominik Stadler2017-06-091-2/+18
* Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new ...Andreas Beeker2017-06-0627-225/+156
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-063-215/+378
* fix eclipse resource leak warningsAndreas Beeker2017-05-3121-261/+264
* SonarQube fixes - close resourcesAndreas Beeker2017-05-311-7/+9
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-164-14/+15
* Javadoc fixesNick Burch2017-05-161-4/+2
* github-52: add ExcelToHtmlConverter method that works on InputStreams. Thanks...Javen O'Neal2017-05-161-2/+39
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-142-4/+4
* SonarQube fixesAndreas Beeker2017-05-034-23/+35
* Reverted DocumentSummary hack in codepage guessing codeAndreas Beeker2017-05-021-30/+1
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-206-22/+25
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-194-69/+61
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-1722-32/+32
* #60998 - HSLFTable.setRowHeight sets row height incorrect Andreas Beeker2017-04-172-12/+21
* findbugs fixesAndreas Beeker2017-04-171-13/+14
* #60993 - HSLF: Grid and rowspan calculation in table cells is wrongAndreas Beeker2017-04-151-8/+5
* bug 50955 - add logging per Javen's recommendation. Thank you!Tim Allison2017-04-111-15/+28
* bug 50955 - incorporate info from the DocumentSummaryInformation forTim Allison2017-04-111-1/+30
* bug 50955 - try originally guessed codepoint, backoff to 1252 if that failsTim Allison2017-04-111-18/+37
* Javadoc fixesNick Burch2017-04-051-1/+1
* bug 50955 convert Set to Singleton per Javen's code reviewTim Allison2017-04-051-8/+0
* bug 50955 and bug 60953 improve Big5 reader; ensure one characterTim Allison2017-04-056-27/+10
* bug 50955 -- turn off test that now passes in Java 1.8 and 1.7 Tim Allison2017-04-041-2/+3
* bug 50955 -- fix for java 7Tim Allison2017-04-043-6/+39
* bug 50955 -- word 6.0 charset fixTim Allison2017-04-0417-62/+821
* Fix typo to "length", closes #51Dominik Stadler2017-03-191-8/+8
* Bug 60795 -- fixed deprecation, thanks to Javen.Tim Allison2017-03-011-2/+5
* Bug 60795 -- add enum for message class in MAPIMessage; deprecate getMessageC...Tim Allison2017-03-012-5/+70
* Metro shapes: integration test regression on empty paragraphsAndreas Beeker2017-02-141-3/+7
* Generics fix for metro shapesAndreas Beeker2017-02-132-3/+3
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-132-3/+20
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-121-20/+157
* SonarQube fixes and removed redundant logger level checks, for simple String ...Andreas Beeker2017-02-111-61/+76
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0871-17765/+17765
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-0819-535/+634
* Revert previous changes enough to restore the case in the commoncrawl-corpus ...Dominik Stadler2017-02-051-0/+7
* Adjust for JDK 9 ea152 and newer: certain whitespaces in XML may now be trimmedDominik Stadler2017-02-051-58/+54
* Bug 60677 -- handle multibyte encodings correctly in HwmfGraphics' drawString...Tim Allison2017-02-032-3/+60
* Finally enable test for bug 44937, we got the requested missing test-document...Dominik Stadler2017-01-261-2/+3
* Don't wrap RuntimeExceptionDominik Stadler2017-01-261-93/+61
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-266-13/+12
* Cover some dev-tools with a few simple tests, close resources correctlyDominik Stadler2017-01-261-0/+54
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-237-155/+197
* Bug 60608 -- improve charset handling in Hwmf -- remove deprecated drawString...Tim Allison2017-01-201-20/+0
* javadocsJaven O'Neal2017-01-202-2/+1