aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* fix(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)luukvbaal2024-03-03
* fix(float): allow floating window in cmdline areaLuuk van Baal2024-03-01
* vim-patch:b1427b46f5fe (#27652)zeertzjq2024-02-28
* test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq2024-02-25
* fix(marktree): some marks counted twice when checking for overlapbfredl2024-02-23
* fix(api): don't leak memory with nvim_win_get_ns (#27570)zeertzjq2024-02-22
* fix(extmarks): redraw properly with scoped inline virt_text (#27569)zeertzjq2024-02-22
* feat(extmark): window scoped extmarkaltermo2024-02-21
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* feat(tabline): middle mouse button now closes tab (#27522)Nacho Nieva2024-02-19
* fix(decorations): crash with revised mark with changed decoration flagsbfredl2024-02-17
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* fix(extmarks): redraw line on adding/removing conceal (#27463)zeertzjq2024-02-14
* vim-patch:9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn' (#27...zeertzjq2024-02-13
* Merge pull request #27348 from fredizzimo/fsundvik/fix-ext-hlstatebfredl2024-02-12
|\
| * test: add more hlstate testsFred Sundvik2024-02-05
* | fix(extmarks): redraw pre-undo position (#27437)zeertzjq2024-02-12
* | perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq2024-02-12
* | fix(column): use a single path for sign sorting (#27431)luukvbaal2024-02-12
* | fix(messages): clear new lines when increasing 'cmdheight' (#27421)zeertzjq2024-02-11
* | test(ui/mouse_spec): make sure click is processed (#27412)zeertzjq2024-02-10
* | test: add test for scroll wheel at right-click menu (#27409)zeertzjq2024-02-10
* | vim-patch:9.1.0083: Redrawing can be improved when deleting lines with 'number'zeertzjq2024-02-08
* | refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* | fix(column): handle w_redr_statuscol at end filler lines (#27365)zeertzjq2024-02-06
* | vim-patch:9.1.0079: LineNrAbove/Below highlighting wrong on wrapped lines (#2...zeertzjq2024-02-06
* | docs: small fixes (#27213)dundargoc2024-02-06
* | test: add test for 'foldcolumn' with cmdwin (#27355)zeertzjq2024-02-06
|/
* fix(redraw): update Visual selection properly with splits (#27343)zeertzjq2024-02-05
* fix(inccommand): update topline after moving cursor (#27341)zeertzjq2024-02-05
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* fix(keycodes): simplify S- properly when D- is present (#27316)zeertzjq2024-02-03
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* Merge pull request #27122 from luukvbaal/signcolbfredl2024-02-01
|\
| * fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* | feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* | fix(statusline): missing offset when showing 'keymap' (#27270)zeertzjq2024-01-31
* | feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
|/
* fix(colorscheme): use explicit normal foreground in syntax groupsEvgeni Chasnovski2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* fix(sign): avoid deleting from sign map while looping over it (#27158)luukvbaal2024-01-24
* test: typing for screen.luaLewis Russell2024-01-23
* fix(extmarks): crash with sign after many marksbfredl2024-01-23
* fix(column): clear "b_signcols" when marktree is clearedLuuk van Baal2024-01-22
* feat(fold): transparent foldtextLewis Russell2024-01-22
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* fix(inccommand): improve preview buffer number handling (#27087)zeertzjq2024-01-19
* Merge pull request #27024 from lewis6991/test_followupLewis Russell2024-01-17
|\
| * test: refactor PathsLewis Russell2024-01-17
| * test: big cleanup followupLewis Russell2024-01-17