summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2016-05-27support the json key value data upload for crash report on client sideMarkus Mohrhard1-14/+32
2016-05-25lok: reset the font list when there are no itemsHenry Castro1-1/+4
2016-05-25Silence clang-cl -Werror,-Wmicrosoft-enum-value in external includeStephan Bergmann1-0/+7
2016-05-25Fix mis-mergeStephan Bergmann1-1/+1
2016-05-25Silence clang-cl -Werror,-Wmicrosoft-enum-value in external includeStephan Bergmann1-0/+7
2016-05-25-Werror,-Wunused-variableStephan Bergmann1-2/+1
2016-05-24add the file extension for minidumps on windowsMarkus Mohrhard1-1/+1
2016-05-24use correct URL for crashreportMarkus Mohrhard1-1/+1
2016-05-24copy and paste error in minidump uploaderMarkus Mohrhard1-1/+1
2016-05-24fix previous commitsMarkus Mohrhard1-5/+5
2016-05-24return paths and not URLsMarkus Mohrhard1-1/+5
2016-05-24update the minidump location as soon as possibleMarkus Mohrhard1-1/+4
2016-05-24handle std::string vs std::wstring during exportMarkus Mohrhard1-3/+8
2016-05-23use the TDF server as target for crash reportsMarkus Mohrhard1-1/+1
2016-05-23lok: Subcribe to more uno commands for state changePranav Kant1-1/+18
2016-05-22Convert DragMode to scoped enumNoel Grandin1-4/+4
2016-05-21add the breakpad exception handler also for windowsMarkus Mohrhard1-1/+18
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin3-3/+0
2016-05-19somewhere I lost the filenameMarkus Mohrhard1-1/+1
2016-05-19update the location for breakpad as soon as we have access to profileMarkus Mohrhard2-2/+38
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-2/+0
2016-05-18Inlucde TableStyles in GetStyles testJakub Trzebiatowski1-0/+1
2016-05-15coverity#1361589 Resource leakCaolán McNamara1-1/+2
2016-05-13convert EXCEPTION_ to scoped enumNoel Grandin2-5/+5
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-6/+4
2016-05-12warn to info for something that isn't a surpriseCaolán McNamara1-1/+1
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara1-2/+0
2016-05-11xdg-app got renamed to FlatpakStephan Bergmann2-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09desktop: warning C4101 unreferenced local variableMichael Stahl1-1/+1
2016-05-09LOK: drop identical invalidation notificationsAshod Nakashian2-13/+19
2016-05-09LOK: SAL_WARN for each removed event is unnecessaryAshod Nakashian1-2/+2
2016-05-09Don't change part on text documents to paint tilesAshod Nakashian1-4/+10
2016-05-09Allow painting for arbitrary partAshod Nakashian2-1/+59
2016-05-09Some LOK notifications are dropped if they are superseeded by later onesAshod Nakashian2-61/+98
2016-05-09std::tuple -> std::pairAshod Nakashian1-3/+3
2016-05-09More LOK callback notification compressionAshod Nakashian2-1/+25
2016-05-09loplugin:redundantcastTor Lillqvist1-1/+1
2016-05-09Desktop compresses text selection start/end notificationsAshod Nakashian2-1/+36
2016-05-08Desktop compresses mouse pointer notificationsAshod Nakashian2-4/+10
2016-05-08Test desktop notification compressionAshod Nakashian1-0/+54
2016-05-08loplugin:redundantcastTor Lillqvist1-1/+1
2016-05-07New LOKDocument callback queue to flush events lazily on idleAshod Nakashian4-27/+134
2016-05-06coverity#1359235 Resource leakCaolán McNamara1-11/+9
2016-05-02-Werror,-Wlogical-not-parenthesesStephan Bergmann1-1/+1
2016-05-01tdf#99311 Detect SSDs in pageinNurhak ALTIN1-0/+29
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-8/+8
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin9-39/+36