summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)AuthorFilesLines
2016-07-12tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+12
2016-07-12opencl: bail out early in missing OpenCL case.Michael Meeks1-0/+1
2016-07-12desktop: validate OpenCL drivers before use.Michael Meeks2-0/+178
2016-06-20switch to EHs on windowsMarkus Mohrhard1-3/+0
2016-06-18loplugin:unusedvariablecheckMarkus Mohrhard1-1/+0
2016-06-18move the code for tdf#99410 to the sal init windows codeMarkus Mohrhard1-6/+0
2016-06-15work around MSVCR2013 bug around AVX, tdf#99410Markus Mohrhard1-0/+6
2016-06-15Resolves: tdf#91603 if we cancel/discard recovery dialog, continue as normalCaolán McNamara1-1/+1
2016-06-03A slightly better DbusIpcThreadStephan Bergmann1-15/+48
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-05-30Trivial follow-up fix to 64061d8dd687efa1c78e5284ab01f2f16e5817c3Tor Lillqvist1-1/+1
2016-05-30Move exithelper.h to includeTor Lillqvist1-1/+1
2016-05-30use the existing url to path function also in the ini file partMarkus Mohrhard1-5/+3
2016-05-30Convert ApplicationEvent::Type to scoped enumNoel Grandin2-18/+18
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-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-22Convert DragMode to scoped enumNoel Grandin1-4/+4
2016-05-21add the breakpad exception handler also for windowsMarkus Mohrhard1-1/+18
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-13convert EXCEPTION_ to scoped enumNoel Grandin1-4/+4
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-6/+4
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara1-2/+0
2016-05-11xdg-app got renamed to FlatpakStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin2-6/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-15/+15
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-7/+7
2016-04-12Avoid reserved identifierStephan Bergmann1-4/+3
2016-04-12remove that unused old codeMarkus Mohrhard1-28/+0
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke1-2/+4
2016-04-05RequestHandler::Disable(join = false) is problematicStephan Bergmann2-4/+4
2016-04-05Consistently use "desktop.app" log area hereStephan Bergmann1-3/+3
2016-04-05Remove whitespace randomly insertedStephan Bergmann1-1/+1
2016-04-04No DBUS_TIMEOUT_INFINITE before D-Bus 1.4.12Stephan Bergmann1-2/+1
2016-04-04...and MSVC "warning C4701: potentially uninitialized local variable used"Stephan Bergmann1-2/+2
2016-04-04Try silence bogus -Werror,-Wsometimes-uninitializedStephan Bergmann1-1/+1
2016-04-04-Werror=shadowStephan Bergmann1-10/+10
2016-04-04Add DBus-based IPC mechanism for xdg-appStephan Bergmann2-199/+495
2016-04-04Prepare for using other IPC mechanisms besides an osl::PipeStephan Bergmann2-44/+77