summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2017-07-17loplugin:useuniqueptr: shell (clang-cl)Stephan Bergmann
2017-07-17loplugin:unnecessaryparen: shell (clang-cl)Stephan Bergmann
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin
2017-07-05tdf#108287 replace std::bind2nd with lambdaJochen Nitschke
2017-07-03Revert "Workaround to call /app/bin/xdg-open when run under flatpak"Stephan Bergmann
2017-07-03loplugin:oncevar (clang-cl): shellStephan Bergmann
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-29loplugin:oncevarStephan Bergmann
2017-06-29loplugin:oncevarStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-13remove TDE integration (vclplug, address book, config backend)Michael Stahl
2017-06-02loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-05-30Revert those quotes that look brokenStephan Bergmann
2017-05-21tdf#105204 fix shellcheck warning in shell/source/unix/misc/senddoc.shYeliz Taneroğlu
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-05-11cid#1403658: Try harder to make Coverity Scan happyStephan Bergmann
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-09loplugin:nullptr (clang-cl)Stephan Bergmann
2017-05-09loplugin:cppunitassertequals (clang-cl)Stephan Bergmann
2017-05-09Don't use uninitialized ProxyEntry::Port valuesStephan Bergmann
2017-05-04tdf#107587 Opening Hyperlink opens Browser in Background.Thomas Beck
2017-05-03remove empty commentsNoel Grandin
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-11tdf#103058: use RegQueryValueEx instead of RegGetValueMike Kaganski
2017-04-11tdf#103058: allow optional registration for MS ProgIDsMike Kaganski
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann
2017-04-04cid#1403658: Let ImplGetLocale return empty Optional for bad inputStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-26Fix typosAndrea Gelmini
2017-03-23Use rtl::toAsciiLowerCaseStephan Bergmann
2017-03-23In Unix ImplGetLocale, read env vars instead of calling setlocaleStephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* with wchar_t argStephan Bergmann
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-19Fix typosAndrea Gelmini
2017-03-19fix typo/grammar: "the the" --> thedennisroczek
2017-03-14No need for --disable-activex and --disable-atl any longerTor Lillqvist
2017-03-14Various clang-cl/loplugin warningsStephan Bergmann
2017-03-12Fix typosAndrea Gelmini
2017-03-11Fix windows build with activex disabledTamás Zolnai
2017-03-10CosmeticsTor Lillqvist
2017-03-10tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21loplugin:subtlezeroinit: shellStephan Bergmann
2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-08coverity#1371289 Missing move assignment operatorCaolán McNamara