DropMenuExt.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 98 more files in changeset.
Possible fix to a problem with shell extension communication with CH (CH-230).

  1. … 2 more files in changeset.
Adjusted logging in shell extension, fixed the bug introduced with logging (CH-181)

  1. … 2 more files in changeset.
Adjustments in shell extension logging (CH-181)

  1. … 9 more files in changeset.
Added support for logging information from the shell extension (when the registry keys are set up) (CH-181).

  1. … 15 more files in changeset.
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) (CH-107).

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

  1. … 11 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).

  1. … 54 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.
Corrected code formatting.

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

  1. … 20 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]).

  1. … 14 more files in changeset.
Fixed build issues.

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

  1. … 122 more files in changeset.
Bugfix: Win+E keyboard shortcut did not work when CH was not running.

  1. … 1 more file in changeset.
Added support for version checking and disabling of shell extension (closes [#435]).

  1. … 24 more files in changeset.
Updated the license headers in source files.

  1. … 101 more files in changeset.
Fixed some prefast-reported warnings.

  1. … 4 more files in changeset.
Unicode fix - wrong character count for filenames transferred over WM_COPYDATA.

  1. … 2 more files in changeset.
Added unicode configuration, x64 platform support and made it build.

  1. … 51 more files in changeset.
Further changes to the fs structure, other cleanups (advances [#303]).

  1. … 32 more files in changeset.
FS reorganization - next phase (advances [#303]).

  1. … 309 more files in changeset.