summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)Author
2021-11-12rtl::Static to thread-safe staticNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski
2021-10-18Related: tdf#145173 Ensure known supported system and default document localeEike Rathke
2021-10-16Simplify vector initialization in desktopJulien Nabet
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-26use SfxItemSetFixed in variousNoel Grandin
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin
2021-07-27drop SvtLanguageOptions classNoel Grandin
2021-07-26use officecfg for menu optionsNoel Grandin
2021-07-25simplify SvFontSubstNoel Grandin
2021-07-21Related: tdf#135762 Suppress cout if not command lineEike Rathke
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15Related: tdf#135762 Allow --convert-to csv to specify 1-based sheet numberEike Rathke
2021-07-14rhbz#1980800 allow --convert-to csv to write each sheet to a separate fileCaolán McNamara
2021-06-18Add Last 4 UNO Commands To CrashReport DumpGopi Krishna Menon
2021-06-18Add Active Sfx Object Name To CrashReport DumpGopi Krishna Menon
2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy445
2021-06-16Add Active App Name Field To Crash ReportGopi Krishna Menon
2021-05-18loplugin:stringview (--enable-breakpad)Stephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-04-01tdf#45735 New UI dialog at app startup to check default file formatsMatt K
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-12use preferred variant when window arg is nullCaolán McNamara
2021-02-15tdf#121245: also set ooLocale when language is set by command lineMike Kaganski
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-24-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2021-01-20make crashreports include info about the system (CPU,memory)Luboš Luňák
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-01Use Unicode paths on Windows for minidumpsMike Kaganski
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-08reap glxtest process early in soffice_main unconditionallyLuboš Luňák
2020-12-06Clean up CrashReporter::IsDumpEnableStephan Bergmann
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer
2020-11-01use officecfg for UseSystemFileDialogNoel Grandin
2020-10-23Missing call to curl_easy_cleanup (--enable-online-update=mar)Stephan Bergmann
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel
2020-10-20ensure solarmutex is locked when closing splashscreen (tdf#137177)Luboš Luňák
2020-10-20remove unnecessary `if (!true) return;` statement from Desktop::Init()Platon Pronko
2020-10-12desktop: fix misleading commentMiklos Vajna
2020-10-02loplugin:reducevarscope in desktop..emfioNoel
2020-09-24speed-up: preload JVM when PreloadJVM is setSerge Krot
2020-09-17Remove some unused includesMiklos Vajna
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman