]> source.dussan.org Git - poi.git/shortlog
poi.git
2010-05-26 Nick BurchAdd test which shows that bug #48832 is invalid
2010-05-26 Nick BurchAdd unit test to show that the behaviour in bug #48923...
2010-05-26 Nick BurchApply patch from bug #48924 - Allow access of the HWPF...
2010-05-26 Nick BurchAdd a simple testcase for the new RevisionMarkAuthorTab...
2010-05-26 Nick BurchApply patch from bug #48926 - Initial support for the...
2010-05-26 Nick BurchFix bug #49160 - Ensure that CTDigSigBlob is included...
2010-05-25 Nick BurchFix bug #49189 - Detect w:tab and w:cr entries in XWPF...
2010-05-25 Nick BurchGet to a consistent indent
2010-05-25 Nick BurchFix bug #49273 - Correct handling for Font Character...
2010-05-25 Nick BurchApply patches from Peter Kutak from bugs 49334 and...
2010-05-24 Josh MicichAdded loose tests to junit hierarchy
2010-05-24 Josh MicichChanged JRE 6 dependent code to its JRE 5 equivalent
2010-05-24 Mark BeardsleyModified existing text to cover changes made to XWPFHea...
2010-05-24 Mark BeardsleyAdded overloaded method to support multiple paragraphs...
2010-05-24 Nick BurchAdd a "rat-check" optional target, which runs Apache...
2010-05-24 Nick BurchMore license headers
2010-05-24 Nick BurchAdd in missing license headers to a few files
2010-05-24 Yegor KozlovImproved performance of XSSFSheet.write, avoid unnecess...
2010-05-22 Yegor Kozlovavoid NPE when finding cell comments, Bugzilla 48846
2010-05-22 Yegor KozlovEnsure that CTPhoneticPr is included in poi-ooxml jar...
2010-05-22 Yegor Kozlov Fixed tests failing in non-english locales, see Bugzil...
2010-05-19 Nick BurchApply (with slight tweaks) patch from bug #48432 -...
2010-05-16 Yegor Kozlovsupport for data validation for OOXML, see Bugzilla...
2010-05-10 Yegor KozlovEnhanced SViewer to support most border types, cell...
2010-05-05 Nick BurchFix bug #49020 - Workaround Excel outputting invalid...
2010-05-05 Nick BurchApply patch from Trejkaz from bug #49050 - Improve...
2010-05-05 Nick BurchFix bug #49194 - Correct text size limit for OOXML...
2010-05-05 Nick BurchFix bug #49254 - Fix CellUtils.setFont to use the corre...
2010-05-05 Nick BurchHopefully finish fixing bug #49139 - track down another...
2010-05-03 Nick BurchAdd DISABLED test which shows the latest problem relati...
2010-05-03 Nick BurchEnable the tests for bug #49139, now that we have a...
2010-04-30 Nick BurchNew release in the doap file
2010-04-27 Maxim Valyanskiyskip incorrect MMSRecord in xls
2010-04-26 Nick BurchTweak depends lines relating to compile-ooxml-xsds...
2010-04-25 Nick BurchResolve bug #49139 - don't assume that the block size...
2010-04-25 Yegor Kozlov Avoid writing malformed CDATA blocks in sharedStrings...
2010-04-24 Yegor KozlovAdded implementation for TEXT() and TRUNC(), see Bugzil...
2010-04-23 Mark BeardsleyImproved usage message.
2010-04-20 Yegor KozlovProperly close internal InputStream in ExtractorFactory...
2010-04-20 Yegor Kozlov Fixed locale-sensitive formatters in PackageProperties...
2010-04-20 Yegor KozlovEnsure that CTVectorVariant is included in poi-ooxml...
2010-04-15 Mark BeardsleyConverts Excel to CSV using usermodel.
2010-04-14 Nick BurchOne more missing license
2010-04-14 Nick BurchRemove old .cvsignore files
2010-04-14 Nick BurchAdd missing license header to older xml files
2010-04-14 Nick BurchAdd missing license headers
2010-04-14 Nick BurchRemove readme about java 1.4 vs 1.5, as we've ditched...
2010-04-13 Nick BurchLots more documentation on how we read in POIFS files...
2010-04-06 Maxim Valyanskiybugfix: ClassCastException it PicturesTable.getAllPictu...
2010-04-03 Yegor Kozlovpropagate parent to parent-aware records decoded from...
2010-03-30 Nick BurchFix bug #48485 - Add extra paper size constans to Print...
2010-03-15 Yegor Kozlovfixed compilation errors in recently added examples
2010-03-12 Mark BeardsleyCorrect package statement
2010-03-12 Mark BeardsleyPorted to SS model.
2010-03-11 Mark BeardsleyComments modified re re-sizing behaviour
2010-02-19 Nick BurchFix an issue with the HSMF tests working on some machin...
2010-02-14 Yegor KozlovSupport evaluation of indirect defined names in INDIRECT
2010-02-08 Maxim ValyanskiyXSLFCommonSlideData: extract text data from group shape
2010-01-28 Nick BurchAdd a disabled test for bug #44501, which still remains...
2010-01-28 Nick BurchFix generics warnings, and fix up tests to handle the...
2010-01-28 Nick BurchApply patch from Jukka from bug #43670 to improve HDGF...
2010-01-28 Nick BurchImprove error message, and fix generics warnings
2010-01-26 Nick BurchAdd patch from Jukka from bug #48617 + test - Optionall...
2010-01-26 Nick BurchNew event based xssf text extractor (XSSFEventBasedExce...
2010-01-26 Nick BurchThe ReadOnlySharedStringsTable is re-usable for other...
2010-01-25 Nick BurchMost of support suggested by Phil Varner on the list...
2010-01-24 Yegor Kozlovavoid failures in XLSX2CSV when shared string table...
2010-01-24 Yegor Kozlovproperly close all IO streams created in OPCPackage...
2010-01-24 Yegor Kozlovalways copy all declared inner classes and interfaces...
2010-01-24 Yegor Kozlovadded mvn-install Ant target equivalent to 'mvn install...
2010-01-20 Maxim ValyanskiyPowerPoint OLEShape: extract last version of embedded...
2010-01-19 Nick BurchAdd a note about the UnicodeString move from a few...
2010-01-19 Nick BurchAdd changelog note
2010-01-19 Nick BurchImplement the ExtRst part of a UnicodeString
2010-01-19 Nick BurchIf there's no more data but there ought to be for unico...
2010-01-19 Nick BurchAdd more documentation, and make the constructor public...
2010-01-19 Nick BurchImprove unhandled continue record message by saying...
2010-01-18 Nick BurchFix a couple of warnings
2010-01-18 Nick BurchNew debugging class, useful for when figuring out how...
2010-01-18 Nick BurchTidy up some of the IntMapper/UnicodeString bits with...
2010-01-18 Nick Burchrecords.UnicodeString isn't actually a Record, just...
2010-01-15 Maxim Valyanskiybug#48068: RecordFormatException: The content of an...
2010-01-14 Yegor Kozlovavoid creating unnecessary temp files, tighten up usage...
2010-01-14 Maxim Valyanskiyrevert previous commit
2010-01-14 Maxim ValyanskiyExtractorFactory: save OOXML stream into temporary...
2010-01-13 Yegor KozlovAvoid creating temporary files when opening OPC package...
2010-01-13 Nick BurchAdd a command line wrapper around ExtractorFactory...
2010-01-13 Nick BurchRemove some generics warnings from the HPSF custom...
2010-01-13 Nick BurchTweak the generics definition on workbook so that metho...
2010-01-13 Nick BurchTweak the iterator section to avoid casts as we have...
2010-01-13 Nick BurchFix a few generics warnings
2010-01-12 Nick BurchImproved how HSMF handles multiple recipients
2010-01-12 Maxim Valyanskiyadd more powerpoint xml mime types
2010-01-11 Nick BurchAdd PublisherTextExtractor support to ExtractorFactory
2010-01-11 Nick BurchAdd status message for recent change from maxcom
2010-01-11 Maxim ValyanskiyXSLF: text extraction from tables
2010-01-11 Nick BurchMake it possible to return null on missing chunks,...
2010-01-11 Nick BurchDo a manual sync, as per the common skins README, to...
2010-01-08 Nick BurchAdd embeded (attachment) support to the outlook text...
2010-01-08 Nick BurchRename the outlook extractor to be more consistent...
next