]> source.dussan.org Git - poi.git/shortlog
poi.git
2016-02-23 Nick BurchPull out http://schemas.openxmlformats.org/spreadsheetm...
2016-02-21 Nick BurchPatch from Jim King from bug #57989 - XSSFChart support...
2016-02-21 Dominik StadlerOne more possible resource leak when creating the TextE...
2016-02-21 Dominik StadlerInclude stacktrace of inner exception when block-positi...
2016-02-19 Tim AllisonPOI 59030 fix NPE in XWPFTableCell's getVerticalAlignme...
2016-02-18 Javen O'Nealbug 58896: comment out time-dependent test
2016-02-18 Nick BurchJavadoc fixes
2016-02-18 Javen O'Nealmove trackColumnsForAutoSizingIfSXSSF into ITestDataPro...
2016-02-18 Javen O'Nealbug 58896: add unit test to time Sheet.autoSizeColumn
2016-02-18 Javen O'Nealavoid redundant null check
2016-02-18 Tim Allison59021 -- fix content extraction from namespaced element...
2016-02-18 Javen O'Nealbug 56345: reject single-cell merged regions
2016-02-17 Dominik StadlerAdd test which verifies that bug 52684 is not a problem...
2016-02-15 Javen O'Nealbug 58339: patch from Patrick Zimmermann to allow OFFSE...
2016-02-15 Dominik StadlerTried to reproduce bug 55476, but could not, added...
2016-02-15 Nick BurchAdd details of the ignored errors where the HSSF spec...
2016-02-15 Nick BurchStart generalising the IgnoredErrorType code for later...
2016-02-15 Dominik StadlerNo need to wrap OpenXML4JRuntimeException in another...
2016-02-15 Dominik StadlerGitHub PR 27: Add method to check for any protection...
2016-02-15 Dominik StadlerSeems we need a cast here to compile with some newer...
2016-02-15 Dominik StadlerImprove error messages to state which bounds are exceeded
2016-02-13 Dominik StadlerRegression analysis: Cloning sheets failed on ctrlProps...
2016-02-13 Dominik StadlerRegression analysis: the additional testing of cloning...
2016-02-13 Dominik StadlerIgnore a failure during cloning if we exceed file-forma...
2016-02-12 Dominik Stadlerbug 58996: Don't try to unset fill color if it is not...
2016-02-11 Nick BurchFix #57034 on SXSSF, and add a common unit test to...
2016-02-11 Nick BurchAllow common tests to do auto-sizing even on SXSSF
2016-02-06 Andreas BeekerAdd example for adding videos
2016-02-05 Andreas BeekerXSLF - fixed NPE when adding pictures with existing...
2016-02-05 Dominik StadlerRemove file from expected failures after changes for...
2016-02-04 Tim AllisonBug 56880 - switch exception to logged warning that...
2016-01-31 Javen O'Nealremove deprecated (2009) HSSFComment#setColumn(short...
2016-01-31 Javen O'NealHSSFComment: note a final field
2016-01-31 Javen O'Nealfix O(n^2) runtime unnecessarily recreating an array...
2016-01-31 Javen O'Nealbug 58885: fix javadocs
2016-01-31 Javen O'Nealbug 58885: performance regression on XSSFSheet.addMerge...
2016-01-30 Dominik StadlerAdjust test to pass forbidden-apis-check
2016-01-29 Dominik StadlerMake OldExcelExtractor Closeable to be able to free...
2016-01-29 Dominik StadlerAdd curvesapi-jar when running Findbugs
2016-01-26 Nick BurchBump xmlsec version in the Eclipse project file too
2016-01-25 Dominik Stadleradd an ignored test for bug 58804
2016-01-24 Andreas BeekerRaised xmlsec version to 2.0.6
2016-01-24 Andreas Beeker#41047 - Support hyperlinks in HSLF shapes and textruns
2016-01-19 Dominik StadlerUpdate copyright-year to 2016
2016-01-18 Dominik StadlerRename test-source file to actual class name to avoid...
2016-01-18 Dominik StadlerInclude curvesapi-jar in distribution
2016-01-18 Dominik StadlerFix possible NPE found with msg-file from CommonCrawl
2016-01-18 Dominik StadlerFix possible NullPointerException with invalid/unsuppor...
2016-01-16 Javen O'Nealmake SXSSFWorkbook member variables private
2016-01-16 Javen O'Nealwhitespace
2016-01-16 Javen O'Nealfix questionable List.remove(int) in SXSSFITestDataProvider
2016-01-16 Andreas BeekerBugFix: wrong hyperlink record added - used child inste...
2016-01-16 Javen O'Nealadd @Override annotations to ITestDataProviders
2016-01-16 Javen O'Nealbug 58879: add SpreadsheetVersion to Workbook interface
2016-01-16 Javen O'Nealsvn propset svn:eol-style native
2016-01-16 Andreas BeekerFix NPE when calling HSLFTextRun.setHorizontalCentered()
2016-01-16 Andreas Beeker#56004 - Support for WMF rendering
2016-01-13 Dominik StadlerRegression in version 3.14-beta1: three or four-part...
2016-01-13 Dominik StadlerFix a NullPointerException that occurs with some PPTs...
2016-01-13 Dominik StadlerEclipse warnings, helper unit-test, improve information...
2016-01-13 David NorthGeneralised API for adding ignored errors, e.g. number...
2016-01-13 Dominik StadlerBug 58829: Remove some useages of printStackTrace(...
2016-01-13 Dominik StadlerRework test to not catch exception, junit does a good...
2016-01-13 Nick BurchJavadoc fix
2016-01-13 Nick Burch#58847 Getters/setters/removers for the additional...
2016-01-13 Andreas BeekerJavadocs fixes
2016-01-12 Andreas Beeker#57796 - Support hyperlink extraction when rendering...
2016-01-11 Nick BurchMore Office 12 DSI property IDs, getters/setters to...
2016-01-11 Nick BurchBump up the max DSI property ID, and list a few Office...
2016-01-10 Andreas Beeker#54916 - POI does not always read all the slides in...
2016-01-10 Andreas Beekeradd other printStackTrace methods to forbidden-apis...
2016-01-10 Andreas Beekerreplace Throwable.printStackTrace() with POILogger...
2016-01-10 Andreas BeekerWMF fixes
2016-01-08 Tim AllisonPOI-58822 switch printStackTrace for actual log msg...
2016-01-07 Javen O'Nealbug 58815: javadoc spelling
2016-01-05 Andreas BeekerWMF fixes
2016-01-04 Dominik StadlerDummy commit to try if we can close some old github...
2016-01-03 Andreas BeekerWMF fixes
2016-01-03 Dominik StadlerUndo changes to file in assertCloseDoesNotModifyFile...
2016-01-03 Dominik StadlerTry to reproduce bug 52258 and add more checks to integ...
2016-01-03 Dominik Stadlerbug 58043: provide some compatibility between HSSF...
2016-01-03 Dominik StadlerFix bug 58067: XWPF: don't return deleted text when...
2016-01-03 Javen O'Nealre-throw errors we aren't looking for
2016-01-03 Javen O'Nealbug 58779: check if SlideShowFactory.create() modifies...
2016-01-03 Javen O'Nealwhitespace
2016-01-03 Javen O'Nealtest XSLF SlideShowFactory creation methods individuall...
2016-01-02 Javen O'Nealrearrange unit tests into more, smaller functions
2016-01-02 Dominik StadlerMove test for bug 57236 as it seems to be fixed since...
2016-01-02 Dominik StadlerAdd test which reproduces bug 58325, seems the file...
2016-01-02 Javen O'Nealbug 58633 comment 5 and comment 6: add unit test covera...
2016-01-02 Javen O'Nealfix javadocs
2016-01-02 Javen O'Nealbug 58633: Set multiple CellStyle properties at once...
2016-01-02 Javen O'Nealjavadocs
2016-01-01 Andreas Beekerremove test debug stuff
2016-01-01 Andreas Beekerpreparation for #54916 - commit unrelated changes
2016-01-01 Dominik Stadlerbug 58618: XWPFParagraph insertNewRun and removeRun...
2016-01-01 Dominik StadlerInclude full nested exception, not just localized message
2016-01-01 Dominik StadlerSome more unit tests
2016-01-01 Dominik StadlerCombine common functionality in POIXMLTypeLoader into...
2016-01-01 Andreas Beekeradd ignored testcase for multiple signatures
next