summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Silence clang-cl -Werror,-Wmicrosoft-enum-value in external includeStephan Bergmann2016-05-251-0/+7
* Fix mis-mergeStephan Bergmann2016-05-251-1/+1
* Silence clang-cl -Werror,-Wmicrosoft-enum-value in external includeStephan Bergmann2016-05-251-0/+7
* -Werror,-Wunused-variableStephan Bergmann2016-05-251-2/+1
* add the file extension for minidumps on windowsMarkus Mohrhard2016-05-241-1/+1
* use correct URL for crashreportMarkus Mohrhard2016-05-241-1/+1
* copy and paste error in minidump uploaderMarkus Mohrhard2016-05-241-1/+1
* fix previous commitsMarkus Mohrhard2016-05-241-5/+5
* return paths and not URLsMarkus Mohrhard2016-05-241-1/+5
* update the minidump location as soon as possibleMarkus Mohrhard2016-05-241-1/+4
* handle std::string vs std::wstring during exportMarkus Mohrhard2016-05-241-3/+8
* use the TDF server as target for crash reportsMarkus Mohrhard2016-05-231-1/+1
* lok: Subcribe to more uno commands for state changePranav Kant2016-05-231-1/+18
* Convert DragMode to scoped enumNoel Grandin2016-05-221-4/+4
* add the breakpad exception handler also for windowsMarkus Mohrhard2016-05-211-1/+18
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-193-3/+0
* somewhere I lost the filenameMarkus Mohrhard2016-05-191-1/+1
* update the location for breakpad as soon as we have access to profileMarkus Mohrhard2016-05-192-2/+38
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-2/+0
* Inlucde TableStyles in GetStyles testJakub Trzebiatowski2016-05-181-0/+1
* coverity#1361589 Resource leakCaolán McNamara2016-05-151-1/+2
* convert EXCEPTION_ to scoped enumNoel Grandin2016-05-132-5/+5
* Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann2016-05-121-6/+4
* warn to info for something that isn't a surpriseCaolán McNamara2016-05-121-1/+1
* mpDefDialogParent is not used since 2002Caolán McNamara2016-05-121-2/+0
* xdg-app got renamed to FlatpakStephan Bergmann2016-05-112-2/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* desktop: warning C4101 unreferenced local variableMichael Stahl2016-05-091-1/+1
* LOK: drop identical invalidation notificationsAshod Nakashian2016-05-092-13/+19
* LOK: SAL_WARN for each removed event is unnecessaryAshod Nakashian2016-05-091-2/+2
* Don't change part on text documents to paint tilesAshod Nakashian2016-05-091-4/+10
* Allow painting for arbitrary partAshod Nakashian2016-05-092-1/+59
* Some LOK notifications are dropped if they are superseeded by later onesAshod Nakashian2016-05-092-61/+98
* std::tuple -> std::pairAshod Nakashian2016-05-091-3/+3
* More LOK callback notification compressionAshod Nakashian2016-05-092-1/+25
* loplugin:redundantcastTor Lillqvist2016-05-091-1/+1
* Desktop compresses text selection start/end notificationsAshod Nakashian2016-05-092-1/+36
* Desktop compresses mouse pointer notificationsAshod Nakashian2016-05-082-4/+10
* Test desktop notification compressionAshod Nakashian2016-05-081-0/+54
* loplugin:redundantcastTor Lillqvist2016-05-081-1/+1
* New LOKDocument callback queue to flush events lazily on idleAshod Nakashian2016-05-074-27/+134
* coverity#1359235 Resource leakCaolán McNamara2016-05-061-11/+9
* -Werror,-Wlogical-not-parenthesesStephan Bergmann2016-05-021-1/+1
* tdf#99311 Detect SSDs in pageinNurhak ALTIN2016-05-011-0/+29
* Fix typosAndrea Gelmini2016-05-011-1/+1
* Fix typosAndrea Gelmini2016-04-301-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-8/+8
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-259-39/+36
* Avoid reserved identifierStephan Bergmann2016-04-221-1/+1
* lok: getPartHash should be at the end, it is a new API call.Jan Holesovsky2016-04-211-1/+21