summaryrefslogtreecommitdiff
path: root/framework/source/services/desktop.cxx
AgeCommit message (Expand)Author
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-07no need to use UNO_QUERY hereNoel Grandin
2021-04-28framework: allow loading a component on the main thread, using XDesktopMiklos Vajna
2021-02-21loplugin:refcounting in frameworkNoel
2021-01-26loplugin:passstuffbyrefNoel
2020-07-30terminate XDesktop properly in unit testsNoel Grandin
2020-06-29Call framework::Desktop::shutdown directlyStephan Bergmann
2020-06-26tdf#134106: Get rid of XDesktopInternal againStephan Bergmann
2020-05-31Revert "tdf#88985 block app from exiting during macro execution"Jan-Marek Glogowski
2020-03-17tdf#127205 call shutdown in terminate, if not execJan-Marek Glogowski
2020-02-22tdf#127205 split Desktop::terminate processJan-Marek Glogowski
2020-02-08replace some more copy/clear with swapNoel Grandin
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann
2019-12-02loplugin:mergeclasses TransactionBase with DesktopNoel Grandin
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-11tdf#42949 Fix IWYU warnings in framework/*/*hxxGabor Kelemen
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-02Refactoring of the class CrashReporterJuergen Funk
2019-10-01crashreport: change addKeyValue to lower-case camelJuergen Funk
2019-08-19Fix typosAndrea Gelmini
2019-08-09Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann
2019-07-20loplugin:referencecasting in frameworkNoel Grandin
2019-06-22Fix typoAndrea Gelmini
2019-06-08TyposJulien Nabet
2019-05-16Don't call Application::Quit() in Desktop::terminate() on iOSTor Lillqvist
2019-05-10an uno -> a unoCaolán McNamara
2019-04-16fix usage of successful/successfully in commentsNoel Grandin
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-02-24loplugin:unusedfields in frameworkNoel Grandin
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-07-31Fix typosAndrea Gelmini
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-01-18framework: disable layout manager in hidden framesMiklos Vajna
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-30tdf#114025 framework: avoid deadlock between Desktop init ...Michael Stahl
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-09-27tdf#112646 Flush the clipboard holding SolarMutexJan-Marek Glogowski
2017-09-19unused m_xLastFrame in DesktopNoel Grandin