]> source.dussan.org Git - poi.git/shortlog
poi.git
2015-11-23 Andreas Beekerraise ooxml schema/security version
2015-11-22 Andreas Beekeradd missing marker files
2015-11-22 Uwe SchindlerUse <file/> instead of <fileset/> for single files...
2015-11-22 Andreas Beekerfix unnecessary cast warnings
2015-11-21 Andreas Beekerdelete old schema-1.2 jar
2015-11-21 Andreas Beeker#58617 - Add custom safe XmlBeans type loader / rename...
2015-11-21 Andreas BeekerIn preparation for table rendering, added table row...
2015-11-20 Andreas Beeker#58630 - Signing failed after deletion of first sheet
2015-11-19 Andreas Beekerfindbugs fixes
2015-11-16 Andreas Beeker#55955 - Filling an existing ppt table stopped working...
2015-11-14 Andreas Beeker#54210 When saving PPT to PNG, some text is rendered...
2015-11-14 Andreas BeekerFix typo in EscherProperties
2015-11-14 Andreas BeekerAdd default XmlOptions to XMLBeans parsing
2015-11-11 Uwe SchindlerAdd security check
2015-11-11 Uwe SchindlerFix remaining security manager problems. Forbiddenapis...
2015-11-11 Uwe Schindler#58597: Fix tests to not do setAccessible(), add some...
2015-11-11 Uwe Schindler#58597: Add more AccessController.doPrivileged. We...
2015-11-11 Uwe Schindler#58597: Remove setAccessible (more coming soon)
2015-11-09 Andreas BeekerFixed Off-by-one-Error which skipped paragraph styles
2015-11-09 Uwe SchindlerWrap more security related reflection in AccessController
2015-11-09 Uwe SchindlerUse Lucene's unmapping code inside AccessController...
2015-11-09 Uwe SchindlerTell Eclipse to use a Java 6 compatible JVM, not latest...
2015-11-09 Andreas Beeker#53192 - Images in ppt file have wrong width when conve...
2015-11-08 Uwe SchindlerAdd reason message to @SuppressForbidden
2015-11-08 Andreas Beekersonar fixes
2015-11-08 Andreas BeekerAdd support for HSLF metro blobs
2015-11-08 Andreas Beeker#52297 - Bullets are not aligned properly while convert...
2015-11-08 Uwe SchindlerMake forbiddenapis also check excelant. Use a separate...
2015-11-08 Dominik StadlerTried to add excelant to forbidden-apis-check, but...
2015-11-08 Dominik StadlerAdd some more tests for the checks for files that can...
2015-11-08 Dominik StadlerEclipse warnings, typos, ...
2015-11-07 Javen O'Nealbug 58591: add formula evaluation unit tests inspired...
2015-11-06 Nick BurchWhitespace
2015-11-06 Nick BurchConvert to JUnit4
2015-11-06 Javen O'Nealremove TestWorkbookEvaluator from junit3 test suite...
2015-11-06 Javen O'Nealremove deprecated ErrorConstants usage in TestWorkbookE...
2015-11-06 Javen O'Nealwhitespace
2015-11-06 Javen O'Nealconvert TestWorkbookEvaluator from junit3 to junit4
2015-11-05 Nick BurchAdd a XWPFRun equivalent of isHighlighted, and add...
2015-11-05 David NorthPatch to bring CTTableStyleInfo into poi-ooxml-schemas...
2015-11-05 Andreas Beekerextended forbidden-apis-check to ooxml-tests
2015-11-04 Nick BurchJavadoc fixes
2015-11-04 Nick BurchBug #55265 - DataFormatter correct support for alternat...
2015-11-04 Javen O'Nealfix for bug 51622: autosize columns with leading whitespace
2015-11-03 Javen O'Nealbug 58576: rename canComputeColumnWidht to canComputeCo...
2015-11-03 Javen O'Nealsupporting change for bug 57450 from Stefan Thurnherr
2015-11-03 Javen O'Neal+svn:eol-style=native
2015-11-03 Javen O'Nealset svn:eol-style native
2015-11-03 Javen O'Nealfix typos
2015-11-02 Andreas Beekerfixes sonar/findbugs issues
2015-11-02 Javen O'Nealjavadoc fix
2015-11-02 Javen O'Nealfix javadoc link
2015-11-02 Javen O'Nealbug 58572: change hyperlink reference to be consistent...
2015-11-02 Javen O'Nealbug 58572: replace Cloneable with copy constructors...
2015-11-02 Javen O'Nealbug58348: add test for copying formula with unregistere...
2015-11-02 Javen O'Nealbug 58348: add hyperlink copying and merging to CellCop...
2015-11-02 Javen O'Nealbug 58572: move getHyperlinkList() and getHyperlink...
2015-11-02 Javen O'Nealdon't leave behind files when running unit tests. In...
2015-11-02 Javen O'Nealwhitespace
2015-11-02 Javen O'Nealupgrade spreadsheet Hyperlink unit tests from junit3...
2015-11-02 Javen O'Nealupgrade spreadsheet Hyperlink unit tests from junit3...
2015-11-02 Javen O'Nealwhitespace
2015-11-02 Javen O'Nealadd ASF License 2.0 header
2015-11-02 Javen O'Nealremove unused import
2015-11-02 Javen O'Nealbug 58348: add support for copying rows for XSSFWorkbooks
2015-11-02 Javen O'Nealjavadocs, remove unnecessary SuppressWarnings("resource...
2015-11-02 Javen O'Nealmake private shouldRemoveRow static and final, remove...
2015-11-02 Javen O'Nealwhitespace
2015-11-02 Javen O'Nealreplace deprecated usage of FormulaShifter.createForRow...
2015-11-02 Javen O'Nealremove unneeded SuppressWarnings("resource") decorator...
2015-11-02 Javen O'Nealremove unnecessary @SuppressWarnings(resource) add...
2015-11-02 Javen O'Nealdelete unnecessary cast
2015-11-02 Javen O'Nealbug 58384: add FormulaShifter.createForRowCopy
2015-11-02 Andreas Beekerclose resources, as SlideShow is now Closeable
2015-11-01 Javen O'Nealprepare for bug 58348, make FormulaShifter.ShiftMode...
2015-11-01 Javen O'Nealwhitespace changes: replaced tabs with 4 spaces
2015-11-01 Andreas Beeker#45908 - RichTextRun.setBullet(false) doesn't work...
2015-11-01 Andreas Beeker#45088 - POI-HSLF changeTextInRichTextRun corrupts...
2015-11-01 Andreas BeekerFix locale error
2015-11-01 Andreas Beekerfindbugs fixes
2015-10-31 Andreas BeekerFindBugs fixes
2015-10-31 Andreas BeekerAdd method for setting bullet styles
2015-10-31 Andreas BeekerMake SlideShow closeable as of HSLF references a NPOIFS...
2015-10-31 Andreas Beeker#45124 - inserting text or images wipes out boldness...
2015-10-31 Andreas Beeker#45124 - inserting text or images wipes out boldness...
2015-10-31 Javen O'Nealreplace deprecated usage of AreaReference as a result...
2015-10-31 Javen O'Nealwhitespace change
2015-10-31 Javen O'Nealadd javadoc info for intersects
2015-10-31 Javen O'Nealbug58452: set cell formulas containing unregistered...
2015-10-31 Javen O'Nealsupporting changes for bug 58452: copy cell formulas...
2015-10-31 Javen O'Nealimprove error message if CellRangeAddress intersection...
2015-10-31 Javen O'Nealbug 58442: in-place reorganize an AreaPtg as upper...
2015-10-31 Javen O'Nealbug 58443: prevent corrupted workbooks by checking...
2015-10-31 Javen O'Nealreplace deprecated usage of o.a.p.ss.util.Region with...
2015-10-30 Dominik StadlerAdd a limit of the max number of characters that can...
2015-10-29 Andreas Beeker#58516 - Rare new aioobe in 3.13 on initialization...
2015-10-29 Andreas Beeker#58516 - Rare new aioobe in 3.13 on initialization...
2015-10-29 David NorthAdd description to jenkins target
2015-10-29 Dominik StadlerEnsure that no password was set by other tests, this...
2015-10-29 Nick BurchJavadoc fixes
next