| Age | Commit message (Expand) | Author |
| 2013-03-29 | add swap case support with the ~ key | Maxime Coste |
| 2013-03-29 | String: inherit from std::string rather than using it as a backend | Maxime Coste |
| 2013-03-29 | use a scoped edition in Repeated so that repeated actions have a single undo ... | Maxime Coste |
| 2013-03-29 | kakrc: define colorscheme before sourcing user config | Maxime Coste |
| 2013-03-29 | cpp.kak: fix alt_dirs handling with more than 2 directories | Maxime Coste |
| 2013-03-29 | Minor BufferCompleter refactoring | Maxime Coste |
| 2013-03-27 | use only one constructor with a default parameter for units | Maxime Coste |
| 2013-03-27 | idvaluemap: minor style changes | Maxime Coste |
| 2013-03-27 | Move parameter count validation to the ParameterParser | Maxime Coste |
| 2013-03-27 | factor addhl/rmhl/addfilter/rmfilter completion functions | Maxime Coste |
| 2013-03-27 | idvaluemap, FunctionGroup: consitfy completion methods | Maxime Coste |
| 2013-03-27 | Merge {Filter,Highlighter}Group in a FunctionGroup template | Maxime Coste |
| 2013-03-26 | kak_bufname env var use display_name | Maxime Coste |
| 2013-03-26 | add regex_option highlighter, which takes a regex option name and highlight a... | Maxime Coste |
| 2013-03-26 | permit do declare regex option | Maxime Coste |
| 2013-03-26 | Make TypedOption templates public | Maxime Coste |
| 2013-03-26 | % register uses the buffer display name | Maxime Coste |
| 2013-03-26 | Add a special option type LineAndFlag, use it for FlagLines highlighter | Maxime Coste |
| 2013-03-26 | add default zero construction to units | Maxime Coste |
| 2013-03-25 | extract parse_color to color.cc as str_to_color, and add color_to_str | Maxime Coste |
| 2013-03-25 | move absolute path logic to Buffer class | Maxime Coste |
| 2013-03-25 | add a cd command | Maxime Coste |
| 2013-03-25 | Always use absolute path for file buffer names, compact paths for display | Maxime Coste |
| 2013-03-25 | fix some style problems detected by cppcheck | Maxime Coste |
| 2013-03-22 | {grep,make}.kak: use edit! instead of trying to delete buffer | Maxime Coste |
| 2013-03-22 | open_fifo delete existing buffer if needed | Maxime Coste |
| 2013-03-22 | cpp.kak: alt supports an alt_dirs options for directories to search | Maxime Coste |
| 2013-03-22 | show informations on uncaught std::exceptions | Maxime Coste |
| 2013-03-22 | use canonicalized filenames for buffers | Maxime Coste |
| 2013-03-22 | BufferManager notify the ClientManager when a buffer dies | Maxime Coste |
| 2013-03-22 | kakrc: avoid bash features | Maxime Coste |
| 2013-03-22 | setb can take a -buffer argument | Maxime Coste |
| 2013-03-22 | eval,exec: -restore-selections become -draft, and restore the buffer as well | Maxime Coste |
| 2013-03-22 | add WinDisplay hook | Maxime Coste |
| 2013-03-21 | add a kak_selections env var, which contains all selections separated by a comma | Maxime Coste |
| 2013-03-21 | BufferManager: replace Buffer* get_buffer with Buffer& get_buffer | Maxime Coste |
| 2013-03-20 | utf8 validity is not a buffer concern | Maxime Coste |
| 2013-03-20 | Add a RuntimeError hook called when a runtime_error exception is catched at c... | Maxime Coste |
| 2013-03-20 | user defined hooks can access the hook parameter in shell with $kak_hook_param | Maxime Coste |
| 2013-03-20 | Editor: fix select(Selection&, SelectMode::Replace) | Maxime Coste |
| 2013-03-20 | NCurses: draw a scroll bar | Maxime Coste |
| 2013-03-20 | BufferCompleter: preserve completions when inserting | Maxime Coste |
| 2013-03-19 | CommandManager: fix some crashes | Maxime Coste |
| 2013-03-19 | BufferCompleter: fix backward looping in completion candidates | Maxime Coste |
| 2013-03-19 | Add an 'insert_hide_sel' option, which hides selection when inserting | Maxime Coste |
| 2013-03-19 | clang-complete: do the compilation in the buffer directory | Maxime Coste |
| 2013-03-18 | select_to_{,reverse}: search on other lines if needed | Maxime Coste |
| 2013-03-18 | more robust implementation of expand_unprintable | Maxime Coste |
| 2013-03-18 | DisplayBuffer::split does not check if the split is on a character boundary | Maxime Coste |
| 2013-03-18 | add a reg command to set a register | Maxime Coste |