summaryrefslogtreecommitdiff
path: root/desktop/source/app/appinit.cxx
AgeCommit message (Expand)Author
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-10-10Make --disable-emscripten-proxy-to-pthread configurableStephan Bergmann
2024-09-03Emscripten: workerID is only defined under -sASSERTIONSStephan Bergmann
2024-08-23Emscripten: Only resolve Module.uno_init after Module.uno_mainPort is setStephan Bergmann
2024-08-23Emscripten: Module.uno_scripts are relative to document.baseURIStephan Bergmann
2024-08-23Emscritpen: Use WorkerGlobalScope.importScriptsStephan Bergmann
2024-08-15Emscripten: Establish a channel between browser and LO main threadsStephan Bergmann
2024-08-14Emscripten: Run external code on LO's main threadStephan Bergmann
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-05-07loplugin:ostr in desktopNoel Grandin
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-04-01tdf#146619 Drop unused 'using namespace' in: desktop/Gabor Kelemen
2024-02-28Init Embind-ings manually, once UNO is set upStephan Bergmann
2023-11-09officecfg,desktop: add Office::Security::Net::AllowInsecureUNORemoteProtocolMichael Stahl
2023-11-09Move "Acceptor already exists" warning to where it belongsStephan Bergmann
2023-05-10desktop : remove useless using namespaceArnaud VERSINI
2023-04-07drop unused eventtesting stuffCaolán McNamara
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2021-11-12rtl::Static to thread-safe staticNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski
2020-04-14loplugin:flatten in desktopNoel Grandin
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2018-02-28Don't do unnecessary check for trailing slashMike Kaganski
2018-02-28Clean up Desktop::CreateTemporaryDirectoryStephan Bergmann
2018-01-20iOS, allow unorc to be readjan Iversen
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin
2016-10-20Check for enable safe mode earlierSamuel Mehrbrodt
2016-10-17Force disable OpenGL in Safe ModeSamuel Mehrbrodt
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara
2015-10-09afl-eventtesting: we want to allow dialogs in ui-testing modeCaolán McNamara
2015-09-12desktop: com::sun::star->cssNoel Grandin
2015-09-02ditch gnome-vfs2 supportCaolán McNamara
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-28Bin a few SAL_INFOs that basically just say "we are here"Tor Lillqvist
2015-02-03Clean up some weird loggingTor Lillqvist
2014-12-12desktop: Use appropriate OUString functions on string constantsStephan Bergmann
2014-07-26fdo#75757: remove inheritance to std::mapTakeshi Abe