summaryrefslogtreecommitdiffstats
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
...
* -Werror=shadowStephan Bergmann2016-04-041-10/+10
* Add DBus-based IPC mechanism for xdg-appStephan Bergmann2016-04-044-201/+500
* Prepare for using other IPC mechanisms besides an osl::PipeStephan Bergmann2016-04-042-44/+77
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-041-1/+1
* Use std::size_tMiklos Vajna2016-04-042-2/+2
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-041-1/+1
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* Remove dead -tofront processingStephan Bergmann2016-04-011-2/+1
* Clean upStephan Bergmann2016-04-011-14/+9
* Rename ipc_ -> handler_Stephan Bergmann2016-04-011-10/+10
* HAVE_FEATURE_MACOSX_SANDBOX doesn't initiate IPC in RequestHandler::EnableStephan Bergmann2016-04-011-10/+2
* Unused includeStephan Bergmann2016-04-011-1/+0
* No need to #if this codeStephan Bergmann2016-04-011-10/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-012-2/+2
* tdf#97525 vcl: make DeletionListener internalJochen Nitschke2016-03-311-1/+0
* Clean upStephan Bergmann2016-03-311-6/+4
* HAVE_FEATURE_MACOSX_SANDBOX doesn't want to launch the PipeReaderThreadStephan Bergmann2016-03-311-6/+1
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-1/+1
* Remove undocumented perftune.ini FastPipeCommunicationStephan Bergmann2016-03-302-232/+1
* Fix Android buildMiklos Vajna2016-03-301-2/+2
* Remove obsolete commentStephan Bergmann2016-03-291-1/+0
* Remove undocumented perftune.ini QuickstartPreloadConfigurationStephan Bergmann2016-03-292-246/+0
* LOK shouldn't reach this code anymoreStephan Bergmann2016-03-291-99/+77
* Don't launch the PipeReaderThread from LOKStephan Bergmann2016-03-294-32/+20
* Rename OfficeIPCThread to RequestHandlerStephan Bergmann2016-03-295-123/+122
* Extract PipeReaderThread from OfficeIPCThread (a misnomer, now)Stephan Bergmann2016-03-292-28/+50
* Simplify codeStephan Bergmann2016-03-291-2/+1
* The whole block is only relevant for HAVE_FEATURE_OPENGLStephan Bergmann2016-03-291-3/+1
* don't build/install minidump_upload with ENABLE_BREAKPAD=Rene Engelhard2016-03-281-1/+1
* fix headless buildOliver Specht2016-03-252-1/+11
* no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier2016-03-231-9/+4
* loplugin:constantparam in desktopNoel Grandin2016-03-235-10/+9
* Typo in commentStephan Bergmann2016-03-231-1/+1
* Closing is implicitly done in the osl::Pipe dtor, anywayStephan Bergmann2016-03-221-1/+0
* ~OfficeIPCThread can only be reached with pGlobalOfficeIPCThread clearedStephan Bergmann2016-03-221-4/+0
* Only access pGlobalOfficeIPCThread & mpDispatchWatcher with GetMutex lockedStephan Bergmann2016-03-221-1/+3
* No need for a static Security instance hereStephan Bergmann2016-03-221-4/+3
* tdf#84323: Make osl::Thread::wait more readableGurkaran2016-03-221-2/+2
* No, I don't want to see that "bootstap" typo on every start of sofficeStephan Bergmann2016-03-211-37/+0
* No need to wrap SAL_WARN in #ifStephan Bergmann2016-03-211-4/+0
* convert SvLBoxButtonKind to scoped enumNoel Grandin2016-03-181-7/+7
* desktop.deployment • get rid of PLATFORM_ #define~sDouglas Mencken2016-03-171-91/+47
* quieten debugging soffice startupCaolán McNamara2016-03-133-5/+5
* loplugin:stringconstantCaolán McNamara2016-03-131-7/+7
* tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)Rohan Kumar2016-03-124-52/+19
* Thread safetyStephan Bergmann2016-03-111-1/+7
* No need for a complicated arg to SetReadyStephan Bergmann2016-03-112-10/+5
* Turn static s_bInEnableRequests into an ExecuteCmdLineRequests argStephan Bergmann2016-03-113-13/+11
* Combine mbDowning, mbRequestsEnabled as mStateStephan Bergmann2016-03-112-10/+12
* pDocsRequest cannot be nullStephan Bergmann2016-03-111-6/+2