]> source.dussan.org Git - poi.git/shortlog
poi.git
2010-01-08 Nick BurchComplete chunk parser tests, and make more chunk groups...
2010-01-08 Nick BurchFix some chunk types, fix the directory descent, fix...
2010-01-07 Nick BurchShuffle where some of the HSMF tests live to better...
2010-01-07 Nick BurchStart on major HSMF refactoring. Should compile, but...
2010-01-07 Nick BurchAdd a couple more HSMF chunk types, and use Generics...
2010-01-07 Nick BurchSkip warnings we can't avoid
2010-01-05 Nick BurchInitialise the link type of HSSFHyperLink, so that...
2010-01-03 Nick BurchMore FeatRecord support
2010-01-03 Nick BurchAdd in a few bits of Generics to avoid warnings
2010-01-02 Nick BurchAdd a note on the different shared feature types
2009-12-29 Yegor Kozlovimproved usermodel to prevent data corruption when...
2009-12-28 Yegor Kozlovremoved svn:eol-style=native from binary files, uncomme...
2009-12-27 Nick BurchStart testing the contents of FeatRecord
2009-12-27 Nick BurchAdd Generics types to avoid warnings
2009-12-27 Nick BurchMake InternalSheet capture the feature related records
2009-12-27 Nick BurchLooks like we already had Ref8U but with a different...
2009-12-26 Nick BurchMore work on FeatRecord/Shared Features. More is still...
2009-12-26 Nick BurchFinish off common Ref8U subrecord, and add tests
2009-12-26 Josh MicichReplaced getInstance methods with field for instances...
2009-12-26 Josh MicichClean-up in BaseTestSheetShiftRows and subclasses.
2009-12-25 Josh MicichMade public instance fields for ITestDataProvider singl...
2009-12-25 Josh MicichMinor clean-up in TestXSSFSheet
2009-12-25 Josh MicichFixed FormulaParser to allow negative elements in array...
2009-12-25 Josh MicichAdded CellRange return type for Sheet array formula...
2009-12-25 Yegor Kozlovadded HSSF usermodel tests for array formulas, added...
2009-12-25 Yegor Kozlovfixed incorrect initialization of --noheader option...
2009-12-24 Yegor Kozlovremoved mistakenly submitted test
2009-12-23 Yegor Kozlovadded tests for XSSF usermodel for array formulas,...
2009-12-23 Josh MicichAdded arg check to NumericFunction.singleOperandEvaluate().
2009-12-23 Josh MicichSimplified InterfaceHdrRecord and InterfaceEndRecord...
2009-12-23 Josh Micichreplaced commented code with 'if (false)' block
2009-12-22 Yegor Kozlovimproved performance of DateUtil.isCellDateFormatted...
2009-12-22 Josh MicichAdded getRow() and getColumn() functions to TwoDEval...
2009-12-22 Josh MicichFixed SharedValueManager to create separate empty insta...
2009-12-22 Josh MicichRenamed model.Sheet to InternalSheet to alleviate name...
2009-12-22 Josh MicichRenamed model.Workbook to InternalWorkbook to alleviate...
2009-12-22 Josh Micichput field initialisation in Workbook constructor
2009-12-22 Josh MicichRemoved unused Model, ModelFactory. ModelFactoryListene...
2009-12-21 Josh Micichrenamed function implementations to avoid potential...
2009-12-21 Yegor Kozlovfixed InterfaceEndRecord to tolerate unexpected record...
2009-12-21 Yegor Kozlovundo code mistakenly submitted in r892839
2009-12-21 Yegor Kozlovimproved javadoc on Picture.resize()
2009-12-19 Yegor Kozlovanother test for Bugzilla 48026
2009-12-19 Yegor Kozlovfixed PageSettingsBlock to allow multiple HeaderFooterR...
2009-12-19 Yegor Kozlovadded --noheader option to BiffViewer to suppress outpu...
2009-12-19 Yegor Kozlovfixed CellRangeUtil.mergeCellRanges to work for adjacen...
2009-12-19 Yegor Kozlovfixed possible NPE in LbsDataSubRecord.toString()
2009-12-19 Yegor Kozlovchanged retention policy in @Internal to RUNTIME, also...
2009-12-17 Josh Micichremoved obsolete work-around code from test case
2009-12-17 Josh MicichFixed INDEX function to return reference results properly.
2009-12-17 Josh MicichMinor improvements to error reporting in TestIndexFunct...
2009-12-16 Josh Micichfixed special cases of dereferenceResult method
2009-12-16 Josh Micichchanged short param to int in AreaEval.containsColumn...
2009-12-15 Yegor Kozlovfixed ExternalNameRecord to properly distinguish DDE...
2009-12-15 Yegor Kozlovpreserve POIFS StorageClsid when re-writing existing...
2009-12-15 Yegor Kozlovupdated the Downloads page to reflect the latest releas...
2009-12-15 Yegor Kozlovadded a template of RELEASE-NOTES
2009-12-13 Dave FisherAdded missing license headers to 5 files. Removed dist...
2009-12-13 Dave FisherDocumentation changes for poi-ooxml-schemas
2009-12-09 Josh Micichmodified MultiOperandNumericFunction to use TwoDEval
2009-12-09 Josh MicichCreated new TwoDEval interface for AreaEvals (in prepar...
2009-12-09 Josh MicichRemoved unused imports under src/java and src/testcases...
2009-12-08 Josh MicichRenamed AreaEval method from getValueAt() to getAbsolut...
2009-12-08 Josh MicichSome more clean up of array formula support in preparat...
2009-12-08 Josh MicichRefactored some code in OFFSET implementation. Added...
2009-12-08 Josh MicichBugzilla 48343 - added implementation of SUBTOTAL funct...
2009-12-07 Yegor Kozlovupdated current version on status.xml, also some misc...
2009-12-07 Yegor Kozlovset version.id to 3.7-SNAPSHOT
2009-12-05 Josh MicichControlled instantiation of BoolPtg (made consistent...
2009-12-04 Josh MicichRemoved generic type parameter from OperandPtg because...
2009-12-04 Yegor Kozlovfixed XSSFSheet autoSizeColumn() to tolerate empty...
2009-12-04 Josh MicichMade POI follow the rules for encoding unary +/- operat...
2009-12-04 Josh MicichRefactoring/simplification of TestFormulaParser
2009-12-03 Josh MicichMore fixes for Cell.setCellType() when converting from...
2009-12-03 Josh MicichConverted line endings from CRLF to LF in Internal...
2009-12-03 Yegor Kozlovadded an annotation '@Internal' to mark program element...
2009-12-03 Yegor Kozlovadded a test covering bookmarks
2009-12-02 Josh MicichBugzilla 48332 - fixed ColumnInfoRecord to tolerate...
2009-12-02 Josh MicichAdded junits for existing functionality of ColumnInfoRecord
2009-12-02 Yegor Kozlovfixed RecordFormatException when reading LbsDataSubReco...
2009-12-01 Nick BurchMark my old, small, GPG key as expiring at the end...
2009-12-01 Josh MicichMade ScalarConstantPtg public and MissingArgEval.instan...
2009-11-30 Nick BurchAdd some more signatures to my new key following the...
2009-11-30 Yegor Kozlovmemory usage optimization in XSSF - avoid creating...
2009-11-28 Josh MicichMade BlankEval instance consistent with other Eval...
2009-11-27 Josh MicichAdded constants for IF() and CHOOSE() function indexes
2009-11-27 Josh MicichPatch 48284 - raise visibility of FormulaParseException
2009-11-27 Josh Micichminor changes - initial work on bugzilla 48292 (support...
2009-11-27 Josh Micichsmall tweak to fix compiler error after r884918 (differ...
2009-11-27 Yegor Kozlovimproved work with cell comments in XSSF, also added...
2009-11-26 Josh MicichMoved handling of MissingArgEval into IF() or CHOOSE...
2009-11-26 Josh MicichAdded test to confirm proper handling of MissingArgEval...
2009-11-25 Nick BurchAdd support for creating SummaryInformation and Documen...
2009-11-25 Nick BurchFix bug #48180 - short chart records skipping some...
2009-11-25 Nick BurchPatch from Jeremy Michelson (with slight tweaks) -...
2009-11-25 Nick BurchFix from Petr for bug #24601 - fix fetching of error...
2009-11-24 Yegor Kozlovpoi-ooxml-schemas depends on geronimo-stax-api
2009-11-24 Yegor Kozlovmore cleanup of build.xml, improved release procedure...
2009-11-23 Yegor Kozlovmore improvements in build.xml: moved ooxml-lite target...
2009-11-23 Josh MicichRemoved Ptg[] parameter from method IEvaluationListener...
next