summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-04-02drop some unneeded includesCaolán McNamara3-4/+0
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski1-0/+13
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin2-3/+3
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-26Consolidate declarations of {fire,reap}_glxtest_process in single include fileStephan Bergmann3-5/+2
2019-03-26loplugin:singlevalfieldsNoel Grandin2-45/+0
2019-03-26tdf#124146 support posting of gesture event for LOKitTomaž Vajngerl2-1/+47
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1
2019-03-22lok: Keep the temporary user profile set during the entire preload.Jan Holesovsky1-3/+3
2019-03-21lok: intercept the UNO command ".uno:ThesaurusDialog"Henry Castro1-1/+2
2019-03-18Added tiled watermark export option for pdfmerttumer1-0/+26
2019-03-15tdf#124042: Add SAL_INFOs for iOS about the CGContext life cycle in LOKitTor Lillqvist1-0/+7
2019-03-15loplugin:stringconstantNoel Grandin1-1/+1
2019-03-15Don't return an empty C string, the caller is not prepared for thatTor Lillqvist1-0/+3
2019-03-12Write HiDPI consistently without a hyphenTor Lillqvist2-2/+2
2019-03-11android: Set the program path sensibly when we've got nullptr.Jan Holesovsky1-0/+9
2019-03-11android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky1-2/+2
2019-03-09loplugin:unusedmethodsNoel Grandin2-48/+0
2019-03-08Removed duplicated includesAndrea Gelmini1-1/+0
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin8-21/+37
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-03-05improve documentation of soffice --accept parameterMichael Stahl1-2/+4
2019-02-27weld UpdateDialogCaolán McNamara6-359/+271
2019-02-27weld LicenseDialogImplCaolán McNamara2-213/+134
2019-02-27lok: sc: clicking on individual chart elements doesn't select objectMarco Cecchetti1-0/+6
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+1
2019-02-27Fix typoAndrea Gelmini1-1/+1
2019-02-25weld UpdateInstallDialogCaolán McNamara4-86/+83
2019-02-23weld ShowLicenseDialogCaolán McNamara3-25/+20
2019-02-23weld DependencyDialogCaolán McNamara4-28/+58
2019-02-23loplugin:unusedfields in desktopNoel Grandin5-11/+3
2019-02-22LOK: reuse cached json object for ViewId where availableAshod Nakashian2-5/+15
2019-02-22LOK: always update the payload string via the cacheAshod Nakashian2-4/+13
2019-02-22LOK: Validate cached queued callback payloadsAshod Nakashian2-0/+53
2019-02-22LOK: Cache JSON payloadsAshod Nakashian2-17/+41
2019-02-22LOK: Cache RectangleAndPart payloadsAshod Nakashian2-5/+29
2019-02-22LOK: Use a struct instead of std::pair to support cachingAshod Nakashian2-26/+38
2019-02-22LOK: Move RectangleAndPart to the headerAshod Nakashian2-68/+74
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov2-52/+40
2019-02-19pretty up logging of exceptionsNoel Grandin1-5/+4
2019-02-15Mention that temporaryHackToInvokeCallbackHandlers() is for LibreOfficeLightTor Lillqvist1-0/+3
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin5-9/+9
2019-02-15tdf#123474: use INetURLObject methods to construct valid URIMike Kaganski1-3/+6
2019-02-13Pointer is pointlessNoel Grandin1-1/+0
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-3/+1
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin7-18/+18
2019-02-07lok: intercept the UNO command ".uno:EditRegion"Henry Castro1-1/+2
2019-01-30-Werror,-Wlogical-op-parentheses (clang-cl)Stephan Bergmann1-6/+6