| Age | Commit message (Expand) | Author |
| 2015-04-15 | Fix set_last_used_buffer | Eike Plack |
| 2015-03-30 | Replace various adhoc operator+ based formatting with format func | Maxime Coste |
| 2015-03-27 | Add support for Home/End keys in normal and insert mode | Maxime Coste |
| 2015-03-27 | Make utf8_iterator a proper stl useable iterator | Maxime Coste |
| 2015-03-26 | Move some only used once inline functions directly in their caller | Maxime Coste |
| 2015-03-26 | Add <alt-:> for ensuring selections are forward (cursor >= anchor) | Maxime Coste |
| 2015-03-13 | Change ShellManager to return both stdout and the return value in a pair | Maxime Coste |
| 2015-03-10 | Refactor String, use a common StringOps interface, hide std::string | Maxime Coste |
| 2015-03-09 | Extract remaining lambdas commands so that the cmds array can be compile time... | Maxime Coste |
| 2015-03-09 | Use a static array to store the keymap | 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 |
| 2015-03-06 | Fix additional eol inserted when replace piping at end of buffer | Maxime Coste |
| 2015-03-05 | Rework keymap to use function pointer rather than std::function | Maxime Coste |
| 2015-03-04 | Convert CodepointPair to struct MatchingPair | Maxime Coste |
| 2015-02-25 | Respect columns when copying selection, not just bytes | Maxime Coste |
| 2015-02-06 | Avoid selecting buffer end when copying selection to next line | Maxime Coste |
| 2015-02-05 | Add C and alt-C for 'copy selection to next/previous line' | Maxime Coste |
| 2015-01-27 | Add C-f and C-b binding for page up/page down | Maxime Coste |
| 2015-01-26 | Try to improve ga behaviour | Maxime Coste |
| 2015-01-15 | Fix filename completion | Maxime Coste |
| 2015-01-12 | replace all std::vector with Vector | Maxime Coste |
| 2015-01-06 | Rename memoryview to ArrayView | Maxime Coste |
| 2014-12-28 | Add a join function for joining strings using a specific char | Maxime Coste |
| 2014-12-23 | Move containers utils to containers.hh and add filtered/transformed utils | Maxime Coste |
| 2014-12-18 | Avoid eol after undo/redo | Maxime Coste |
| 2014-12-12 | Add support for user mappings, bound to comma | Maxime Coste |
| 2014-12-11 | Change a-| to ignore output, and add ! and a-! for insert/append cmd output | Maxime Coste |
| 2014-12-11 | Display the register we yanked to | Maxime Coste |
| 2014-12-09 | Get rid of uses of unordered_set, vector is just simpler and faster... | Maxime Coste |
| 2014-11-28 | Support selecting yank/paste register with " | Maxime Coste |
| 2014-11-28 | Fix indent/deindent when multiple selections are on same line | Maxime Coste |
| 2014-11-25 | Separate events between normal and urgent ones | Maxime Coste |
| 2014-11-08 | For {Menu,Info}Style::Prompt, choose the anchor directly in ncurses code | Maxime Coste |
| 2014-11-08 | Add a MenuDoc style for info box, that will place it next to the menu | Maxime Coste |
| 2014-11-07 | small style fix | Maxime Coste |
| 2014-11-01 | move more parameters from const String& to StringView | Maxime Coste |
| 2014-10-30 | Add scoped aliases | Maxime Coste |
| 2014-10-23 | centralize bit operation support for enum used as flags | Maxime Coste |
| 2014-10-20 | Port more code to StringView instead of const String& | Maxime Coste |
| 2014-10-16 | Small tweak | Maxime Coste |
| 2014-10-13 | Add missing includes | Maxime Coste |
| 2014-10-13 | Refactor regex uses, do not reference boost except in regex.hh | Maxime Coste |
| 2014-10-03 | Use InternedStrings for buffer contents | Maxime Coste |
| 2014-09-25 | line joining will only join selected lines if selection span multiples ones | Maxime Coste |
| 2014-09-25 | Fix reverse search when extending | Maxime Coste |
| 2014-09-23 | Add support for mapping keys in goto/view commands | Maxime Coste |
| 2014-09-23 | Add inner versions of to object begin/end selection | Maxime Coste |
| 2014-09-20 | Use raw terminal, and handle signals manually | Maxime Coste |
| 2014-09-19 | preserve selection direction in split lines | Maxime Coste |