summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin3-29/+14
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-13android: Make the tiled rendering from the loolwsd actually work.Jan Holesovsky1-3/+15
2019-04-12loplugin:unusedfieldsNoel Grandin1-5/+1
2019-04-12lok: add missing parameter to PostExtTextInputEvent functionHenry Castro1-1/+2
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski4-63/+68
2019-04-06weld OTableSubscriptionPageCaolán McNamara2-4/+6
2019-04-06Fix typoAndrea Gelmini1-1/+1
2019-04-06Fix typoAndrea Gelmini1-2/+2
2019-04-04Drop UNICODE/_UNICODE definesMike Kaganski9-36/+0
2019-04-02weld XMLFilterSettingsDialogCaolán McNamara1-1/+1
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