]> source.dussan.org Git - poi.git/shortlog
poi.git
2016-06-20 Javen O'Nealbug 57523: off by one error
2016-06-20 Javen O'Nealbug 57523: add unit test written by Dominik Stadler
2016-06-20 Javen O'Nealbug 59719: add unit test and comments/javadocs from...
2016-06-20 Javen O'Nealwhitespace (tabs to 4 spaces)
2016-06-20 Javen O'Nealbug 59731: start migrating methods relating to row...
2016-06-20 Javen O'Nealparameterize raw generics
2016-06-20 Javen O'Nealbug 59730: promote XSSFSheet#removeMergedRegions to...
2016-06-20 Javen O'Nealbug 56454: keep XSSFRowShifter#shiftMerged in sync...
2016-06-20 Javen O'Nealbug 56454: deprecate shiftMerged with unused parameter...
2016-06-20 Javen O'Nealbug 56454: add disabled unit test based on Jörg Selbach...
2016-06-20 Javen O'Nealobject-oriented methods are preferred over utility...
2016-06-20 Javen O'Nealbug 59729: update CellRangeUtil
2016-06-20 Javen O'Nealwhitespace (tabs to spaces)
2016-06-20 Javen O'Nealmv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util...
2016-06-20 Javen O'Nealbug 56454: add CellRangeAddress#containsRow and contain...
2016-06-20 Andreas Beekerfindbugs fixes
2016-06-20 Javen O'Nealconvert TestCellRangeAddress from junit3 to junit4
2016-06-19 Javen O'Nealbug 56958: replace java.awt.Rectangle#intersects with...
2016-06-19 Javen O'Nealbug 59728: add disabled unit test: should not be able...
2016-06-19 Andreas BeekerRegression fixes
2016-06-19 Javen O'Nealbug 56958: slightly improve performance when checking...
2016-06-19 Nick Burch#59724 Take advantage of all POIDocument classes being...
2016-06-19 Nick Burch#59724 Provide Closeable on all OLE2-based POIDocument...
2016-06-19 Javen O'Nealbug 56958: patch from Yaniv Kunda: check that cells...
2016-06-19 Javen O'Nealbug 59645: add Page Setup Print row and column headings...
2016-06-19 Javen O'Nealupdate javadoc for clarification about non-literal...
2016-06-19 Javen O'Nealuse fully qualified name for Javadocs
2016-06-19 Javen O'Nealadd unit test for bug 59719
2016-06-19 Javen O'Nealbug 59719: parse static list text properly; patch from...
2016-06-19 Andreas Beekerfindbugs fixes - ME_MUTABLE_ENUM_FIELD
2016-06-18 Andreas Beeker#59702 - Setting background color in slide master
2016-06-18 Javen O'Nealadd unit test for HSSFWorkbook.getSelectedTabs
2016-06-18 Javen O'Nealbug 59718: deprecate get/setBoldweight. Use get/setBold
2016-06-18 Javen O'Nealbug 59170: Removed deprecated methods in POIFS, SS...
2016-06-17 Javen O'Nealbug 59432: move loop invariants outside the loop to...
2016-06-17 Javen O'NealFunctionEval is a utility class. It should not have...
2016-06-17 Javen O'Nealbug 56958: validate array formulas wasn't correctly...
2016-06-17 Javen O'Nealbug 59279: add unit test for CellComment.equals and...
2016-06-17 Javen O'Nealbug 59279: add Comment.equals and hashCode methods
2016-06-17 Javen O'Nealadd unit test for Cell.getCellComment
2016-06-17 Javen O'Nealmove loop invariant outside of loop
2016-06-17 Javen O'Nealfindbugs: remove uncalled private methods
2016-06-17 Javen O'Nealbug 58575: add 'svn:auto-props = *.java = svn:eol-style...
2016-06-17 Javen O'Nealbug 59170: add version when deprecated
2016-06-17 Javen O'Nealbug 59170: deprecate o.a.p.hssf.model.PictureShape
2016-06-17 Javen O'Nealbug 59170: remove deprecated constructors in o.a.p...
2016-06-17 Javen O'Nealbug 59170: remove deprecated o.a.p.hwpf.usermodel.Pictu...
2016-06-17 Javen O'Nealbug 59170: remove or privatize deprecated methods in...
2016-06-17 Javen O'Nealremove deprecated o.a.p.hwpf.usermodel.Shapes (replaced...
2016-06-17 Javen O'Nealbug 59170: remove deprecated o.a.p.hwpf.usermodel.ListE...
2016-06-17 Javen O'Nealbug 59170: remove deprecated WordExtractor constructor...
2016-06-17 Javen O'Nealbug 59170: remove deprecated o.a.p.hwpf.usermodel.Chara...
2016-06-17 Javen O'Nealbug 59170: add version when deprecated
2016-06-17 Javen O'Nealbug 59170: remove deprecated HSLF and HWPF methods
2016-06-17 Javen O'Nealbug 59170: remove deprecated o.a.p.hdgf.HDGFDiagram...
2016-06-17 Javen O'Nealwhitespace (3 spaces to tab)
2016-06-17 Javen O'Nealbug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyper...
2016-06-16 Javen O'Nealbug 59170: remove deprecated o.a.p.openxml4j.opc.intern...
2016-06-16 Javen O'Nealbug 55385: deprecate Font.getBoldweight and Font.setBol...
2016-06-15 Javen O'Nealadd disabled unit test for bug 55273: contributed by...
2016-06-15 Javen O'Nealfix javadocs @link error for removed o.a.p.hssf.util...
2016-06-15 Javen O'Nealbug 59170: remove deprecated XSSFExcelExtractor(String)
2016-06-15 Javen O'Nealbug 59170: remove deprecated o.a.p.openxml4j.opc.Package
2016-06-15 Javen O'Nealbug 59170: remove deprecated XSSFFontFormatting#getXSSF...
2016-06-15 Javen O'Nealadd @Override annotations
2016-06-15 Javen O'Nealwhitespace (2 spaces or tabs to 4 spaces)
2016-06-15 Javen O'Nealbug 59170: remove deprecated writeTo method in @Interna...
2016-06-15 Javen O'Nealwhitespace (2 spaces to 4 spaces)
2016-06-15 Javen O'Nealremove deprecated constructor for @Internal PAPBinTable
2016-06-15 Javen O'Nealupdate WriteAuthorAntTitle example to Java 1.6+
2016-06-15 Javen O'Nealrevert accidental commit
2016-06-15 Javen O'Nealbug 59170: remove deprecated methods
2016-06-15 Javen O'Nealbug 57840: make it easier to replace _rows implementati...
2016-06-15 Javen O'Nealbug 59170: remove deprecated methods in o.a.p.hpsf...
2016-06-15 Javen O'Nealbug 59170: remove deprecated hpsf.Constants class
2016-06-15 Javen O'Nealbug 57840: add comments for explicit boxing performance...
2016-06-14 Javen O'Nealremove RegionUtil reference
2016-06-13 Andreas Beekerjavadoc fixes (jdk8)
2016-06-13 Andreas Beekerreverted changes of r1747942 and deprecated instead
2016-06-13 Javen O'Nealback out changes for bug 58787: will replae BorderPrope...
2016-06-13 Javen O'Nealback out changes for bug 58787: will replae BorderPrope...
2016-06-13 Javen O'NealSonar: 'static modifier out of order with the JLS sugge...
2016-06-13 Javen O'Nealadd HSSFCell.setCachedErrorResult(FormulaError)
2016-06-13 Javen O'Nealtype check error code when setting cell error value...
2016-06-13 Javen O'Nealadd useless unit test for o.a.p.ss.util.RegionUtil
2016-06-13 Javen O'Nealadd periods for complete sentences
2016-06-13 Nick BurchJavadoc fixes
2016-06-13 Nick BurchJavadoc fixes - @see and @link can't be combined togeth...
2016-06-13 Javen O'Nealimprove unit test coverage on CellReference.
2016-06-13 Javen O'Nealfix accidental infinite recursion
2016-06-13 Javen O'Nealbug 58787: add an advertisement to BorderPropertyTemplate.
2016-06-13 Javen O'Nealbug 58787 follow-on: update javadocs; remove unused...
2016-06-13 Javen O'Nealwhitespace (tabs to spaces)
2016-06-13 Javen O'Nealadd description to gump and jenkins build targets
2016-06-13 Javen O'Nealfindbugs URF_UNREAD_FIELD: note that unread fields...
2016-06-13 Javen O'Nealfindbugs: fix SF_SWITCH_NO_DEFAULT warnings
2016-06-13 Javen O'Nealfindbugs: fix SF_SWITCH_FALLTHROUGH warnings
2016-06-13 Javen O'Nealfindbugs depends on the poi, poi-scratchpad, and poi...
2016-06-13 Javen O'Nealfindbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD...
2016-06-13 Javen O'Nealfindbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD...
next