common

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for changing settings from within the updater dialog. Tuned the way updates are displayed in updater dialog (CH-209).

  1. … 9 more files in changeset.
First batch of changes related to checking for updates (CH-209).

  1. … 22 more files in changeset.
Extended user agent information to contain additional information (CH-209).

  1. … 9 more files in changeset.
Automatic version bump after tagging 1.40rc1

Fixed boost path for cases, where the compiler toolset differs from the native one (CH-202).

Update to boost 1.60 (CH-201).

Automatic version bump after tagging 1.40Beta-svn704

Automatic version bump after tagging 1.40Beta-svn687

Changed boost paths configuration for build (CH-178).

  1. … 5 more files in changeset.
Automatic version bump after tagging 1.40Beta-svn655

Automatic version bump after tagging 1.40Beta-svn651

Automatic version bump after tagging 1.40Beta-svn629

Automatic version bump after tagging 1.40Beta-svn625

Automatic version bump after tagging 1.40Alpha-svn610

Automatic version bump after tagging 1.40Alpha-svn589

Bugfix: fixed svn tagging script increasing minor version number for alpha/beta builds (CH-119).

  1. … 1 more file in changeset.
Added possibility to choose destination path for "Copy To/Move To/CopyMove To Special" shell ext items (CH-109).

  1. … 11 more files in changeset.
Bugfix: fixed showing CH items in explorer context menus (CH-108).

  1. … 1 more file in changeset.
Separated config-related classes to separate files (CH-74).

  1. … 8 more files in changeset.
Migrated VS2012 projects to VS2013 (CH-88).

  1. … 22 more files in changeset.
Automatic version bump after tagging 1.40Alpha-svn465

Refactoring:

  1. … 17 more files in changeset.
Additional cleanups.

  1. … 3 more files in changeset.
Updated signature in AboutBox.

Manual minor version bump for the upcoming alpha release.

Deleted obsolete file.

Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

    • -0
    • +477
    ./TShellExtMenuConfig.cpp
    • -0
    • +254
    ./TShellExtMenuConfig.h
  1. … 49 more files in changeset.
Changed the way the incoming data are identified in WM_COPYDATA - it will open the way for other data formats to be passed to CH (e.g. command line from another instance of CH) (advances [#2544046]).

  1. … 3 more files in changeset.
Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

  1. … 23 more files in changeset.
Simplified handling of some file access functions.