| Commit message (Expand) | Author | Age | Files | Lines |
* | unfinished release guide. It would be nice to have a html version. | Yegor Kozlov | 2008-04-21 | 2 | -101/+135 |
* | unfinished release guide. It would be nice to have a html version. | Yegor Kozlov | 2008-04-21 | 1 | -0/+101 |
* | update current version to 3.1-beta1 | Yegor Kozlov | 2008-04-21 | 2 | -2/+2 |
* | updated the docs | Yegor Kozlov | 2008-04-19 | 6 | -8/+34 |
* | updated the list of changes | Yegor Kozlov | 2008-04-17 | 2 | -0/+2 |
* | initial support for rendering powerpoint slides into images | Yegor Kozlov | 2008-04-17 | 1 | -1/+49 |
* | Support for getting OLE object data from slide show | Yegor Kozlov | 2008-04-16 | 3 | -8/+103 |
* | bug #41071 is fixed in trunk. Added a unit test and resolved. | Yegor Kozlov | 2008-04-16 | 2 | -0/+6 |
* | Conditional Formatting (30311) - API improvements, added HSSFSheetConditional... | Josh Micich | 2008-04-15 | 2 | -0/+2 |
* | Nice and small change here... Update the formula parser code to use usermodel... | Nick Burch | 2008-04-15 | 2 | -0/+2 |
* | Switch to using our own logger, rather than the commons one | Nick Burch | 2008-04-14 | 2 | -0/+2 |
* | Add information of EventBasedExcelExtractor to the documentation | Nick Burch | 2008-04-13 | 1 | -0/+7 |
* | Various new bits of documentation on embeded files and text extraction | Nick Burch | 2008-04-13 | 4 | -0/+203 |
* | Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and... | Nick Burch | 2008-04-11 | 2 | -0/+2 |
* | Improve how POIFS works with directory entries, and update HWPFDocument to su... | Nick Burch | 2008-04-10 | 2 | -0/+2 |
* | Initial support for getting and changing chart titles and series titles | Nick Burch | 2008-04-10 | 2 | -0/+4 |
* | bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRe... | Josh Micich | 2008-04-10 | 2 | -0/+2 |
* | Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk... | Nick Burch | 2008-04-07 | 2 | -0/+2 |
* | 30311 - More work on Conditional Formatting - patch from Dmitriy | Josh Micich | 2008-04-07 | 2 | -0/+2 |
* | refactored all hssf junits to get test sample data in the in one place | Josh Micich | 2008-04-07 | 2 | -0/+2 |
* | Fix for bug 44739 - Conditional formatting (regions with max row/col index) | Josh Micich | 2008-04-03 | 2 | -0/+2 |
* | Restored an entry that had been deleted by chance. | Rainer Klute | 2008-04-02 | 1 | -0/+1 |
* | 44694 - HPSF: Support for property sets without sections | Rainer Klute | 2008-04-02 | 2 | -1/+2 |
* | Implement Sheet.removeShape(Shape shape) in HSLF | Yegor Kozlov | 2008-03-31 | 3 | -0/+19 |
* | changes/status for #44675, #44695, #44691 | Josh Micich | 2008-03-31 | 2 | -0/+2 |
* | More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy.... | Josh Micich | 2008-03-31 | 2 | -0/+4 |
* | Documentation update | Nick Burch | 2008-03-29 | 1 | -5/+6 |
* | Move the FormulaEvaluator code out of scratchpad | Nick Burch | 2008-03-29 | 2 | -2/+4 |
* | Update docs now that missing record aware eventusermodel has moved | Nick Burch | 2008-03-29 | 1 | -2/+3 |
* | Move the missing record aware eventusermodel code out of scratchpad | Nick Burch | 2008-03-29 | 2 | -2/+4 |
* | Fix typo, and point hwpf people at the new microsoft docs | Nick Burch | 2008-03-27 | 2 | -3/+4 |
* | Patch from Raghu from bug #44652 - Improved handling of Pictures in Word Docu... | Nick Burch | 2008-03-27 | 2 | -0/+2 |
* | FAQ page doesn't like the new doc dtd, so go back to the old one for it | Nick Burch | 2008-03-21 | 1 | -1/+1 |
* | Update a lot of the site to apache documentation format 1.3, from 1.1. Also, ... | Nick Burch | 2008-03-20 | 36 | -62/+1785 |
* | Simple patch from Josh from bug #44636 - fix for RefVPtg and edit-in-excel od... | Nick Burch | 2008-03-20 | 2 | -0/+2 |
* | Fix bug #44627 - improve the thread safety of POILogFactory | Nick Burch | 2008-03-19 | 2 | -0/+2 |
* | Patch from Dmitriy from bug #30311 - Support for conditional formatting records | Nick Burch | 2008-03-19 | 2 | -0/+2 |
* | Reformat index page slightly, and add some info on ooxml support being in pro... | Nick Burch | 2008-03-19 | 1 | -29/+41 |
* | Patch from Josh from bug #44609 - Handle leading spaces in formulas, such as ... | Nick Burch | 2008-03-16 | 2 | -0/+2 |
* | Patch from Josh from bug #44608 - Support for PercentPtg in the formula evalu... | Nick Burch | 2008-03-16 | 2 | -0/+2 |
* | Patch from Josh from bug #44606 - Support calculated string values for evalua... | Nick Burch | 2008-03-16 | 2 | -0/+2 |
* | Add accessors to horizontal and vertical alignment in HSSFTextbox | Yegor Kozlov | 2008-03-14 | 2 | -2/+4 |
* | Fix bug #44593 - improved handling of short DVRecords | Nick Burch | 2008-03-13 | 2 | -0/+2 |
* | Patch from Raghu from bug #44580 - Fix bug #28627, where hwpf Range.delete() ... | Nick Burch | 2008-03-13 | 2 | -0/+2 |
* | Patch largely from Josh from bug #44539 - Support for area references in form... | Nick Burch | 2008-03-07 | 2 | -0/+2 |
* | Improved support for read-only recommended workbooks, fixing bug #44536 | Nick Burch | 2008-03-07 | 2 | -0/+2 |
* | Patch from Josh from bug #43901 - Correctly update the internal last cell num... | Nick Burch | 2008-03-07 | 2 | -0/+2 |
* | Change the behaviour on short last blocks to be a warning not an exception, a... | Nick Burch | 2008-03-06 | 2 | -0/+4 |
* | Changelog update for last patch | Nick Burch | 2008-03-04 | 2 | -0/+6 |
* | Patch from Josh from bug #44508 - Fix formula evaluation with evaluateInCell ... | Nick Burch | 2008-03-03 | 2 | -0/+3 |