summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)Author
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12remove that unused old codeMarkus Mohrhard
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke
2016-04-05RequestHandler::Disable(join = false) is problematicStephan Bergmann
2016-04-05Consistently use "desktop.app" log area hereStephan Bergmann
2016-04-05Remove whitespace randomly insertedStephan Bergmann
2016-04-04No DBUS_TIMEOUT_INFINITE before D-Bus 1.4.12Stephan Bergmann
2016-04-04...and MSVC "warning C4701: potentially uninitialized local variable used"Stephan Bergmann
2016-04-04Try silence bogus -Werror,-Wsometimes-uninitializedStephan Bergmann
2016-04-04-Werror=shadowStephan Bergmann
2016-04-04Add DBus-based IPC mechanism for xdg-appStephan Bergmann
2016-04-04Prepare for using other IPC mechanisms besides an osl::PipeStephan Bergmann
2016-04-01Remove dead -tofront processingStephan Bergmann
2016-04-01Clean upStephan Bergmann
2016-04-01Rename ipc_ -> handler_Stephan Bergmann
2016-04-01HAVE_FEATURE_MACOSX_SANDBOX doesn't initiate IPC in RequestHandler::EnableStephan Bergmann
2016-04-01Unused includeStephan Bergmann
2016-04-01No need to #if this codeStephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-31Clean upStephan Bergmann
2016-03-31HAVE_FEATURE_MACOSX_SANDBOX doesn't want to launch the PipeReaderThreadStephan Bergmann
2016-03-30Remove undocumented perftune.ini FastPipeCommunicationStephan Bergmann
2016-03-30Fix Android buildMiklos Vajna
2016-03-29Remove undocumented perftune.ini QuickstartPreloadConfigurationStephan Bergmann
2016-03-29LOK shouldn't reach this code anymoreStephan Bergmann
2016-03-29Don't launch the PipeReaderThread from LOKStephan Bergmann
2016-03-29Rename OfficeIPCThread to RequestHandlerStephan Bergmann
2016-03-29Extract PipeReaderThread from OfficeIPCThread (a misnomer, now)Stephan Bergmann
2016-03-29Simplify codeStephan Bergmann
2016-03-29The whole block is only relevant for HAVE_FEATURE_OPENGLStephan Bergmann
2016-03-25fix headless buildOliver Specht
2016-03-23no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier
2016-03-22Closing is implicitly done in the osl::Pipe dtor, anywayStephan Bergmann
2016-03-22~OfficeIPCThread can only be reached with pGlobalOfficeIPCThread clearedStephan Bergmann
2016-03-22Only access pGlobalOfficeIPCThread & mpDispatchWatcher with GetMutex lockedStephan Bergmann
2016-03-22No need for a static Security instance hereStephan Bergmann
2016-03-21No need to wrap SAL_WARN in #ifStephan Bergmann
2016-03-13quieten debugging soffice startupCaolán McNamara
2016-03-12tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)Rohan Kumar
2016-03-11Thread safetyStephan Bergmann
2016-03-11No need for a complicated arg to SetReadyStephan Bergmann
2016-03-11Turn static s_bInEnableRequests into an ExecuteCmdLineRequests argStephan Bergmann
2016-03-11Combine mbDowning, mbRequestsEnabled as mStateStephan Bergmann
2016-03-11pDocsRequest cannot be nullStephan Bergmann
2016-03-11Create DispatchRequest via list-initializationStephan Bergmann
2016-03-11Resolve trivial DispatchList typedefStephan Bergmann
2016-03-11Use range-based for loopStephan Bergmann
2016-03-11There's only a single DispatchWatcher, no need for a static mutex memberStephan Bergmann