| Age | Commit message (Expand) | Author |
| 2013-11-07 | Makefile: use boost_regex-mt on Cygwin | Maxime Coste |
| 2013-11-07 | cpp indent improvement | Maxime Coste |
| 2013-11-07 | fix kakrc string highlighting | Maxime Coste |
| 2013-11-06 | make align tab-aware | Maxime Coste |
| 2013-11-06 | Add modulo operators to StronglyTypedNumber | Maxime Coste |
| 2013-11-05 | Add support for -itersel option in exec/eval | Maxime Coste |
| 2013-11-04 | update cpp indent hooks, add align to opening paren support | Maxime Coste |
| 2013-11-04 | Use InsertChar hook for char insertion, and InsertKey for key press | Maxime Coste |
| 2013-11-04 | Tweak insert completion behaviour | Maxime Coste |
| 2013-11-04 | regex option highlighter use runtime window rather than creation time one | Maxime Coste |
| 2013-11-04 | Allow to ommit the catch part in the try command | Maxime Coste |
| 2013-11-04 | simplify clang-enable-autocomplete, no need for shell | Maxime Coste |
| 2013-11-04 | remove filters, use hooks instead | Maxime Coste |
| 2013-11-04 | cpp.kak: replace filters with hooks | Maxime Coste |
| 2013-11-04 | Remove IncrementalInserter and move it's code to InputModes::Insert | Maxime Coste |
| 2013-11-04 | Add automatic completion display in prompt mode | Maxime Coste |
| 2013-11-04 | Fix select_next_match that would select the end of the buffer in some circums... | Maxime Coste |
| 2013-11-04 | Run new clients in a new process session | Maxime Coste |
| 2013-10-30 | Remove setg/setb/setw and use set <scope> | Maxime Coste |
| 2013-10-30 | add <a-gt> for indenting even empty lines | Maxime Coste |
| 2013-10-26 | minor style fix | Maxime Coste |
| 2013-10-26 | Add a WinClose hook | Maxime Coste |
| 2013-10-26 | Keep does nothing if an empty regex is entered (rather than crashing) | Maxime Coste |
| 2013-10-26 | Specify key modifiers using constexpr functions for brevity | Maxime Coste |
| 2013-10-26 | InputMode::Prompt: use an enum for mode rather than bool m_insert_reg | Maxime Coste |
| 2013-10-26 | remove unneeded code in client | Maxime Coste |
| 2013-10-25 | Add key mapping support | Maxime Coste |
| 2013-10-25 | use prefix matching for hook scope | Maxime Coste |
| 2013-10-24 | Add std::hash specialization for std::pair | Maxime Coste |
| 2013-10-21 | Add an autoreload YesNoAsk option, for configuring buffer reloading behaviour. | Maxime Coste |
| 2013-10-21 | Add YesNoAsk type for options | Maxime Coste |
| 2013-10-21 | Add Buffer::reload for reloading buffers without loosing options and hooks | Maxime Coste |
| 2013-10-17 | Code style cleanups in ncurses.{cc,hh} | Maxime Coste |
| 2013-10-17 | More robust Buffer filesystem timestamp handling | Maxime Coste |
| 2013-10-17 | Improve NCurses UI menu scroll bar, use a variable height | Maxime Coste |
| 2013-10-15 | Detect file external modification and ask the user whether to reload or not | Maxime Coste |
| 2013-10-15 | Reset normal mode when changing the current editor | Maxime Coste |
| 2013-10-14 | Fix indent code, support indentwidth=0 for using tabs | Maxime Coste |
| 2013-10-11 | Fix ctags.kak function info support | Maxime Coste |
| 2013-10-11 | Fix Editor::remove_selection when the main selection is the first one and is ... | Maxime Coste |
| 2013-10-11 | Display session name in the status line | Maxime Coste |
| 2013-10-11 | Use { and } for extending selection to object start/end | Maxime Coste |
| 2013-10-11 | Save last pipe command to the '|' register, and use it for empty cmd | Maxime Coste |
| 2013-10-11 | Pass title to UserInterface::info_show | Maxime Coste |
| 2013-10-11 | Display target register name in status line when recording a macro | Maxime Coste |
| 2013-10-11 | Only allow recording macro to register a-z | Maxime Coste |
| 2013-10-11 | Let InputModes describe themselves for status line display | Maxime Coste |
| 2013-10-10 | Remove Context::numeric_param, pass it directly to normal mode functions | Maxime Coste |
| 2013-10-08 | Fix tabs that appeared in the codebase | Maxime Coste |
| 2013-10-08 | Improve object selection support | Maxime Coste |