]> source.dussan.org Git - poi.git/shortlog
poi.git
2011-07-05 Sergey VladimirovTest correct processing of "sprmPItap" (0x6649) and...
2011-07-05 Sergey Vladimirovrename PAP structure fields according to specification
2011-07-05 Sergey Vladimirovadd additional options and features to HWPFLister,...
2011-07-05 Sergey Vladimirovadd or improve toString() methods of several classes...
2011-07-05 Sergey Vladimirovadd SprmOperation.toString() for debug purposes
2011-07-04 Sergey Vladimirovfix warning about cast
2011-07-04 Sergey Vladimirovfix warning about generics
2011-07-04 Sergey Vladimirovadd additional TableProperties; implement TableAutoform...
2011-07-04 Sergey Vladimirovupdate TAP definition according to specification
2011-07-04 Sergey Vladimirovadd closeQuietly() method
2011-07-04 Sergey Vladimirovadd Excel-to-HTML converter (with test suite)
2011-07-04 Sergey Vladimirovremove unused method
2011-07-04 Sergey Vladimirovrename extractor -> converter and move to converter...
2011-07-04 Sergey Vladimirovadd Word-to-HTML extractor
2011-07-04 Sergey Vladimirovwarn and skip wrong type SPRM
2011-07-04 Sergey Vladimirovextract private getCharacterRun method with CHPX as...
2011-07-04 Sergey Vladimirovworkaround for NPE caused by old Word format
2011-07-04 Sergey Vladimirovadd toString() to BorderCode
2011-07-04 Sergey Vladimirovworkaround for NPE caused by old Word format
2011-07-03 Sergey Vladimirovupdate who.xml as first test commit
2011-07-02 Yegor Kozlovbug 48294 - Fixed HSSFWorkbook.setSheetOrder() to respe...
2011-07-02 Yegor KozlovBug 51448 - Avoid exception when evaluating workbooks...
2011-07-01 Nick BurchApply patch from bug #51458 - Correct BitField wrapping...
2011-07-01 Nick BurchApply patch from bug #51460 (with some related generics...
2011-07-01 Nick BurchAdd unit test that seems to show bug #51461 working...
2011-07-01 Maxim ValyanskiyXSLFCommonSlideData: Workaround for XmlBeans bug#49934
2011-07-01 Yegor Kozlovmisc fixes in site docs
2011-06-30 Yegor Kozlovadded Workbook.getForceFormulaRecalculation as requeste...
2011-06-30 Yegor KozlovBug 51444 - Prevent corrupted output when saving files...
2011-06-30 Maxim Valyanskiyhwpf: ignore ArrayIndexOutOfBoundsException in TableSpr...
2011-06-28 Jon SvedeAdded myself to the list of committers.
2011-06-27 Yegor KozlovBug 51422 - Support using RecalcIdRecord to trigger...
2011-06-26 Nick BurchList another exception caused by old+new POI jars in...
2011-06-25 Yegor KozlovBug 50474 - Example demonstrating how to update workboo...
2011-06-25 Yegor KozlovBug 51431 - Avoid IndexOutOfBoundException when removin...
2011-06-25 Yegor Kozlovcleanup sxxsf temp files after tests, remove non-ascii...
2011-06-25 Yegor KozlovBug 48877 - Fixed XSSFRichTextString to respect leading...
2011-06-24 Yegor KozlovBug 49564 - Fixed default behaviour of XSSFCellStyle...
2011-06-24 Yegor KozlovBug 48314 - Fixed setting column and row breaks in...
2011-06-24 Nick BurchAdd a unit test to show that bug #49648 no longer occurs
2011-06-24 Yegor Kozlovresolved old bugzilla issues, added unit tests
2011-06-23 Yegor KozlovBug 51351 - more progress with WordToFoExtractor: fix...
2011-06-23 Yegor KozlovBug 51424 - Ignore exceptions in ParagraphSprmUncompressor
2011-06-23 Yegor KozlovBug 51415 - Fixed Workbook.createSheet(sheetName) to...
2011-06-22 Nick BurchAdd a note about RecalcId record with a value of zero
2011-06-22 Yegor KozlovBug 51332 - Fixed internal IDs of shapes generated...
2011-06-22 Yegor Kozlovmisc fixed in site's quick guide
2011-06-22 Maxim ValyanskiyTest for parsing document with drawings to prevent...
2011-06-20 Yegor Kozlovbug 51351: more progress with WordToFoExtractor: suppo...
2011-06-20 Yegor KozlovBug 48408: Improved documentation for Sheet.setColumnWidth
2011-06-20 Yegor Kozlovjunit test for sprm, added missing line from r1137143
2011-06-18 Yegor KozlovSupport for sprmPJc paragraph SPRM and handling of...
2011-06-18 Yegor Kozlovupdated web site docs
2011-06-18 Yegor Kozlovimproved autosizing columns in SXSSF, see Bug 51356
2011-06-16 Yegor KozlovBug 50681 - Avoid exception in HSSFDataFormat.getDataFo...
2011-06-16 Yegor KozlovBug 50681 - Fixed autosizing columns beyond 255 charact...
2011-06-15 Yegor Kozlovmore progress with WordToFoExtractor, see Bugzilla...
2011-06-15 Yegor KozlovBug 51374 - Fixed incorrect setting of lastPrinted...
2011-06-14 Yegor Kozlovadded an example on conditional formatting in the site...
2011-06-14 Yegor KozlovBugzilla 51351: Word to XSL-FO converter
2011-06-13 Nick BurchFix deprecated warning
2011-06-13 Yegor KozlovBug 50458: Fixed missing shapeId in XSSF drawings
2011-06-13 Yegor KozlovBug 51339 - Fixed arithmetic rounding in formula evaluation
2011-06-12 Nick BurchRe-enable part of the test now that NPOIFS behaves...
2011-06-12 Nick BurchFurther tests for NPOIFS document input stream reading...
2011-06-11 Yegor KozlovBugzilla 51356: Support autoSizeColumn in SXSSF
2011-06-11 Yegor KozlovBugzilla 51335: Parse picture goal and crop sizes
2011-06-09 Yegor Kozlovfixed a typo
2011-06-09 Yegor Kozlovcontinue SXSSF docs updates and polishing
2011-06-09 Yegor Kozlovfixed missing licence header
2011-06-08 Yegor KozlovSXSSF documentation and polishing
2011-06-08 Nick BurchUpdate build.xml version now beta 3 is out
2011-06-06 Yegor KozlovBug 51305: Add sprmTCellPaddingDefault support; Update...
2011-06-06 Yegor KozlovBug 51196: more progress with Spreadsheet Chart API
2011-06-06 Yegor Kozlovcleaned javadocs warnings
2011-06-06 Yegor Kozlovupdated release date and downloads page to reflect...
2011-06-05 Nick BurchEnable more of the POIFS DocumetnInputStream tests...
2011-06-04 Nick BurchWork on NPOIFS document read/mark/reset work for bug...
2011-06-04 Nick BurchAdd some more test publisher files from bugs #51318...
2011-06-04 Nick BurchFix 1.6ism
2011-06-01 Yegor Kozlovreverted a file mistakenly added in r1130120
2011-06-01 Yegor Kozlovbug 51265: Enhanced Handling of Picture Parts in XWPF
2011-05-31 Nick BurchApply patch from bug #51293 from Sergey for hdf types...
2011-05-31 Nick BurchPatch from Sergey from bug #51292 - Additional HWPF...
2011-05-27 Nick BurchUsing data from the sourceforge dist system, fill in...
2011-05-27 Yegor KozlovBug 51098 - Error in calculating image width/height...
2011-05-27 Yegor KozlovBug 51098 - Error in calculating image width/height...
2011-05-27 Nick BurchFix bug #47147 - XWPF table cells adding extra paragrap...
2011-05-27 Nick BurchFew XSLF tweaks, and add a unit test that shows that...
2011-05-27 Nick BurchFix bug #51188 - Support for getting and setting XPWF...
2011-05-27 Nick BurchAdd unit test from Stefan for bug #51172 - DOCX gif...
2011-05-27 Nick BurchApply patch from bug #51134 from Mike McEuen - Ability...
2011-05-27 Nick BurchFix bug #51273 - Hash codes can be negative when workin...
2011-05-26 Yegor KozlovBug 51171: Improved performance of SharedValueManager
2011-05-23 Nick BurchHopefully fix bug #51236 - make the xssf colour black...
2011-05-23 Nick BurchAvoid a System.out call, replace with logging
2011-05-21 Yegor KozlovBug 51196: more progress with chart api
2011-05-20 Nick BurchTest that shows that bug #51222 is a themes colour...
2011-05-20 Yegor KozlovBugzilla 51196: Initial support for Spreadsheet Chart API
2011-05-19 Yegor Kozlovimproved test coverage for SXSSF
next