MainWnd.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaned up header files from unnecessary includes.

  1. … 32 more files in changeset.
Moved task management from MainWnd to CTask (where it should be placed from the beginning).

  1. … 11 more files in changeset.
Fixed some warnings reported from the static code analysis (/analyze).

  1. … 24 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: Problem with crashing CH when changing buffer size while copying data (closes [2535995]).

Bugfix: shortcuts were not visible in the shell context menu.

Bugfix: fixed crash when closing the clipboard monitoring dialog box.

Bugfix: crash during error logging.

Changed base object of FiltersArray from CArray to std::vector.

  1. … 4 more files in changeset.
Extracted the feedback handling outside of the copying routine (closes [#294]).

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

  1. … 24 more files in changeset.
Removed support for changing the tasks directory (closes [#441]).

  1. … 10 more files in changeset.
Replaced CArchive-based serialization with icpf-based solution (closes [#431]).

  1. … 8 more files in changeset.
Fixed some warnings from prefast.

  1. … 2 more files in changeset.
Upgraded support for checking newer version (closes [#427]).

  1. … 7 more files in changeset.
Preliminary support for checking for updates (advances [#427]).

  1. … 8 more files in changeset.
Updated translation system to allow non-ordered parameters inside formatting strings.

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

  1. … 101 more files in changeset.
Bugfix: quickfix for the problem with files being deleted even when they was skipped when copying.(closes [#293]).

  1. … 3 more files in changeset.
Added shell extension registration failover - when standard registration fails with access denied, then the regsvr32 process is launched with elevated privileges.

  1. … 1 more file in changeset.
Updated dialog related files with newer version of language dialogs.

  1. … 43 more files in changeset.
Removed the VERSION reading code with standard #defines.

  1. … 14 more files in changeset.
Changed the chext.dll name (expected) for the dll registration process.

Fixed some prefast-reported warnings.

  1. … 4 more files in changeset.
Fixed some prefast reported problems.

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

  1. … 2 more files in changeset.
Refined the dll registration a bit.

  1. … 2 more files in changeset.
Added support for libicpf-driven configuration files.

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

  1. … 51 more files in changeset.
Converted to Visual C++ 2008 (closes [#422]).

  1. … 20 more files in changeset.