summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
AgeCommit message (Expand)Author
2016-12-14Add support for readline like <c-k> and <c-u> in promptsMaxime Coste
2016-12-10Ensure the line is correctly clamped in scroll_windowMaxime Coste
2016-12-07Fix scrolling generating invalid buffer coordinatesMaxime Coste
2016-12-05Fix buffer reload info box not being shown anymoreMaxime Coste
2016-12-04Hide eventual info box when returning to normal modeMaxime Coste
2016-11-29Clean up includes of user_interface.hhMaxime Coste
2016-11-28Add support for mouse in insert modeMaxime Coste
2016-11-14Propagate the hooks disabled state through prompt, menu, and command executionMaxime Coste
2016-11-02Propagate NormalParams to user mappingsMaxime Coste
2016-10-24Make o/O open multiple lines when a count is givenMaxime Coste
2016-10-23Change handling of OpenLineAbove to fix first line edge casesMaxime Coste
2016-10-13Support Ctrl + mouse dragging to add a new selectionMaxime Coste
2016-10-03Refactor hook disabling in normal modeMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-26Make hook disabling work for all hooks, not only user hooksMaxime Coste
2016-09-18Make idle timeout and filesystem check timeout configurableMaxime Coste
2016-08-22Only drop blank prefixed history entries in command/shell promptsMaxime Coste
2016-08-22Cleanup history_push functionMaxime Coste
2016-07-28Use the same logic for mouse wheel and (half) page up/downMaxime Coste
2016-07-05Use named keys for Return and Tab instead of <c-m> and <c-i>Maxime Coste
2016-06-18Keep prompt displayed on <c-r> and <c-v> in prompt modeMaxime Coste
2016-06-16Clear up info/menus and eventual prompts when reseting to normal modeMaxime Coste
2016-05-20Dont overwrite registers with empty macrosMaxime Coste
2016-04-19Add a -password switch to :prompt to allow for more secure password enteringMaxime Coste
2016-04-13Fix mistake in input_handler.ccMaxime Coste
2016-04-13Fix support for macro being recorded and replay during :exec (non draft)Maxime Coste
2016-03-31Document the null registerMaxime Coste
2016-03-24Support getting back to original prefix with tab/shift-tab in promptsMaxime Coste
2016-03-22User mappings and :exec are always executed in normal modeMaxime Coste
2016-03-15Reset line editor display pos when the text is resetMaxime Coste
2016-03-15Redisplay prompt on Prompt mode enabledMaxime Coste
2016-03-11Formatting fixMaxime Coste
2016-03-09Only select a completion when the menu was visible (or its the only one)Maxime Coste
2016-03-07Remove complete_prefix option and behaviourMaxime Coste
2016-02-27Remove direct access to ui, go through clientMaxime Coste
2016-02-05More string usage cleanupMaxime Coste
2015-12-12Fix input mode keep alive handling, use a refcount for input modesMaxime Coste
2015-11-30Run InsertIdle after reseting completer to permit InsertIdle to display an in...Maxime Coste
2015-11-26Remind user hooks disable when replaying last insertMaxime Coste
2015-11-25Reject non ascii register namesMaxime Coste
2015-11-24Add StatusLine{Mode,Info,Value} built in facesMaxime Coste
2015-11-21Fix onkey autoinfoMaxime Coste
2015-11-18Change autoinfo option to be a flags option, document flags optionsMaxime Coste
2015-11-13Support <c-v> to insert raw value in insert/prompt modeMaxime Coste
2015-11-10Disable history when executing mapsMaxime Coste
2015-11-10Document default registersMaxime Coste
2015-11-09Refactor Normal input mode on_key methodMaxime Coste
2015-10-28Fix mouse scrolling up stopping at line 2Maxime Coste
2015-10-13Fix file change detection not working in certain casesMaxime Coste
2015-10-10Tweak file change checking timeout handlingMaxime Coste