summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2023-07-12add linux_riscv64 and linux_loongarch64 to dp_platform.cxxRene Engelhard1-0/+4
2023-07-04Make encodeForXml accessible for other modulesSzymon Kłos1-34/+2
2023-06-12Set entitlements in non-release in $(INSTROOTBASE) and .dmg packagePatrick Luby2-1/+20
2023-06-06convert SvtAccessibilityOptions to officecfg where possibleNoel Grandin1-2/+1
2023-06-05lok: callback to send the updated theme palette when theme changesTomaž Vajngerl3-0/+42
2023-06-02lok: accessibility event listener for focused paragraphMarco Cecchetti2-37/+115
2023-05-25desktop: check getDialog()Xisco Fauli1-2/+4
2023-05-23[API CHANGE] Add createShortCutManager function to uiconfigurationmanager.Gökay Şatır1-0/+48
2023-05-10desktop : remove useless using namespaceArnaud VERSINI2-5/+0
2023-05-07use AlphaMask for variables when calling GetAlphaMaskNoel Grandin1-1/+1
2023-05-04tdf#119931 Fix accessibility warningsRasenkai1-0/+6
2023-04-27Bin the unused paintTileToCGContext special thing for iOSTor Lillqvist1-77/+25
2023-04-26Bin leftover dead codeTor Lillqvist1-20/+0
2023-04-25loplugin:unnecessarygetstrStephan Bergmann1-2/+2
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin2-8/+8
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin2-8/+8
2023-04-21CppunitTest_desktop_lib: disable 3 useless doc sign testsMiklos Vajna1-0/+6
2023-04-20WASM: don't run gfx tests on startupThorsten Behrens1-0/+2
2023-04-14-Werror,-Wunused-variableStephan Bergmann1-1/+0
2023-04-13lok: trim glibc allocator's pending heap when called.Michael Meeks1-0/+12
2023-04-12lok: capture and publish the modified status in save resultAshod Nakashian1-2/+14
2023-04-11loplugin:stringaddStephan Bergmann1-2/+1
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-1/+1
2023-04-10Use more *string_viewMike Kaganski1-6/+6
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+2
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-04-05fix leaks when using tools::JsonWriterNoel Grandin4-68/+68
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-23/+20
2023-03-25loplugin:stringadd in d*Noel Grandin12-61/+34
2023-03-23rtl::Static to thread-safe-staticNoel Grandin2-29/+34
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-16Add uno command that changes the themeParis Oplopoios1-0/+1
2023-03-16tdf#153683: Show the used module in --convert-toBaole Fang1-1/+43
2023-03-15Use officecfg instead of SvxDeeplOptionsNoel Grandin1-4/+4
2023-03-15Use officecfg instead of SvtTabAppearanceCfgNoel Grandin1-5/+4
2023-03-14elide some temporary OStringsNoel Grandin2-2/+2
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks2-1/+10
2023-03-09Use officecfg instead of SvxLanguageToolOptionsMike Kaganski1-8/+11
2023-03-08Make error message more usefulTor Lillqvist1-1/+1
2023-03-08osl::Mutex->std::mutex in ExtMgrDialogNoel Grandin2-5/+5
2023-03-08osl::Mutex->std::mutex in PackageManagerImplNoel Grandin2-2/+3
2023-03-08osl::Mutex->std::mutex in ExtensionManagerNoel Grandin2-3/+3
2023-03-08osl::Mutex->std::mutex in UpdateRequiredDialogNoel Grandin2-11/+11
2023-03-07no need to allocate these separatelyNoel Grandin1-4/+4
2023-03-07Drop the LibreOfficeKit paintThumbnail() APITor Lillqvist2-37/+1
2023-03-07Avoid running graphics tests when in lok mode.Michael Meeks1-0/+3
2023-03-01Improve the LibreOfficeKit Document::paintThumbnail() APITor Lillqvist1-2/+21