]> source.dussan.org Git - poi.git/shortlog
poi.git
2008-05-20 Nick BurchFix #44824 - Avoid an infinite loop when reading some...
2008-05-20 Nick BurchFix bug 44898 - Correctly handle short last blocks...
2008-05-19 Josh MicichMinor patch to improve FormulaParser error messages...
2008-05-19 Yegor Kozlovupdated release date and started a new section for...
2008-05-19 Josh MicichBug 44306 - fixed reading/writing of AttrPtg and render...
2008-05-17 Yegor Kozlovmisc bug fixes
2008-05-17 Yegor Kozlovadded HSSFName.isDeleted() to check if the name points...
2008-05-16 Josh Micichfixed bug number in junit msg - from r656893 bug 44523
2008-05-16 Josh MicichFix for bug 40414 - update selected/active sheet after...
2008-05-16 Josh MicichSimplification of BiffViewer. Made easier to send...
2008-05-16 Josh MicichShould have been submitted with r656893 (for bug 44523)
2008-05-15 Josh Micich44523 - fixed workbook sheet selection and focus
2008-05-15 Josh Micichbug 45000 - Fixed NPE in ListLevel when numberText...
2008-05-15 Yegor Kozlovadded a set accessor for embedded ole data
2008-05-14 Yegor Kozlovconvert line breaks into internal ppt represenatation...
2008-05-14 Yegor KozlovSupport for embedded ActiveX objects: PowerPoint refere...
2008-05-14 Yegor Kozlovproperly update TextSpecInfoAtom when parent text is...
2008-05-13 Josh Micichadded test case for reported bug 44987
2008-05-11 Yegor Kozlov Added boolean flag to turn on use of merged columns...
2008-05-11 Josh Micich41187 - fixed HSSFSheet to properly read xls files...
2008-05-11 Josh Micichbug 23630 - fixed spelling mistake in constant name
2008-05-08 Josh Micichremoved unused constructor and old comment after r654649
2008-05-08 Josh Micichfixed mistake in FuncPtg.clone(), added test case,...
2008-05-08 Josh Micichtiny clean-up after r654356 (bug 44950)
2008-05-08 Josh Micich44950 - fixed HSSFFormulaEvaluator.evaluateInCell(...
2008-05-07 Nick BurchUpdate a test to match the new warning on short files
2008-05-06 Nick BurchAdd disabled test for bug #44898, and slightly improve...
2008-05-06 Josh MicichAnother attempt to fix unicode problems in functionMeta...
2008-05-06 Nick BurchFix up the functionMetadata.txt stuff to be end-to...
2008-05-06 Nick BurchFix int -> short issues that no longer apply
2008-05-06 Nick BurchImprove JavaDocs about iterators and gaps
2008-05-06 Josh Micich42570 - fixed LabelRecord to use empty string instead...
2008-05-06 Josh Micich42564 - fixed ArrayPtg to use ConstantValueParser....
2008-05-05 Josh MicichFollow-on from 28754 - StringPtg.toFormulaString()...
2008-05-05 Josh MicichAdded test case method javadoc for old bug 44675
2008-05-05 Yegor Kozlovrestored mistakenly commented line
2008-05-05 Yegor Kozlovbug #44235 is not reproducible in 3.1-beta1
2008-05-05 Yegor Kozlovgetting ready to 3.1-beta2
2008-05-05 Yegor Kozlovtake into account indentation in HSSFSheet.autosizeColumn
2008-05-05 Yegor Kozlovtake into account indentation in HSSFSheet.autosizeColumn
2008-05-03 Josh MicichSwapped ArrayIndexOutOfBoundsException for plain array...
2008-05-03 Josh Micich44929 - Improved error handling in HSSFWorkbook when...
2008-05-03 Josh MicichFixed 44675 - Parameter operand classes (function metad...
2008-05-02 Josh Micichshould have been submitted with r652934
2008-05-02 Josh Micich44921 - allow Ptg.writeBytes() to be called on relative...
2008-05-01 Josh Micichadded disabled junit for bug 44916
2008-05-01 Josh Micich44914 - Fix/suppress warning message - WARN. Unread...
2008-05-01 Josh Micichfixed bug 44892 - made HSSFWorkbook.getSheet(String...
2008-04-30 Nick BurchTests to show that bugs 44891 and 44861 were both alrea...
2008-04-30 Yegor Kozlovmore work on rendering ppt slides
2008-04-30 Yegor Kozlova few more words in the release guide
2008-04-30 Yegor Kozlovmore flexible creation of a cluster
2008-04-30 Yegor Kozlovcorrectly process PICT blips (see bug #44886)
2008-04-30 Yegor Kozlovstart a new section for 3.1-beta2
2008-04-27 Nick BurchFix from Trejkaz from bug #44857 - Avoid OOM on unknown...
2008-04-23 Nick BurchAs mentioned on dev@ - zap the old, initial OOXML code...
2008-04-21 Yegor Kozlovunfinished release guide. It would be nice to have...
2008-04-21 Yegor Kozlovunfinished release guide. It would be nice to have...
2008-04-21 Yegor Kozlovupdate current version to 3.1-beta1
2008-04-21 Yegor Kozlova couple of HSLF examples
2008-04-21 Yegor Kozlovmore improvements in slide rendering
2008-04-20 Yegor Kozlovset version.id=3.0.3-beta1
2008-04-20 Yegor Kozlovmore improvements in slide rendering
2008-04-19 Yegor Kozlovupdated the docs
2008-04-19 Yegor Kozlovmisc improvements in slide rendering
2008-04-19 Yegor Kozlovproperly set shapeId for new shapes
2008-04-19 Yegor KozlovSupport for getting embedded sounds from slide show
2008-04-18 Yegor Kozlovimproved rendering of text
2008-04-17 Yegor Kozlovupdated the list of changes
2008-04-17 Yegor Kozlovinitial support for rendering powerpoint slides into...
2008-04-17 Yegor Kozlovadded a unit test and closed bug #28774
2008-04-16 Yegor KozlovSupport for getting OLE object data from slide show
2008-04-16 Yegor KozlovMisc improvements in Freeform shape
2008-04-16 Yegor KozlovRich text in HSSFTextbox must have at least one format...
2008-04-16 Yegor Kozlovbug #41071 is fixed in trunk. Added a unit test and...
2008-04-15 Josh MicichConditional Formatting (30311) - API improvements,...
2008-04-15 Nick BurchNice and small change here... Update the formula parser...
2008-04-15 Yegor KozlovImproved factoring of ppt objects. For ppt tabels Slide...
2008-04-15 Yegor KozlovTextSpecInfoAtom is present in PPT 2003+. When the...
2008-04-15 Yegor Kozlovstart improving handling of resources in HSLF. PPFont...
2008-04-15 Yegor KozlovTextShape is a common superclass of all shapes that...
2008-04-14 Yegor Kozlovmake sure all hslf classes use POI loggers
2008-04-14 Nick BurchSwitch to using our own logger, rather than the commons one
2008-04-14 Yegor Kozlovmisc usermodel improvements. Also added the source...
2008-04-14 Yegor Kozlovuse commons logging throughout the code
2008-04-13 Nick BurchAdd information of EventBasedExcelExtractor to the...
2008-04-13 Nick BurchFinish off eventusermodel based Excel Extractor, and...
2008-04-13 Nick BurchStart on a eventusermodel based excel text extractor
2008-04-13 Nick BurchVarious new bits of documentation on embeded files...
2008-04-11 Josh Micichfixed typo and formatting in class javadoc
2008-04-11 Nick BurchUpdate HSLFSlideShow and HSSFWorkbook to take advantage...
2008-04-11 Nick BurchUpdate the sample embeded documents to be from know...
2008-04-10 Nick BurchImprove how POIFS works with directory entries, and...
2008-04-10 Nick BurchInitial support for getting and changing chart titles...
2008-04-10 Josh Micichbugzilla 44792 - fixed encode/decode problems in Extern...
2008-04-09 Nick BurchImplement a proxy HSSFListener which tracks the format...
2008-04-09 Nick BurchProvide a common ole2 implementation of POITextExtracto...
2008-04-09 Josh Micichsome more tweaks for bug 30311. Set some (unused) bits...
2008-04-08 Yegor Kozlovfix bug #44770: RuntimeException: Couldn't instantiate...
2008-04-07 Yegor Kozlovmisc usermodel improvements in HSLF
next