chext

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgraded Visual Studio to 2019 (CH-350) Removed xp intermediate filesystem layer (CH-352)

  1. … 33 more files in changeset.
Removed unused file.

Enabled enforcing type conversion rules (CH-338).

  1. … 12 more files in changeset.
Enabled enforcing type conversion rules (CH-338).

  1. … 12 more files in changeset.
Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

  1. … 2 more files in changeset.
Fixed problem with missing icons in shell extension context menu (CH-345) Fixed crash when displaying folder sizes in shell extension context menu (CH-344).

  1. … 2 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

  1. … 17 more files in changeset.
Cloned gmock library to be used with libraries statically linked to crt (CH-340).

  1. … 17 more files in changeset.
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

  1. … 8 more files in changeset.
Changed chext and all dependencies to use statically linked ucrt. The reason is that locally-deployed ucrt needs to be placed in the same directory the executable is in (explorer.exe) or they need to be in PATH environment variable. WinXP does not have ucrt installed, so it would either need installer to install it properly, or add ch installation path to PATH variable. There is no similar workaround for portable version - hence static linking of ucrt to allow chext to work properly with explorer in WinXP. (CH-340)

  1. … 8 more files in changeset.
Fixed issue with unloading of chext while still in use (especially visible when closing context menu on desktop background while no other explorer window was open) (CH-340)

Fixed issue with unloading of chext while still in use (especially visible when closing context menu on desktop background while no other explorer window was open) (CH-340)

Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

  1. … 12 more files in changeset.
Disabled /IA:32 switch for all projects and boost build script - boost 1.69 does not build with SSE disabled (CH-340).

  1. … 12 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

  1. … 17 more files in changeset.
Enabled c++17 standard for all projects (CH-340) Fixed boost-build32.

  1. … 17 more files in changeset.
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

  1. … 393 more files in changeset.
Changed googletest/googlemock to new version supporting VS2017. Changed main projects settings to target v141_xp. Updated source code to handle the new framework. (CH-340)

  1. … 393 more files in changeset.
Fixed linker error (too many includes removed) (CH-339)

Removed dependency of chext on ATL (CH-339)

    • -0
    • +214
    ./DllRegistration.cpp
    • -0
    • +41
    ./DropMenuExtClassFactory.cpp
    • -0
    • +35
    ./IShellExtControl.h
  1. … 33 more files in changeset.
Small refactoring of menu item insert location detection (CH-333).

Fixed issue with duplicate items appearing in the shell extension context menu (CH-333).

Fixed shell extension integration with Directory Opus (CH-330)

Fixed several code issues reported by ReSharper (CH-318)

  1. … 39 more files in changeset.
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

  1. … 585 more files in changeset.
Fixed various issues reported by resharper. Added move constructors/move assignment operators to various classes. Exceptions cleanups. Removed unused code. Removed copy constructors/copy assignments from various noncopyable classes. (CH-318).

  1. … 115 more files in changeset.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 140 more files in changeset.
Fixed crash in shell extension when other shell extension features menu item icons and text including copy/paste/cut or polish equivalent (CH-296)

Improved shell extension integration to allow cooperating with Q-Dir and Everything (and possibly with a whole lot of different software) (CH-266).

Fixed shell extension to properly detect the operation to be performed when using drag&drop and keyboard integration (CH-300).

  1. … 1 more file in changeset.