]> source.dussan.org Git - poi.git/shortlog
poi.git
2011-03-04 Nick BurchFix bug #50784 - XSSFColors return by XSSFFont now...
2011-03-04 Nick BurchHopefully fix bug #50846 - Improve how XSSFColor inheri...
2011-03-04 Nick BurchFix documentation typo
2011-03-04 Nick BurchFix bug #50847 - XSSFFont now accepts the full range...
2011-03-04 Nick BurchFix generics warnings
2011-03-04 Nick BurchFrom bug #50786 - Speed up calls to HSSFColor.getIndexH...
2011-03-04 Nick BurchAdd documentation for the HMEF (TNEF/winmail.dat) suppo...
2011-03-04 Yegor Kozlovset version.id to 3.8-beta2
2011-03-04 Yegor Kozlovant target to create patches
2011-03-04 Yegor KozlovChange related formulas and named ranges when XSSFWorkb...
2011-03-04 Nick BurchSetting the locale doesn't seem to set the timezone...
2011-03-04 Nick BurchFix a couple of license headers, and tweak the rat...
2011-03-03 Nick BurchTweak the attribute getter names on Attachments, and...
2011-03-03 Nick BurchAdd a TNEF extractor class, which can be run from the...
2011-03-03 Nick BurchImprove HMEF handling of typed attributes (Strings...
2011-03-02 Nick BurchSwitch HMEF attributes to a factory scheme for creation...
2011-03-02 Nick BurchRefactor the TNEF Attributes to better match the MAPI...
2011-03-01 Nick BurchTweak XSSFPrintSetup to make it a little clearer what...
2011-03-01 Yegor Kozlovmention ExcelAnt in status.xml
2011-03-01 Nick BurchStart on unit tests for HMEF. Quite a bit is still...
2011-02-26 Yegor Kozlovtweaked validation of xml to keep Gump quiet
2011-02-25 Nick BurchFix bug #32903 - Correct XBAT chaining explanation...
2011-02-25 Nick BurchFix bug #50829 - Support for getting the tables associa...
2011-02-25 Nick BurchMore on XSSFColor and ARGB vs RGB for bug #50299 -...
2011-02-23 Nick BurchSwitch Picture processing in HSLFSlideShow to be lazy...
2011-02-23 Nick BurchUpdate the HSSF/XSSF comments documentation to include...
2011-02-23 Yegor Kozlovmerged with excelant branch
2011-02-23 Yegor KozlovUse stax:stax-api instead of org.apache.geronimo.specs...
2011-02-19 Yegor Kozlovtest Ant file with ExcelAnt targets excelant excelant
2011-02-18 Yegor Kozlovinitial import of ExcelAnt tasks, see Bugzilla 50610
2011-02-18 Nick BurchAdd a unit test that shows bug #48079 no longer applies...
2011-02-18 Nick BurchFix bug #50786 - Fix XSSFColor to fetch the RGB values...
2011-02-18 Nick BurchFix generics warnings
2011-02-18 Nick BurchFix bug #50299 with patch from Andrei - Fix XSSFColor...
2011-02-18 Nick BurchAdd a disabled unit test for bug #50784. We need to...
2011-02-18 Nick BurchFix bug #50795 - Avoid NPE from xmlbeans when moving...
2011-02-11 Nick BurchFix a couple more 1.6isms
2011-02-11 Nick BurchFix a 1.6ism
2011-02-11 Nick BurchFix bug #46664 - When creating HSSF Print Areas, ensure...
2011-02-11 Nick BurchFix bug #50756 - When formatting numbers based on their...
2011-02-11 Yegor Kozlovcreated a branch for adoption of excelant
2011-02-11 Yegor Kozlovfixed HSSFWorkbook.createCellStyle to throw exception...
2011-02-10 Yegor Kozlovfixed a regression caused by not escaped dollar sumbols...
2011-02-04 Nick BurchFix bug #50539 - Better fix for html-style br tags...
2011-01-31 Maxim Valyanskiyhwpf: ignore invalid style reference
2011-01-31 Maxim Valyanskiyhwpf: ignore null-reference to parent stylesheet (bug...
2011-01-27 Maxim Valyanskiyhwpf: ignore incorrect ListFormatOverride reference...
2011-01-21 Nick BurchRemove un-used imports
2011-01-20 Nick BurchFix bug #49928 for HSSF too - refactor HSSFDataFormat...
2011-01-19 Yegor Kozlovadded implementations for CLEAN(), CHAR() and ADDRESS...
2011-01-19 Yegor Kozlovremove System.out.println() from the test code
2011-01-19 Yegor KozlovUser Defined Function Documentation/Example, see Bugzil...
2011-01-13 Nick BurchUpdate the HMEF page with the latest status of the...
2011-01-13 Nick BurchStart on TNEF RTF attribute decompression, but not...
2011-01-12 Nick BurchAdd support for custom MAPI Properties (0x8000 and...
2011-01-12 Nick BurchHMEF dumping and properties tweaks
2011-01-12 Nick BurchStart to decode the MAPI Properties in the TNEF stream...
2011-01-12 Maxim Valyanskiyhwpf: fix ArrayIndexOutOfBoundsException in Range.getCh...
2011-01-12 Nick BurchMAPIProperty is a better fit name for HSMF, so change...
2011-01-12 Nick BurchCopy the MAPI type information over completely to HSMF
2011-01-11 Nick BurchMore converting of HSMF code to use strongly type attri...
2011-01-11 Nick BurchAdd a HSMF dev tool for listing the chunks with their...
2011-01-11 Nick BurchStart converting HSMF code to use the new strongly...
2011-01-11 Nick BurchCreate a new HSMF MAPI Attributes class to hold the...
2011-01-05 Nick BurchIn NPOIFS, close the file we opened in more exception...
2011-01-01 Nick BurchAdd NPOIFS section to the documentation
2011-01-01 Nick BurchMore NPOIFS tests
2011-01-01 Nick BurchTweak HSLF and HWPF to work well with NPOIFS, and add...
2011-01-01 Nick BurchAdd unit test for using HSSF with both POIFS and NPOIFS
2011-01-01 Nick BurchFix generics warnings, and add another constructor
2010-12-31 Nick BurchTweak NPOIFS constructors so that if you have a FileCha...
2010-12-30 Nick BurchNPOIFS needs an explicit close, as it has to keep the...
2010-12-29 Nick BurchRefactor DocumentInputStream so that it can transparent...
2010-12-29 Nick BurchAdd a NPOIFS aware createDocumentInputStream method...
2010-12-29 Nick BurchSince a DirectoryNode has a reference to the underlying...
2010-12-29 Nick BurchMore NPOIFS BAT vs XBAT confusion fixes. Also fixes...
2010-12-29 Nick BurchMore NPOIFS XBAT updates
2010-12-29 Nick BurchFix the name of the RootProperty, as it never changes
2010-12-29 Nick BurchXBAT logic in NPOIFS was incorrect - it's a chain of...
2010-12-28 Nick BurchImplement a NPOIFS document reader, and add tests which...
2010-12-28 Nick BurchAllow POIFSLister to switch between the two different...
2010-12-28 Nick BurchAdd NPOIFS high level Document implementation
2010-12-28 Nick BurchStart on refactoring ready to support NPOIFS Directory...
2010-12-28 Nick BurchPartial NPOIFS write implementation, and tidy up of...
2010-12-28 Nick BurchAdd TODOs for further stream writing work
2010-12-28 Nick BurchMore NPOIFSStream unit tests
2010-12-28 Nick BurchMore NPOIFSStream tests, and explicit free support...
2010-12-27 Nick BurchAdd NPOIFS SBAT tests, and stub out a few future tests
2010-12-27 Nick BurchAdd tests for the NPOIFS mini stream
2010-12-27 Nick BurchMore NPOIFSStream unit tests, and stub out a few future...
2010-12-27 Nick BurchStart to support the MiniStream, by extracting out...
2010-12-27 Nick BurchMove the SBAT/BAT cutoff constant to POIFSConstants
2010-12-27 Nick BurchMore NPOIFS tests
2010-12-23 Nick BurchStart on PropertyTable support for NPOIFS, and more...
2010-12-23 Nick BurchOutput the correct header value
2010-12-23 Nick BurchFix warnings, typos etc
2010-12-23 Nick BurchAdd NPOIFSFileSystem support for identifying free block...
2010-12-23 Nick BurchMore NPOIFSFileSystem and NPOIFSStream read unit tests...
2010-12-22 Nick BurchInitial NPOIFS low level stream reader and writer....
2010-12-22 Nick BurchMore BATBlock related methods for identifying size...
next