summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)Author
2019-03-21lok: intercept the UNO command ".uno:ThesaurusDialog"Henry Castro
2019-03-18Added tiled watermark export option for pdfmerttumer
2019-03-15tdf#124042: Add SAL_INFOs for iOS about the CGContext life cycle in LOKitTor Lillqvist
2019-03-15loplugin:stringconstantNoel Grandin
2019-03-15Don't return an empty C string, the caller is not prepared for thatTor Lillqvist
2019-03-12Write HiDPI consistently without a hyphenTor Lillqvist
2019-03-11android: Set the program path sensibly when we've got nullptr.Jan Holesovsky
2019-03-11android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky
2019-03-09loplugin:unusedmethodsNoel Grandin
2019-03-08Removed duplicated includesAndrea Gelmini
2019-03-08new loplugin constvarsNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-03-05improve documentation of soffice --accept parameterMichael Stahl
2019-02-27weld UpdateDialogCaolán McNamara
2019-02-27weld LicenseDialogImplCaolán McNamara
2019-02-27lok: sc: clicking on individual chart elements doesn't select objectMarco Cecchetti
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-27Fix typoAndrea Gelmini
2019-02-25weld UpdateInstallDialogCaolán McNamara
2019-02-23weld ShowLicenseDialogCaolán McNamara
2019-02-23weld DependencyDialogCaolán McNamara
2019-02-23loplugin:unusedfields in desktopNoel Grandin
2019-02-22LOK: reuse cached json object for ViewId where availableAshod Nakashian
2019-02-22LOK: always update the payload string via the cacheAshod Nakashian
2019-02-22LOK: Validate cached queued callback payloadsAshod Nakashian
2019-02-22LOK: Cache JSON payloadsAshod Nakashian
2019-02-22LOK: Cache RectangleAndPart payloadsAshod Nakashian
2019-02-22LOK: Use a struct instead of std::pair to support cachingAshod Nakashian
2019-02-22LOK: Move RectangleAndPart to the headerAshod Nakashian
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-15Mention that temporaryHackToInvokeCallbackHandlers() is for LibreOfficeLightTor Lillqvist
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-15tdf#123474: use INetURLObject methods to construct valid URIMike Kaganski
2019-02-13Pointer is pointlessNoel Grandin
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2019-02-07lok: intercept the UNO command ".uno:EditRegion"Henry Castro
2019-01-30-Werror,-Wlogical-op-parentheses (clang-cl)Stephan Bergmann
2019-01-25lok: don't crash in simple LOK use-case with no callback.Michael Meeks
2019-01-25CppunitTest_desktop_lib: avoid use-after-freeMiklos Vajna
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-17lok: We cannot skip duplicates of SELECTION_START / _END.Jan Holesovsky
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2019-01-15Use utl::TempFile for exception safetyMike Kaganski
2019-01-13Reduce OUString operationsMatteo Casalin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin