aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | screen: Fix highlight reset for abstract_uiThiago de Arruda2015-01-13
| * | | | main: Fix color schemes for abstract_uiThiago de Arruda2015-01-13
| * | | | syntax: Refresh UI when the color scheme changesThiago de Arruda2015-01-13
| * | | | ui: Fix redraw bug caused by race conditions with remote clientsThiago de Arruda2015-01-13
| * | | | shell: When executing command, use screen functions to display outputThiago de Arruda2015-01-13
| * | | | ui: Use ui_linefeed to handle line breaks correctlyThiago de Arruda2015-01-13
| * | | | ui: Fix out_flush/ui_write behavior to always flush for abstract_uiThiago de Arruda2015-01-13
| * | | | channel: Make pending_requests a field of the Channel typeThiago de Arruda2015-01-13
| * | | | ui: Fix `:suspend` command for remote UIsThiago de Arruda2015-01-13
| * | | | ui: Don't parse abstract_ui codes if there are no attached UIsThiago de Arruda2015-01-13
| * | | | channel: Free channels created from libuv streamsThiago de Arruda2015-01-13
| * | | | ui: Add 'rgb' parameter to ui_attachThiago de Arruda2015-01-13
| * | | | syntax: Take rgb fg/bg when allocating cterm attr numberThiago de Arruda2015-01-13
| * | | | ui: Merge standout and reverse into one attributeThiago de Arruda2015-01-13
| * | | | input: Ignore invalid "<" key sequencesThiago de Arruda2015-01-13
| * | | | test: Remove unnecessary command from highlight_specThiago de Arruda2015-01-13
| * | | | ui: Fix ui resizing and change some method namesThiago de Arruda2015-01-13
| * | | | remote_ui: Move handler registration to remote_ui.cThiago de Arruda2015-01-13
| * | | | ui: Add mising T_CSV code to abstract_ui termcapThiago de Arruda2015-01-13
| * | | | ui: Increase cursor row when text being rendered would cross its limitThiago de Arruda2015-01-13
| * | | | ui: Add update_fg/update_bg methodsThiago de Arruda2015-01-13
| * | | | test: Fix clear/eol_clear in screen.luaThiago de Arruda2015-01-13
|/ / / /
* | | | Merge pull request #1782 from fwalch/small-patchesJustin M. Keyes2015-01-13
|\ \ \ \
| * | | | vim-patch:7.4.563Florian Walch2015-01-08
| * | | | vim-patch:7.4.567Florian Walch2015-01-08
| * | | | version.c: Add patch numbers until 7.4.567.Florian Walch2015-01-08
| * | | | vim-patch:7.4.466Florian Walch2015-01-08
* | | | | Merge pull request #1801 from Pyrohh/qnx_cleanupJustin M. Keyes2015-01-13
|\ \ \ \ \
| * | | | | Remove QNX/pterm remnantsMichael Reed2015-01-11
* | | | | | Merge pull request #1792 from fwalch/clint_remove-rand_rJustin M. Keyes2015-01-12
|\ \ \ \ \ \
| * | | | | | Linting: Recommend os_* instead of POSIX functions.Florian Walch2015-01-11
* | | | | | | Merge pull request #1804 from neovim/revert-1657-abstract-ui-fixesJustin M. Keyes2015-01-12
|\ \ \ \ \ \ \
| * | | | | | | Revert "[WIP] "abstract_ui" fixes and improvements"Justin M. Keyes2015-01-12
|/ / / / / / /
* | | | | | | Merge pull request #1657 from tarruda/abstract-ui-fixesJustin M. Keyes2015-01-12
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | syntax: Refresh UI when the color scheme changesThiago de Arruda2015-01-12
| * | | | | | ui: Fix redraw bug caused by race conditions with remote clientsThiago de Arruda2015-01-12
| * | | | | | shell: When executing command, use screen functions to display outputThiago de Arruda2015-01-12
| * | | | | | ui: Use ui_linefeed to handle line breaks correctlyThiago de Arruda2015-01-12
| * | | | | | ui: Fix out_flush/ui_write behavior to always flush for abstract_uiThiago de Arruda2015-01-12
| * | | | | | channel: Make pending_requests a field of the Channel typeThiago de Arruda2015-01-12
| * | | | | | ui: Reimplement `:suspend` command for remote UIs.Thiago de Arruda2015-01-12
| * | | | | | ui: Don't parse abstract_ui codes if there are no attached UIsThiago de Arruda2015-01-12
| * | | | | | channel: Free channels created from libuv streamsThiago de Arruda2015-01-12
| * | | | | | ui: Add 'rgb' parameter to ui_attachThiago de Arruda2015-01-12
| * | | | | | ui: Dont resize screen if no UIs are attachedThiago de Arruda2015-01-12
| * | | | | | screen: Fix bug that causes separator to always be redraw for utf8Thiago de Arruda2015-01-12
| * | | | | | screen: Remove abstract_ui test in reset_cterm_colorsThiago de Arruda2015-01-12
| * | | | | | runtime: Fix plugin/matchparen.vim for abstract_uiThiago de Arruda2015-01-12
| * | | | | | syntax: Take rgb fg/bg when allocating cterm attr numberThiago de Arruda2015-01-12
| * | | | | | ui: Merge standout and reverse into one attributeThiago de Arruda2015-01-12