index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
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 st...
Maxime Coste
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
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
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
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
2014-11-04
Reuse existing buffer when creating a fifo one
Maxime Coste
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
2014-11-04
Use StringViews for some helper functions in selectors.cc
Maxime Coste
2014-11-03
Open fifo buffers in non block mode
Maxime Coste
2014-11-02
Remove AutoRegister util template
Maxime Coste
2014-11-01
Fix buffer being considered modified after reloading
Maxime Coste
2014-11-01
move more parameters from const String& to StringView
Maxime Coste
[next]