summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-20bump product version to 6.4.1.2.0+libreoffice-6-4-1Christian Lohmaier1-1/+1
2020-02-20tdf#130187: Don't crash on exiting print preview with NotebookbarMike Kaganski5-26/+36
2020-02-20update creditsChristian Lohmaier1-1629/+1663
2020-02-20Update git submodulesChristian Lohmaier1-0/+0
2020-02-20tdf#130482 sw: fix text alignment in shape textMiklos Vajna3-12/+61
2020-02-20tdf#130362 sw: fix anchoring of inline math objectsMiklos Vajna8-5/+151
2020-02-19Resolves: tdf#130658 there isn't a second column in non-exception modeCaolán McNamara1-1/+4
2020-02-19tdf#130404 python3: add new windows .pyd modules for 3.7Michael Stahl1-0/+3
2020-02-19Resolves: tdf#130593 set correct range for spinbuttonCaolán McNamara1-2/+2
2020-02-19Resolves: tdf#130486 setting distributed results that justified cannot be setCaolán McNamara1-4/+9
2020-02-19tdf#130462 call SetMinOutputSizePixel before SetOutputSizePixelCaolán McNamara1-1/+1
2020-02-18Update git submodulesChristian Lohmaier1-0/+0
2020-02-18Update git submodulesAndras Timar1-0/+0
2020-02-18tdf#130614: Revert "tdf#125520 Fix OLE objects drag&drop with 'Insert as Copy'"Xisco Faulí1-11/+2
2020-02-17tdf#122218: Hack to avoid blurry text with macOS SDK 10.15Stephan Bergmann3-0/+26
2020-02-17tdf#130373 substitute color only works if left set to transparent.Noel Grandin1-0/+4
2020-02-17tdf#130623 owner of FieldControl needs to set its allocationCaolán McNamara2-1/+30
2020-02-16tdf#130440 only select first page fallback if seting to current page failedCaolán McNamara3-13/+12
2020-02-16tdf#130640: Revert "tdf#124983 In calc make printable page...Xisco Fauli1-23/+0
2020-02-12tdf#130555: Prevent negative aSelection.Min()Stephan Bergmann1-2/+7
2020-02-11crash in manage languages in basic ideCaolán McNamara1-0/+6
2020-02-11update creditsChristian Lohmaier1-1890/+2199
2020-02-11tdf#129912 correctly stop unstyled footnote parsingJan-Marek Glogowski4-1/+43
2020-02-11Resolves: tdf#130484 controls become disabled on click final checkboxesCaolán McNamara1-2/+0
2020-02-11Resolves: tdf#130340 null deref when nothing selectedCaolán McNamara1-1/+1
2020-02-07tdf#130080 soffice.sh: Avoid exporting empty LC_ALLMichael Weghorn1-2/+6
2020-02-07tdf#129789 bitmap in comment lost on loadNoel Grandin1-1/+1
2020-02-05bump product version to 6.4.1.1.0+Christian Lohmaier1-1/+1
2020-02-05Branch libreoffice-6-4-1Christian Lohmaier4-1/+1
2020-02-05Update git submodulesChristian Lohmaier1-0/+0
2020-02-05Related: tdf#130143 freeze/thaw around bulk insertCaolán McNamara2-0/+10
2020-02-05tdf#130389: Data ranges dialog, data series tab, move up/down reversedJulien Nabet1-1/+1
2020-02-04Place button text in tooltip if it doesn't fit into the buttonSamuel Mehrbrodt1-0/+5
2020-02-04Revert "Add ODF 1.3 strings to Save options page"Michael Stahl1-14/+1
2020-02-04Related: tdf#129933 assert on pasting over selection in editCaolán McNamara1-1/+5
2020-02-04tdf#130216: normalize paths with .. segmentsMike Kaganski1-11/+23
2020-02-04tdf#114746 Restore asian and complex tags in Impress templatesLaurent BP27-1019/+1017
2020-02-04Resolves: tdf#130364 let font treeview fit to available dialog spaceCaolán McNamara3-74/+95
2020-02-04gtk: make sidebar media panel "play video" workCaolán McNamara1-5/+4
2020-02-04gtk: resizing video elements has no effect once the video has played onceCaolán McNamara1-1/+19
2020-02-04Propagate warning error code from dBASE export, tdf#130020Eike Rathke1-9/+11
2020-02-03GtkImage property should be icon_name in welded dialogsCaolán McNamara1-4/+4
2020-02-03Resolves: tdf#130061 numbering dialog adjustments missingCaolán McNamara1-0/+38
2020-02-03Unit test for stable at-page anchored fly positionJan-Marek Glogowski2-0/+43
2020-02-03ofz#20422 reversed conditionCaolán McNamara1-1/+1
2020-02-02opengl slide transitions not working with glm >= GLM 0.9.9.0Caolán McNamara1-0/+1
2020-02-01SdImportTest::testPDFImportShared fails for --disable-pdfiumStephan Bergmann1-0/+9
2020-01-31Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)Stephan Bergmann1-6/+6
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann19-2/+53
2020-01-31Adapt o3tl::span to P1872R0Stephan Bergmann5-10/+33