| Commit message (Expand) | Author | Age | Files | Lines |
* | HWPF: test auto-saved document | Maxim Valyanskiy | 2010-07-07 | 2 | -2/+18 |
* | More Word 6 / Word 95 Support | Nick Burch | 2010-07-02 | 1 | -0/+14 |
* | Basic text extraction support for old Word 6 and Word 95 documents via some H... | Nick Burch | 2010-06-30 | 1 | -3/+40 |
* | Better handling of Outlook messages in HSMF when there's no recipient email a... | Nick Burch | 2010-06-14 | 1 | -0/+37 |
* | Fix for bug #48245 - tweak HWPF table cell detection to work across more files | Nick Burch | 2010-06-11 | 1 | -166/+350 |
* | Add additional RevisionMarkAuthorTable test | Nick Burch | 2010-06-10 | 1 | -0/+23 |
* | Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF ranges | Nick Burch | 2010-06-04 | 2 | -1/+44 |
* | Tweak @link reference to avoid compiler issues | Nick Burch | 2010-06-03 | 1 | -2/+1 |
* | Remove un-used imports | Nick Burch | 2010-06-03 | 1 | -2/+0 |
* | Parse the HSMF headers chunk if present, and use it to find Dates in text ext... | Nick Burch | 2010-06-03 | 2 | -2/+31 |
* | List attachment names in the output of OutlookTextExtractor (to get attachmen... | Nick Burch | 2010-06-02 | 1 | -0/+31 |
* | fixed construction of the DIB picture header, see Bugzilla 43161 | Yegor Kozlov | 2010-05-30 | 1 | -1/+1 |
* | Add a simple testcase for the new RevisionMarkAuthorTable.java | Nick Burch | 2010-05-26 | 1 | -0/+51 |
* | Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 | Yegor Kozlov | 2010-04-20 | 1 | -1/+7 |
* | propagate parent to parent-aware records decoded from Escher, also ensure tha... | Yegor Kozlov | 2010-04-03 | 1 | -0/+41 |
* | Fix an issue with the HSMF tests working on some machines but not others - Ma... | Nick Burch | 2010-02-19 | 1 | -18/+18 |
* | Add a disabled test for bug #44501, which still remains, plus fix a generics ... | Nick Burch | 2010-01-28 | 1 | -0/+13 |
* | Fix generics warnings, and fix up tests to handle the extra bit of text being... | Nick Burch | 2010-01-28 | 1 | -11/+22 |
* | Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio... | Nick Burch | 2010-01-28 | 1 | -3/+8 |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 5 | -10/+300 |
* | Make it possible to return null on missing chunks, rather than the exception | Nick Burch | 2010-01-11 | 1 | -0/+28 |
* | Rename the outlook extractor to be more consistent with other extractors | Nick Burch | 2010-01-08 | 1 | -7/+7 |
* | Add a text extractor to HSMF for simpler extraction of text from .msg files | Nick Burch | 2010-01-08 | 1 | -0/+95 |
* | More work on the recipient related chunks, including a helper method to do be... | Nick Burch | 2010-01-08 | 3 | -10/+99 |
* | Quick bit of refactoring to save parsing the type and id twice | Nick Burch | 2010-01-08 | 1 | -1/+1 |
* | Support fetching the message date from the submission id | Nick Burch | 2010-01-08 | 1 | -0/+12 |
* | Tweak a few tests, and add in a few more chunk types | Nick Burch | 2010-01-08 | 2 | -44/+51 |
* | Complete chunk parser tests, and make more chunk groups available | Nick Burch | 2010-01-08 | 1 | -0/+71 |
* | Fix some chunk types, fix the directory descent, fix the Msg2txt example, and... | Nick Burch | 2010-01-08 | 1 | -3/+81 |
* | Shuffle where some of the HSMF tests live to better match package names, and ... | Nick Burch | 2010-01-07 | 8 | -8/+69 |
* | Start on major HSMF refactoring. Should compile, but not quite all tests pass... | Nick Burch | 2010-01-07 | 3 | -34/+86 |
* | removed svn:eol-style=native from binary files, uncommented related tests; se... | Yegor Kozlov | 2009-12-28 | 1 | -8/+4 |
* | support for text extraction from PPT master slides, see Bugzilla 48161 | Yegor Kozlov | 2009-11-12 | 1 | -3/+11 |
* | Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no... | Nick Burch | 2009-11-04 | 1 | -0/+15 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 2 | -11/+11 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 19 | -0/+0 |
* | Fixed PPT parser to tolerate Comment2000 containers with missing comment text... | Yegor Kozlov | 2009-09-06 | 1 | -0/+28 |
* | Support for extraction of header / footer images in HWPF, see Bugzilla 47733 | Yegor Kozlov | 2009-08-31 | 1 | -0/+8 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 215 | -820/+406 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 16 | -397/+355 |
* | Centralize logic for finding/opening sample files | Yegor Kozlov | 2009-08-19 | 18 | -243/+165 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 58 | -701/+648 |
* | createHeader/Footer methods + tests | Paolo Mottadelli | 2009-08-18 | 1 | -0/+0 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 29 | -586/+528 |
* | fixed XWPFWordExtractor to extract inserted/deleted text, see Bugzilla 45597 | Yegor Kozlov | 2009-07-25 | 1 | -0/+0 |
* | POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi... | Paolo Mottadelli | 2009-07-21 | 1 | -0/+0 |
* | POIXMLproperties: core properties improvement + test | Paolo Mottadelli | 2009-07-20 | 1 | -0/+0 |
* | Support for extraction of endnotes from docx files | Yegor Kozlov | 2009-07-18 | 1 | -0/+0 |
* | Support for extraction of footnotes from docx files, see Bugzilla 45556 | Yegor Kozlov | 2009-07-18 | 3 | -0/+0 |
* | Fixed ExtractorFactory to support .xltx and .dotx files, see Bugzilla 47517 | Yegor Kozlov | 2009-07-18 | 1 | -0/+0 |