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
2013-03-19
clang-complete: do the compilation in the buffer directory
Maxime Coste
2013-03-18
select_to_{,reverse}: search on other lines if needed
Maxime Coste
2013-03-18
more robust implementation of expand_unprintable
Maxime Coste
2013-03-18
DisplayBuffer::split does not check if the split is on a character boundary
Maxime Coste
2013-03-18
add a reg command to set a register
Maxime Coste
2013-03-18
add 'r' object alias for [] (range)
Maxime Coste
2013-03-18
Buffer: optimize do_insert to minimize changes in m_lines vector
Maxime Coste
2013-03-18
DynamicSelectionList: optimize updating on buffer modification
Maxime Coste
2013-03-18
Editor: keep selections sorted and use an index for the main one
Maxime Coste
2013-03-15
Editor: replace selections().back() with main_selection()
Maxime Coste
2013-03-15
move BufferIterator on_{insert,erase} as DynamicSelectionList implementation ...
Maxime Coste
2013-03-15
replay_macro: parse keys only once
Maxime Coste
2013-03-15
Buffer::on_erase: avoid resizing lines more than necessary
Maxime Coste
2013-03-15
Makefile: fix link with bfd linker
Maxime Coste
2013-03-14
clang: fix auto completion when cursor is on end of line
Maxime Coste
2013-03-14
NCurses: hand coded menu implementation
Maxime Coste
2013-03-14
add clang.kak, providing clang based insert completion
Maxime Coste
2013-03-14
add str-list option support to decl command
Maxime Coste
2013-03-14
add support for regex options, make ignored_files one
Maxime Coste
2013-03-14
move remoting code to remote.cc
Maxime Coste
2013-03-13
move complete_filename to file.cc
Maxime Coste
2013-03-13
goto file uses the 'path' string-list option instead of hard coded paths
Maxime Coste
2013-03-13
find_file: automatically add missing '/' and end of paths
Maxime Coste
2013-03-13
write_buffer: consider buffer as saved only if we used it's filename
Maxime Coste
2013-03-13
Editor: fix replace at end of buffer
Maxime Coste
2013-03-13
Buffer: minor refactoring
Maxime Coste
2013-03-12
ctags: use - instead of _ in command name
Maxime Coste
2013-03-12
BufferCompleter: watch 'completions' option, and update completions when it c...
Maxime Coste
2013-03-12
NCurses: hook redraw on c-l
Maxime Coste
2013-03-12
Modify network protocol to allow commands through the socket
Maxime Coste
2013-03-11
NCurses: handle empty items in menu_show
Maxime Coste
2013-03-11
Add an experimental configurable input completion fonction
Maxime Coste
2013-03-11
add kak_timestamp env var to access current buffer timestamp
Maxime Coste
2013-03-11
minor cleanups in complete_word
Maxime Coste
2013-03-09
InputHandler: complete_word knows best when not to complete
Maxime Coste
2013-03-08
InputHandler: extract word completion algorithm
Maxime Coste
2013-03-08
NCurses: fix redrawing when info or menu is hidden
Maxime Coste
2013-03-06
Use some builtins colors aliases instead of hardcoded values for highlighters
Maxime Coste
2013-03-06
colalias: always override
Maxime Coste
2013-03-06
Use a ColorPair in DisplayAtoms instead of separate fg/bg colors
Maxime Coste
2013-03-06
do not redraw the whole screen each time
Maxime Coste
2013-03-06
ncurses: fix unicode handling in status line
Maxime Coste
2013-03-06
Add utf8_iterator::advance(CharCount, utf8_iterator end)
Maxime Coste
2013-03-06
Add FlagLines highlighter
Maxime Coste
2013-03-06
HighlightersFactories takes back a Window parameter
Maxime Coste
2013-03-06
throw a runtime error when a wrong type is requested for an option
Maxime Coste
2013-03-06
Add support for int list options, specified using a comma seperated list of int
Maxime Coste
2013-03-05
remove commented line in ncurses.cc
Maxime Coste
2013-03-05
fix ignored_files default value
Maxime Coste
2013-03-05
log to debug when make_regex_ifp catch a regex_error
Maxime Coste
[prev]
[next]