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-10-28
Refactor word_db, use an unordered map
Maxime Coste
2014-10-28
Fix unneeded WordDB copy in complete_word
Maxime Coste
2014-10-28
Tweak Value constructor, no need for the const ref one
Maxime Coste
2014-10-28
Fix interned string hashing, we need to hash content
Maxime Coste
2014-10-27
Fix filter mode
Maxime Coste
2014-10-27
Small formatting fix
Maxime Coste
2014-10-26
small formatting tweak
Maxime Coste
2014-10-25
Add virtual destructor to Highlighter
Maxime Coste
2014-10-23
Do not lose history when reloading a buffer
Maxime Coste
2014-10-23
centralize bit operation support for enum used as flags
Maxime Coste
2014-10-23
Fix slow InternedString copy constructor
Maxime Coste
2014-10-23
minor code tweaks
Maxime Coste
2014-10-22
Reread file timestamp at the moment the user choose to keep
Maxime Coste
2014-10-22
Close fd before notifiying buffer of modification when writing to file
Maxime Coste
2014-10-22
Refactor highlighters, use an interface with virtual methods
Maxime Coste
2014-10-20
Port more code to StringView instead of const String&
Maxime Coste
2014-10-19
Add a split function that does not take an escape and returns StringViews
Maxime Coste
2014-10-16
Small tweak
Maxime Coste
2014-10-15
Make it more explicit that Key modifiers is a bit field
Maxime Coste
2014-10-14
Do not write pid and session name in debug buffer on startup
Maxime Coste
2014-10-14
Add a disabled wrapper for using std regex instead of boost
Maxime Coste
2014-10-13
Use Pass as default policy for invalid utf8 avoid asserting on that
Maxime Coste
2014-10-13
Add missing includes
Maxime Coste
2014-10-13
Do not assert on SIGTERM and backup modified buffers on signal induced termin...
Maxime Coste
2014-10-13
Refactor regex uses, do not reference boost except in regex.hh
Maxime Coste
2014-10-12
Preserve selection orientation when replacing
Maxime Coste
2014-10-11
Add a test make target
Maxime Coste
2014-10-11
Merge branch 'master' of github.com:mawww/kakoune
Maxime Coste
2014-10-10
Support changing buffer when an edition is in progress
Maxime Coste
2014-10-09
Start regex search from selection min/max depending on search direction
Maxime Coste
2014-10-08
empty DESTDIR
Roberto Zanotto
2014-10-07
Switch some const String& parameters to StringView
Maxime Coste
2014-10-07
Small refactor
Maxime Coste
2014-10-07
WordDB: Use interned strings pointing directly into the buffer line data
Maxime Coste
2014-10-06
Use ',' instead of '|' as tuple option fields separators
Maxime Coste
2014-10-06
scrolloff is now a line,column pair
Maxime Coste
2014-10-05
InternedStrings know their slots
Maxime Coste
2014-10-03
Use InternedStrings for buffer contents
Maxime Coste
2014-10-01
Small refactor
Maxime Coste
2014-10-01
Fix finding next match when the cursor is in the middle of the only match
Maxime Coste
2014-10-01
Add support for interned strings
Maxime Coste
2014-09-28
Pass -rdynamic only to the linker
Maxime Coste
2014-09-28
Start with the whole buffer selected in filter mode
Maxime Coste
2014-09-26
Remove unused function
Maxime Coste
2014-09-26
Finding next matches start from seleciton min/max instead of cursor
Maxime Coste
2014-09-25
line joining will only join selected lines if selection span multiples ones
Maxime Coste
2014-09-25
Fix reverse search when extending
Maxime Coste
2014-09-23
Add support for mapping keys in goto/view commands
Maxime Coste
2014-09-23
Add inner versions of to object begin/end selection
Maxime Coste
2014-09-22
add a 'buffers' debug command to get info on alive buffers
Maxime Coste
[next]