| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused imports under src/java and src/testcases. Other minor fixes. | Josh Micich | 2009-12-09 | 2 | -21/+10 |
* | Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b... | Josh Micich | 2009-10-08 | 4 | -812/+703 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 1 | -0/+0 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 22 | -47/+48 |
* | fixing compiler warnings - unused imports, declared exceptions not thrown | Josh Micich | 2009-08-22 | 1 | -8/+8 |
* | fixes and misc refactorings suggested by Intellij | Yegor Kozlov | 2009-08-21 | 1 | -1/+0 |
* | Avoid exception when reading ClipboardData packet in OLE property sets, see b... | Yegor Kozlov | 2009-08-20 | 1 | -0/+10 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 1 | -34/+39 |
* | Removed static void main(String[]) methods from junit classes. Other minor cl... | Josh Micich | 2009-06-12 | 3 | -129/+26 |
* | removed '@version $Id:$' tags (all were in javadoc comments) | Josh Micich | 2009-06-01 | 10 | -176/+8 |
* | 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, w... | Yegor Kozlov | 2008-11-14 | 2 | -20/+19 |
* | converted non-ascii characters to unicode to keep compilers on UTF-8 systems ... | Yegor Kozlov | 2008-11-09 | 2 | -20/+20 |
* | Fix a typo in the file name, and add a generic method to POITextExtractor to ... | Nick Burch | 2008-08-12 | 1 | -7/+7 |
* | New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra... | Nick Burch | 2008-08-12 | 1 | -0/+115 |
* | 44694 - HPSF: Support for property sets without sections | Rainer Klute | 2008-04-02 | 1 | -0/+0 |
* | Patch from Josh from bug #44437 - improved unit test for poifs | Nick Burch | 2008-02-21 | 1 | -0/+39 |
* | - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa... | Rainer Klute | 2008-02-08 | 4 | -79/+110 |
* | Add (disabled) failing testcase for bug #44375 | Nick Burch | 2008-02-07 | 2 | -0/+38 |
* | Applied copy2license script to the files that were converted by dos2unix. ant... | Henri Yandell | 2006-12-22 | 1 | -5/+6 |
* | Applying dos2unix on some of the Java files. The copy2license script isn't pi... | Henri Yandell | 2006-12-22 | 1 | -826/+826 |
* | Applying the copy2license.pl script (with tiny modification to allow for more... | Henri Yandell | 2006-12-22 | 9 | -45/+54 |
* | * Writing support added to the SummaryInformation and DocumentSummaryInformat... | Rainer Klute | 2006-03-03 | 12 | -169/+1855 |
* | - Support for variant type VT_R8 added. | Rainer Klute | 2005-04-13 | 1 | -0/+1 |
* | Centralized creation of temp files and made the default operation to delete o... | Glen Stampoultzis | 2004-10-12 | 1 | -3/+4 |
* | With this patch some testcases are skipped if the default character set is no... | Rainer Klute | 2004-09-19 | 1 | -9/+67 |
* | Some code and documentation cleanup. | Rainer Klute | 2004-08-15 | 1 | -1/+0 |
* | Restored the functionality to use ALL files beginning with "Test" in src/test... | Rainer Klute | 2004-08-15 | 1 | -29/+34 |
* | Fixed a bug where a mutable section's format ID was written in the wrong byte... | Rainer Klute | 2004-08-13 | 1 | -5/+13 |
* | *** empty log message *** | Rainer Klute | 2004-06-22 | 3 | -6/+16 |
* | - New test case for writing 8-bit characters to Unicode property. | Rainer Klute | 2004-06-22 | 1 | -46/+100 |
* | - Maintainability increased by using symbolic names for constants. | Rainer Klute | 2004-06-09 | 1 | -3/+15 |
* | - Test files added. | Rainer Klute | 2004-06-02 | 2 | -0/+0 |
* | New licence changes. | Glen Stampoultzis | 2004-04-09 | 7 | -312/+113 |
* | I know POI developers are supposed to like working with binary data, | Avik Sengupta | 2004-01-25 | 1 | -30/+43 |
* | Buf fix plus testcasde: Reading property values failed with a StringIndexOutO... | Rainer Klute | 2004-01-08 | 1 | -0/+0 |
* | *** empty log message *** | Rainer Klute | 2003-12-03 | 1 | -1/+2 |
* | Oops - small bug fixed. | Rainer Klute | 2003-12-03 | 1 | -1/+2 |
* | HPSF: new testcase to check the new codepage support - plus a fix to correct ... | Rainer Klute | 2003-12-03 | 1 | -14/+71 |
* | HPSF: codepage support added | Rainer Klute | 2003-12-02 | 2 | -35/+43 |
* | Reformatted | Rainer Klute | 2003-11-24 | 1 | -30/+40 |
* | bug 22195 ClassID support, by Michael Zalewski, sync from branch, pls verify | Avik Sengupta | 2003-10-31 | 1 | -0/+171 |
* | - Comparing sections refined: For the dictionary (property 0) only the value ... | Rainer Klute | 2003-09-20 | 3 | -0/+0 |
* | These changes introduce the following HPSF enhancements and fixes: | Rainer Klute | 2003-09-18 | 4 | -59/+118 |
* | Test cases updated/enhanced. | Rainer Klute | 2003-09-13 | 2 | -12/+30 |
* | Oh, well, let's do it like this. | Rainer Klute | 2003-09-04 | 1 | -4/+2 |
* | Writing: API enhanced, bugs fixed, performance improvements, code simplificat... | Rainer Klute | 2003-09-04 | 3 | -40/+133 |
* | JDK 1.3 compilation issue | Andrew C. Oliver | 2003-09-04 | 1 | -2/+2 |
* | *** empty log message *** | Rainer Klute | 2003-09-01 | 1 | -6/+3 |
* | Test case added. | Rainer Klute | 2003-09-01 | 1 | -0/+74 |
* | Test cases for HPSF writing capability added. | Rainer Klute | 2003-08-30 | 4 | -9/+545 |