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-11-04
Use StringViews for some helper functions in selectors.cc
Maxime Coste
2014-11-03
Open fifo buffers in non block mode
Maxime Coste
2014-11-02
Remove AutoRegister util template
Maxime Coste
2014-11-01
Fix buffer being considered modified after reloading
Maxime Coste
2014-11-01
move more parameters from const String& to StringView
Maxime Coste
2014-10-31
Change :info -anchor option, take directly a buffer coordinate
Maxime Coste
2014-10-30
Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in it
Maxime Coste
2014-10-30
Add kak binary location to PATH env var automatically
Maxime Coste
2014-10-30
Add scoped aliases
Maxime Coste
2014-10-29
Actually release interned string data when refcount drops to 0
Maxime Coste
2014-10-28
Fix invalid memory access when applying modifications on an empty buffer
Maxime Coste
2014-10-28
Add some asserts in StringRegistry methods
Maxime Coste
2014-10-28
Style fixes
Maxime Coste
2014-10-28
Add noexcept spec to move constructor and move assign
Maxime Coste
2014-10-28
mark InternedString move constructor noexcept
Maxime Coste
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
[prev]
[next]