aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
| * Fix unused variable in wstream.c for a release build.John Szakmeister2015-03-14
* | main: Simplify code that deals with early user inputThiago de Arruda2015-03-18
* | ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* | ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
|/
* Merge pull request #2114 from oni-link/remove.assertJohn Szakmeister2015-03-12
|\
| * Remove unnecessary assert() in os_dirname().oni-link2015-03-08
* | os_unix_defs && os/unix_defs: Consistently use '~' over '$HOME' #2009Michael Reed2015-03-11
|/
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* job: Allow spawning jobs connected to pseudo terminalsThiago de Arruda2015-02-23
* job: Refactor process spawning and startup argumentsThiago de Arruda2015-02-23
* job: Send SIGTERM before calling job_stop in job_teardownThiago de Arruda2015-02-23
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* input: Escape utf8 sequences that contain CSI/K_SPECIALThiago de Arruda2015-02-18
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* input: Remove input_buffer_{save,restore}Thiago de Arruda2015-02-16
* input: Fix handle_mouse_event functionThiago de Arruda2015-02-16
* input: Prefer keycodes in input_enqueue key translationThiago de Arruda2015-02-16
* coverity/{68484,68485}: Read from pointer after free: RI.Thiago de Arruda2015-02-11
* Remove long_u: Remove type.Eliseo Martínez2015-01-19
* Merge pull request #1798 from oni-link/fix.job.waitJustin M. Keyes2015-01-18
|\
| * job.c: Prevent early return from job_wait().oni-link2015-01-11
* | input: Fix check for mouse coordinatesThiago de Arruda2015-01-15
* | input: Read row/col position when processing mouse wheelThiago de Arruda2015-01-14
* | shell: When executing command, use screen functions to display outputThiago de Arruda2015-01-13
* | input: Ignore invalid "<" key sequencesThiago de Arruda2015-01-13
* | Linting: Recommend os_* instead of POSIX functions.Florian Walch2015-01-11
|/
* Remove long_u: term: Enable -Wconversion.Eliseo Martínez2015-01-10
* Merge pull request #1684 from justinmk/coverity74717Justin M. Keyes2014-12-26
|\
| * coverity/74717: FP: NULL Pointer DereferenceJustin M. Keyes2014-12-23
* | Linting: Suppress warnings in os/users.c.Florian Walch2014-12-24
* | Linting: Fix strcpy warning.Florian Walch2014-12-24
* | Linting: Fix header guards, add whitespace.Florian Walch2014-12-24
|/
* coverity/74718: invalid FUNC_ATTR_NONNULL_ARGJustin M. Keyes2014-12-20
* input: Recognize mouse events for abstract_uiThiago de Arruda2014-12-10
* ui: Add abstract_ui termcap and split UI layerThiago de Arruda2014-12-08
* shell: Fix shell command outputThiago de Arruda2014-12-06
* shell: Remove kShellOptCooked from ShellOptsThiago de Arruda2014-12-03
* time: Inline microdelay into os_microdelayThiago de Arruda2014-12-03
* term: Remove most calls to settmodeThiago de Arruda2014-12-02
* Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\
| * strings: Enable -Wconvert.Scott Prager2014-11-27
* | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* | ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
|/
* event: No longer process K_EVENT automaticallyThiago de Arruda2014-11-21
* input: Refactor to ensure user input has higher priorityThiago de Arruda2014-11-21
* Remove os/provider.{c,h} and all of its referencesThiago de Arruda2014-11-18
* shell: Use job_write_cb for closing stdinThiago de Arruda2014-11-10
* Try to fix problem found in the Travis Ci build.oni-link2014-11-09
* Mark some function arguments as [consumed] in the docs.oni-link2014-11-09
* job: Fix memory leak in job_start().oni-link2014-11-09