CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed some prefast reported problems.

  1. … 9 more files in changeset.
Small fixes.

Bugfix: escape strings in language files weren't correctly converted to escape sequences.

Unicode fix - wrong character count for filenames transferred over WM_COPYDATA.

Refined the dll registration a bit.

Added missing manifest dependencies on common controls.

Bugfix: problem with changing language on-the fly + memory leaks after change.

Additional unicode fixes.

Small fixes.

Small processing fixes in cfg_ini backend.

    • -13
    • +36
    /ext/libicpf/src/libicpf/cfg_ini.cpp
Changed encoding of the language files to utf-16.

Added new languages available on the site.

    • -0
    • +664
    /src/ch/langs/english.lng
    • -0
    • +666
    /src/ch/langs/italian.lng
    • -0
    • +668
    /src/ch/langs/japanese.lng
    • -0
    • +669
    /src/ch/langs/korean.lng
    • -0
    • +668
    /src/ch/langs/spanish.lng
    • -0
    • +670
    /src/ch/langs/turkish.lng
    • -0
    • +668
    /src/ch/langs/valencian.lng
Added newer version of exe2lng tool.

Removed support for unfinished xml configuration backend and disabled dependency on expat.

    • -490
    • +490
    /ext/libicpf/src/libicpf/cfg_xml.cpp
    • -67
    • +67
    /ext/libicpf/src/libicpf/cfg_xml.h
    • -8
    • +0
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Preliminary support for libicpf::config based language support (probably broken).

    • -154
    • +180
    /src/ch/ResourceManager.cpp
Added support for enumerating properties.

    • -18
    • +72
    /ext/libicpf/src/libicpf/cfg.cpp
    • -29
    • +101
    /ext/libicpf/src/libicpf/cfg_ini.cpp
    • -2
    • +9
    /ext/libicpf/src/libicpf/config_base.h
Adjusted to the new configuration class from libicpf.

Added support for libicpf-driven configuration files.

Added support for libicpf-driven configuration files.

    • -21
    • +112
    /ext/libicpf/src/libicpf/cfg.cpp
    • -0
    • +379
    /ext/libicpf/src/libicpf/cfg_ini.cpp
    • -0
    • +62
    /ext/libicpf/src/libicpf/cfg_ini.h
    • -28
    • +28
    /ext/libicpf/src/libicpf/config_base.h
    • -0
    • +8
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Removed crash dialog button that suggested CH is able to automatically send crash dumps to the author.

Added missing version file.

Added basic crash support to CH (advances [#425]).

    • -0
    • +71
    /src/ch/CrashDlg.cpp
Small x64 fixes (made shell ext to build and app to start without crash).

Added missing vc9 solution file.

Restored missing pdb generation.

    • -0
    • +8
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Added unicode configuration, x64 platform support and made it build.

  1. … 37 more files in changeset.
Another reorganization of intermediate build dir.

    • -8
    • +8
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Fixed intermediate directory for build.

    • -8
    • +8
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Added correct support for more build configurations (debug/release, x86/x86_64, ansi/unicode).

    • -28
    • +345
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Bugfix: warning with unused parameters.