aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/hardcopy.c
Commit message (Expand)AuthorAge
* Remove has_mbytes from lines local to parent commitZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* hardcopy: refactor mch_print_start_line()Jan Edmund Lazo2018-08-01
* hardcopy: bold,italic,underline are TriStateJan Edmund Lazo2018-08-01
* hardcopy: refactor mch_print_text_out()Jan Edmund Lazo2018-07-19
* vim-patch:8.1.0056: crash when using :hardcopy with illegal byteJan Edmund Lazo2018-07-19
* vim-patch:8.0.1503: access memory beyond end of stringJan Edmund Lazo2018-07-18
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* *: Add comment to all C filesZyX2017-04-19
* hardcopy: Remove unneeded prt_do_conv assignmentZyX2017-04-16
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* hardcopy.c: fix dead assignmentSander Bosma2017-02-20
* refactor: Replace vim_strcat() with xstrlcat().Justin M. Keyes2017-01-23
* vim-patch:7.4.1702Michael Ennen2016-12-01
* hardcopy.c: Fix -Wmaybe-uninitialized warning.Justin M. Keyes2016-10-08
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1552James McCoy2016-07-08
* *: Fix new linter errorsZyX2016-05-01
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* Remove char_u: add_pathsep()Mark Bainter2015-05-06
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Fix a couple uninitialized variable warnings in the release build.John Szakmeister2015-04-18
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* refactor: split some more functions from misc1.cbobtwinkles2015-03-24
* Merge pull request #2118 from rev112/fix_redundant_castJohn Szakmeister2015-03-13
|\
| * Remove redundant castsAnton Ovchinnikov2015-03-09
* | version: don't use NVIM_VERSION_* directly outside version.cBjörn Linse2015-03-08
|/
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: ui.c.Eliseo Martínez2015-02-18
* syntax: Refactor to store all term and gui attributes independentlyThiago de Arruda2015-02-16
* coverity/13762: Out-of-bounds read: RI.Eliseo Martínez2015-02-11
* hardcopy.c: Factor out float usageMichael Reed2015-01-24
* "halfway a line" is a very confusing phraseJack Danger Canty2015-01-22
* Fix bad assert.Eliseo Martínez2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Cleanup: Refactor option_table_T.number: long --> int.Eliseo Martínez2015-01-11
* Cleanup: Refactor prt_{fg,bg,new_bg}col: int --> uint32_t.Eliseo Martínez2015-01-11
* Cleanup: Remove local var bg_color@prt_get_attr().Eliseo Martínez2015-01-11
* Cleanup: Fix bad assert.Eliseo Martínez2015-01-11
* Remove long_u: hardcopy: Refactor long_u.Eliseo Martínez2015-01-10
* Remove long_u: hardcopy: Enable -Wconversion.Eliseo Martínez2015-01-10
* Use ARRAY_SIZE where Coccinelle wasn't able to do itFelipe Oliveira Carvalho2014-12-18
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* coverity/13765,13766,13767,13768: Fix memory leaks in hardcopy.coni-link2014-11-16