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
2012-12-09
ncurses.cc: handle ascii del as backspace
Maxime Coste
2012-12-07
InputHandler: tweak prefix completion behaviour
Maxime Coste
2012-12-07
extract ParametersParser to it's own file
Maxime Coste
2012-12-07
grep.kak: configurable grep command, search selection when no params
Maxime Coste
2012-12-07
source user kakrc after autoloads, so that user can override options
Maxime Coste
2012-12-07
cleanup {make,grep}.kak
Maxime Coste
2012-12-06
PromptHandler now call callback when edited and aborted.
Maxime Coste
2012-12-05
*scratch* buffer use undo
Maxime Coste
2012-12-05
fail nicely when trying to open a directory
Maxime Coste
2012-12-03
'exec' and (resurected) 'eval' commands can take a '-client' parameter
Maxime Coste
2012-12-03
add 'name' command to set current client name
Maxime Coste
2012-12-03
ClientManager: support naming clients and accessing client's context by name
Maxime Coste
2012-12-03
RemoteClient: call get_key soon so that it may process a resize before size c...
Maxime Coste
2012-12-03
NCurses: do not resize directly in signal handler, malloc may not be working ...
Maxime Coste
2012-12-03
EventManager: fix forced event processing
Maxime Coste
2012-12-03
fix quit modified file behaviour
Maxime Coste
2012-11-30
Selection: refactoring, move CaptureList to Selection
Maxime Coste
2012-11-29
add an ignored_files regex option whose matches are not used for completion
Maxime Coste
2012-11-29
Add configurable prompt completion behaviour
Maxime Coste
2012-11-29
Fix InputMode::Prompt blocking behaviour when inserting register
Maxime Coste
2012-11-29
Remote unused Context::change_ui
Maxime Coste
2012-11-29
local client forks in destructor so that the kak server detaches from terminal
Maxime Coste
2012-11-29
use more portable fcntl method for FD_CLOEXEC bit, enable it on forgotten soc...
Maxime Coste
2012-11-28
add an empty buffer unit test
Maxime Coste
2012-11-27
ncurses: avoid refering to dead NCursesUI in signal handler
Maxime Coste
2012-11-27
InputHandler: InputModes no longer die directly on mode change, they survive ...
Maxime Coste
2012-11-27
fix cpp indent filter
Maxime Coste
2012-11-27
EventManager: refactor (again)
Maxime Coste
2012-11-27
fix buffer creation on empty file
Maxime Coste
2012-11-26
IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount edito...
Maxime Coste
2012-11-26
fix InsertMode::OpenLineBelow behaviour in prepare_insert
Maxime Coste
2012-11-26
Append on end of line now appends to current line
Maxime Coste
2012-11-26
minor code simplification
Maxime Coste
2012-11-26
EventManager: avoid erasing an event handler while it may be in use
Maxime Coste
2012-11-26
fix crlf file reading
Maxime Coste
2012-11-23
Editor: fix replacement beheviour just before end of line
Maxime Coste
2012-11-23
small code tweak
Maxime Coste
2012-11-23
rewrite file opening code using mmap, opening big files is much much faster
Maxime Coste
2012-11-23
Buffer takes a vector of lines as initial content
Maxime Coste
2012-11-23
String: add non const front() and back() methods
Maxime Coste
2012-11-23
filter: minor code cleanup
Maxime Coste
2012-11-23
NCurses: use Default bg color for status line
Maxime Coste
2012-11-23
buffer: increment timestamp on notify saved
Maxime Coste
2012-11-23
Refactor filter and highlighter registry into a common template
Maxime Coste
2012-11-22
Cleanups and minor refactoring on Buffer
Maxime Coste
2012-11-22
code style cleanup in CommandManager
Maxime Coste
2012-11-22
ClientManager: store client with a unique_ptr
Maxime Coste
2012-11-22
move Window ownership to the ClientManager instead of the Buffer
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-11-21
cpp.kak: use regex filter to handle indentation
Maxime Coste
[prev]
[next]