]> source.dussan.org Git - poi.git/shortlog
poi.git
2008-10-30 Josh MicichOptimised slow test case (after reviewing original...
2008-10-30 Josh MicichFixed compiler warnings / simplified code
2008-10-30 Josh Micichremoved obsolete methods
2008-10-29 Josh MicichAllowed for quad-byte padding alignment on ObjRecord
2008-10-27 Josh MicichSmall fix for bug in RecordInputStream.readAllContinued...
2008-10-27 Josh MicichPreparation for fix for bug 46009. (Bug visible on...
2008-10-27 Josh MicichBugzilla 46065 - added implementation for VALUE function
2008-10-27 Josh MicichRemoved obsolete class
2008-10-27 Nick BurchPatch from bug #46092 - fix hssf dev utility
2008-10-27 Nick BurchLink typo fix
2008-10-26 Josh MicichBugzilla 45966 - added implementation for FIND function...
2008-10-25 Josh MicichFurther simplification to RecordInputStream. Mostly...
2008-10-24 Josh Micichshould have been submitted with c707778
2008-10-24 Josh MicichOptimisation of RecordInputStream - removed intermediat...
2008-10-24 Josh MicichFixed test suite name
2008-10-24 Josh MicichGeneral clean-up in LittleEndian util class. (Some...
2008-10-24 Josh MicichSimplification and code clean-up
2008-10-24 Josh Micichremoving unused code
2008-10-24 Josh MicichRemoved String methods from LittleEndianInput
2008-10-24 Josh Micichadded LittleEndianByteArrayInputStream
2008-10-24 Josh MicichFurther conversion of Ptg classes to use LittleEndian...
2008-10-24 Josh MicichFix for unicode string bug in StyleRecord. Improvement...
2008-10-23 Josh MicichConverted Ptgs to use LittleEndianOutput
2008-10-23 Josh Micichfixed re-serialization of tAttrChoose
2008-10-23 Josh MicichFix for bug 45778 - made ObjRecord read sub-record...
2008-10-21 Josh MicichFix for bug 46053 - fixed evaluation cache dependency...
2008-10-21 Yegor Kozlovupdated release version on the index page, started...
2008-10-11 Yegor Kozlovset trunk version.id=3.3-alpha1
2008-10-11 Yegor Kozlovfixed error in eval.xml: use &lt; instead of '<'
2008-10-11 Josh Micichfix for bug 45866 - allowed for change of unicode compr...
2008-10-10 Josh MicichMade RecordInputStream final (major clean-up in test...
2008-10-10 Josh MicichFix for bug 45964 - support for link formulas in Text...
2008-10-09 Josh MicichShould have been submitted with r703100 (changes to...
2008-10-09 Josh MicichRemoved last occurrences of storing Ptg arrays in Stack...
2008-10-09 Josh Micichconverted short HSSFCell.getCellNum to int getColumnIndex
2008-10-09 Josh MicichPerformance optimisation for EvaluationCache. Changed...
2008-10-06 Josh MicichFix for 43354 - made the formula evaluator capable...
2008-10-05 Josh MicichFixing comments and formatting inside Record subclasses
2008-10-05 Josh MicichBetter bounds checking in RecordInputStream. Removed...
2008-10-04 Josh Micichchanged workbook reference to index in CellLocation
2008-10-03 Josh MicichFix for bug 45912 - ArrayIndexOutOfBoundsException...
2008-10-03 Yegor Kozlovfixed bug #45889:rrayIndexOutOfBoundsException when...
2008-10-01 Josh MicichFixed bug in CellCacheEntry (support for caching blank...
2008-09-30 Yegor Kozlovinitial support for creating hyperlinks in HSLF, units...
2008-09-30 Yegor Kozlovreverted the change made in r693085 , see bug #45859
2008-09-30 Josh MicichRefactored fillFields() method into constructor in...
2008-09-30 Josh MicichRemoved validateSid method from Record classes
2008-09-29 Josh MicichUpdated formula evaluator documentation due to bugzilla...
2008-09-29 Josh MicichFix for bug 45876 - allowed BoundSheetRecord to take...
2008-09-29 Josh MicichShould have been submitted with c700203 (Refactoring...
2008-09-29 Josh MicichRefactoring row-blocks record reading logic in Sheet
2008-09-29 Josh MicichFix for bug 45890 - made HSSFSheet.shiftRows also updat...
2008-09-28 Josh MicichBug 45865 - modified Formula Parser/Evaluator to handle...
2008-09-26 Josh MicichCode cleanup in junit
2008-09-26 Josh MicichFix formula parser to properly support the range operat...
2008-09-26 Josh MicichChanged HSSFEvaluationWorkbook to avoid re-parsing...
2008-09-23 Josh MicichOptimised the FormulaEvaluator to take cell dependencie...
2008-09-22 Josh MicichSome clean-up in BoundSheetRecord
2008-09-21 Nick BurchApply part of patch from bug #16936, with the rest...
2008-09-21 Nick BurchImproved tests to show that bugs #45062 and #44292...
2008-09-21 Nick BurchUpdate hssf.extractor.ExcelExtractor to optionally...
2008-09-21 Nick BurchTest to show that bug #45492 is invalid
2008-09-21 Nick BurchInclude the sheet name in the output of examples.XLS2CSVmra
2008-09-21 Nick BurchFix bug #45784 - Support long chart titles in SeriesTex...
2008-09-21 Nick BurchFix bug #45777 - Throw an exception if HSSF Footer...
2008-09-21 Yegor Kozlovpatch from bug #45844: Addtional diagnostics for SlideS...
2008-09-19 Josh MicichSome clean-up after r696898 (partitioning common formul...
2008-09-19 Josh MicichPartitioning common formula logic. Introduced FormulaP...
2008-09-19 Josh Micichcode clean-up (removed compiler warnings/unused methods)
2008-09-18 Josh MicichPartitioning common formula logic. Introduced FormulaR...
2008-09-18 Yegor Kozlovpatch from bug #45814: Specify RecordType for slide...
2008-09-18 Yegor Kozlovfixed bug 45815: bit mask values inStyleTextPropAtom...
2008-09-18 Yegor Kozlovfixed bug #45829: HSSFPicture.getImageDimension() fails...
2008-09-17 Josh MicichSmall tweak to NamePtg and Ref3DPtg
2008-09-17 Josh MicichSwapped deprecated code
2008-09-16 Josh MicichAdded junit for bug 45732 (fix was earlier, probably...
2008-09-16 Josh MicichReverting method name change. Taking a risk on breakin...
2008-09-16 Josh MicichFix for bug 45805 - 16-bit signed/unsigned problems...
2008-09-16 Josh MicichFix for bug 45780 - update area refs during HSSFSheet...
2008-09-15 Nick BurchFix inspired by bug #45804 - Update HSMF to handle...
2008-09-15 Nick BurchMake MissingCellPolicy javadocs even more explicit...
2008-09-15 Nick BurchFinish exposing the name of Named Cell Styles via HSSFC...
2008-09-14 Nick BurchMake a start on exposing the StyleRecord details into...
2008-09-14 Josh MicichFix for bug 45978 - removed eager initialisation of...
2008-09-13 Nick BurchReplace some model.Sheet references with usermodel...
2008-09-13 Nick BurchSlight tidy
2008-09-13 Josh MicichAdded toString methods formatAsString to CellValue...
2008-09-13 Josh MicichRefactored TextFunctions. Some minor fixes - test cases...
2008-09-12 Josh MicichMade HSSFFormulaEvaluator no longer require initialisat...
2008-09-12 Josh MicichExtended support for cached results of formula cells
2008-09-12 Josh Micichclarification of ArrayPtg size increment
2008-09-12 Josh MicichRemoved trailing comma from output of HexDump.toHex()
2008-09-12 Josh Micichsmall tweak to unit test which was silently creating...
2008-09-11 Josh MicichFix for bug 45639 - cleaned up index logic inside Colum...
2008-09-11 Josh MicichRefactoring MultiOperandNumericFunction - removed Ref2D...
2008-09-10 Josh Micichfixed special cases of MODE function
2008-09-10 Josh MicichRefactored finance functions.
2008-09-10 Josh MicichRefactored hierarchy of MultiOperandNumericFunction...
2008-09-10 Josh Micich(Should have been submitted with 693939) Fixing error...
2008-09-10 Josh Micich(Should have been submitted with 693939) Fixing error...
next