]> source.dussan.org Git - poi.git/shortlog
poi.git
2013-10-16 Dominik StadlerBug 55658: don't fail in SXSSF if a numeric cell is...
2013-10-14 Dominik StadlerChange from having actual zero bytes in java code to...
2013-10-13 Yegor KozlovBugzilla 55578 - Support embedding OLE1.0 packages...
2013-10-13 Yegor KozlovBugzilla 49658 - Support embedding EMF/WMF pictures...
2013-10-12 Cédric WalterBug 55036: fixed red build (Dec2Hex)
2013-10-11 Cédric WalterBug 55036: patch for missing function Dec2HEx
2013-10-11 Cédric WalterBug 55057: patch for missing function Hex2Dec
2013-10-11 Cédric WalterBug 55116: patch for missing function Dec2Bin
2013-10-11 Cédric WalterBug 55055: patch for missing function Bin2Dec
2013-10-10 Cédric WalterBug 55649: WORKDAY Function returns incorrect date...
2013-10-10 Nick BurchFix #55647 - When creating a temp file, ensure the...
2013-10-10 Cédric WalterBug 55058: patch for missing function FactDouble
2013-10-08 Cédric WalterBug 55081: patch for missing function WEEKNUM
2013-10-07 Cédric Walter Bug 55037: patch for missing function DELTA
2013-09-29 Dominik StadlerApply patch from bug 55341
2013-09-27 Tim AllisonPotential NPE in PPExtractor; found while working on...
2013-09-27 Tim Allisonincrement build beta version to 3.10-beta3; forgot...
2013-09-27 Tim AllisonPOI-54722 table text in ppt files
2013-09-11 Nick BurchSupport more hashing formats for OOXML protected docume...
2013-09-11 Nick BurchSample file from bug #55544 - encrypted with sha512...
2013-09-09 Dominik StadlerRemove Eclipse warnings, remove duplicate test, rename...
2013-09-09 Dominik StadlerBug 53798: Add fix for XmlValueDisconnectException...
2013-08-26 Dominik StadlerBug 54524: Fix border case in FormulaShifter
2013-08-24 Dominik StadlerFix regression introduced by r1516969
2013-08-24 Dominik StadlerExclude TestUnfixedBugs from OOXMLLite to avoid confusi...
2013-08-23 Nick BurchMore unit tests for column conversion, and avoid the...
2013-08-23 Dominik StadlerTried to reproduce Bug 47090, but seems to be fixed...
2013-08-23 Dominik StadlerAdd testcase which tries to reproduce Bug 48495, but...
2013-08-23 Dominik StadlerSome Eclipse warnings removed
2013-08-23 Nick BurchAdd some explicit tests for column letter to/from numbe...
2013-08-23 Nick BurchRemove some @author tags, as per http://poi.apache...
2013-08-23 Nick BurchStart to remove @author tags, as per http://poi.apache...
2013-08-23 Nick BurchInspired by github pull-6, use a StringBuilder for...
2013-08-23 Dominik Stadlerfix some Eclipse warnings, adjust some unit tests slightly
2013-08-21 Dominik StadlerFix unit test for Bug 50298 some more
2013-08-21 Dominik StadlerAdjust test for Bug 50298 to not leave a temporary...
2013-08-21 Dominik StadlerBug 50298: Fix corruption of Workbook when setting...
2013-08-21 Dominik StadlerAlso fix some Eclipse warnings while hunting Bugs:...
2013-08-21 Nick BurchPush the fix for bug #55248 up to the Sheet interface...
2013-08-20 Dominik StadlerBug 52233: try to fix this without breaking the format...
2013-08-20 Dominik StadlerRevert changes from rev. 1513916 as it severly broke...
2013-08-16 Cédric WalterBug 55043: patch for missing function QUOTIENT
2013-08-16 Cédric WalterBug 55082: patch for missing function ROMAN
2013-08-16 Cédric WalterBug 55080: patch for missing function IMREAL
2013-08-16 Cédric WalterBug 55079: patch for missing function IMAGINARY
2013-08-16 Cédric WalterBug 54720: Support for Row/Col Area Range like 8:8...
2013-08-16 Cédric WalterBug 54723: Support for percentage in VALUE() function
2013-08-16 Dominik StadlerBug 54786: Fix missing quoting in date formatting,...
2013-08-15 Tim Allison55419 and refactor SimpleFraction
2013-08-14 Dominik StadlerBug 52233: Do not make the XSSFSheet invalid during...
2013-08-14 Dominik StadlerVarious small Eclipse warning fixes,
2013-08-14 Dominik StadlerUpdate to JaCoCo 0.6.3 and svn-ignore the .zip file...
2013-08-12 Dominik StadlerBug 55195: use interface instead of implementation for
2013-08-12 Dominik StadlerFix how coverage-reporting is triggered, was effectivel...
2013-08-12 Dominik StadlerBug 55380: Fix endless loop in CellRangeUtil.mergeCellR...
2013-08-08 Tim Allison55347 - integrate textbox text extraction with Excel...
2013-08-08 Tim AllisonPOI 55361 trigger to load CTMoveBookmark in TestXWPFPar...
2013-08-05 Tim AllisonPOI-55294 and 52186
2013-08-04 Dominik StadlerAdjust build.xml to run JaCoCo coverage when running...
2013-07-31 Tim AllisonPOI-55292 with added files
2013-07-31 Tim AllisonPOI-55292
2013-07-29 Tim Allisonadded ratted out Apache license to HPSFPropertiesOnlyDo...
2013-07-29 Tim Allisonadded key to KEYS
2013-07-29 Tim Allisontesting svn commit with test doc for 55292
2013-07-15 Nick BurchEnsure the interface and implementation javadocs share...
2013-07-13 Dominik StadlerBug 55248: Add methods for showInPane() using int and...
2013-07-12 Dominik StadlerAdd more unit tests to cover more of HSSFWorkbook and...
2013-07-09 Dominik StadlerAdd reproducing unit tests to TestUnfixedBugs for Bug...
2013-07-03 Nick BurchRefactor to avoid logic duplication on the property...
2013-07-03 Nick BurchFix bug #55191 - Avoid a ClassCastException if a HPSF...
2013-07-01 Dominik StadlerFix build broken by previous checkin by creating a...
2013-06-30 Dominik StadlerBug 54084: Add testcase which reproduces the bug, no...
2013-06-30 Dominik StadlerAdjust build.xml to update to junit 4.11
2013-06-26 Nick BurchAdd a test to show that bug #53150 has been fixed by...
2013-06-26 Nick BurchHave MAPIMessage try the codepage properties to get...
2013-06-26 Nick BurchHSMF generally wants Java Lang style encoding names...
2013-06-26 Nick BurchDeprecate the old HPSF codepage Constants list, and...
2013-06-26 Nick BurchBring the numeric CodePage support from HPSF (constants...
2013-06-26 Nick BurchMore unit tests for the HSMF fixed sized property value...
2013-06-26 Nick BurchMake the fixed sized properties parser more flexible...
2013-06-26 Nick BurchDig out the normal type for some more common properties
2013-06-26 Nick BurchSupport decoding a few more property types
2013-06-26 Nick BurchMore friendly output of byte arrays for property values...
2013-06-26 Nick BurchFix inconsistent whitespace in HSMF test files
2013-06-26 Nick BurchFix inconsistent whitespace in HSMF files
2013-06-26 Nick BurchEnsure the indenting is consistent within the file...
2013-06-26 Nick BurchFix JavaDoc warnings
2013-06-26 Nick BurchConvert classes with a assertContains method to using...
2013-06-26 Nick BurchAdd disabled unit test for bug #54916
2013-06-26 Nick BurchNew parent test class, which includes the common assert...
2013-06-26 Nick BurchJavaDoc fix - missing >
2013-06-26 Nick BurchAdd a write method to HPSFPropertiesOnlyDocument, and...
2013-06-26 Nick BurchPull the Properties-Only document type out to a supercl...
2013-06-25 Nick BurchFix bug #54233 - Some HPSF documents require UnicodeStr...
2013-06-25 Nick BurchFix to have consistent whitespace, and add javadoc...
2013-06-25 Nick BurchFix to have consistent whitespace
2013-06-25 Nick BurchSample file from bug #54233
2013-06-25 Nick BurchUpdate trunk after 3.10-beta1 tagging in svn
2013-06-25 Nick BurchPrep for 3.10 beta 1
2013-06-25 Nick BurchRemove the executable flag from a number of files that...
next