summaryrefslogtreecommitdiff
path: root/desktop/source/app
AgeCommit message (Expand)Author
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-06tdf#107471 Add checkbox to enable/disable sending crash reports to TDFGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): desktopStephan Bergmann
2019-07-19loplugin:referencecasting in desktopNoel Grandin
2019-07-19cid#1448295 Unchecked return valueCaolán McNamara
2019-07-18cid#1448333 Unchecked return valueCaolán McNamara
2019-06-17tdf#125691: use _exit() instead of exit()...Dennis Francis
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin
2019-06-06loplugin:data (macOS)Stephan Bergmann
2019-05-24Fix typo in help: 'urb' => 'urp'Jan-Marek Glogowski
2019-05-23Fix documented 'soffice --accept' parameter syntaxJan-Marek Glogowski
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12Fix typoAndrea Gelmini
2019-05-10an uno -> a unoCaolán McNamara
2019-05-02Support "Preview in Web Browser" in Flatpak modeStephan Bergmann
2019-04-29test in a separate helper process if OpenCL crashes (tdf#112252)Luboš Luňák
2019-04-17SharePoint connection: Better handling of encoded URLsTamás Zolnai
2019-04-16SharePoint connection: Handle encoded URL passed as command line argumentTamás Zolnai
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin
2019-03-26Consolidate declarations of {fire,reap}_glxtest_process in single include fileStephan Bergmann
2019-03-08Removed duplicated includesAndrea Gelmini
2019-03-08new loplugin constvarsNoel Grandin
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-05improve documentation of soffice --accept parameterMichael Stahl
2019-02-15tdf#123474: use INetURLObject methods to construct valid URIMike Kaganski
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2019-01-15Use utl::TempFile for exception safetyMike Kaganski
2019-01-08use unique_ptr in desktop::IpcThreadNoel Grandin
2018-12-29Fix typo in codeAndrea Gelmini
2018-12-26Use vector<PropertyValue> and containerToSequence to simplify thingsMike Kaganski
2018-12-26Remove redundant ClearableMutexGuard::clear() callMike Kaganski
2018-12-25tdf#120676: don't send "processing done" when refused to processMike Kaganski
2018-12-20Enable --help=html for flatpakStephan Bergmann
2018-12-13loplugin:unusedfields in variousNoel Grandin
2018-12-12use std::<some_container>::swap, instead of copy and clearNoel Grandin
2018-12-10missing include (--enable-breakpad)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-21tdf#112536 related: make soffice.bin a proper console application on WinMike Kaganski
2018-11-20Tidy up the --help text to properly fit into standard 80-ch terminalMike Kaganski
2018-11-19tdf#121498: also process --help/--version before VCL init on WinMike Kaganski
2018-11-11Removed repeated semicolonAndrea Gelmini
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-05tdf#121143: don't send OnCloseApp twice; properly cleanup AppBasicManagerMike Kaganski