libictranslate

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

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

Cleaned up and normalized settings in projects.

Got rid of a warning from a static analysis tool.

Corrected code formatting.

Changed compiler behavior to treat warnings as errors.

Small fix - use SetWindowLongPtr instead of SetWindowLong.

Added support for resizable controls.

Changed CResourceManager to singleton.

Adjusted consistency of windows headers definitions.

  1. … 4 more files in changeset.
Added support for checking the translation format.

  1. … 1 more file in changeset.
Removed nonexistent readme files from projects.

  1. … 2 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties.

    • -1076
    • +1076
    ./ResourceManager.cpp
  1. … 15 more files in changeset.
Fixed deployment problem when build was made on VS2008 + SP1.

  1. … 2 more files in changeset.
Updated translation comparison code to support positionable format strings.

Added capability of retrieving current language info.

Updated translation system to allow non-ordered parameters inside formatting strings.

Updated the license headers in source files.

  1. … 13 more files in changeset.
Changed output file names to more templated.

  1. … 1 more file in changeset.
Bugfix: wrong condition for setting language information on lost focus.

  1. … 1 more file in changeset.
Added sanity checks for the translation file + information when writing translation to file.

  1. … 1 more file in changeset.
Added simple validity checks on translation items.

  1. … 5 more files in changeset.
Bugfix: some methods did not set the modification flag.

Added the language modification state checking before performing destructove operations.

  1. … 2 more files in changeset.
Removed version attribute from language file.

Removed unneeded attributes from language files.

Added preliminary support for writing translation files.

  1. … 2 more files in changeset.
Added icons placeholders to support custom language.

  1. … 9 more files in changeset.
Improvements in the translation application.

  1. … 5 more files in changeset.
Reading base language before reading the real language.