| Commit message (Expand) | Author | Age | Files | Lines |
* | Two more differences between the LZW in HDGF and HMEF: | Nick Burch | 2011-03-05 | 1 | -4/+2 |
* | Setting the locale doesn't seem to set the timezone, so do that explicitly to... | Nick Burch | 2011-03-04 | 3 | -9/+14 |
* | Tweak the attribute getter names on Attachments, and add MAPI+TNEF Attribute ... | Nick Burch | 2011-03-03 | 3 | -26/+326 |
* | Add a TNEF extractor class, which can be run from the command line to extract... | Nick Burch | 2011-03-03 | 1 | -34/+37 |
* | Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ... | Nick Burch | 2011-03-03 | 1 | -8/+84 |
* | Switch HMEF attributes to a factory scheme for creation, then add subtypes fo... | Nick Burch | 2011-03-02 | 4 | -17/+162 |
* | Refactor the TNEF Attributes to better match the MAPI ones, and move both int... | Nick Burch | 2011-03-02 | 2 | -11/+14 |
* | Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ... | Nick Burch | 2011-03-01 | 2 | -0/+258 |
* | hwpf: ignore null-reference to parent stylesheet (bug#50688) | Maxim Valyanskiy | 2011-01-31 | 1 | -0/+9 |
* | Add support for custom MAPI Properties (0x8000 and above, plus unknown lower ... | Nick Burch | 2011-01-12 | 2 | -0/+68 |
* | MAPIProperty is a better fit name for HSMF, so change the name before it gets... | Nick Burch | 2011-01-12 | 2 | -8/+8 |
* | More converting of HSMF code to use strongly type attributes | Nick Burch | 2011-01-11 | 2 | -10/+5 |
* | Start converting HSMF code to use the new strongly type MAPIAttribute class f... | Nick Burch | 2011-01-11 | 2 | -2/+3 |
* | Tweak HSLF and HWPF to work well with NPOIFS, and add unit tests for this | Nick Burch | 2011-01-01 | 2 | -9/+63 |
* | Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy... | Nick Burch | 2010-12-29 | 2 | -3/+3 |
* | Refactor the common LZW decompression code out into utils | Nick Burch | 2010-12-21 | 1 | -7/+7 |
* | Improve the HDGF LZW code. | Nick Burch | 2010-12-16 | 1 | -13/+94 |
* | Slightly expand tests, inspired by bug #50060, but ultimately show there is a... | Nick Burch | 2010-10-22 | 1 | -95/+136 |
* | removed svn:executable from project files | Yegor Kozlov | 2010-10-14 | 2 | -0/+0 |
* | avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla ... | Yegor Kozlov | 2010-10-14 | 1 | -0/+41 |
* | support for BorderCode in HWPF, see Bugzilla 49919 | Yegor Kozlov | 2010-10-07 | 1 | -0/+113 |
* | support for processing of symbols in HWPF, see Bugzilla 49908 | Yegor Kozlov | 2010-10-07 | 1 | -0/+48 |
* | Test that shows we handle word floating and fixed pictures properly | Nick Burch | 2010-09-28 | 1 | -0/+41 |
* | revert previous commit because it causes problems with other old .docs | Maxim Valyanskiy | 2010-09-27 | 1 | -11/+1 |
* | hwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsExcep... | Maxim Valyanskiy | 2010-09-27 | 1 | -1/+11 |
* | Work inspired by bug #48018 - get HWPF lists more consistent in read vs write... | Nick Burch | 2010-09-20 | 1 | -0/+210 |
* | Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline leve... | Nick Burch | 2010-09-20 | 1 | -0/+63 |
* | Add test that shows that bug #45877 has already been fixed | Nick Burch | 2010-09-19 | 1 | -0/+11 |
* | More fixes for bug #49933, workaround the fact that some word6/word95 SEPX en... | Nick Burch | 2010-09-19 | 1 | -0/+20 |
* | Fix bug #49936 - Handle HWPF documents with problematic HeaderStories better | Nick Burch | 2010-09-17 | 1 | -0/+22 |
* | Fix support for sections in old word 6 / word 95 files | Nick Burch | 2010-09-17 | 4 | -7/+190 |
* | Add a few more test asserts | Nick Burch | 2010-09-16 | 1 | -0/+3 |
* | Add some more paragraph property documentation and tests | Nick Burch | 2010-09-15 | 1 | -2/+20 |
* | Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/... | Nick Burch | 2010-09-10 | 1 | -1/+1 |
* | Improve documentation of some of the HWPF picture stuff, and add unit tests f... | Nick Burch | 2010-09-10 | 1 | -1/+93 |
* | Add getMimeType() method to HWPF Picture, and fix some generics warnings | Nick Burch | 2010-09-09 | 1 | -35/+35 |
* | Fix generics warnings | Nick Burch | 2010-09-09 | 1 | -11/+11 |
* | Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msg | Nick Burch | 2010-08-04 | 1 | -10/+48 |
* | hwpf: append any character data before paragraphs to first paragraph | Maxim Valyanskiy | 2010-08-04 | 1 | -0/+10 |
* | Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string enc... | Nick Burch | 2010-08-03 | 1 | -0/+19 |
* | wpf: More CharactedRun mapping fixes for fast-saved documents | Maxim Valyanskiy | 2010-07-27 | 1 | -0/+6 |
* | More fixes for auto-saved documents | Maxim Valyanskiy | 2010-07-26 | 2 | -1/+12 |
* | Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ser... | Nick Burch | 2010-07-16 | 1 | -0/+99 |
* | 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 |