summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2024-10-22tdf#163486: PVS: Identical branchesBogdan Buzea1-7/+2
2024-10-22cid#1545605 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin1-2/+2
2024-10-22tdf#161625 Use SolarMutex instead of std::mutex in ExtMgrDialogMichael Weghorn2-6/+5
2024-10-14cid#1554844 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-10Make --disable-emscripten-proxy-to-pthread configurableStephan Bergmann2-2/+13
2024-10-07cid#1606611 Data race conditionNoel Grandin1-1/+2
2024-10-02Hack reordering includes to avoid Windows Yield macro falloutStephan Bergmann1-2/+4
2024-10-02Get SolarMutex before calling ImplClearAllFontDataCaolán McNamara1-0/+1
2024-10-02desktop lok: fix crash in getStyles()Miklos Vajna1-0/+4
2024-10-01simplifyNoel Grandin1-2/+1
2024-09-30Revert "Fall back to old bootstrap.ini [Win32] section, for backwards compati...Stephan Bergmann1-24/+0
2024-09-25sw: add new command to make a response comment rootJaume Pujantell1-0/+1
2024-09-24cool#9992 lok doc sign: store signing cert in the viewMiklos Vajna1-2/+2
2024-09-23cool#9992 lok doc sign: handle .uno:SignatureCert/Key/Ca view optionsMiklos Vajna1-3/+32
2024-09-20lok: sd: slideshow render: some bug fixesMarco Cecchetti1-2/+2
2024-09-20cool#9992 lok doc sign: extract duplicated code to SfxLokHelperMiklos Vajna1-122/+3
2024-09-17This should iterate over the thesaurus languages, not the spelling onesCaolán McNamara1-1/+1
2024-09-17these can be constCaolán McNamara1-2/+2
2024-09-17Output what languages are handled by LanguageToolCaolán McNamara1-10/+23
2024-09-17move setLanguageToolConfig out of extern "C" zoneCaolán McNamara1-81/+79
2024-09-06drop unused eventtesting cmd line optionCaolán McNamara1-1/+0
2024-09-03Emscripten: workerID is only defined under -sASSERTIONSStephan Bergmann1-12/+5
2024-09-02cid#1608081 silence Overflowed array index writeCaolán McNamara1-4/+4
2024-08-28Emscripten: Support --disable-guiStephan Bergmann1-1/+2
2024-08-28lok: elide various unhelpful events during background save.Michael Meeks1-0/+23
2024-08-28lok: add method to allow explicit cleanup of temporary files.oMichael Meeks1-0/+13
2024-08-27lok: ensure our 'main thread' concept is updated post-fork.Michael Meeks1-0/+2
2024-08-23Emscripten: Only resolve Module.uno_init after Module.uno_mainPort is setStephan Bergmann1-1/+1
2024-08-23Emscripten: Module.uno_scripts are relative to document.baseURIStephan Bergmann1-5/+7
2024-08-23make joinThreadsIfIdle return false if it cannot joinCaolán McNamara1-1/+2
2024-08-23allow an exemption to be made for a specific hostCaolán McNamara1-0/+3
2024-08-23LOKit: Enable the Execute Interaction command for ImpressHubert Figuière1-0/+1
2024-08-23Emscritpen: Use WorkerGlobalScope.importScriptsStephan Bergmann1-7/+1
2024-08-22Emscripten: Experimental -sPROXY_POSIX_SOCKETS supportStephan Bergmann1-0/+39
2024-08-20More useful to have an EMSCRIPTEN_EXTRA_SOFFICE_PRE_JSStephan Bergmann1-2/+2
2024-08-18LOKit: Enable the "Interaction..." command for Impress.Hubert Figuière1-0/+1
2024-08-15desktop: Fix '--enable-gui --without-x' buildMichael Weghorn1-2/+2
2024-08-15Emscripten: Establish a channel between browser and LO main threadsStephan Bergmann1-1/+31
2024-08-15vcl: add "fillWithData" function to BitmapTools - used in lokTomaž Vajngerl1-25/+2
2024-08-14Emscripten: Run external code on LO's main threadStephan Bergmann1-2/+49
2024-08-14Related: cool#9735 vcl lok: add an AnyInput() callbackMiklos Vajna2-1/+15
2024-08-14LOKit: enable the Distribute commandHubert Figuière1-0/+8
2024-08-12Emscripten: Move the Qt event loop off the JS main threadStephan Bergmann1-0/+1
2024-08-07I finally understand why we need that hackStephan Bergmann1-2/+13
2024-08-04cid#1556583 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-02cid#1556086 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-01Use gb_SUPPRESS_TESTS to control inclusion of embindtest.jsStephan Bergmann1-1/+1
2024-07-30LOK: Mention name of unknown command in exceptionAron Budea1-1/+1
2024-07-28cool#9082 - lok: cleanup WakeUpThread before forking, then re-start.Michael Meeks1-3/+12