aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
Commit message (Expand)AuthorAge
* refactor(screen): screen.c delenda estbfredl2023-03-14
* fix(screen): redraw the ruler for a current floating windowbfredl2023-03-14
* fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq2023-03-12
* perf(statusline): UI elements are always redrawn on K_EVENTLuuk van Baal2023-03-08
* feat(edit)!: remove old c implementation of hebrew keymapbfredl2023-02-28
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* fix(column): estimate 'statuscolumn' width appropriatelyluukvbaal2023-02-02
* vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq2023-01-24
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* fix(column)!: ensure 'statuscolumn' works with virtual and wrapped linesLuuk van Baal2023-01-16
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* feat(ui): add 'statuscolumn' optionluukvbaal2023-01-09
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2022-11-28
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:9.0.0867: wildmenu redrawing code is spread out (#21035)zeertzjq2022-11-13
* vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...zeertzjq2022-11-11
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
* refactor: click definition functions #20923luukvbaal2022-11-06
* refactor: replace char_u with charDundar Göc2022-10-15
* vim-patch:9.0.0747: too many #ifdefs (#20641)zeertzjq2022-10-14
* vim-patch:9.0.0656: cannot specify another character to use instead of '@'zeertzjq2022-10-05
* fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: set_chars_option()zeertzjq2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* refactor(arena): use a shared block freelistbfredl2022-08-24
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* vim-patch:8.1.1966: some code in options.c fits better elsewhere (#19840)zeertzjq2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* vim-patch:8.2.3699: the +title feature adds a lot of #ifdef but little code (...zeertzjq2022-08-17
* refactor(signs): handle non-sign attrs separately (#19784)Lewis Russell2022-08-16
* vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped Esczeertzjq2022-08-15
* vim-patch:partial:8.1.0822: peeking and flushing output slows down executionzeertzjq2022-08-15
* refactor(screen.c): resolve all clint errors (#19754)Lewis Russell2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12