aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 60608 -- improve charset handling in HwmfTim Allison2017-01-194-40/+161
* Bug 60570 - Add rudimentary EMF read-only capabilityTim Allison2017-01-1918-0/+1887
* SonarQube fixAndreas Beeker2017-01-181-72/+72
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-164-207/+252
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-157-277/+279
* Bug 60574 prevent rare NPE in ListTablesTim Allison2017-01-111-0/+13
* add unit tests for MAPIMessage.get*Body()Javen O'Neal2017-01-051-6/+32
* junit improvements: assertEquals(null|true|false, ...) -> assertNull, assertT...Javen O'Neal2017-01-051-8/+8
* bug 60331: remove deprecated OutlookTextExtractor constructorJaven O'Neal2017-01-051-7/+0
* bug 60331: remove deprecated constructor and method in scratchpad o.a.p.hsmf....Javen O'Neal2017-01-051-12/+1
* junit3 -> junit4Javen O'Neal2017-01-051-9/+28
* bug 60550: read ContentID chunks from mail attachments; unit test and test-da...Javen O'Neal2017-01-051-1/+1
* bug 60550: read ContentID chunks from mail attachmentsJaven O'Neal2017-01-053-7/+53
* whitespace: 3/4sp -> 4spJaven O'Neal2017-01-051-91/+89
* junit improvements:Javen O'Neal2017-01-051-15/+15