| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Friendly wrapper on HWPF for extracting text from Word Documents | Nick Burch | 2006-02-13 | 1 | -0/+123 |
* | Start to support friendly usermodel interface to rich text character properties | Nick Burch | 2006-02-12 | 2 | -1/+160 |
* | Start to support friendly usermodel interface to rich text character properties | Nick Burch | 2006-02-12 | 3 | -7/+85 |
* | More rich text work | Nick Burch | 2006-02-12 | 1 | -3/+66 |
* | More rich text work | Nick Burch | 2006-02-12 | 2 | -14/+24 |
* | Fix for bug 38526 - If the record claims to be longer than the remaining data... | Nick Burch | 2006-02-06 | 1 | -2/+12 |
* | Record level support for PPT 2000/XP comments (but not yet comment summaries ... | Nick Burch | 2006-02-06 | 1 | -0/+148 |
* | Record level support for PPT 2000/XP comments (but not yet comment summaries ... | Nick Burch | 2006-02-06 | 2 | -1/+111 |
* | Enable CString records | Nick Burch | 2006-02-05 | 1 | -3/+3 |
* | CString support | Nick Burch | 2006-02-05 | 1 | -0/+113 |
* | CString support | Nick Burch | 2006-02-05 | 1 | -0/+98 |
* | Add placeholder definitions for 2000/XP Comments | Nick Burch | 2006-02-05 | 1 | -3/+10 |
* | Expose the POIFSFileSystem constructor, so people who already have one find l... | Nick Burch | 2006-01-24 | 1 | -1/+11 |
* | BinaryTagData seems to contain records, but it isn't tagged as doing so. Try ... | Nick Burch | 2006-01-24 | 1 | -0/+6 |
* | Fix from CVS import - ensure PPT test files are stored as binary | Nick Burch | 2006-01-22 | 2 | -0/+0 |
* | From Bug 38289: Yegor's support for pictures embeded in PPT files | Nick Burch | 2006-01-16 | 1 | -0/+47 |
* | From Bug 38289: Yegor's support for pictures embeded in PPT files | Nick Burch | 2006-01-16 | 3 | -0/+178 |
* | Sample data from bug 38283, for a PPT file with an embeded picture in it | Nick Burch | 2006-01-16 | 1 | -0/+0 |
* | Add (and throw) an exception if the powerpoint file is corrupt in a way that ... | Nick Burch | 2006-01-03 | 1 | -0/+34 |
* | Add (and throw) an exception if the powerpoint file is corrupt in a way that ... | Nick Burch | 2006-01-03 | 1 | -34/+0 |
* | Add (and throw) an exception if the powerpoint file is corrupt in a way that ... | Nick Burch | 2006-01-03 | 3 | -3/+45 |
* | More rich text related tests | Nick Burch | 2005-11-29 | 1 | -5/+166 |
* | Some support for changing text in Rich text runs | Nick Burch | 2005-11-29 | 2 | -18/+68 |
* | Get a bit further with building up RichTextRuns | Nick Burch | 2005-11-29 | 2 | -3/+54 |
* | Simple rich text sample PPT file | Nick Burch | 2005-11-29 | 1 | -0/+0 |
* | Fix NPE in case when we can't find the Document atom: throw an IllegalState i... | Nick Burch | 2005-11-24 | 1 | -0/+6 |
* | Test for extracting text from slide PPDrawings (to ensure bug 37451 is really... | Nick Burch | 2005-11-13 | 1 | -18/+34 |
* | Fix for text runs from PPDrawings (bug 37451), as suggested by Yegor | Nick Burch | 2005-11-13 | 1 | -2/+8 |
* | Test data from Yegor Kozlov from bug 37451 - PPT file with text from a text box | Nick Burch | 2005-11-13 | 1 | -0/+0 |
* | Basic tests for model.TextRun, and notes on what tests still need to | Nick Burch | 2005-11-13 | 1 | -0/+186 |
* | Handle saving unicode text where the underlying record was byte based, by | Nick Burch | 2005-11-13 | 2 | -21/+70 |
* | Tests for updated RecordContainer | Nick Burch | 2005-11-07 | 1 | -0/+111 |
* | Bit of refactoring - move child records into parent RecordContainer | Nick Burch | 2005-11-07 | 9 | -41/+62 |
* | Some further tests for rich text supporting code | Nick Burch | 2005-11-07 | 1 | -0/+68 |
* | Lay some of the groundwork for model/usermodel support for rich text | Nick Burch | 2005-11-07 | 6 | -34/+293 |
* | Pass font details + character styling up to the model | Nick Burch | 2005-09-17 | 5 | -8/+35 |
* | List Yegor as co-author on file, since his code contribution was used in the | Nick Burch | 2005-09-05 | 1 | -1/+2 |
* | Finish off character style tests, and add paragraph style tests | Nick Burch | 2005-09-04 | 1 | -27/+172 |
* | Handle internal representation duplication correctly | Nick Burch | 2005-09-04 | 1 | -1/+11 |
* | Updated to use BitFieldFactory. Appologies for stepping outside my HSSF domai... | Jason Height | 2005-09-02 | 23 | -371/+393 |
* | Major landing of the following changes: | Jason Height | 2005-08-18 | 1 | -2/+2 |
* | Add a few more tests | Nick Burch | 2005-08-14 | 1 | -0/+38 |
* | For listing the contents of StyleTextPropAtom entries | Nick Burch | 2005-08-14 | 1 | -0/+117 |
* | Improved handling of BitMask TextProp entries | Nick Burch | 2005-08-14 | 1 | -6/+59 |
* | Update tests to track updates in StyleTextPropAtom | Nick Burch | 2005-08-14 | 1 | -57/+55 |
* | Big overhaul, with lots of help from Yegor | Nick Burch | 2005-08-14 | 1 | -176/+384 |
* | Better handle the case of there not being enough data in the record to form | Nick Burch | 2005-08-07 | 1 | -3/+18 |
* | Tests for Font support from Yegor, from Bug #35972 | Nick Burch | 2005-08-02 | 1 | -0/+75 |
* | Font support from Yegor, from Bug #35972 | Nick Burch | 2005-08-02 | 4 | -2/+246 |
* | Add a partial test for changing style properties | Nick Burch | 2005-08-01 | 1 | -0/+29 |