aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
|/
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* vim-patch:8.2.4858: K_SPECIAL may be escaped twicezeertzjq2022-05-03
* Merge pull request #18294 from mhinz/mac/simpler-locale-fallbackJames McCoy2022-05-01
|\
| * fix(mac): use same $LANG fallback mechanism as VimMarco Hinz2022-04-28
* | refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* | fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)zeertzjq2022-04-30
* | refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* | 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