summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-2/+2
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-31Clean upStephan Bergmann1-6/+4
2016-03-31HAVE_FEATURE_MACOSX_SANDBOX doesn't want to launch the PipeReaderThreadStephan Bergmann1-6/+1
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-03-30Remove undocumented perftune.ini FastPipeCommunicationStephan Bergmann2-232/+1
2016-03-30Fix Android buildMiklos Vajna1-2/+2
2016-03-29Remove obsolete commentStephan Bergmann1-1/+0
2016-03-29Remove undocumented perftune.ini QuickstartPreloadConfigurationStephan Bergmann2-246/+0
2016-03-29LOK shouldn't reach this code anymoreStephan Bergmann1-99/+77
2016-03-29Don't launch the PipeReaderThread from LOKStephan Bergmann4-32/+20
2016-03-29Rename OfficeIPCThread to RequestHandlerStephan Bergmann5-123/+122
2016-03-29Extract PipeReaderThread from OfficeIPCThread (a misnomer, now)Stephan Bergmann2-28/+50
2016-03-29Simplify codeStephan Bergmann1-2/+1
2016-03-29The whole block is only relevant for HAVE_FEATURE_OPENGLStephan Bergmann1-3/+1
2016-03-28don't build/install minidump_upload with ENABLE_BREAKPAD=Rene Engelhard1-1/+1
2016-03-25fix headless buildOliver Specht2-1/+11
2016-03-23no need for IPC on Android, removes the need for the cache-hackChristian Lohmaier1-9/+4
2016-03-23loplugin:constantparam in desktopNoel Grandin5-10/+9
2016-03-23Typo in commentStephan Bergmann1-1/+1
2016-03-22Closing is implicitly done in the osl::Pipe dtor, anywayStephan Bergmann1-1/+0
2016-03-22~OfficeIPCThread can only be reached with pGlobalOfficeIPCThread clearedStephan Bergmann1-4/+0
2016-03-22Only access pGlobalOfficeIPCThread & mpDispatchWatcher with GetMutex lockedStephan Bergmann1-1/+3
2016-03-22No need for a static Security instance hereStephan Bergmann1-4/+3
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran1-2/+2
2016-03-21No, I don't want to see that "bootstap" typo on every start of sofficeStephan Bergmann1-37/+0
2016-03-21No need to wrap SAL_WARN in #ifStephan Bergmann1-4/+0
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin1-7/+7
2016-03-17desktop.deployment • get rid of PLATFORM_ #define~sDouglas Mencken1-91/+47
2016-03-13quieten debugging soffice startupCaolán McNamara3-5/+5
2016-03-13loplugin:stringconstantCaolán McNamara1-7/+7
2016-03-12tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop)Rohan Kumar4-52/+19
2016-03-11Thread safetyStephan Bergmann1-1/+7
2016-03-11No need for a complicated arg to SetReadyStephan Bergmann2-10/+5
2016-03-11Turn static s_bInEnableRequests into an ExecuteCmdLineRequests argStephan Bergmann3-13/+11
2016-03-11Combine mbDowning, mbRequestsEnabled as mStateStephan Bergmann2-10/+12
2016-03-11pDocsRequest cannot be nullStephan Bergmann1-6/+2
2016-03-11Create DispatchRequest via list-initializationStephan Bergmann2-7/+2
2016-03-11Resolve trivial DispatchList typedefStephan Bergmann3-8/+6
2016-03-11Use range-based for loopStephan Bergmann1-4/+1
2016-03-11There's only a single DispatchWatcher, no need for a static mutex memberStephan Bergmann2-16/+5
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-6/+6
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-1/+1
2016-03-10mpDispatchWatcher is a natural place to hold the DispatchWatcher singletonStephan Bergmann3-26/+3
2016-03-10Just use "this"Stephan Bergmann1-1/+1
2016-03-10Remove unnecessary class DispatchWatcherHashMapStephan Bergmann2-7/+3
2016-03-10Hold DispatchWatcher by rtl::ReferenceStephan Bergmann4-17/+10
2016-03-10ProcessDocumentsRequest ctor inits pcProcessed to nullStephan Bergmann1-7/+0
2016-03-10No need for heap allocation hereStephan Bergmann1-14/+10
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann1-1/+1