| Age | Commit message (Expand) | Author |
| 2014-12-23 | Expose buffer list to shell over $kak_buflist | Eike Plack |
| 2014-12-22 | Minor cleanup | Maxime Coste |
| 2014-12-22 | Remove useless code | Maxime Coste |
| 2014-12-21 | Support absolute paths when completing commands | Maxime Coste |
| 2014-12-20 | Small code tweak | Maxime Coste |
| 2014-12-19 | Restore some special behaviours, I missed them in interactive mode. | Maxime Coste |
| 2014-12-18 | Avoid eol after undo/redo | Maxime Coste |
| 2014-12-18 | Revert "Add support for BufInsert/BufErase hooks" | Maxime Coste |
| 2014-12-18 | Do not register timers for transient input handlers | Maxime Coste |
| 2014-12-18 | Do not wait for the first event before drawing clients | Maxime Coste |
| 2014-12-17 | Add support for BufInsert/BufErase hooks | Maxime Coste |
| 2014-12-17 | Fix split selecting the buffer end | Maxime Coste |
| 2014-12-17 | Tweak keymap_manager style, fix missing move | Maxime Coste |
| 2014-12-16 | Rework hashing, use a more extensible framework similar to n3876 proposal | Maxime Coste |
| 2014-12-14 | Always use plain ncurses.h | Maxime Coste |
| 2014-12-13 | Remove special case when appending at eol | Maxime Coste |
| 2014-12-12 | Add support for user mappings, bound to comma | Maxime Coste |
| 2014-12-12 | Avoid very long timeouts in event manager | 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-11 | Do not avoid eol on escape | Maxime Coste |
| 2014-12-11 | Use algorithms in id_map rather than raw loops | Maxime Coste |
| 2014-12-11 | Do not sort results of WordDB, simplify code | Maxime Coste |
| 2014-12-11 | Remove unneeded includes | Maxime Coste |
| 2014-12-10 | Fix OSX compilation | Maxime Coste |
| 2014-12-09 | Get rid of uses of unordered_set, vector is just simpler and faster... | Maxime Coste |
| 2014-12-09 | Rename ncurses.{cc,hh} to ncurses_ui.{cc,hh} | Maxime Coste |
| 2014-12-09 | Force inline StringView::{begin,end} | Maxime Coste |
| 2014-12-08 | More string cleanups | Maxime Coste |
| 2014-12-08 | cleanup in string.hh | Maxime Coste |
| 2014-12-07 | const String& to StringView | Maxime Coste |
| 2014-12-05 | Disable history writing when running hooks | Maxime Coste |
| 2014-12-05 | Consolidate constext disablable feature in a 'Disableable' helper | Maxime Coste |
| 2014-12-04 | Refactor (again) event handling, use proper infinite timeout | Maxime Coste |
| 2014-12-04 | Fix logic error in shell manager | Maxime Coste |
| 2014-12-03 | Limit event handler timeout to 2 seconds | Maxime Coste |
| 2014-12-03 | Microsecond is 10^(-6)s, not 10^(-9)s | Maxime Coste |
| 2014-12-03 | Fix timeval field types | Maxime Coste |
| 2014-12-03 | Revert "Handle SIGCHLD signals when piping" | Maxime Coste |
| 2014-12-03 | Use a select based event handling and fix deadlock | Maxime Coste |
| 2014-12-02 | Pass a BufferRange to highlighters, fix subregions | Maxime Coste |
| 2014-12-02 | Handle SIGCHLD signals when piping | Maxime Coste |
| 2014-12-01 | Change default PrimarySelection face to be white on blue | Maxime Coste |
| 2014-11-29 | Rework client pending key handling, fix insert/normal timers | Maxime Coste |
| 2014-11-28 | Support selecting yank/paste register with " | Maxime Coste |
| 2014-11-28 | Fix compilation | Maxime Coste |
| 2014-11-28 | Process ctrl-c when not in urgent event mode as well | Maxime Coste |
| 2014-11-28 | Fix indent/deindent when multiple selections are on same line | Maxime Coste |
| 2014-11-28 | Fix bug in :debug command | Maxime Coste |
| 2014-11-26 | Add an 'options' debug command | Maxime Coste |