aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | encoding: don't allow changing encoding after startup scriptsBjörn Linse2015-09-08
|/ / /
* | | Windows: disable libuv argument escaping for uv_spawn #3305Rui Abreu Ferreira2015-09-08
* | | MSVC: Fix declaration generation. #3301Rui Abreu Ferreira2015-09-07
|/ /
* | tui: Refactor for running in another threadThiago de Arruda2015-09-06
* | ui: Implement module for thread-safe communication with UThiago de Arruda2015-09-06
* | loop: Improvements for thread-safetyThiago de Arruda2015-09-06
* | queue: Allow direct appending to parent queuesThiago de Arruda2015-09-06
* | log: Make logging thread-safeThiago de Arruda2015-09-06
* | build: Disable gcov on TSAN buildsThiago de Arruda2015-09-06
* | tui: Move screen state tracking to new "ugrid" moduleThiago de Arruda2015-09-06
* | tui: move term_input.inl into the input.c moduleThiago de Arruda2015-09-06
|/
* vim-patch:7.4.602oni-link2015-09-06
* MSVC: Include limits.h for INT_MAX. #3290Rui Abreu Ferreira2015-09-05
* do_path_expand: Avoid non-readable directories. #3273Felipe Morales2015-09-04
* fixup: appease clintFelipe Morales2015-09-04
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* Windows: Move file_info_old declaration out of UNIX block #3260Rui Abreu Ferreira2015-08-31
* clipboard: avoid clipboard during :global. #2809Felipe Morales2015-08-30
* termopen(): remove `name` feature. #3181Mathieu Xhonneux2015-08-30
* Windows: Define USE_CRNL on Windows. #3249Seth Jackson2015-08-28
* Windows: restore 'shell', 'shellcmdflags' defaults. #3256Rui Abreu Ferreira2015-08-28
* MSVC: use MSVC instead of GCC-like compiler flags.Justin M. Keyes2015-08-27
* Windows: avoid "uv_" naming conflicts. #3225Seth Jackson2015-08-27
* version.c: mark patches NA #3252Chiu-Hsiang Hsu2015-08-27
* os/os_defs.h cleanup: Remaining signal stuffMichael Reed2015-08-27
* os/os_defs.h cleanup: SIGHASARGMichael Reed2015-08-27
* os/os_defs.h cleanup: SIGHAS3ARGSMichael Reed2015-08-27
* os/os-defs.h cleanup: Don't include <time.h>Michael Reed2015-08-27
* vim-patch:7.4.836 #3244Justin M. Keyes2015-08-26
* test59: Delete oldtests 58 and 59Björn Linse2015-08-26
* MSVC: include os/os_defs.h for `inline`. #3239Rui Abreu Ferreira2015-08-25
* Move MAX and MIN macros to macros.hMichael Reed2015-08-25
* MSVC: Define `inline` and `restrict`. #3237Seth Jackson2015-08-25
* fix strict-overflow cases #3236Nikolay Orlyuk2015-08-25
* screen.c: remove `screen_char_attr` #3235Justin M. Keyes2015-08-25
* vim-patch:7.4.799Chiu-Hsiang Hsu2015-08-25
* Windows: Define ssize_t and SSIZE_MAX. #3228Seth Jackson2015-08-25
* defaults: set 'laststatus' to 2. #2876Felipe Morales2015-08-24
* remove references to <sys/time.h>Justin M. Keyes2015-08-24
* Windows: is_executable(): do not check exec bit.Rui Abreu Ferreira2015-08-23
* Windows: Add has('win32'). #3223Rui Abreu Ferreira2015-08-23
* defaults: set 'listchars' to "tab:> ,trail:-,nbsp:+". #2872Felipe Morales2015-08-22
* terminal: Fix use after freeThiago de Arruda2015-08-22
* terminal: Only wipe buffer terminal_close wasn't calledThiago de Arruda2015-08-21
* main: Initialize event loop before command_line_scanThiago de Arruda2015-08-21
* eval: Protect job callbacks from being redefinedThiago de Arruda2015-08-21
* tui/remote_ui: Fix some regressionsThiago de Arruda2015-08-21
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* terminal.c: Events in terminal_enter() should not free the terminaloni-link2015-08-21
* Fix lint errors #3204Steven Oliver2015-08-20