summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin3-4/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-14Use the true exit code 77 hereStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin6-13/+13
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-2/+0
2016-04-13lok context menu: Add module specific unit testsPranav Kant2-5/+239
2016-04-12Avoid reserved identifierStephan Bergmann1-4/+3
2016-04-12remove that unused old codeMarkus Mohrhard1-28/+0
2016-04-12loplugin:defaultparamsStephan Bergmann1-1/+1
2016-04-12lok context menu: unit testPranav Kant3-0/+149
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke6-19/+31
2016-04-07refactor pagein, as it still seems to cause rare crashesBjoern Michaelsen1-19/+11
2016-04-07CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna2-1/+6
2016-04-05RequestHandler::Disable(join = false) is problematicStephan Bergmann2-4/+4
2016-04-05loplugin:constantparamNoel Grandin4-16/+6
2016-04-05Consistently use "desktop.app" log area hereStephan Bergmann1-3/+3
2016-04-05Remove whitespace randomly insertedStephan Bergmann1-1/+1
2016-04-05-Werror,-Wunused-functionStephan Bergmann1-36/+0
2016-04-05sequence->vector in xmlscriptNoel Grandin9-45/+39
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 Bergmann4-201/+500
2016-04-04Prepare for using other IPC mechanisms besides an osl::PipeStephan Bergmann2-44/+77
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-04-04Use std::size_tMiklos Vajna2-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-1/+1
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01Remove dead -tofront processingStephan Bergmann1-2/+1
2016-04-01Clean upStephan Bergmann1-14/+9
2016-04-01Rename ipc_ -> handler_Stephan Bergmann1-10/+10
2016-04-01HAVE_FEATURE_MACOSX_SANDBOX doesn't initiate IPC in RequestHandler::EnableStephan Bergmann1-10/+2
2016-04-01Unused includeStephan Bergmann1-1/+0
2016-04-01No need to #if this codeStephan Bergmann1-10/+0
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