summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Add a disabled unit test for bug #56880Nick Burch2014-10-091-2/+13
* Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with repla...Andreas Beeker2014-09-053-8/+9
* Fix bug 54725 - HWPF where no parent style CHP exists, use an emptyNick Burch2014-07-311-2/+3
* Add unit test for bug 37625 which verifies that this file can now be loadedDominik Stadler2014-07-271-1/+18
* Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ...Nick Burch2014-07-241-1/+2
* For places where an ordered collection is created and used within the context...Nick Burch2014-07-244-32/+45
* Add missing @Overrides, reformat some files, increase coverage slightly,Dominik Stadler2014-06-1110-255/+286
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-1616-142/+172
* Based on reading of the new file format docs, start to tweak how fixed length...Nick Burch2014-05-113-44/+88
* Outlook sometimes stores a codepage of ANSI when it means 1252, detect and al...Nick Burch2014-05-081-0/+6
* Implement a few more MAPI property typesNick Burch2014-05-082-2/+105
* Fix inconsistent indentsNick Burch2014-05-081-10/+10
* Some encryption fixes:Andreas Beeker2014-04-211-10/+5
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-159-34/+25
* performance issue: removed instantiation of new String object by copying an e...Cédric Walter2014-03-312-2/+2
* performance issue logging calls are expensive because of the objects created ...Cédric Walter2014-03-316-29/+74
* Avoid an IndexOutOfBoundsException if there are no property nodes when search...Nick Burch2014-03-181-2/+3
* When looking for text run related records after a TextHeaderAtom, provide a c...Nick Burch2014-03-152-28/+40
* Implement MasterTextPropAtom, which provides the indents for a run of text, n...Nick Burch2014-03-154-8/+226
* #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms relat...Nick Burch2014-03-143-7/+89
* More helpful visio v5 exception, see bug #56171Nick Burch2014-02-202-2/+2
* The junit test failed with the original test-file (CDT_Data_Retention-PPT.ppt...Andreas Beeker2014-02-201-3/+3
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr...Andreas Beeker2014-02-192-29/+54
* upgraded to junit4 (before other changes)Andreas Beeker2014-02-191-27/+45
* FindBugs fixAndreas Beeker2014-02-163-6/+3
* FindBugs fixAndreas Beeker2014-02-1613-91/+60
* FindBugs fixAndreas Beeker2014-02-163-3/+5
* Fix unit tests broken by newly added test-file, ignore TestFontRendering as i...Dominik Stadler2014-02-161-0/+2
* Adjust test to write the failing PNG in case expected and actual do not matchDominik Stadler2014-02-161-0/+5
* Provide more output on test that failed for me locallyDominik Stadler2014-02-151-1/+4
* FindBugs fixAndreas Beeker2014-02-143-6/+7
* FindBugs fixAndreas Beeker2014-02-1313-51/+88
* Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ...Andreas Beeker2014-02-114-46/+223
* FindBugs fixAndreas Beeker2014-02-0915-5/+108
* Fix up whitespace / indents to be consistentNick Burch2014-02-012-409/+406
* Fix javadoc formattingNick Burch2014-02-011-4/+4
* Expose the StyleIndex of CharacterRuns, and expand the range style tests to c...Nick Burch2014-02-013-10/+59
* Added license headersAndreas Beeker2014-01-181-0/+16
* javadoc fixAndreas Beeker2014-01-114-16/+11
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-0/+2
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-292-12/+60
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-273-35/+76
* Bug 48593 - [PATCH] Multiple Saves Causes Slide CorruptionAndreas Beeker2013-12-275-166/+301
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-264-89/+270
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-252-10/+7
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-251-1/+0
* removed pictureFileZero.ppt from svn as requested by the owner, see discussio...Yegor Kozlov2013-12-181-2/+9
* Bugzilla 55560 : Patch for hiding slides in HSLFYegor Kozlov2013-11-094-3/+333
* Bug 52400: fix handling some types of TNEF files, make HMEFMessage.HEADER_SIG...Dominik Stadler2013-11-034-34/+178
* Add more output to assertion in test-case that is sometimes failing, see e.g....Dominik Stadler2013-11-031-4/+3