aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mbyte.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* vim-patch:8.2.1535: it is not possible to specify cell widths of characterszeertzjq2022-08-08
* refactor: move non-symbols in mbyte.h to mbyte_defs.hzeertzjq2022-08-08
* refactor(multibyte): eliminate mb_char2len alias for utf_char2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_char2cells alias for utf_char2cellsBjörn Linse2021-11-14
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* remove DYNAMIC_ICONVerw72019-08-06
* multigrid: introduce grid abstractionBjörn Linse2018-12-31
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* Remove occurences of mb_head_offZviRackover2018-08-15
* Remove all occurrences of mb_off2cellsZviRackover2018-08-13
* Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
* use wchar_t instead of WCHAR #6998Matt Kline2018-06-18
* charset,*: Refactor transstr()ZyX2018-04-09
* ex_getln: Make use of new parser to color expressionsZyX2017-10-29
* viml/parser/expressions: Add support for string parsingZyX2017-10-15
* Merge pull request #7168 from teto/fix_covertyJames McCoy2017-08-15
|\
| * coverty: solve  #7149Matthieu Coudron2017-08-15
* | ex_getln: Add some more tests, fix some found errorsZyX2017-06-27
|/
* refactor/single-includededmass2017-04-08
* mbyte: Include os_defs.h in mbyte.hZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* encoding: cleanup mbyte.c given fixed encoding=utf-8Björn Linse2016-11-05
* move defines from vim.hBrandon Coleman2014-07-12
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15