aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-143-20/+4
* Copy over and tweak PicturesSource from Apache TikaNick Burch2017-09-071-0/+136
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-17/+9
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-303-36/+5
* 61337 -- try to convert assertions to exceptions. I left in the assertions f...Tim Allison2017-07-261-23/+23
* 61346 add more sanity checks before allocating byte arrays in emf/wmfTim Allison2017-07-267-23/+38
* 61338 -- avoid infinite loop triggered by fuzzed wmf fileTim Allison2017-07-252-8/+31
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-2320-691/+764
* Fix some IntelliJ warningsDominik Stadler2017-07-211-19/+28
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-174-13/+13
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-143-7/+20
* bug 61296: suggest de-duplication of purl dublin core namespace urlJaven O'Neal2017-07-141-2/+2
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+35
* bug 60685: ignore problems with HPBF Publisher Quill Contents PLC hyperlink r...Javen O'Neal2017-07-101-1/+11
* whitespaceJaven O'Neal2017-07-101-2/+2
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-1/+9
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-081-11/+16
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-301-8/+22
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-291-1/+0
* Remove some deprecated *SSF APIsPJ Fanning2017-06-282-23/+3
* @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