aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINTDominik Stadler2020-03-084-31/+43
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-089-39/+62
* Fix incorrect handling of format which should not produce any digit for zeroDominik Stadler2020-03-073-33/+56
* Bug 64179: Adjust to ensure a fixed timezone for date parsing in testDominik Stadler2020-03-071-230/+232
* Allow for numerical category in chartsAlain Béarez2020-03-024-39/+54
* Remove chart title when given text is nullAlain Béarez2020-03-021-3/+9
* #64186 - Decrease usage of ThreadLocals in XML Signature APIAndreas Beeker2020-03-0117-806/+875
* Sonar fixesAndreas Beeker2020-02-255-43/+35
* Ignore IIOException "Can't create ..."Andreas Beeker2020-02-231-22/+28
* Remove invalid agile certificate encryptionAndreas Beeker2020-02-225-379/+27
* fix IntelliJ warningsAndreas Beeker2020-02-2122-231/+212
* replace some calls to Collection methods with shorter/more effective versionsAxel Howind2020-02-204-6/+6
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-2010-10/+10
* Applied "clean up IntList code" patch from bug 63805Axel Howind2020-02-201-50/+34
* PPTX2PNG - fix SVG gradientsAndreas Beeker2020-02-175-95/+390
* PPTX2PNG - SVG exportAndreas Beeker2020-02-152-24/+92
* bouncycastle 1.64PJ Fanning2020-02-141-2/+2
* update references to 4.1.2Andreas Beeker2020-02-132-5/+5
* Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.Tim Allison2020-02-109-10/+33
* Use indexed palette for duo tone patternAndreas Beeker2020-02-031-14/+29
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-024-80/+117
* XSLF Performance - use XmlCursor instead of XQuery expression - handle Altern...Andreas Beeker2020-02-027-123/+364
* XSLF Performance - don't initialize the JAXBContext every timeAndreas Beeker2020-02-021-6/+18
* omit bug63955-winmail.dat in no-scratchpad modeAndreas Beeker2020-02-021-5/+6
* TextLayout.getAdvance() for " " returns 0 in some cases / JDKs, which caused ...Andreas Beeker2020-02-021-14/+26
* Try to fix release buildAndreas Beeker2020-01-311-1/+1
* Local EMF test changesAndreas Beeker2020-01-311-32/+29
* Improve some assertions and error messages for exceptions seen in the regress...Dominik Stadler2020-01-304-23/+23
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-302-2/+3
* Invert bar chart if negative by Niklas MollenhauerAlain Béarez2020-01-292-0/+42
* Handle empty files correctly when looking for FileMagic to avoid NegativeArra...Dominik Stadler2020-01-272-3/+13
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-2710-142/+148
* fix NPE in test codePJ Fanning2020-01-271-2/+3
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-2725-625/+582
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...PJ Fanning2020-01-262-24/+51
* #64036 - Replace reflection calls in factories for Java 9+ - Escher factoriesAndreas Beeker2020-01-2610-683/+244
* sonar fixesAndreas Beeker2020-01-232-570/+494
* Deactivate Forbidden apis check againAndreas Beeker2020-01-221-0/+2
* Sonar fixesAndreas Beeker2020-01-2112-234/+198
* try to fix winmail errors in maven / sonar buildsAndreas Beeker2020-01-211-8/+1
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-1922-345/+580
* Adjust JavaDoc for stream-based reading of large workbooksDominik Stadler2020-01-171-3/+14
* Error bar minus and plus as numerical data sourcesAlain Béarez2020-01-134-63/+135
* Implement error bars on scatter chart data seriesAlain Béarez2020-01-131-0/+35
* Implement error bars for bar and line chartsAlain Béarez2020-01-139-0/+455
* use a few more lambdasPJ Fanning2020-01-124-168/+141
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-101-3/+2
* try to fix some jdk 14 build issues due to java.lang.Record causing existing ...PJ Fanning2020-01-10112-388/+385
* reformat codePJ Fanning2020-01-092-135/+137
* [bug-63998] Support commas, exclamation marks correctly in AreaReference. Tha...PJ Fanning2020-01-092-26/+66