| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed construction of the DIB picture header, see Bugzilla 43161 | Yegor Kozlov | 2010-05-30 | 2 | -9/+18 |
* | removed deprecation warnings to keep javac quiet | Yegor Kozlov | 2010-05-29 | 1 | -0/+1 |
* | Apply patch from bug #48924 - Allow access of the HWPF DateAndTime underlying... | Nick Burch | 2010-05-26 | 1 | -3/+20 |
* | Add a simple testcase for the new RevisionMarkAuthorTable.java | Nick Burch | 2010-05-26 | 1 | -0/+51 |
* | Apply patch from bug #48926 - Initial support for the HWPF revision marks aut... | Nick Burch | 2010-05-26 | 3 | -0/+198 |
* | Apply patches from Peter Kutak from bugs 49334 and 49242 - HSSFChart improvem... | Nick Burch | 2010-05-25 | 1 | -9/+100 |
* | Resolve bug #49139 - don't assume that the block size is always 512 bytes. In... | Nick Burch | 2010-04-25 | 4 | -12/+12 |
* | Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 | Yegor Kozlov | 2010-04-20 | 1 | -1/+7 |
* | Remove old .cvsignore files | Nick Burch | 2010-04-14 | 1 | -1/+0 |
* | bugfix: ClassCastException it PicturesTable.getAllPictures(): | Maxim Valyanskiy | 2010-04-06 | 1 | -3/+7 |
* | propagate parent to parent-aware records decoded from Escher, also ensure tha... | Yegor Kozlov | 2010-04-03 | 6 | -29/+82 |
* | Fix an issue with the HSMF tests working on some machines but not others - Ma... | Nick Burch | 2010-02-19 | 3 | -20/+18 |
* | Add a disabled test for bug #44501, which still remains, plus fix a generics ... | Nick Burch | 2010-01-28 | 2 | -2/+15 |
* | Fix generics warnings, and fix up tests to handle the extra bit of text being... | Nick Burch | 2010-01-28 | 2 | -15/+34 |
* | Apply patch from Jukka from bug #43670 to improve HDGF v11 Separator detectio... | Nick Burch | 2010-01-28 | 3 | -4/+20 |
* | Improve error message, and fix generics warnings | Nick Burch | 2010-01-28 | 1 | -2/+3 |
* | PowerPoint OLEShape: extract last version of embedded ole object | Maxim Valyanskiy | 2010-01-20 | 1 | -3/+11 |
* | Improved how HSMF handles multiple recipients | Nick Burch | 2010-01-12 | 10 | -233/+765 |
* | Add PublisherTextExtractor support to ExtractorFactory | Nick Burch | 2010-01-11 | 1 | -0/+4 |
* | Make it possible to return null on missing chunks, rather than the exception | Nick Burch | 2010-01-11 | 2 | -1/+58 |
* | Add embeded (attachment) support to the outlook text extractor | Nick Burch | 2010-01-08 | 1 | -0/+7 |
* | Rename the outlook extractor to be more consistent with other extractors | Nick Burch | 2010-01-08 | 2 | -13/+16 |
* | Wire up the new HSMFTextExtactor to the ExtractorFactory | Nick Burch | 2010-01-08 | 2 | -4/+18 |
* | Add a text extractor to HSMF for simpler extraction of text from .msg files | Nick Burch | 2010-01-08 | 3 | -6/+184 |
* | Fix generics warnings | Nick Burch | 2010-01-08 | 1 | -1/+1 |
* | More work on the recipient related chunks, including a helper method to do be... | Nick Burch | 2010-01-08 | 7 | -18/+197 |
* | Quick bit of refactoring to save parsing the type and id twice | Nick Burch | 2010-01-08 | 6 | -35/+34 |
* | Support fetching the message date from the submission id | Nick Burch | 2010-01-08 | 6 | -14/+185 |
* | Tweak a few tests, and add in a few more chunk types | Nick Burch | 2010-01-08 | 6 | -46/+70 |
* | Complete chunk parser tests, and make more chunk groups available | Nick Burch | 2010-01-08 | 2 | -0/+92 |
* | Fix some chunk types, fix the directory descent, fix the Msg2txt example, and... | Nick Burch | 2010-01-08 | 5 | -11/+89 |
* | Shuffle where some of the HSMF tests live to better match package names, and ... | Nick Burch | 2010-01-07 | 11 | -11/+84 |
* | Start on major HSMF refactoring. Should compile, but not quite all tests pass... | Nick Burch | 2010-01-07 | 15 | -474/+662 |
* | Add a couple more HSMF chunk types, and use Generics in a few places | Nick Burch | 2010-01-07 | 3 | -36/+45 |
* | removed svn:eol-style=native from binary files, uncommented related tests; se... | Yegor Kozlov | 2009-12-28 | 1 | -8/+4 |
* | included poi-ooxml-schemas and poi-examples in the release cycle, also misc i... | Yegor Kozlov | 2009-11-21 | 14 | -1723/+0 |
* | support for text extraction from PPT master slides, see Bugzilla 48161 | Yegor Kozlov | 2009-11-12 | 2 | -31/+52 |
* | Patch from Trejkaz - fix bug #48038 - handle reading HWPF stylesheets from no... | Nick Burch | 2009-11-04 | 2 | -1/+17 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 28 | -98/+98 |
* | added Ant target to compile scratchpad examples, added example HSMF applicati... | Yegor Kozlov | 2009-10-04 | 1 | -0/+185 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 58 | -0/+0 |
* | Fixed PPT parser to tolerate Comment2000 containers with missing comment text... | Yegor Kozlov | 2009-09-06 | 2 | -31/+67 |
* | Support for extraction of header / footer images in HWPF, see Bugzilla 47733 | Yegor Kozlov | 2009-08-31 | 2 | -1/+9 |
* | 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 |
* | Avoid exception when reading ClipboardData packet in OLE property sets, see b... | Yegor Kozlov | 2009-08-20 | 3 | -7/+0 |
* | 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 | 66 | -885/+827 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 23 | -951/+894 |
* | createHeader/Footer methods + tests | Paolo Mottadelli | 2009-08-18 | 1 | -0/+0 |