summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)AuthorFilesLines
2024-02-28Init Embind-ings manually, once UNO is set upStephan Bergmann1-0/+7
2024-02-25Avoid UTF-16->UTF-8->UTF-16 conversionMike Kaganski1-8/+3
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-18-Werror,-Wunused-function (Emscripten)Stephan Bergmann1-0/+2
2024-01-05Also copy updater.ini (so that updater progress UI will actually shown up)Stephan Bergmann1-0/+1
2024-01-03tdf117100: do not attempt to re-install extensions on restartJustin Luth3-0/+13
2023-12-20Revert "updater: check every 12 hours for updates for now"Stephan Bergmann1-1/+1
2023-12-19Improve --enable-online-update-mar Windows MOZ_MAINTENANCE_SERVICE featureStephan Bergmann1-9/+17
2023-12-15Avoid "Desktop disposed before terminating it" assertStephan Bergmann1-16/+19
2023-12-15-Werror,-Wunused-resultStephan Bergmann1-1/+1
2023-12-15Fix backward vs. forward slashes on WindowsStephan Bergmann1-2/+10
2023-12-13Fix number of actual argumentsStephan Bergmann1-3/+5
2023-12-09Fix Linux --enable-online-update-mar buildStephan Bergmann1-1/+3
2023-12-08Fix --enable-online-update-mar on WindowsStephan Bergmann1-1/+2
2023-12-05Fix apparent copy/paste typoStephan Bergmann1-1/+1
2023-12-05Make --enable-online-update=mar at least compile again, on LinuxStephan Bergmann2-10/+11
2023-11-20Extended loplugin:ostr: desktopStephan Bergmann3-6/+6
2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski1-1/+1
2023-11-09officecfg,desktop: add Office::Security::Net::AllowInsecureUNORemoteProtocolMichael Stahl1-1/+3
2023-11-09Move "Acceptor already exists" warning to where it belongsStephan Bergmann1-2/+5
2023-11-08loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann1-1/+1
2023-11-07curl: mitigate migration to OpenSSL on LinuxMichael Stahl1-0/+4
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: desktopStephan Bergmann4-6/+6
2023-08-18ucbhelper,ucb,desktop: InternetProxyServer is problematicMichael Stahl1-3/+3
2023-08-02tdf#129713 Output message when using "--cat" with other LO instances runningMatt K1-0/+9
2023-07-05these enums are unnecessaryNoel Grandin1-4/+4
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2023-06-06convert SvtAccessibilityOptions to officecfg where possibleNoel Grandin1-2/+1
2023-05-10desktop : remove useless using namespaceArnaud VERSINI2-5/+0
2023-04-25loplugin:unnecessarygetstrStephan Bergmann1-2/+2
2023-04-20WASM: don't run gfx tests on startupThorsten Behrens1-0/+2
2023-04-11loplugin:stringaddStephan Bergmann1-2/+1
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-1/+1
2023-04-07move using the vcl file dialog in headless mode to the point of creationCaolán McNamara1-23/+0
2023-04-07drop unused eventtesting stuffCaolán McNamara4-14/+5
2023-03-25loplugin:stringadd in d*Noel Grandin1-4/+4
2023-03-22m_aBootsrapError will always be BE_OK here nowStephan Bergmann1-19/+16
2023-03-22rhbz#2171265 Report fatal InitApplicationServiceManager failures more reliablyStephan Bergmann1-1/+3
2023-03-17tdf#153683: Refactor fixBaole Fang1-23/+22
2023-03-16tdf#153683: Show the used module in --convert-toBaole Fang1-1/+43
2023-03-15Use officecfg instead of SvtTabAppearanceCfgNoel Grandin1-5/+4
2023-03-07Avoid running graphics tests when in lok mode.Michael Meeks1-0/+3
2023-02-14osl::Mutex->std::atomic in DispatchWatcherNoel Grandin2-17/+6
2023-01-12Curl:CURLOPT_REDIR_PROTOCOLS(_STR): use only "https", not "http"Julien Nabet1-3/+3
2023-01-11Fix types for Curl elements (update part)Julien Nabet1-1/+5
2023-01-09Fix deprecated Curl elements for update partJulien Nabet1-1/+1
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-12/+4
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin3-6/+6
2022-09-20Only try to convert outdir to system path when it's not emptyMike Kaganski1-8/+4
2022-09-14close "OSL_PIPE" pipe on SIGTERMCaolán McNamara1-1/+1