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
2015-03-30
Fix wrong implicit conversions from int/Codepoint to StringView
Maxime Coste
2015-03-29
Move skip_while helpers to selectors.hh
Maxime Coste
2015-03-28
Handle mouse events in key_to_str
Maxime Coste
2015-03-27
minor cleanup
Maxime Coste
2015-03-27
Add support for Home/End keys in normal and insert mode
Maxime Coste
2015-03-27
small formatting tweak
Maxime Coste
2015-03-27
Make utf8_iterator a proper stl useable iterator
Maxime Coste
2015-03-27
Rework show_matching highlighter implementation
Maxime Coste
2015-03-26
Move some only used once inline functions directly in their caller
Maxime Coste
2015-03-26
Add <alt-:> for ensuring selections are forward (cursor >= anchor)
Maxime Coste
2015-03-25
Flip the cat assistant
Maxime Coste
2015-03-25
Add exception type name when failing with an uncaught exception
Maxime Coste
2015-03-25
Remove unneeded c_str() call
Maxime Coste
2015-03-24
Only do tty validation when using a NCursesUI
Maxime Coste
2015-03-24
Use a dummy UI when running tests, so that we do not need a tty
Maxime Coste
2015-03-23
Fix segfault in highlighting
Maxime Coste
2015-03-22
Add support for mouse wheel
Maxime Coste
2015-03-22
Experimental support for mouse
Maxime Coste
2015-03-22
Check modifiers before inserting codepoints in the line editor
Maxime Coste
2015-03-22
Impreove Window::buffer_coord behaviour with invalid coords
Maxime Coste
2015-03-21
constexprify Face
Maxime Coste
2015-03-21
Fix Color constructor not constexpr
Maxime Coste
2015-03-20
constexprify Color (in)equality operator
Maxime Coste
2015-03-19
Small code tweak
Maxime Coste
2015-03-19
Refactor number_line higlighter, use a switch to higlhight the cursor line
Maxime Coste
2015-03-19
Merge remote-tracking branch 'ekie/relative_line_numbers'
Maxime Coste
2015-03-18
Add a display coord to buffer coord method to Window
Maxime Coste
2015-03-18
Add support for relative line numbers
Eike Plack
2015-03-17
Remove unneeded include
Maxime Coste
2015-03-16
Change flags operator& to return a value convertible both to flags and bool
Maxime Coste
2015-03-15
Store fake keystrokes when selecting an insert completion candidate
Maxime Coste
2015-03-14
Change ParameterParser switch interface, use an Optional<StringView>
Maxime Coste
2015-03-14
More code style cleanup
Maxime Coste
2015-03-14
Tweak command docstrins
Maxime Coste
2015-03-14
Allocate some data in advance in string algorithm
Maxime Coste
2015-03-14
Small refactoring in client_manager.cc
Maxime Coste
2015-03-14
Minor code cleanup
Maxime Coste
2015-03-14
Avoid stdout/stderr as variable names
Maxime Coste
2015-03-13
Do not change the insert completion menu when a candidate is selected
Maxime Coste
2015-03-13
Change ShellManager to return both stdout and the return value in a pair
Maxime Coste
2015-03-13
Code style change in shell_manager.cc
Maxime Coste
2015-03-13
exception::what returns a StringView rather than a const char*
Maxime Coste
2015-03-13
Keep the dir trailing slash in split_path
Maxime Coste
2015-03-12
Use correct %zu format string rather than cast
Maxime Coste
2015-03-12
Minor cleanup
Maxime Coste
2015-03-12
Make split_path public
Maxime Coste
2015-03-12
Improve 'def' command completion behaviour and clean it up a little
Maxime Coste
2015-03-12
Avoid calling real_path when not needed in BufferManager::get_buffer_ifp
Maxime Coste
2015-03-12
Cleanup parameter parser code
Maxime Coste
2015-03-12
Fix compilation on clang
Maxime Coste
[prev]
[next]