summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-25loplugin:stringadd in d*Noel Grandin
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-03-14elide some temporary OStringsNoel Grandin
2023-03-08osl::Mutex->std::mutex in ExtMgrDialogNoel Grandin
2023-03-08osl::Mutex->std::mutex in PackageManagerImplNoel Grandin
2023-03-08osl::Mutex->std::mutex in ExtensionManagerNoel Grandin
2023-03-08osl::Mutex->std::mutex in UpdateRequiredDialogNoel Grandin
2023-03-07no need to allocate these separatelyNoel Grandin
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin
2023-02-13Fix/simplify some vnd.sun.star.expand: handlingMike Kaganski
2023-01-28Avoid compiler warningTor Lillqvist
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-11-06-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): desktopStephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-28use more string_view in desktopNoel Grandin
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-10loplugin:unnecessaryvirtualNoel Grandin
2022-06-07Use o3tl::make_unsigned, OString::getLength() is guaranteed to be non-negativeStephan Bergmann
2022-06-03Fix typo in codeAndrea Gelmini
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-06-03Use more appropriate index variable typeStephan Bergmann
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin
2022-05-25tdf#149280 modified called after dialog was destroyedCaolán McNamara
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in desktopStephan Bergmann
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-26cid#1504268 Silence false data race condition warningStephan Bergmann
2022-04-25tdf#126672 Add search field to extension managerSamuel Mehrbrodt
2022-04-21rhbz#2075918: Join ExtensionCmdQueue::ThreadStephan Bergmann
2022-04-21Use the sander std::condition_variable semantics in ExtensionCmdQueue::ThreadStephan Bergmann
2022-04-21Reliably stop ExtensionCmdQueue::Thread::executeStephan Bergmann
2022-04-19Fix heap-use-after-freeStephan Bergmann
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-03-11loplugin:constparamsNoel Grandin
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2022-01-14Recheck modules d* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-11-25loplugin:stringliteraldefine in desktopNoel Grandin
2021-11-12rtl::Static to thread-safe staticNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski