| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-07 | noexcept-ify utf8::iterator methods | Maxime Coste | |
| 2017-06-07 | noexept-ify BufferIterator methods | Maxime Coste | |
| 2017-06-07 | Fix useles copy of hook_func in HookManager::add_hook parameter | Maxime Coste | |
| 2017-06-07 | Use String default ctor instead of empty string | Maxime Coste | |
| 2017-06-07 | Use a vector instead of a hash map to store hooks | Maxime Coste | |
| 2017-06-07 | Clarify rotation direction between <'> and <a-'> in info help | Delapouite | |
| 2017-06-07 | Merge remote-tracking branch 'Delapouite/underscore' | Maxime Coste | |
| 2017-06-07 | Merge remote-tracking branch 'Delapouite/buf_line_count' | Maxime Coste | |
| 2017-06-07 | Merge remote-tracking branch 'Delapouite/view-count' | Maxime Coste | |
| 2017-06-06 | Expose kak_buf_line_count | Delapouite | |
| 2017-06-06 | Add underscore char as a valid punctuation for text-object pairs | Delapouite | |
| 2017-06-06 | Remember previous NormalParams::count in view-lock mode | Delapouite | |
| 2017-06-06 | Fix spurious copies being made when using the format function | Maxime Coste | |
| We were not correctly forwarding the arguments, leading to copies of 'const String&' parameters. | |||
| 2017-06-04 | Log errors written to the status line inside the debug buffer as well | Maxime Coste | |
| Fixes #1410 | |||
| 2017-06-04 | Improve readability of command docstrings by changing formatting | Maxime Coste | |
| Fixes #1378 | |||
| 2017-06-04 | Change RankedMatch ordering to favor `/` characters | Maxime Coste | |
| This will improve matching of filenames, as 'foo/' will be sorted before 'foo-bar' due to `/` coming before `-` in the new ordering (it comes after in ascii/unicode order). Fixes #1395 | |||
| 2017-06-03 | Document the `*` behaviour change in the startup message | Maxime Coste | |
| 2017-06-03 | Strip surrounding whitespaces in `*` | Maxime Coste | |
| Fixes #1406 | |||
| 2017-06-03 | Support option_add for HashMap options | Maxime Coste | |
| Fixes #1407 | |||
| 2017-06-03 | Merge remote-tracking branch 'occivink/ignore-debug' | Maxime Coste | |
| 2017-06-03 | Merge remote-tracking branch 'Delapouite/include' | Maxime Coste | |
| 2017-06-03 | Merge remote-tracking branch 'Delapouite/shift-modes' | Maxime Coste | |
| 2017-06-03 | Small formatting fix | Maxime Coste | |
| 2017-06-03 | Add support for more selection combining operations | Maxime Coste | |
| Change append to 'a', add select longest/shortest, union and intersection. | |||
| 2017-05-31 | Refine info titles to distinguish G and V modes | Delapouite | |
| 2017-05-30 | fix: remove duplicate include to containers.hh in face_registry.cc | Delapouite | |
| 2017-05-29 | Merge remote-tracking branch 'Delapouite/typo' | Maxime Coste | |
| 2017-05-29 | Re-hide hardware cursor, seems its causing troubles with various terminal ↵ | Maxime Coste | |
| emulator | |||
| 2017-05-28 | Tweak alias command docstring not to end up with an eol | Maxime Coste | |
| 2017-05-28 | Change ncurses_ui info box generation logic to use a Vector<String> | Maxime Coste | |
| We were generating a string, then splitting it into lines, there is no need for that, we can directly generate a vector of lines and simplify the code. | |||
| 2017-05-27 | Exclude debug from eval/exec over all buffers | Olivier Perret | |
| 2017-05-27 | Fix typos in info-box: availabe, encodngs, highglighters… | Delapouite | |
| 2017-05-27 | Use more precise wording for object selection info box | Maxime Coste | |
| 2017-05-27 | Put the doc/manpages/ pages in the 'k' section | Maxime Coste | |
| 2017-05-27 | Parse meta as 8 bit in Normal mode to fix the terminals using that | Maxime Coste | |
| The solution is a bit hackish, as we only consider the 8th bit to mean alt in normal mode, because its unlikely accentuated characters are going to be mapped there. It fixes using Alt on xterm, and probably on iterm2 as well (not requiring the meta-sends-esc config change anymore) | |||
| 2017-05-27 | Document line-flags -> line-specs and update-option in breaking changes | Maxime Coste | |
| 2017-05-27 | Small code tweak | Maxime Coste | |
| 2017-05-26 | Remove unneeded explicit conversion | Maxime Coste | |
| 2017-05-26 | Remove unused and potentially error prone constructor from ArrayView | Maxime Coste | |
| Add as well a SFINAE check to the vector constructor to avoid constructing an array_view from derived types with a different size. | |||
| 2017-05-26 | Small formatting tweak | Maxime Coste | |
| 2017-05-26 | Use a ScopedSetBool instead of manual set/unset for ↵ | Maxime Coste | |
| InputModes::Normal::m_in_on_key | |||
| 2017-05-26 | Small code style tweak | Maxime Coste | |
| 2017-05-26 | Small documentation tweak in display_buffer.hh | Maxime Coste | |
| 2017-05-26 | Modernize the way we compute memory domains from type | Maxime Coste | |
| Use a constexpr function instead of a template type | |||
| 2017-05-25 | Expose last entered command in register : | Dan Rosén | |
| 2017-05-25 | Add an update-option command to update range-descs/line-descs options | Maxime Coste | |
| update-option will make the range-descs and line-descs option up to date with the latest buffer modfications, changing the ranges/lines to where they moved according the modifications since the timestamp on the option. | |||
| 2017-05-25 | Fix command parsing bug when commenting after a command | Maxime Coste | |
| When a comment was present directly on the same line after a command, we did not correctly see the command as terminated and would join continue parsing the next line. | |||
| 2017-05-24 | Rename line-flags option type to line-specs | Maxime Coste | |
| Generalize this option type, which is a timestamped list of <line number>|<arbitrary string>. That way this type is not strongly coupled with the flag-lines highlighter, and can be reused for other use cases. | |||
| 2017-05-24 | Small code tweak | Maxime Coste | |
| 2017-05-24 | Fix hardware cursor positioning in prompt when status bar is on bottom | Maxime Coste | |
