summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-07fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken3-3/+3
2016-03-07improve defaultparams lopluginNoel Grandin1-3/+1
2016-03-04lok: Export only programmatic style namesPranav Kant1-34/+9
2016-03-04tdf#92191: Don't use any IPC pipe in a sandboxed OS X appTor Lillqvist1-0/+5
2016-03-02tdf#98210 do not require R_OK for pipe dirHank Leininger1-2/+7
2016-03-02loplugin:unuseddefaultparam in desktopNoel Grandin6-51/+29
2016-03-01ccu#1573 sc lok: fix reporting of hidden row heightMiklos Vajna2-0/+35
2016-03-01loplugin:sallogareasStephan Bergmann1-1/+1
2016-03-01loplugin:stringconcatStephan Bergmann1-2/+2
2016-02-29desktop: fix infinite loop with --enable-breakpadMichael Stahl1-1/+1
2016-02-27store the crash ini file inside of the user profileMarkus Mohrhard1-2/+10
2016-02-27leave comment about minidump locationMarkus Mohrhard1-0/+1
2016-02-27work on adding crash report UIMarkus Mohrhard3-24/+75
2016-02-26loplugin:stringconcatStephan Bergmann1-2/+2
2016-02-26better error reporting for crash uploaderMarkus Mohrhard1-6/+3
2016-02-26store the URL in the crash ini fileMarkus Mohrhard2-3/+5
2016-02-26use the new ini file based minidump uploaderMarkus Mohrhard5-16/+72