summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-27NSApplication's appearance property exists in macOS 10.14 and later onlyprivate/tml/lov-7.0.4Tor Lillqvist1-5/+7
2021-01-18tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner1-11/+21
2021-01-18tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner8-281/+255
2021-01-18CGLayerHolder::getScale() can be constTor Lillqvist1-1/+1
2021-01-18Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on macOSTor Lillqvist2-34/+46
2021-01-18Make SotExchange::GetFormat() accept a MIME type with additional parametersTor Lillqvist1-1/+7
2020-12-20Follow the rules when building for the App StoreTor Lillqvist2-2/+24
2020-12-15Accept macOS SDK 11.1Tor Lillqvist1-4/+13
2020-12-13More NSS fixes for macOS on arm64Tor Lillqvist1-2/+19
2020-12-13Remove remaining bogus use of objc_msgSend()Tor Lillqvist5-28/+7
2020-12-13Fix crash or hang on macOS on arm64 when opening a file pickerTor Lillqvist2-8/+2
2020-12-13external/firebird: Fix checks for null HANDLE in Windows-only codeStephan Bergmann2-1/+46
2020-12-13Fix Firebird build on macOS on arm64Tor Lillqvist1-10/+12
2020-12-13New UBSan failures with Firebird 3.0.7Stephan Bergmann1-0/+20
2020-12-13firebird: update to 3.0.7Julien Nabet22-1366/+551
2020-12-13firebird: build fixes (incl. parallel build)Jan-Marek Glogowski8-105/+81
2020-12-13Make firebird build for macOS on arm64Tor Lillqvist2-0/+124
2020-12-13Modify the non-symlink libfbclient.dylib.3.0.0Stephan Bergmann1-1/+1
2020-12-13Check first if there is such a "bin" directory before attempting to use itTor Lillqvist1-4/+6
2020-12-13Allow --enable-macosx-sandbox without the codesigning identitiesTor Lillqvist2-5/+3
2020-12-13Drop Python modules we don't want on macOS, too, like on other platformsTor Lillqvist1-1/+19
2020-12-09Version 7.0.4.2, tag libreoffice-7.0.4.2libreoffice-7.0.4.2Christian Lohmaier3-0/+0
2020-12-09bump product version to 7.0.4.2Christian Lohmaier1-1/+1
2020-12-09Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308Eike Rathke1-0/+78
2020-12-08tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann1-1/+17
2020-12-08Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAXEike Rathke1-1/+20
2020-12-08tdf#138612 DOCX import: fix lost part of split table cellLászló Németh3-3/+17
2020-12-08update creditsChristian Lohmaier1-2194/+2376
2020-12-08Update git submodulesChristian Lohmaier1-0/+0
2020-12-02tdf#135479: Seems we need the more broad entitlement for Java's sakeTor Lillqvist1-1/+1
2020-12-01Resolves: tdf#138549 use GetSpecialTextBoxShadow to identify ScPostItCaolán McNamara2-15/+7
2020-12-01tdf#138130, tdf#123621 sw: fix textbox position according to DOCXTibor Nagy4-3/+22
2020-12-01tdf#137745: crash, when deleting tables and changed relationship isn't changedJulien Nabet1-0/+5
2020-12-01Adapt solenv/flatpak-manifest.in to312a33b7636334f6ce3b6d1702bc5d3e45215601Stephan Bergmann1-3/+3
2020-11-29tdf#138466 Crash when creating different scenariosNoel Grandin1-2/+3
2020-11-25bump product version to 7.0.4.1.0+Christian Lohmaier1-1/+1
2020-11-25Branch libreoffice-7-0-4Christian Lohmaier4-1/+1
2020-11-25crashtesting: make tdf129410-1.ods not crash on loadCaolán McNamara1-1/+2
2020-11-25tdf#138430 toolbar bullet dropdown should have a scrolledwindowCaolán McNamara4-12/+18
2020-11-25Better handling of Java filesStephan Bergmann2-1/+6
2020-11-25tdf#137662 set focus in combo/list box on clickCaolán McNamara1-0/+14
2020-11-25Update git submodulesChristian Lohmaier1-0/+0
2020-11-25tdf#138253 sw textbox: fix content of draw format on undoMiklos Vajna3-0/+41
2020-11-25tdf#131970 enable tab-cycling between VerticalTabControl membersCaolán McNamara1-0/+2
2020-11-24fix unit-test with non-pdfium buildNoel Grandin1-1/+4
2020-11-24CVE-2020-25713 raptor2: malformed input file can lead to a segfaultCaolán McNamara2-0/+34
2020-11-24tdf#137662 ignore focus in dropdown if dropdown is hiddenCaolán McNamara1-3/+11
2020-11-24Resolves: rhbz#1900428 don't crash on invalid index used in StarBasic macroCaolán McNamara1-3/+8
2020-11-24Make python3 build on macOS 11, including for arm64Tor Lillqvist2-0/+60
2020-11-24Make bridgetest exercise parameter passing in the C++/UNO bridge harderTor Lillqvist5-13/+126