]> source.dussan.org Git - poi.git/shortlog
poi.git
2006-09-26 Nick BurchFrom bug #38616 - support for extracting images from...
2006-09-26 Nick BurchDon't just assume we'll only have container records...
2006-09-26 Nick BurchHandle the case where a StyleTextPropAtom has a mask...
2006-09-19 Nick BurchSupport alignment and indent levels for HSLF - patch...
2006-09-19 Nick BurchImproved picture support for HSLF, from Yegor in bug...
2006-09-15 Nick BurchUpdate a cvs link to an svn one
2006-09-11 Jason HeightBug 30635: getLastCellNum return last cell num + 1...
2006-09-08 Jason HeightBUG 27496: get/setPageBreak and get/getColumnBreak...
2006-08-29 Amol S. Deshmukhreplaced use of String.contains(..) with String.indexOf...
2006-08-29 Jason HeightJust removed a bunch of unused imports etc. Reduces...
2006-08-29 Jason Heightbug 23631: support for getting the current pane informa...
2006-08-28 Jason Heightbug 31044: Corrected parsing of references which contai...
2006-08-28 Jason HeightBug 33736: Applied patch for Column Hiding. Thanks
2006-08-28 Jason HeightBug28755: CellReference will throws IllegalArgumentExce...
2006-08-28 Jason HeightBug36646: Ret3dPtg to include quotes when sheetname...
2006-08-28 Jason HeightHopefully fixed scratchpad test org.apache.poi.hssf...
2006-08-27 Jason HeightRemoved EXPERIMENTAL indication on the formula support.
2006-08-27 Jason HeightAdded explicit RecordFormatException when a FilePass...
2006-08-27 Jason HeightBug 38796: Check for null in PageBreakRecord
2006-08-27 Jason HeightThrow exception rather than returning NO IDEA SHARED...
2006-08-26 Jason HeightForgot to reset shared formula option during conversion
2006-08-26 Jason HeightFound a case where the shared formula does not resolve...
2006-08-25 Jason Heightbug 40285: Corrected index of CellIterator. In addition...
2006-08-24 Amol S. Deshmukh1. when formula parse fails, reported error now include...
2006-08-24 Amol S. Deshmukhtest case that checks to see if a case of MissingArgsPt...
2006-08-18 Jason HeightBug: 40267 squashed.
2006-08-14 Nick BurchAccess to Saved By Information - patch from Trejkaz...
2006-08-12 Sean Sullivangit-svn-id: https://svn.apache.org/repos/asf/jakarta...
2006-08-10 Nick BurchThrow a more useful exception in the case of word95...
2006-08-10 Nick BurchIf we're created with an InputStream, check to see...
2006-08-09 Amol S. DeshmukhIn setCellFormula(String) the Ptg stack in FormulaRecor...
2006-08-09 Amol S. Deshmukhbugfix 38396: Exponential numbers are now handled by...
2006-08-07 Nick BurchTweak comments about needing to use svn version, and...
2006-07-27 Jason HeightMade a bit of a meal out of the Shared formula patch...
2006-07-25 Jason HeightSHARED FORMULA SUPPORT:
2006-07-25 Jason HeightBug 17890: Corrected exception text for zero byte file.
2006-07-25 Jason HeightClean up of HSSFDataFormat. Whilst Bug 22456 was probab...
2006-07-24 Jason HeightException Chaining: Added support for java 1.4 style...
2006-07-24 Jason HeightBug 38486: Added handling of special 0x40 (64 dec)...
2006-07-23 Jason HeightBug 26916: Corrected javadoc to indicate ArrayIndexOutO...
2006-07-18 Nick BurchYegor's TxMasterStyleAtom code from Bug #40057
2006-07-18 Nick BurchAdd lookups for the common text alignments
2006-07-14 Nick BurchYegor's update from bug #39991 - better identification...
2006-07-13 Nick BurchExpose the underlying TextRun
2006-07-12 Nick BurchAdd in a main() method, so people can stop moaning
2006-07-04 Nick BurchAdd ant task for building the maven/ibiblio friendly...
2006-07-03 Nick BurchRemove a bit of debug code
2006-07-03 Nick BurchGet to a consistent indent
2006-07-03 Nick BurchYegor's Slide Title patch from bug 39948
2006-07-03 Nick BurchAdd correct detection for encrypted powerpoint files...
2006-07-03 Nick BurchAdd Nick and Yegor to the list
2006-07-02 Nick BurchSupport re-ordering of slides, now that we know how...
2006-07-02 Nick BurchHelper method for when moving stuff about in an array...
2006-06-28 Sean Sullivanupgrade jar verions: Log4j, Commons Logging,
2006-06-27 Nick BurchHopefully fix bug 39228 - big overhaul of how slides...
2006-06-27 Nick BurchUpdate Document to offer the SlideListWithTexts by...
2006-06-16 Nick BurchAdd action for alpha 2 release
2006-06-16 Nick BurchRelease 3.0 alpha 2
2006-06-16 Nick BurchTweak rich text handling
2006-06-16 Nick BurchOn some JVMs, the problem family dialog has a capital...
2006-06-16 Nick BurchOn some JVMs, the problem family dialog has a capital...
2006-06-16 Nick BurchTweak comments
2006-06-16 Nick BurchAllow fetching and changing the character set, eg to...
2006-06-13 Nick BurchFix for bug 39800 - if the Array size in the simple...
2006-06-13 Nick BurchTests for new RichText code
2006-06-13 Nick BurchRefactor to allow easy testing of multiple files. Will...
2006-06-13 Nick BurchHopefully handle the building and using of RichTextRuns...
2006-06-13 Nick BurchSome PersistPtrHolders seem to reference records stored...
2006-06-13 Nick BurchAdd a currently broken test, which highlights a bug...
2006-06-12 Nick BurchSome initial changes that are needed to fix bug #38544
2006-06-12 Nick BurchNew dev program for helping us understand how SlideList...
2006-06-12 Nick BurchAdd some comments to the code, to help understand why...
2006-06-12 Nick BurchMake the output of the positions easier to understand
2006-06-12 Nick BurchBetter handling of zero sized images, and where the...
2006-05-26 Nick BurchAdd a quick guide to using the text extractor and frien...
2006-05-26 Nick BurchRecurrant typo fix
2006-05-10 Nick BurchAdd test for empty constructor
2006-05-10 Nick BurchIf given an empty (but not null) byte array to get...
2006-05-09 Nick BurchDon't blindly cast children to FontEntityAtom
2006-05-08 Nick BurchFixes from Yegor, from bug #39395
2006-05-06 Rainer KluteForgot to check in my nit-picking grammatical changes...
2006-05-06 Rainer KluteSupport for many, many character encodings added. Thank...
2006-04-29 Glen StampoultzisSupport for line thicknes through escher graphics 2d...
2006-04-25 Glen StampoultzisUpdated to support lines for the EscherGraphics2d draw...
2006-04-21 Nick BurchTests to go with fix for bug 39374
2006-04-21 Nick BurchFix for bug 39374 - handle unicode text runs
2006-04-21 Nick BurchTests for fixes associated with Bug 39324
2006-04-21 Nick BurchBug fix for newly created bitmask values (part of bug...
2006-04-21 Nick BurchWhen adding TextBoxes to a slide, make sure we update...
2006-04-21 Sean Sullivanchanged CVS references to Subversion
2006-04-19 Nick BurchTest to ensure that when we add slides, we can write...
2006-04-19 Nick BurchUpdated test from Yegor, to also test creating text...
2006-04-18 Sean Sullivaneliminated usage of a deprecated method
2006-04-18 Sean Sullivaneliminated usage of a deprecated method
2006-04-18 Sean Sullivanfixed ArrayIndexOutOfBoundsException in the format...
2006-04-12 Nick BurchUpdates from Yegor: New shape and picture stuff (see...
2006-04-12 Nick BurchAdd Yegor's documention on the Shapes and Pictures...
2006-04-12 Nick BurchPPT file where the slides are returned in the wrong...
2006-04-12 Nick BurchTests to ensure that the StyleTextProp and RichText...
2006-04-12 Nick BurchNeed right date in the test formatter
next