aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/hardcopy.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* feat(tui): add support for `CSI 4 : [2,4,5] m`Kirill Chibisov2022-03-03
* feat(hardcopy): check gui colours for highlights firstJade Lovelace2022-02-25
* lint (#16526)Jan Edmund Lazo2021-12-05
* vim-patch:8.2.2922: computing array length is done in various waysVVKot2021-11-21
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.1.2387: using old C style commentsDundar Göc2021-10-21
* refactor: remove space after starDundar Göc2021-10-19
* refactor: make commas trail in enumsDundar Göc2021-10-19
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* chore(clang): Fix 'Array subscript is undefined' #15057ansimita2021-07-11
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* unused macros: Remove a five unused macros. (#13517)Edwin Pujols2020-12-11
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* 'clang/Logic error': use enums to avoid undefined array subscriptJan Edmund Lazo2020-07-04
* vim-patch:8.1.2387: using old C style commentsJan Edmund Lazo2020-04-12
* vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* vim-patch:8.1.1313: warnings for using localtime() and ctime()Jan Edmund Lazo2020-03-29
* hardcopy: fix pvs/v1048Jan Edmund Lazo2019-12-26
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* 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