summaryrefslogtreecommitdiffstats
path: root/shell/source/win32
Commit message (Expand)AuthorAgeFilesLines
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-051-2/+2
* tdf#107587 Opening Hyperlink opens Browser in Background.Thomas Beck2017-05-181-0/+22
* tdf#103058: fix build failed because of missing headerMike Kaganski2017-04-131-0/+2
* tdf#103058: use RegQueryValueEx instead of RegGetValueMike Kaganski2017-04-111-1/+21
* tdf#103058: allow optional registration for MS ProgIDsMike Kaganski2017-04-114-154/+228
* tdf#103058: Implement OpenDocuments ActiveX controlMike Kaganski2017-03-297-0/+999
* clang-cl loplugin: shellStephan Bergmann2016-10-1538-344/+342
* Bin some noise comments and superfluous vertical whitespaceTor Lillqvist2016-09-125-64/+15
* new loplugin: countusersofdefaultparamsNoel Grandin2016-08-251-1/+1
* Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales2016-06-229-57/+57
* WIP tdf#89609 Ignore subsecond precision in iso8601Muhammet Kara2016-04-191-0/+9
* clean-up: unused using declarations and includesJochen Nitschke2016-04-184-8/+0
* Drop pointless "internal" directory level for already internal include filesTor Lillqvist2016-04-0724-86/+86
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-314-8/+8
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-111-3/+3
* tdf#96099 Reduce number of trivial typedefsChirag Manwani2016-03-071-5/+3
* Typo: namesapce(s)->namespace(s)Julien Nabet2016-02-171-1/+1
* Remove excess newlinesChris Sherlock2016-02-0921-94/+0
* Fix typosAndrea Gelmini2016-02-051-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-087-16/+16
* Resolve Linker Warning LNK4104Mike Kaganski2015-12-083-0/+13
* -Werror,-Wdelete-non-virtual-dtorStephan Bergmann2015-11-281-1/+1
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-281-2/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-274/+0
* -Werror,-Wunused-variableStephan Bergmann2015-11-181-3/+0
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-181-4/+4
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-181-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-181-7/+0
* -Werror,-Wsizeof-pointer-memaccessStephan Bergmann2015-11-181-1/+2
* -Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann2015-11-181-6/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-1/+1
* com::sun::star->css in shellNoel Grandin2015-10-294-48/+46
* remove extra spaces around ::Noel Grandin2015-10-261-1/+1
* Fix typosAndrea Gelmini2015-09-301-1/+1
* shell: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-036-10/+11
* tdf#39440 cppcheck: redundantAssignmentMichael Weghorn2015-08-231-2/+1
* warning C4101: unreferenced local variableStephan Bergmann2015-07-133-5/+5
* Code deliberately not linking against sal just can't use OSL_ENSUREStephan Bergmann2015-07-134-31/+11
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-134-30/+6
* tdf#92269 fix Windows Explorer crash caused by shellextensionChristian Lohmaier2015-07-011-1/+1
* Fix typosAndrea Gelmini2015-06-181-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-15/+7
* cppcheck:unreadVariableNoel Grandin2015-06-151-1/+0
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-301-6/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1513-30/+30
* tdf#82695 allow to build with system collada2gltfDavid Tardon2015-04-131-2/+1