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-06-09
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-06-09
Do not touch the reference line in copy_indent
Maxime Coste
2014-06-09
Tweak prompt completion behaviour
Maxime Coste
2014-06-09
Safer implementation of signal handlers in ncurses.cc
Maxime Coste
2014-06-06
Improve commands documentation
Maxime Coste
2014-06-06
Remove -env-var-params support in :def command
Maxime Coste
2014-06-06
Add support for long names for registers
Maxime Coste
2014-06-06
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-06-06
Replace CommandManager::register_command*s* with register_alias
Maxime Coste
2014-06-06
Use a id_map implementation for SwitchMap
Maxime Coste
2014-06-05
Fix handling of empty insert
Maxime Coste
2014-06-05
Rework and fix corner cases in selection updating code
Maxime Coste
2014-06-05
Properly handle unicode in key parsing
Maxime Coste
2014-06-02
Fix selection updating, avoid overlapping selections
Maxime Coste
2014-06-02
Fix in region highlighter
Maxime Coste
2014-06-02
Remove undo group optimizer
Maxime Coste
2014-06-02
Move compute_modified_ranges to selection.cc and use an optimized approach
Maxime Coste
2014-06-02
Optimize SelectionList::update in the case where changes are backward
Maxime Coste
2014-06-01
Add Context::set_selections(std::vector<Selection>)
Maxime Coste
2014-06-01
Extract merge_overlapping as a free function template
Maxime Coste
2014-05-31
minor cleanups in insert_completer.cc
Maxime Coste
2014-05-31
formatting fix
Maxime Coste
2014-05-31
remove reverse iterator from SelectionList
Maxime Coste
2014-05-29
Use forward iteration on selections, and take advantage of it when updating
Maxime Coste
2014-05-27
Add 'n' for number object (inner number does not recognise '.')
Maxime Coste
2014-05-27
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-05-26
Rename select_whole_.* to just select_.*
Maxime Coste
2014-05-26
Tweak inner indent object code
Maxime Coste
2014-05-26
Remove Modification
Maxime Coste
2014-05-26
Revert "Use Modification for region highlighter"
Maxime Coste
2014-05-26
Revert "update Modification for WordDB"
Maxime Coste
2014-05-26
Revert "Remove line modification, replaced by modification"
Maxime Coste
2014-05-26
Go back to Buffer::Change based implementation for SelectionList::update
Maxime Coste
2014-05-25
Use SelectionList::insert in InputModes::Insert
Maxime Coste
2014-05-25
Move insert/erase methods from normal.cc to member functions in SelectionList
Maxime Coste
2014-05-25
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-05-25
In normal mode, backspace can be used to edit count
Maxime Coste
2014-05-25
Add kak_selections_desc en vars, containing : separated descs
Maxime Coste
2014-05-25
Rename Key::Erase to Key::Delete and add 'del' keyname
Maxime Coste
2014-05-25
Disable 'interactive' options in :exec/:eval
Maxime Coste
2014-05-24
Fix segfault in region highlighter
Maxime Coste
2014-05-24
Remove use of 'offset' in buffer iterators, lines are just String
Maxime Coste
2014-05-24
Avoid buffer end line in word_db update
Maxime Coste
2014-05-24
Still more fixes for Modification
Maxime Coste
2014-05-24
Fix Modification
Maxime Coste
2014-05-24
Fix selection update in when doing a 'replace' insert
Maxime Coste
2014-05-24
Clamp modified coord in Selection as it could be buffer end
Maxime Coste
2014-05-24
Fix, cleanup and refactor compute_modifications
Maxime Coste
2014-05-23
Change # register to contain selection number
Maxime Coste
2014-05-21
Remove line modification, replaced by modification
Maxime Coste
[prev]
[next]