]> source.dussan.org Git - poi.git/shortlog
poi.git
2012-08-11 Yegor KozlovBugzilla 53644: XLS formula bugfix (CalFieldFunc) ...
2012-08-10 Yegor Kozlovmerge GSoC code with trunk
2012-08-09 Evgeniy Berlogincreased jvm heap size for testing(Xmx256) gsoc2012 gsoc2012
2012-08-08 Evgeniy Berlogadded javadoc and code refactoring
2012-08-06 Evgeniy Berlogadded javadoc and few other improvements
2012-08-06 Yegor Kozlovremoved #Override from interfaces to keep javac on...
2012-08-05 Evgeniy Berlogmerged with trunk
2012-08-04 Yegor KozlovBug 53500: split setRepatingRowsAndColumns into setRepe...
2012-08-04 Yegor KozlovBugzilla 53446 - Fixed some problems extracting PNGs
2012-08-02 Evgeniy Berlogfixed compilation for jdk 1.5
2012-08-01 Evgeniy Berlogadded Apache License header to each new file
2012-08-01 Evgeniy Berlogcode refactoring
2012-07-30 Evgeniy Berlogadded feature for setting additional shape type
2012-07-28 Evgeniy Berlogfixed bug 51675, added test case for bug 52272
2012-07-28 Evgeniy Berlogadded features:
2012-07-26 Yegor Kozlovtest file that belongs to r1365638
2012-07-25 Yegor KozlovBugzilla 53205 - Fix some parsing errors and encoding...
2012-07-24 Evgeniy Berlogfixed cloning of sheets with charts
2012-07-24 Yegor Kozlovfixed compilation errors on JDK 1.5
2012-07-23 Evgeniy Berlogadded few improvements
2012-07-23 Yegor Kozlovkeep javac on JDK 1.5 happy
2012-07-22 Yegor KozlovBugzilla 53204: Improve performance when opening certai...
2012-07-21 Yegor KozlovBugzilla 53500 - Getter for repeating rows and columns
2012-07-21 Yegor KozlovBugzilla 53369 fixed TestCellFormatPart.testDateFormat...
2012-07-19 Evgeniy Berlogimplemented removing of all shape types
2012-07-19 Evgeniy Berlogimplemented cloning of shapes
2012-07-16 Yegor KozlovBugzilla 53360 - Fixed SXSSF to correctly write text...
2012-07-13 Evgeniy Berlogmoved HSSFObjectData into drawing layer
2012-07-11 Evgeniy Berlogfixed auto filters(added class HSSFCombobox)
2012-07-11 Evgeniy Berlogchecked all examples, added several features
2012-07-10 Nick BurchAdd some helper methods for working with attachments
2012-07-09 Nick BurchProvide one example of how PropertyValues can be encode...
2012-07-08 Nick BurchStart on the code to process properties, and wire it...
2012-07-08 Nick BurchIn preparation for reading the HSMF __properties stream...
2012-07-06 Evgeniy Berlogimplemented creating shapes in new file using new model
2012-07-02 Nick BurchDisable building of the PDF version of the site
2012-07-02 Yegor Kozlovavoid NPE when setting line properties if linewidth...
2012-07-01 Evgeniy Berlogimplemented work with existing shape groups and polygons
2012-06-28 Evgeniy Berlogimplemented creating comments in existing files, bugfixes
2012-06-27 Yegor KozlovBugzilla 48469 - Updated case study
2012-06-27 Yegor KozlovBug 53476 - Support Complex Name in formulas
2012-06-26 Yegor KozlovBugzilla 53414: properly update sheet dimensions when...
2012-06-26 Evgeniy Berlogimplemented creating shapes in existing files
2012-06-22 Evgeniy Berlogadded support for HSSFPicture in HSSFShapeFactory,...
2012-06-21 Nick BurchUpdate JavaDocs to make it clearer to users about the...
2012-06-20 Yegor KozlovUtility to test that POI produces readable output after...
2012-06-20 Yegor Kozlovmore tests to ensure that poi compiles against poi...
2012-06-19 Nick BurchAdd File based constructor to OPCPackage, alongside...
2012-06-19 Evgeniy Berlogimproved aggregating drawing records in documents...
2012-06-18 Evgeniy BerlogAdded such improvements:
2012-06-18 Evgeniy Berlogfixed bug in EscherAggregate if sheet contains no shapes
2012-06-14 Yegor Kozlovfixed EscherAggregate to correctly write records with...
2012-06-12 Nick BurchFix bug #53389 - Handle formatting General and @ format...
2012-06-12 Evgeniy Berlogadded file for tests(check commit rights)
2012-06-10 Nick BurchUpdate the site footer year range
2012-06-10 Nick BurchUpdate the FormulaEvaluator performance section to...
2012-06-08 Yegor Kozlovinitial support for reading shapes, see patch from...
2012-06-04 Yegor KozlovBugzilla 53010, patch from June 3: improved support...
2012-05-31 Yegor Kozlovmore tests and fixes, see patch from May 30 in Bugzilla...
2012-05-30 Yegor Kozlovset line color in draw command in PPGraphics2D.java
2012-05-28 Yegor KozlovBugzilla 53302: fixed EscherAggregate to correctly...
2012-05-25 Yegor KozlovBugzilla 53271 - Removed unconditional asserts in SXSSF
2012-05-22 Yegor Kozlovbranch for gsoc2012
2012-05-18 Yegor KozlovBugzilla 53025: Updatad documentation and example on...
2012-05-18 Yegor KozlovBug 53227 - Corrected AddDimensionedImage.java to suppo...
2012-05-13 Nick BurchList Commons Codec as a dependency, as it has been...
2012-05-05 Yegor Kozlovpolishing BiffDrawingToXml: more readable output and...
2012-05-02 Yegor KozlovBugzilla 53058 - Utility for representing drawings...
2012-05-01 Nick BurchPatch from Josh Holthaus from bug #53165 - HWPF support...
2012-04-28 Nick BurchFix bug #48528 - support negative arguments to the...
2012-04-27 Nick BurchFix bug #53092 - allow specifying of a TimeZone to...
2012-04-22 Yegor Kozlovinfo on nightly builds
2012-04-22 Yegor Kozlovinclude commons-codec.jar in dists, support for jenkins...
2012-04-21 Yegor KozlovBugzilla 53043 - don't duplicate hyperlink relationship...
2012-04-21 Yegor KozlovBugzilla 53101: fixed evaluation of SUM over cell range...
2012-03-29 Yegor KozlovBugzilla 49529 - avoid exception when cloning sheets...
2012-03-27 Maxim Valyanskiyunit test for #52991 (unexpected end of ZLIB input...
2012-03-27 Maxim ValyanskiyHWPF: fix NPE when reading paragraph properties
2012-03-27 Yegor Kozlovfixed broken link to release notes
2012-03-27 Maxim Valyanskiy#52991: Unexpected end of ZLIB input stream on embedded...
2012-03-27 Yegor Kozlovupdated sites to reflect our latest release POI-3.8
2012-03-20 Maxim ValyanskiyOPC: add original IOException to chain on open file...
2012-03-19 Yegor Kozlovtrunk is 3.9-beta1 now
2012-03-19 Yegor Kozlovfixed link to poi-dev archives on gmane.org
2012-03-17 Yegor Kozlovremoved svn:executable from source files
2012-03-17 Yegor KozlovBugzilla >52928 - DateFormatConverter: an utility to...
2012-03-13 Yegor KozlovBugzilla 52895 - show SSTIndex instead of XFIndex in...
2012-03-11 Yegor KozlovBugzilla 52835 - Tolerate missing Count and UniqueCount...
2012-03-11 Yegor Kozlovadd RANK to the list of supported functions
2012-03-11 Yegor Kozlovsmall fic to prevent NPE when iterating over shape...
2012-03-05 Yegor Kozlovbugzilla 52818 - Added implementation for RANK()
2012-03-05 Yegor Kozlovcorrected name of test file for Bugzilla 51710
2012-03-05 Yegor Kozlovoptimized unused imports in poi-excelant
2012-03-05 Yegor Kozlovoptimized unused imports in poi-scratchpad
2012-03-05 Yegor Kozlovoptimized unused imports and removed deprecation warnin...
2012-03-05 Yegor Kozlovoptimized unused imports and removed deprecation warnin...
2012-03-05 Yegor Kozlovoptimized unused imports and removed deprecation warnin...
2012-03-01 Yegor Kozlovbugzilla 52682 - allow setting text with trailing carri...
2012-03-01 Yegor Kozlovbugzilla 52244 - use correct text attributes when prese...
2012-02-29 Yegor Kozlovsupport for setting color of sheet tab in XSSF
next