CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Installer and package generation script improvements (64bit).

Small files reorganization in the ch project.

    • -1858
    • +1862
    /src/ch/ch.vc90.vcproj
Improvements in the package generation code.

Removed the VERSION reading code with standard #defines.

    • -0
    • +53
    /src/chext/res/chext.rc2
    • -0
    • +34
    /src/common/version.h
Fixed some x86_64 warnings.

Changed the chext.dll name (expected) for the dll registration process.

Dropped support for non-unicode builds of CH.

Bugfix:shell extension in unicode mode were not using unicode character set.

Fixed some prefast-reported warnings.

Fixed some prefast warnings.

Fixed some prefast warnings.

    • -1
    • +8
    /ext/libicpf/src/libicpf/circ_buffer.cpp
    • -0
    • +7
    /ext/libicpf/src/libicpf/config_property.cpp
    • -0
    • +1
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Small fixes.

Bugfix: unicode log files werent properly saved.

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.