summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2019-04-121-5/+1
* lok: add missing parameter to PostExtTextInputEvent functionHenry Castro2019-04-121-1/+2
* drop some unneeded includesCaolán McNamara2019-04-091-1/+0
* tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2019-04-081-0/+1
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-074-63/+68
* weld OTableSubscriptionPageCaolán McNamara2019-04-062-4/+6
* Fix typoAndrea Gelmini2019-04-061-1/+1
* Fix typoAndrea Gelmini2019-04-061-2/+2
* Drop UNICODE/_UNICODE definesMike Kaganski2019-04-049-36/+0
* weld XMLFilterSettingsDialogCaolán McNamara2019-04-021-1/+1
* drop some unneeded includesCaolán McNamara2019-04-023-4/+0
* tdf#120703 PVS: Silence V575 warningsMike Kaganski2019-03-311-0/+13
* tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen2019-03-291-0/+1
* simplify reset(nullptr) -> reset()Noel Grandin2019-03-282-3/+3
* tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen2019-03-281-0/+1
* Consolidate declarations of {fire,reap}_glxtest_process in single include fileStephan Bergmann2019-03-263-5/+2
* loplugin:singlevalfieldsNoel Grandin2019-03-262-45/+0
* tdf#124146 support posting of gesture event for LOKitTomaž Vajngerl2019-03-262-1/+47
* new loplugin:unoqueryNoel Grandin2019-03-251-1/+1
* lok: Keep the temporary user profile set during the entire preload.Jan Holesovsky2019-03-221-3/+3
* lok: intercept the UNO command ".uno:ThesaurusDialog"Henry Castro2019-03-211-1/+2
* Added tiled watermark export option for pdfmerttumer2019-03-181-0/+26
* tdf#124042: Add SAL_INFOs for iOS about the CGContext life cycle in LOKitTor Lillqvist2019-03-151-0/+7
* loplugin:stringconstantNoel Grandin2019-03-151-1/+1
* Don't return an empty C string, the caller is not prepared for thatTor Lillqvist2019-03-151-0/+3
* Write HiDPI consistently without a hyphenTor Lillqvist2019-03-122-2/+2
* android: Set the program path sensibly when we've got nullptr.Jan Holesovsky2019-03-111-0/+9
* android: Generate liblo-native-code.so so that it can be linked against.Jan Holesovsky2019-03-111-2/+2
* loplugin:unusedmethodsNoel Grandin2019-03-092-48/+0
* Removed duplicated includesAndrea Gelmini2019-03-081-1/+0
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* log nice exception messages whereever possibleNoel Grandin2019-03-078-21/+37
* remove some unnecessary typedef struct... sugarNoel Grandin2019-03-061-2/+2
* improve documentation of soffice --accept parameterMichael Stahl2019-03-051-2/+4
* weld UpdateDialogCaolán McNamara2019-02-276-359/+271
* weld LicenseDialogImplCaolán McNamara2019-02-272-213/+134
* lok: sc: clicking on individual chart elements doesn't select objectMarco Cecchetti2019-02-271-0/+6
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-2/+1
* Fix typoAndrea Gelmini2019-02-271-1/+1
* weld UpdateInstallDialogCaolán McNamara2019-02-254-86/+83
* weld ShowLicenseDialogCaolán McNamara2019-02-233-25/+20
* weld DependencyDialogCaolán McNamara2019-02-234-28/+58
* loplugin:unusedfields in desktopNoel Grandin2019-02-235-11/+3
* LOK: reuse cached json object for ViewId where availableAshod Nakashian2019-02-222-5/+15
* LOK: always update the payload string via the cacheAshod Nakashian2019-02-222-4/+13
* LOK: Validate cached queued callback payloadsAshod Nakashian2019-02-222-0/+53
* LOK: Cache JSON payloadsAshod Nakashian2019-02-222-17/+41
* LOK: Cache RectangleAndPart payloadsAshod Nakashian2019-02-222-5/+29
* LOK: Use a struct instead of std::pair to support cachingAshod Nakashian2019-02-222-26/+38
* LOK: Move RectangleAndPart to the headerAshod Nakashian2019-02-222-68/+74