aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | mouse: Remove CHECK_DOUBLE_CLICK conditionalsThiago de Arruda2014-12-02
* | term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* | term: Remove most calls to settmodeThiago de Arruda2014-12-02
* | term: Move "set_shellsize" to screen.c as "screen_resize"Thiago de Arruda2014-12-02
* | Merge pull request #1582 from LBEaston/FixSegFaultJustin M. Keyes2014-12-01
|\ \
| * | Fix SegFault when getting full path for filesLBEaston2014-12-01
* | | Wconversion: fix #1578Justin M. Keyes2014-11-28
|/ /
* | Merge pull request #1497 from splinterofchaos/const-attrJustin M. Keyes2014-11-29
|\ \ | |/ |/|
| * strings: Enable -Wconvert.Scott Prager2014-11-27
| * strings/memory: constify and func_attr.Scott Prager2014-11-27
* | Merge pull request #1491 from Pyrohh/os2-and-misc-cleanupJustin M. Keyes2014-11-28
|\ \
| * | Remove OS/2 referencesMichael Reed2014-11-27
| * | Remove Atari MiNT referencesMichael Reed2014-11-27
| * | Remove NeXTSTEP referencesMichael Reed2014-11-27
* | | Merge pull request #1533 from elmart/fix-sub-newline-abortJustin M. Keyes2014-11-28
|\ \ \
| * | | Fix newline substitution.Eliseo Martínez2014-11-28
| |/ /
* | | Merge pull request #1186 from splinterofchaos/writeJustin M. Keyes2014-11-28
|\ \ \ | |/ / |/| |
| * | mch_early_init() -> early_init().Scott Prager2014-11-28
| * | update mch_suspendScott Prager2014-11-28
| * | mch_init -> term_initScott Prager2014-11-28
| * | mch_write -> term_writeScott Prager2014-11-28
* | | Merge pull request #1492 from fwalch/fix-wconversionJustin M. Keyes2014-11-27
|\ \ \
| * | | Wconversion: Change long to int64_t in cursor_shape.c, digraph.c.Florian Walch2014-11-27
| * | | Wconversion: Remove regexp_nfa.c from list.Florian Walch2014-11-27
| * | | Wconversion: Fix warnings in indent_c.c.Florian Walch2014-11-27
| * | | Wconversion: Fix warnings in file_search.c.Florian Walch2014-11-27
| * | | Wconversion: Fix warnings in ex_eval.c.Florian Walch2014-11-27
| |/ /
* | | Merge pull request #1566 from splinterofchaos/fix-save-tv-as-stringJustin M. Keyes2014-11-27
|\ \ \
| * | | eval: Fix coverity false positive.Scott Prager2014-11-27
| |/ /
* | | Merge pull request #1516 from fmoralesc/new-patchesJustin M. Keyes2014-11-27
|\ \ \
| * | | vim-patch:7.4.478: Use character lenght for 'showbreak'Felipe Morales2014-11-27
| * | | vim-patch:7.4.473Felipe Morales2014-11-27
| * | | vim-patch:7.4.472: Only draw "precedes" entry in 'listchar' when 'list' is onFelipe Morales2014-11-27
| * | | vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block modeFelipe Morales2014-11-27
| * | | vim-patch:7.4.435: Disable linebreak temporarily when formatting lines.Felipe Morales2014-11-27
| * | | vim-patch:7.4.425: Adjust virtcol when showbreak is setFelipe Morales2014-11-27
* | | | ui: Move check_col/check_row functions to mbyte.cThiago de Arruda2014-11-27
* | | | Remove code defined under USE_IM_CONTROL #ifdefsThiago de Arruda2014-11-27
| |/ / |/| |
* | | ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* | | ui: Extract mouse.c/mouse.hThiago de Arruda2014-11-27
* | | ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* | | ui: Remove ui_inchar/ui_char_availThiago de Arruda2014-11-27
* | | Add Boolean argument escape_csi to vim_feedkeysRui Abreu Ferreira2014-11-27
| |/ |/|
* | Merge pull request #1552 from equalsraf/tb-fix-1530Justin M. Keyes2014-11-25
|\ \
| * | Add missing refcount increment for systemlist()Rui Abreu Ferreira2014-11-25
* | | Fix substitute newline: Memory functions: Improve style.Eliseo Martínez2014-11-24
|/ /
* | Fix Makefile for running valgrind with old tests.Julian Mehne2014-11-22
* | event: No longer process K_EVENT automaticallyThiago de Arruda2014-11-21
* | input: Refactor to ensure user input has higher priorityThiago de Arruda2014-11-21
* | legacy tests: migrate test105Rainer Borene2014-11-20