aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui/tui.c
Commit message (Expand)AuthorAge
* fix(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793)zeertzjq2024-10-15
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* docs: misc (#29719)dundargoc2024-08-29
* fix(tui): reset active attr ID when OSC 8 sequence is terminated (#29960)Gregory Anders2024-08-02
* fix(tui): set id parameter in OSC 8 sequences (#29840)Gregory Anders2024-07-24
* feat(tui): support in-band resize events (#29791)Gregory Anders2024-07-19
* docs: misc (#29410)dundargoc2024-07-05
* fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders2024-06-05
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* fix(tui): reset clear_region attributes during startup #28713luukvbaal2024-05-26
* fix(tui): remove duplicate disabling of synchronized output (#28884)zeertzjq2024-05-21
* fix(tui): initialize clear attrs with current terminal backgroundLuuk van Baal2024-05-10
* fix(tui): disable DECRQM and DECRQSS queries for Terminal.app (#28453)Yoshimasa Niwa2024-04-23
* fix(tui): make setcellwidths() work for non-ambiwidth chars (#28322)zeertzjq2024-04-14
* fix(tui): don't set cursor color when there is none (#28236)Sam2024-04-09
* test: skip another flaky test on macOS (#28087)zeertzjq2024-03-29
* fix(tui): don't use DECRQSS in screen or tmux (#28086)zeertzjq2024-03-29
* feat(tui): query extended underline support using DECRQSS (#28052)zeertzjq2024-03-28
* refactor(tui): reorder functions for query and response (#28051)zeertzjq2024-03-27
* feat(tui): support undercurl in WezTerm (#28037)zeertzjq2024-03-26
* fix(api): make open_win/win_set_config check if splitting allowedSean Dewar2024-03-08
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* fix(tui): `space_buf` overflow when clearing screen (#27352)Sean Dewar2024-02-06
* docs: explain why TUI is reinitialized on resume (#27177)Gregory Anders2024-01-28
* refactor: IWYU (#27186)zeertzjq2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* docs: various #25289Justin M. Keyes2024-01-18
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* fix(tui): don't use tui->params[] for 'termsync' (#26565)zeertzjq2023-12-14
* fix(tui): don't forget to update cursor visibility (#26523)zeertzjq2023-12-12
* refactor(tui): use synchronized updates around actual buf flush (#26478)Gregory Anders2023-12-09
* fix(tui): start flush earlier (#26463)zeertzjq2023-12-08
* fix(tui): use uv_timer_t instead of TimeWatcher for input (#26435)zeertzjq2023-12-07
* feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders2023-12-06
* refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor(tui): remove unnecessary scheduling when suspending (#26190)zeertzjq2023-11-24
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20