| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-25 | Separate events between normal and urgent ones | Maxime Coste | |
| Run urgent ones while executing %sh blocks. Fixes #236 | |||
| 2014-11-24 | Style tweak | Maxime Coste | |
| 2014-11-24 | Display selection count in insert mode line | Maxime Coste | |
| 2014-11-23 | const String& to StringView | Maxime Coste | |
| 2014-11-22 | Do not merge overlapping selections in InputMode::Replace | Maxime Coste | |
| Fixes #237 | |||
| 2014-11-21 | Do not record keys that were not user generated | Maxime Coste | |
| 2014-11-21 | Do not reset edition level to 0 on buffer change | Maxime Coste | |
| Keep it as is, commit undo in current buffer, and we will commit it in the new buffer when edition level gets back to 0. | |||
| 2014-11-20 | Fix missing include in assert.cc | Maxime Coste | |
| 2014-11-20 | Fix info box placement when too wide | Maxime Coste | |
| 2014-11-20 | Improve line wrapping behaviour | Maxime Coste | |
| 2014-11-20 | Wrap info boxes text in ncurses display even in Inline menu style | Maxime Coste | |
| 2014-11-20 | Improve wrap_lines behaviour, split on punctiation as well | Maxime Coste | |
| 2014-11-20 | Change wrap_lines to return StringViews, move it to string.cc | Maxime Coste | |
| 2014-11-18 | Refresh stdscr at startup to avoid flickering | Maxime Coste | |
| 2014-11-17 | Tweak option completion behaviour | Maxime Coste | |
| 2014-11-17 | Remove unneeded string copies | Maxime Coste | |
| 2014-11-17 | option completion are valid until a modification is made before it | Maxime Coste | |
| 2014-11-17 | Import std::begin/std::end so that container utils work correctly with non ↵ | Maxime Coste | |
| std containers | |||
| 2014-11-16 | Yet more StringView params, less const String& | Maxime Coste | |
| 2014-11-15 | More const String& to StringView | Maxime Coste | |
| 2014-11-14 | const String& to StringView | Maxime Coste | |
| 2014-11-13 | small fix | Maxime Coste | |
| 2014-11-12 | Cleanup includes | Maxime Coste | |
| 2014-11-12 | Use general flags utility for Face Attribute | Maxime Coste | |
| 2014-11-12 | Fix case where a context ends up locked in no-hooks mode | Maxime Coste | |
| 2014-11-11 | change filter mode to make backup of files to .kak-bak and edit in place | Maxime Coste | |
| Add a -q option to filter mode to be quiet about errors while applying keys. | |||
| 2014-11-11 | Reduce idle timeout to 50 milliseconds | Maxime Coste | |
| 2014-11-11 | Hide info box when closing insert completion menu | Maxime Coste | |
| 2014-11-11 | Remove %rec{...} strings, now "..." strings expand their content | Maxime Coste | |
| 2014-11-11 | fix clang compilation | Maxime Coste | |
| 2014-11-10 | Add ui_options option for UserInterface configuration | Maxime Coste | |
| ui_options is a std::unordered_map<String, String> that gets forwarded to the user interface. Add support ncurses_status_on_top. | |||
| 2014-11-10 | Add support for unordered_map options | Maxime Coste | |
| 2014-11-10 | Display status line on top in ncurses | Maxime Coste | |
| 2014-11-10 | Support hinting if an inline info should be above or below the anchor | Maxime Coste | |
| Used by ctags function info, we always want it *above* the opening parenthesis so that it does not hide multi line parameter lists. | |||
| 2014-11-09 | refactor parse_keys | Maxime Coste | |
| 2014-11-09 | small code simplification | 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 | Initial support for insert completion docstring | Maxime Coste | |
| 2014-11-07 | small style fix | Maxime Coste | |
| 2014-11-06 | Small refactoring in remote.cc | Maxime Coste | |
| 2014-11-05 | Simplify RemoteClient creation code | Maxime Coste | |
| 2014-11-05 | Fix potential alignment bug | Maxime Coste | |
| 2014-11-04 | Fix bug in insert completer deregistering | Maxime Coste | |
| The context options might change, as the context might have a different window/buffer from the one at creation. So we need to store the correct option manager rather than ask the context for it. | |||
| 2014-11-04 | Reuse existing buffer when creating a fifo one | Maxime Coste | |
| That way, client having this buffer already visible wont switch to another one due to previous buffer getting deleted | |||
| 2014-11-04 | Tweak flags implementation | Maxime Coste | |
| 2014-11-04 | Change Value to be non copyable | Maxime Coste | |
| 2014-11-04 | minor code cleanup | Maxime Coste | |
| 2014-11-04 | Use unescape rather than a regex in command manager parsing | Maxime Coste | |
| 2014-11-04 | Support single char StringView | Maxime Coste | |
| remove single char escape function overload, add unescape function | |||
