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-05-21
Use Modification for region highlighter
Maxime Coste
2014-05-21
update Modification for WordDB
Maxime Coste
2014-05-21
Add initial (and probably buggy) compute_modifications code
Maxime Coste
2014-05-21
Make utif_iterator more tolerant to invalid utf8
Maxime Coste
2014-05-21
Make expand_unprintable more tolerant to invalid utf8
Maxime Coste
2014-05-19
Remove duplicated logic and fix insert in Replace mode
Maxime Coste
2014-05-18
Fix filename/colalias/buffer completion when completing with trailing text
Maxime Coste
2014-05-17
Remove per lines timestamp in Buffer
Maxime Coste
2014-05-17
Minor cleanup in SelectionList methods
Maxime Coste
2014-05-17
Merge branch 'master' into remove-buffer-change-listener
Maxime Coste
2014-05-17
set Coords/Counts methods as always_inline
Maxime Coste
2014-05-16
DisplayAtom::content returns a StringView
Maxime Coste
2014-05-15
read all available text in fifo each time the fd is signaled
Maxime Coste
2014-05-14
replace LineChangeWatcher with a free function compute_line_modifications
Maxime Coste
2014-05-14
Remove unneeded vector for computing line modifications
Maxime Coste
2014-05-14
Iterate in reversed order on selections when modifing buffer
Maxime Coste
2014-05-14
Remove BufferChangeListener
Maxime Coste
2014-05-14
Use a plain SelectionList for Context, remove DynamicSelectionList
Maxime Coste
2014-05-14
utf8::is_character_start takes directly the char value
Maxime Coste
2014-05-14
Fix RegexColorizer cache handling
Maxime Coste
2014-05-14
use plain SelectionList for regex_prompt
Maxime Coste
2014-05-13
Make it harder to have an invalid SelectionList
Maxime Coste
2014-05-13
Use simple SelectionList for the Context::JumpList
Maxime Coste
2014-05-13
SelectionList know its buffer and timestamp
Maxime Coste
2014-05-13
Fix :delbuf! not forcing buffer deletion
Maxime Coste
2014-05-13
Fix show_matching highlighter when opening char is the first buffer char
Maxime Coste
2014-05-13
Refactor DynamicRegexHighlighter, search hl uses Search colalias
Maxime Coste
2014-05-13
negative coordinates are invalid
Maxime Coste
2014-05-13
Use a Buffer::changes_since based implementation for undo/redo
Maxime Coste
2014-05-13
Pass a at_end param to BufferChangeListener::on_{insert,erase}
Maxime Coste
2014-05-13
LineChangeWatcher uses Buffer::changes_since rather than listening
Maxime Coste
2014-05-12
Maintain an append-only list of changes in Buffer
Maxime Coste
2014-05-12
SelectionList no longer inherit from std::vector
Maxime Coste
2014-05-11
use words=all rather than words=buffer for default insert word completion
Maxime Coste
2014-05-11
use StringView in word_db.cc
Maxime Coste
2014-05-11
String::substr now returns a StringView
Maxime Coste
2014-05-10
Minor code cleanups in buffer.{cc,hh}
Maxime Coste
2014-05-09
Add a show_whitespaces highlighter
Maxime Coste
2014-05-08
Catch std::runtime_errors that can be thrown by regex_search
Maxime Coste
2014-05-08
fix tabs_to_space on consecutive tabs
Maxime Coste
2014-05-07
Improve error reporting when parsing commands
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-05-05
Add '$' for keeping selections that passes a shell command
Maxime Coste
2014-05-05
Use c++ code for 'gf' command rather than running a user :edit command
Maxime Coste
2014-05-05
Complete option values with the current value of the option
Maxime Coste
2014-05-05
Wrap command completion containing spaces, semicolons or quotes in double quotes
Maxime Coste
2014-05-04
minor style tweak
Maxime Coste
2014-05-04
Paragraph selection selects next paragraph when on previous end
Maxime Coste
2014-05-03
Add a -alias switch to the def command for defining an alias
Maxime Coste
2014-05-03
Add command aliases in command info
Maxime Coste
[prev]
[next]