summaryrefslogtreecommitdiff
path: root/shell/source/win32
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Don't return local variable addressMike Kaganski1-2/+2
2018-03-07tdf#116074: Don't block on sending email interactivelyMike Kaganski3-20/+277
2018-02-28Remove obsolete commentMike Kaganski1-6/+0
2018-02-28tdf#116074: Use modeless dialogs with supporting mailersMike Kaganski1-1/+5
2018-02-28Use Unicode for senddocMike Kaganski5-261/+79
2018-02-02shell: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski16-97/+4
2018-01-23chmod -xTor Lillqvist1-0/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann8-19/+19
2018-01-22loplugin:cstylecast (clang-cl)Stephan Bergmann1-3/+3
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-09loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann4-6/+6
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-11-04Make Windows error reporting more robustMike Kaganski1-2/+2
2017-10-27loplugin:includeform: shell (Windows)Stephan Bergmann27-106/+106
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-3/+5
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-1/+1
2017-09-29Drop check for Windows versions we don't supportMike Kaganski5-184/+14
2017-09-28shell: use Unicode on WindowsMike Kaganski20-214/+212
2017-09-27loplugin:redundantcast (clang-cl)Stephan Bergmann1-3/+3
2017-09-26loplugin:cstylecast (clang-cl)Stephan Bergmann1-3/+3
2017-09-23Fix typoAndrea Gelmini1-1/+1
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski3-16/+28
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski7-0/+19
2017-08-31loplugin:constparams: shell (clang-cl)Stephan Bergmann2-3/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-07-17loplugin:useuniqueptr: shell (clang-cl)Stephan Bergmann1-4/+4
2017-07-17loplugin:unnecessaryparen: shell (clang-cl)Stephan Bergmann2-4/+4
2017-07-03loplugin:oncevar (clang-cl): shellStephan Bergmann1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-06-02loplugin:redundantcast (clang-cl)Stephan Bergmann1-2/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-09loplugin:nullptr (clang-cl)Stephan Bergmann1-2/+2
2017-05-04tdf#107587 Opening Hyperlink opens Browser in Background.Thomas Beck1-0/+22
2017-05-03remove empty commentsNoel Grandin3-44/+0
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-5/+4
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann2-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-11tdf#103058: use RegQueryValueEx instead of RegGetValueMike Kaganski1-1/+21
2017-04-11tdf#103058: allow optional registration for MS ProgIDsMike Kaganski4-150/+222
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann1-2/+2
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-03-23Use rtl::toAsciiLowerCaseStephan Bergmann1-8/+5
2017-03-22Use rtl::isAscii* instead of ctype.h is* with wchar_t argStephan Bergmann1-1/+2
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-19fix typo/grammar: "the the" --> thedennisroczek1-9/+3
2017-03-14Various clang-cl/loplugin warningsStephan Bergmann6-20/+36
2017-03-12Fix typosAndrea Gelmini1-1/+1
2017-03-10tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski7-0/+999