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-02-21
Fix macro recording on the same register, replace instead of appending.
Maxime Coste
2013-02-20
Buffer: commit current undo group before attempting to undo anything
Maxime Coste
2013-02-20
Buffer: replace {begin,end}_undo_group with a single commit_undo_group method
Maxime Coste
2013-02-20
select and split operations use the search pattern register
Maxime Coste
2013-02-19
ShellManager: catch exception thrown by env var functors
Maxime Coste
2013-02-19
search: fix empty search string, use previous pattern
Maxime Coste
2013-02-19
InputHandler: do not put empty lines in history
Maxime Coste
2013-02-19
Add '*' binding, which (smart) copy current selection to search pattern
Maxime Coste
2013-02-19
Add support for Home/End key in prompts
Maxime Coste
2013-02-18
move status line generation code to client manager
Maxime Coste
2013-02-18
Add macro recording/replay support
Maxime Coste
2013-02-18
expose exec_keys function in commands.hh
Maxime Coste
2013-02-18
input_handler: ask dimensions to ui instead of window
Maxime Coste
2013-02-18
Move last insert state from context to input handler
Maxime Coste
2013-02-18
make keymap definition more readable using a select helper function
Maxime Coste
2013-02-18
Fix class/struct mismatches
Maxime Coste
2013-02-13
grep: remove enventual \r
Maxime Coste
2013-02-12
Window: try to show as much of the selection as possible
Maxime Coste
2013-02-07
ClientManager: move the Client inner class detail in the cpp file
Maxime Coste
2013-02-07
context_wrap: create a DynamicSelectionList only when needed
Maxime Coste
2013-02-07
Editor: fix warning
Maxime Coste
2013-02-07
exec keys: push_jump if editor has changed
Maxime Coste
2013-01-31
ctags.kak: do not automatically enable info tooltips
Maxime Coste
2013-01-31
tweak buffer unit test
Maxime Coste
2013-01-31
Remove Set and use unordered_set
Maxime Coste
2013-01-30
add some tests for Key functions
Maxime Coste
2013-01-30
open_fifo uses fcntl for more portable CLOEXEC bit setting
Maxime Coste
2013-01-30
ctags.kak: tweak auto info
Maxime Coste
2013-01-30
InputHandler: add some new hooks
Maxime Coste
2013-01-30
Keys: add key_to_str function
Maxime Coste
2013-01-30
style fix
Maxime Coste
2013-01-30
ctags: initial auto fonction documentation support
Maxime Coste
2013-01-29
Context: remove some unused code
Maxime Coste
2013-01-29
Context: fix unintialized m_input_handler
Maxime Coste
2013-01-29
fix sort_and_merge_overlapping
Maxime Coste
2013-01-29
info command take a -anchor <pos> instead of -inline params
Maxime Coste
2013-01-29
fix contains for empty containers
Maxime Coste
2013-01-29
NCurses: fix multiline info
Maxime Coste
2013-01-29
Add NormalIdle hook support
Maxime Coste
2013-01-29
Do not pass a context to InputHandler methods
Maxime Coste
2013-01-28
InputHandler have it's own context
Maxime Coste
2013-01-28
Buffer: small fix in apply_modification
Maxime Coste
2013-01-24
Buffer::do_insert: fix on_insert call when inserting at the end
Maxime Coste
2013-01-23
Editor: refactor InsertMode::Replace
Maxime Coste
2013-01-23
Buffer: end is either one past last character, or one past last line
Maxime Coste
2013-01-23
add undo unit_test and fix Buffer
Maxime Coste
2013-01-23
add more asserts
Maxime Coste
2013-01-23
Buffer: small style fixes
Maxime Coste
2013-01-23
add a SIGSEGV handler
Maxime Coste
2013-01-23
assert: add some debug info in the message
Maxime Coste
[prev]
[next]