Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: move some constants out of vim_defs.h (#26298) | zeertzjq | 2023-11-29 |
| | |||
* | refactor: fix headers with IWYU | dundargoc | 2023-11-28 |
| | |||
* | build(IWYU): replace most private mappings with pragmas (#26247) | zeertzjq | 2023-11-27 |
| | |||
* | build: adjust clang-tidy warning exclusion logic | dundargoc | 2023-11-20 |
| | | | | | | | Enable all clang-tidy warnings by default instead of disabling them. This ensures that we don't miss useful warnings on each clang-tidy version upgrade. A drawback of this is that it will force us to either fix or adjust the warnings as soon as possible. | ||
* | build: remove PVS | dundargoc | 2023-11-12 |
| | | | | | | | We already have an extensive suite of static analysis tools we use, which causes a fair bit of redundancy as we get duplicate warnings. PVS is also prone to give false warnings which creates a lot of work to identify and disable. | ||
* | fix(Windows): restore console title at exit #21922 | Enan Ajmain | 2023-01-23 |
| | | | Fixes #21404 | ||
* | fix(ui): re-organize tty fd handling and fix issues | bfredl | 2023-01-16 |
| | | | | | | | - Use the correct fd to replace stdin on windows (CONIN) - Don't start the TUI if there are no tty fd (not a regression, but makes sense regardless) - De-mythologize "global input fd". it is just STDIN. | ||
* | refactor(windows): move os_icon_xx functions | Justin M. Keyes | 2022-10-14 |
| | |||
* | refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695) | dundargoc | 2022-05-25 |
| | |||
* | fix(tui): remove dead code #15929 | erw7 | 2021-10-06 |
| | | | | | Before #15889, we used our fork of libuv which supports Windows 7/8. After #15889, we use upstream libuv, which does not support Windows 7 and lacks mouse/altbuf support for Windows 8 console. | ||
* | refactor: format files with uncrustify #15663 | dundargoc | 2021-09-14 |
| | |||
* | win/TUI: enable mouse on ConEmu and vtpcon without vti | erw7 | 2020-05-26 |
| | |||
* | Change to replace stderr with conout | erw7 | 2020-01-17 |
| | |||
* | Add missing include file | erw7 | 2020-01-17 |
| | |||
* | Add stdin, stdout replacement functions | erw7 | 2020-01-17 |