aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* fixed construction of the DIB picture header, see Bugzilla 43161Yegor Kozlov2010-05-302-9/+18
* removed deprecation warnings to keep javac quietYegor Kozlov2010-05-291-0/+1
* Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying...Nick Burch2010-05-261-3/+20
* Add a simple testcase for the new RevisionMarkAuthorTable.javaNick Burch2010-05-261-0/+51
* Apply patch from bug #48926 - Initial support for the HWPF revision marks aut...Nick Burch2010-05-263-0/+198
* Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvem...Nick Burch2010-05-251-9/+100
* Resolve bug #49139 - don't assume that the block size is always 512 bytes. In...Nick Burch2010-04-254-12/+12
* Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138Yegor Kozlov2010-04-201-1/+7
* Remove old .cvsignore filesNick Burch2010-04-141-1/+0
* bugfix: ClassCastException it PicturesTable.getAllPictures():Maxim Valyanskiy2010-04-061-3/+7
* propagate parent to parent-aware records decoded from Escher, also ensure tha...Yegor Kozlov2010-04-036-29/+82
* Fix an issue with the HSMF tests working on some machines but not others - Ma...Nick Burch2010-02-193-20/+18
* Add a disabled test for bug #44501, which still remains, plus fix a generics ...Nick Burch2010-01-282-2/+15
* Fix generics warnings, and fix up tests to handle the extra bit of text being...Nick Burch2010-01-282-15/+34
* Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio...Nick Burch2010-01-283-4/+20
* Improve error message, and fix generics warningsNick Burch2010-01-281-2/+3
* PowerPoint OLEShape: extract last version of embedded ole objectMaxim Valyanskiy2010-01-201-3/+11
* Improved how HSMF handles multiple recipientsNick Burch2010-01-1210-233/+765
* Add PublisherTextExtractor support to ExtractorFactoryNick Burch2010-01-111-0/+4
* Make it possible to return null on missing chunks, rather than the exceptionNick Burch2010-01-112-1/+58
* Add embeded (attachment) support to the outlook text extractorNick Burch2010-01-081-0/+7
* Rename the outlook extractor to be more consistent with other extractorsNick Burch2010-01-082-13/+16
* Wire up the new HSMFTextExtactor to the ExtractorFactoryNick Burch2010-01-082-4/+18
* Add a text extractor to HSMF for simpler extraction of text from .msg filesNick Burch2010-01-083-6/+184
* Fix generics warningsNick Burch2010-01-081-1/+1
* More work on the recipient related chunks, including a helper method to do be...Nick Burch2010-01-087-18/+197
* Quick bit of refactoring to save parsing the type and id twiceNick Burch2010-01-086-35/+34
* Support fetching the message date from the submission idNick Burch2010-01-086-14/+185
* Tweak a few tests, and add in a few more chunk typesNick Burch2010-01-086-46/+70
* Complete chunk parser tests, and make more chunk groups availableNick Burch2010-01-082-0/+92
* Fix some chunk types, fix the directory descent, fix the Msg2txt example, and...Nick Burch2010-01-085-11/+89
* Shuffle where some of the HSMF tests live to better match package names, and ...Nick Burch2010-01-0711-11/+84
* Start on major HSMF refactoring. Should compile, but not quite all tests pass...Nick Burch2010-01-0715-474/+662
* Add a couple more HSMF chunk types, and use Generics in a few placesNick Burch2010-01-073-36/+45
* removed svn:eol-style=native from binary files, uncommented related tests; se...Yegor Kozlov2009-12-281-8/+4
* included poi-ooxml-schemas and poi-examples in the release cycle, also misc i...Yegor Kozlov2009-11-2114-1723/+0
* support for text extraction from PPT master slides, see Bugzilla 48161Yegor Kozlov2009-11-122-31/+52
* Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no...Nick Burch2009-11-042-1/+17
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-0828-98/+98
* added Ant target to compile scratchpad examples, added example HSMF applicati...Yegor Kozlov2009-10-041-0/+185
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-1358-0/+0
* Fixed PPT parser to tolerate Comment2000 containers with missing comment text...Yegor Kozlov2009-09-062-31/+67
* Support for extraction of header / footer images in HWPF, see Bugzilla 47733Yegor Kozlov2009-08-312-1/+9
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-23215-820/+406
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-2216-397/+355
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-203-7/+0
* Centralize logic for finding/opening sample filesYegor Kozlov2009-08-1918-243/+165
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-1866-885/+827
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-1823-951/+894
* createHeader/Footer methods + testsPaolo Mottadelli2009-08-181-0/+0