]> source.dussan.org Git - poi.git/shortlog
poi.git
2006-12-12 Nick BurchSwitch the position of one tag, so an older version...
2006-12-12 Nick BurchWhen sorting the contents of a directory, do so in...
2006-11-30 Nick BurchSupport Excel files which contain a WORKBOOK entry...
2006-11-29 Nick BurchSupport compressed pictures properly, from bug #41032
2006-11-28 Nick BurchUpdate from Yegor in bug 41046 - support background...
2006-11-28 Nick BurchDitch a few calls to System.out, in favour of calls...
2006-11-28 Nick BurchWe need to ensure we have the main code compiled before...
2006-11-28 Nick BurchFix for bug 41015 - add in another paragraph property
2006-11-28 Amol S. Deshmukhadded amol to the list
2006-11-26 Amol S. Deshmukhsuperclass for logical functions
2006-11-26 Amol S. Deshmukhupdated to include additional tests for IF()
2006-11-26 Amol S. Deshmukhinitial version
2006-11-26 Amol S. Deshmukhimplemented IF() function
2006-11-26 Amol S. Deshmukhadded testcases for functions: if, islogical, isnontext...
2006-11-26 Amol S. Deshmukhreplaced use of deprecated calls to get string value...
2006-11-22 Amol S. DeshmukhFixed:
2006-11-21 Amol S. Deshmukhremoved use of deprecated calls to get the String value...
2006-11-20 Nick BurchDetect when the Current User stream is too short, and...
2006-11-13 Nick BurchAvoid an exception when getting the default bitmap...
2006-10-17 Nick BurchSupport for DIB picture types, from Bug 40740
2006-10-17 Nick BurchSupport for Master Sheets from Yegor (bug 40753)
2006-10-17 Nick BurchDon't depend on source files being utf8 for test to...
2006-10-12 Nick BurchIf we hit an unknown picture type, don't break complete...
2006-09-26 Nick BurchFix for NPE in bug #40036. The TextBox will still be...
2006-09-26 Nick BurchFOP fix from bug #39086
2006-09-26 Nick BurchFrom bug #38616 - support for extracting images from...
2006-09-26 Nick BurchDon't just assume we'll only have container records...
2006-09-26 Nick BurchHandle the case where a StyleTextPropAtom has a mask...
2006-09-19 Nick BurchSupport alignment and indent levels for HSLF - patch...
2006-09-19 Nick BurchImproved picture support for HSLF, from Yegor in bug...
2006-09-15 Nick BurchUpdate a cvs link to an svn one
2006-09-11 Jason HeightBug 30635: getLastCellNum return last cell num + 1...
2006-09-08 Jason HeightBUG 27496: get/setPageBreak and get/getColumnBreak...
2006-08-29 Amol S. Deshmukhreplaced use of String.contains(..) with String.indexOf...
2006-08-29 Jason HeightJust removed a bunch of unused imports etc. Reduces...
2006-08-29 Jason Heightbug 23631: support for getting the current pane informa...
2006-08-28 Jason Heightbug 31044: Corrected parsing of references which contai...
2006-08-28 Jason HeightBug 33736: Applied patch for Column Hiding. Thanks
2006-08-28 Jason HeightBug28755: CellReference will throws IllegalArgumentExce...
2006-08-28 Jason HeightBug36646: Ret3dPtg to include quotes when sheetname...
2006-08-28 Jason HeightHopefully fixed scratchpad test org.apache.poi.hssf...
2006-08-27 Jason HeightRemoved EXPERIMENTAL indication on the formula support.
2006-08-27 Jason HeightAdded explicit RecordFormatException when a FilePass...
2006-08-27 Jason HeightBug 38796: Check for null in PageBreakRecord
2006-08-27 Jason HeightThrow exception rather than returning NO IDEA SHARED...
2006-08-26 Jason HeightForgot to reset shared formula option during conversion
2006-08-26 Jason HeightFound a case where the shared formula does not resolve...
2006-08-25 Jason Heightbug 40285: Corrected index of CellIterator. In addition...
2006-08-24 Amol S. Deshmukh1. when formula parse fails, reported error now include...
2006-08-24 Amol S. Deshmukhtest case that checks to see if a case of MissingArgsPt...
2006-08-18 Jason HeightBug: 40267 squashed.
2006-08-14 Nick BurchAccess to Saved By Information - patch from Trejkaz...
2006-08-12 Sean Sullivangit-svn-id: https://svn.apache.org/repos/asf/jakarta...
2006-08-10 Nick BurchThrow a more useful exception in the case of word95...
2006-08-10 Nick BurchIf we're created with an InputStream, check to see...
2006-08-09 Amol S. DeshmukhIn setCellFormula(String) the Ptg stack in FormulaRecor...
2006-08-09 Amol S. Deshmukhbugfix 38396: Exponential numbers are now handled by...
2006-08-07 Nick BurchTweak comments about needing to use svn version, and...
2006-07-27 Jason HeightMade a bit of a meal out of the Shared formula patch...
2006-07-25 Jason HeightSHARED FORMULA SUPPORT:
2006-07-25 Jason HeightBug 17890: Corrected exception text for zero byte file.
2006-07-25 Jason HeightClean up of HSSFDataFormat. Whilst Bug 22456 was probab...
2006-07-24 Jason HeightException Chaining: Added support for java 1.4 style...
2006-07-24 Jason HeightBug 38486: Added handling of special 0x40 (64 dec)...
2006-07-23 Jason HeightBug 26916: Corrected javadoc to indicate ArrayIndexOutO...
2006-07-18 Nick BurchYegor's TxMasterStyleAtom code from Bug #40057
2006-07-18 Nick BurchAdd lookups for the common text alignments
2006-07-14 Nick BurchYegor's update from bug #39991 - better identification...
2006-07-13 Nick BurchExpose the underlying TextRun
2006-07-12 Nick BurchAdd in a main() method, so people can stop moaning
2006-07-04 Nick BurchAdd ant task for building the maven/ibiblio friendly...
2006-07-03 Nick BurchRemove a bit of debug code
2006-07-03 Nick BurchGet to a consistent indent
2006-07-03 Nick BurchYegor's Slide Title patch from bug 39948
2006-07-03 Nick BurchAdd correct detection for encrypted powerpoint files...
2006-07-03 Nick BurchAdd Nick and Yegor to the list
2006-07-02 Nick BurchSupport re-ordering of slides, now that we know how...
2006-07-02 Nick BurchHelper method for when moving stuff about in an array...
2006-06-28 Sean Sullivanupgrade jar verions: Log4j, Commons Logging,
2006-06-27 Nick BurchHopefully fix bug 39228 - big overhaul of how slides...
2006-06-27 Nick BurchUpdate Document to offer the SlideListWithTexts by...
2006-06-16 Nick BurchAdd action for alpha 2 release
2006-06-16 Nick BurchRelease 3.0 alpha 2
2006-06-16 Nick BurchTweak rich text handling
2006-06-16 Nick BurchOn some JVMs, the problem family dialog has a capital...
2006-06-16 Nick BurchOn some JVMs, the problem family dialog has a capital...
2006-06-16 Nick BurchTweak comments
2006-06-16 Nick BurchAllow fetching and changing the character set, eg to...
2006-06-13 Nick BurchFix for bug 39800 - if the Array size in the simple...
2006-06-13 Nick BurchTests for new RichText code
2006-06-13 Nick BurchRefactor to allow easy testing of multiple files. Will...
2006-06-13 Nick BurchHopefully handle the building and using of RichTextRuns...
2006-06-13 Nick BurchSome PersistPtrHolders seem to reference records stored...
2006-06-13 Nick BurchAdd a currently broken test, which highlights a bug...
2006-06-12 Nick BurchSome initial changes that are needed to fix bug #38544
2006-06-12 Nick BurchNew dev program for helping us understand how SlideList...
2006-06-12 Nick BurchAdd some comments to the code, to help understand why...
2006-06-12 Nick BurchMake the output of the positions easier to understand
2006-06-12 Nick BurchBetter handling of zero sized images, and where the...
2006-05-26 Nick BurchAdd a quick guide to using the text extractor and frien...
next