| Age | Commit message (Expand) | Author |
| 2015-12-12 | Fix input mode keep alive handling, use a refcount for input modes | Maxime Coste |
| 2015-11-30 | Run InsertIdle after reseting completer to permit InsertIdle to display an in... | Maxime Coste |
| 2015-11-26 | Remind user hooks disable when replaying last insert | Maxime Coste |
| 2015-11-25 | Reject non ascii register names | Maxime Coste |
| 2015-11-24 | Add StatusLine{Mode,Info,Value} built in faces | Maxime Coste |
| 2015-11-21 | Fix onkey autoinfo | Maxime Coste |
| 2015-11-18 | Change autoinfo option to be a flags option, document flags options | Maxime Coste |
| 2015-11-13 | Support <c-v> to insert raw value in insert/prompt mode | Maxime Coste |
| 2015-11-10 | Disable history when executing maps | Maxime Coste |
| 2015-11-10 | Document default registers | Maxime Coste |
| 2015-11-09 | Refactor Normal input mode on_key method | Maxime Coste |
| 2015-10-28 | Fix mouse scrolling up stopping at line 2 | Maxime Coste |
| 2015-10-13 | Fix file change detection not working in certain cases | Maxime Coste |
| 2015-10-10 | Tweak file change checking timeout handling | Maxime Coste |
| 2015-10-09 | When displaying a prompt content with line break char, replace them with thei... | Maxime Coste |
| 2015-10-05 | Use DisplayLine for menu choices | Maxime Coste |
| 2015-09-20 | Fix prompt history handling when pressing the down key | Maxime Coste |
| 2015-09-19 | Be tolerant to modifiers in <c-x> bindings | Maxime Coste |
| 2015-08-31 | Detect normal mode count overflow | Maxime Coste |
| 2015-08-23 | Rework resize handling | Maxime Coste |
| 2015-08-20 | Fix reentrency in Normal::handle_key | Maxime Coste |
| 2015-08-19 | Default register is not handled by the Normal input mode. | Maxime Coste |
| 2015-08-18 | Rename Disableable to more general NestedBool | Maxime Coste |
| 2015-08-18 | Cleanup key to codepoint conversion | Maxime Coste |
| 2015-08-16 | Cleanup mouse handling a little | Maxime Coste |
| 2015-08-14 | Clamp m_anchor in mouse handler, nothing garantees that it is still valid | Maxime Coste |
| 2015-08-11 | Display auto info on register insertion/explicit insert completion | Maxime Coste |
| 2015-08-11 | Handle registers insert/explicit completion with a nested on_next_key mode | Maxime Coste |
| 2015-08-08 | Use a struct rather than a std::pair for InputHandler::Insertion | Maxime Coste |
| 2015-07-25 | Tweak regex constructor calls | Maxime Coste |
| 2015-07-08 | Do not allow exiting insert mode while running InsertEnd hook. | Maxime Coste |
| 2015-06-30 | commands starting with horizontal whitespace don't go into the history | xificurC |
| 2015-06-12 | Add <a-;> in insert mode to execute a single normal mode command | Maxime Coste |
| 2015-06-04 | on_enabled might change mode, so assert Normal mode before | Maxime Coste |
| 2015-06-03 | Get rid of the mode trash, delete mode directly when leaving on_key | Maxime Coste |
| 2015-06-02 | InputHandler now uses a stack for active modes | Maxime Coste |
| 2015-06-01 | Port even more code to use format function | Maxime Coste |
| 2015-04-25 | Move Colors enum class as NamedColor enum inside Color struct | Maxime Coste |
| 2015-04-19 | Avoid unneeded update of selections when we are going to overwrite them | Maxime Coste |
| 2015-04-15 | Remove is_blank, which is identical to is_horizontal_blank | Maxime Coste |
| 2015-03-27 | Add support for Home/End keys in normal and insert mode | Maxime Coste |
| 2015-03-22 | Add support for mouse wheel | Maxime Coste |
| 2015-03-22 | Experimental support for mouse | Maxime Coste |
| 2015-03-22 | Check modifiers before inserting codepoints in the line editor | Maxime Coste |
| 2015-03-15 | Store fake keystrokes when selecting an insert completion candidate | Maxime Coste |
| 2015-03-14 | Minor code cleanup | Maxime Coste |
| 2015-03-12 | Minor cleanup | Maxime Coste |
| 2015-03-10 | Refactor String, use a common StringOps interface, hide std::string | Maxime Coste |
| 2015-03-09 | ArrayView content is not const anymore | Maxime Coste |
| 2015-03-08 | Use a sorted array for keymap rather than an unordered map | Maxime Coste |