| Age | Commit message (Expand) | Author |
| 2012-06-27 | add kak_opt_.* environement variable retriever to access options from shell. | Maxime Coste |
| 2012-06-27 | Tweak String class, and cleanup usages | Maxime Coste |
| 2012-06-25 | ShellManager environment variable use a regex instead of an exact match | Maxime Coste |
| 2012-06-25 | remove ugly id_to_str param in idvaluemap and str_to_str | Maxime Coste |
| 2012-06-25 | code cleanups in buffer | Maxime Coste |
| 2012-06-15 | git.kak: use filetype option | Maxime Coste |
| 2012-06-14 | cleanup kakrc.kak | Maxime Coste |
| 2012-06-14 | support buffer as a hook target | Maxime Coste |
| 2012-06-14 | delete buffer deletes the current buffer when no params given | Maxime Coste |
| 2012-06-14 | execute BufClose hook in Buffer destructor | Maxime Coste |
| 2012-06-05 | fix some warnings detected with clang | Maxime Coste |
| 2012-06-14 | rework cpp.kak and kakrc.kak to use the filetype option | Maxime Coste |
| 2012-06-14 | Reorder managers creation in main | Maxime Coste |
| 2012-06-14 | Windows call the WinSetOption hook when an option changes | Maxime Coste |
| 2012-06-14 | Refactor OptionManager, add OptionManagerWatcher | Maxime Coste |
| 2012-06-14 | BufferManager deletes remaining buffers in his destructor | Maxime Coste |
| 2012-06-12 | When creating an Option, OptionManager takes it's initial value from it's par... | Maxime Coste |
| 2012-06-12 | BufCreate hook is always called for every buffer, BufNew is called when creat... | Maxime Coste |
| 2012-06-12 | replace Option::operator {String,int} with Option::as_{string,int} | Maxime Coste |
| 2012-06-12 | Add a FilterGroup, and cleanup HighlighterGroup | Maxime Coste |
| 2012-06-12 | Cleanup utils.hh, remove auto_raii in favor of on_scope_end | Maxime Coste |
| 2012-06-12 | call SetOption hook when setting an option | Maxime Coste |
| 2012-06-12 | execute kakrc after creating an UI | Maxime Coste |
| 2012-06-07 | HookManager are now hierarchical from window to buffer to global | Maxime Coste |
| 2012-06-05 | abstract ui functions in a UI base class | Maxime Coste |
| 2012-06-05 | fix runtime directory detection on MacOS | Maxime Coste |
| 2012-06-05 | fix compilation on MacOS | Maxime Coste |
| 2012-06-04 | global: select the tag, fail nicely | Maxime Coste |
| 2012-06-04 | add a try command | Maxime Coste |
| 2012-06-04 | tweak cpp highlighting | Maxime Coste |
| 2012-06-04 | check if no modification were made in Buffer::end_undo_group | Maxime Coste |
| 2012-06-02 | sort command names completion candidates | Maxime Coste |
| 2012-06-02 | The def command do not override commands by default, use -allow-override | Maxime Coste |
| 2012-05-30 | correctly implement std::hash<String> | Maxime Coste |
| 2012-05-30 | include <unistd.h> in order to get read and write | Maxime Coste |
| 2012-05-29 | enable global and line numbering in kakrc | Maxime Coste |
| 2012-05-29 | Alt-Space permits to remove a selection by index | Maxime Coste |
| 2012-05-29 | Restore piping support. | Maxime Coste |
| 2012-05-29 | tweak cpp highlighting | Maxime Coste |
| 2012-05-29 | global.kak: support tag name completion | Maxime Coste |
| 2012-05-29 | Correctly set env vars in define_command | Maxime Coste |
| 2012-05-29 | Support -shell-completion option in the def command | Maxime Coste |
| 2012-05-29 | Add some string helpers and unit tests | Maxime Coste |
| 2012-05-29 | CommandManager::execute can take an optional EnvVarMap argument which is used... | Maxime Coste |
| 2012-05-29 | ShellManager::eval now takes an additional env_var map | Maxime Coste |
| 2012-05-29 | Factorize some duplicated completer code in register_commands | Maxime Coste |
| 2012-05-29 | DisplayBuffer optimization, suppressed some paranoid checks | Maxime Coste |
| 2012-05-29 | Fix Window::scroll_to_keep_cursor_visible_ifn | Maxime Coste |
| 2012-05-28 | global.kak: the 'tag' command uses 'menu -auto-single' | Maxime Coste |
| 2012-05-28 | the 'menu' commands now takes an optional -auto-single option | Maxime Coste |