aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* | refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* | vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
* | feat(input): delay all simplificationszeertzjq2022-04-29
* | vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
|/
* refactor(terminal)!: drop winpty, require Windows 10 #18253erw72022-04-26
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* vim-patch:8.2.4750: small pieces of dead code (#18113)dundargoc2022-04-15
* feat(events): support SIGWINCH for Signal event #18029Loong Wang2022-04-10
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* fix(input): do not translate scroll keys into multiclickszeertzjq2022-04-02
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* chore: fix typos (#17670)dundargoc2022-03-17
* refactor: fix clint warnings (#17682)dundargoc2022-03-13
* refactor(uncrustify): format all c filesDundar Göc2022-03-10
* fix(pty_process_win/wait_eof_timer_cb): also check for proc->out.did_eofzeertzjq2022-03-02
* refactor(lua): cleanup and docs for threadsbfredl2022-02-26
* feat(lua): add proper support of luv threadserw72022-02-26
* vim-patch:8.2.0942: expanding to local dir after homedir keeps "~/"zeertzjq2022-02-07
* fix(input): never escape CSI byteszeertzjq2022-01-21
* Merge pull request #16617 from pekdon/forkptyJames McCoy2021-12-16
|\
| * fix: add forkpty for SunOS variantsClaes Nästén2021-12-12
* | refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* | refactor(misc1): move shell related functions to os/shell.cBjörn Linse2021-12-10
* | refactor(misc1): move user related code to os/users.cBjörn Linse2021-12-10
* | Merge pull request #16597 from bfredl/nomisc1Björn Linse2021-12-10
|\ \ | |/ |/|
| * refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* | fix: don't use cfsetspeed, use i and o variantsClaes Nästén2021-12-07
* | fix: don't include pty.h on SunOSClaes Nästén2021-12-07
* | fix: define NAME_MAX from _XOPEN_NAME_MAXClaes Nästén2021-12-06
|/
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* 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
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* fix(tui): remove dead code #15929erw72021-10-06
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* fix(tui): remove obsolete $NVIM detection #15791erw72021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* coverity/331377: os_fopen: Remove invalid iflags assertJames McCoy2021-05-06
* coverity/331399: Remove unused "term_name" member from PtyProcessJames McCoy2021-05-06
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* Add more info to debug messagesJames McCoy2021-04-08
* os/win: fix build failureJan Edmund Lazo2021-03-31