Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-27 | core: add cut of string with max chars displayed in evaluation of expressions | Sébastien Helleu | |
The syntax is: ${cutscr:max,suffix,string}. The string is cut after max chars displayed on screen. If the string is cut, the optional suffix is added after. | |||
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-08-18 | api: add argument "length" in function utf8_is_valid() | Sébastien Helleu | |
2015-07-04 | api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵ | Sébastien Helleu | |
and utf8_add_offset | |||
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-08-25 | tests: fix build of tests when the build directory is outside source tree ↵ | Sébastien Helleu | |
(closes #178) | |||
2014-08-14 | tests: fix memory leaks | Sébastien Helleu | |
2014-08-02 | tests: remove test of han char in utf8_strlen_screen (failing on Ubuntu Precise) | Sébastien Helleu | |
2014-08-02 | tests: remove test of han char in utf8_char_size_screen (failing on Ubuntu ↵ | Sébastien Helleu | |
Precise) | |||
2014-07-20 | tests: add UTF-8 tests (check of some invalid UTF-8 chars) | Sébastien Helleu | |
2014-07-20 | tests: add unit tests using CppUTest | Sébastien Helleu | |
The tests can be run only via CMake: 1. build with tests: cmake .. -DENABLE_TESTS=ON 2. make 3. ctest (or ctest -V for verbose output) |