aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | job.c: Prevent early return from job_wait().oni-link2015-01-11
* | | | Merge pull request #1803 from elmart/small-fixesJustin M. Keyes2015-01-16
|\ \ \ \ | |_|_|/ |/| | |
| * | | coverity/100248: Operands don't affect result: HI.Eliseo Martínez2015-01-16
| * | | Fix bad assert.Eliseo Martínez2015-01-14
* | | | Merge pull request #1816 from Pyrohh/macro_cleanupJustin M. Keyes2015-01-15
|\ \ \ \
| * | | | Macro cleanup: MiscellaneousMichael Reed2015-01-14
| * | | | Macro cleanup: HAS_SWAP_EXISTS_ACTIONMichael Reed2015-01-14
| * | | | Macro cleanup: PROTOMichael Reed2015-01-14
| |/ / /
* | | | screen: Fix screen_resize to consider minimum screen sizeThiago de Arruda2015-01-15
* | | | input: Fix check for mouse coordinatesThiago de Arruda2015-01-15
* | | | input: Read row/col position when processing mouse wheelThiago de Arruda2015-01-14
* | | | ui: Implement set_{title,icon}Thiago de Arruda2015-01-14
* | | | term: Fix shell_resized for abstract_uiThiago de Arruda2015-01-13
* | | | 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
* | | | 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
|/ / /
* | | 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
* | | | | 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