chext

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 30 more files in changeset.
Adjust CH to compile with boost 1.55 (CH-78)

  1. … 3 more files in changeset.
Improved unit tests framework integration (CH-51)

  1. … 26 more files in changeset.
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

  1. … 8 more files in changeset.
Added VS 2012 solution and project files.

    • -0
    • +305
    ./chext.vc110.vcxproj
    • -0
    • +125
    ./chext.vc110.vcxproj.filters
  1. … 13 more files in changeset.
Updated projects to use references instead of manual library input.

  1. … 19 more files in changeset.
Removed missing file from project.

Bugfix: in shell extension, shortcuts were displayed as grayed out even when valid.

Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

  1. … 30 more files in changeset.
Replaced obsolete TWStringData with newer TString.

  1. … 10 more files in changeset.
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
    • +123
    ./TContextMenuHandler.cpp
    • -0
    • +57
    ./TContextMenuHandler.h
    • -0
    • +558
    ./TShellExtData.cpp
    • -0
    • +121
    ./TShellExtData.h
  1. … 41 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. … 2 more files in changeset.
Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

    • -0
    • +94
    ./ShellPathsHelpers.cpp
    • -0
    • +36
    ./ShellPathsHelpers.h
  1. … 14 more files in changeset.
Bugfix: shell extension controller returned pointer to unallocated memory.

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

  1. … 2 more files in changeset.
Added missing files related to changes in project files.

Cleaned up and normalized projects settings.

  1. … 2 more files in changeset.
Corrected code formatting.

  1. … 19 more files in changeset.
Got rid of warnings on level 4 (win32 and x64), turned on option to treat warnings as errors.

  1. … 19 more files in changeset.
Removed old, unmaintained project files.

  1. … 2 more files in changeset.
Got rid of a warning.

Fixed some warnings.

  1. … 7 more files in changeset.
Added resize capabilities to most of the dialog boxes used in CH (closes 2774255).

  1. … 13 more files in changeset.
Fixed problems with creating shortcuts in explorer (closes [2535991]).

    • -0
    • +221
    ./ActionSelector.cpp
  1. … 7 more files in changeset.
Fixed build issues.

Removed unnecessary classes.

Fixed inconsistencies with expected windows version (closes [2554023]).

  1. … 7 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).

  1. … 108 more files in changeset.
Fixed deployment problem when build was made on VS2008 + SP1.

  1. … 2 more files in changeset.
Bugfix: fixed formatting of data sizes in several places (e.g. tooltips in clipboard monitoring dialog).

  1. … 5 more files in changeset.