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
2017-09-23
Merge remote-tracking branch 'Delapouite/next-history-id'
Maxime Coste
2017-09-23
Small code style tweak
Maxime Coste
2017-09-23
Merge remote-tracking branch 'occivink/quit-on-esc'
Maxime Coste
2017-09-23
Merge remote-tracking branch 'Delapouite/commands-docstring'
Maxime Coste
2017-09-23
Merge remote-tracking branch 'Delapouite/indent-count'
Maxime Coste
2017-09-21
Add count support for indent / deindent
Delapouite
2017-09-21
Use <esc> to exit on-key modes
Olivier Perret
2017-09-21
Fix missing spaces / new lines in commands docstring
Delapouite
2017-09-20
Add max_history_id in status printed with <a-u> and <a-U>
Delapouite
2017-09-19
Add '[debug]' context_info for debug buffers
Delapouite
2017-09-18
Fix compilation
Maxime Coste
2017-09-18
Document custom text object move in breaking changes
Maxime Coste
2017-09-18
Merge remote-tracking branch 'Delapouite/custom-text-object'
Maxime Coste
2017-09-18
Avoid wrapping between punctuation and word
Maxime Coste
2017-09-18
Merge remote-tracking branch 'Delapouite/scroll-count'
Maxime Coste
2017-09-17
Add count support for scroll keys (PageUp, PageDown, C-bfud)
Delapouite
2017-09-14
Fix typo: parmeter → parameter
Delapouite
2017-09-12
Expose the character under the cursor as $kak_cursor_char_value
Maxime Coste
2017-09-12
Replace invalid codepoints with � instead of U+XXXX
Maxime Coste
2017-09-12
Hide info box and eventual status message after handling a mouse event
Maxime Coste
2017-09-12
Rename some string conversion function to the common 'to_string'
Maxime Coste
2017-09-12
Merge remote-tracking branch 'Delapouite/debug-faces'
Maxime Coste
2017-09-11
Add debug faces
Delapouite
2017-09-11
Merge remote-tracking branch 'Delapouite/too-many'
Maxime Coste
2017-09-11
Fork server to background when the client/server process receives SIGHUP
Maxime Coste
2017-09-07
Fix typo: to many → too many
Delapouite
2017-09-07
Small code simplifications
Maxime Coste
2017-09-07
Tolerate unwritable socket when trying to send the disconnection message
Maxime Coste
2017-09-06
Merge remote-tracking branch 'Franciman/exposed_history_id'
Maxime Coste
2017-09-04
Rename env variable kak_curr_history_id to kak_history_id
Francesco Magliocca
2017-09-02
Add current history id to env variables
Francesco Magliocca
2017-09-01
Slight tweak of FaceRegistry::FaceOrAlias definition
Maxime Coste
2017-09-01
Make Buffer::Modification an aggregate
Maxime Coste
2017-09-01
Make LineAndColumn an aggregate as well
Maxime Coste
2017-09-01
Make Token a simple aggregate
Maxime Coste
2017-09-01
Make InsertCompletion an aggregate
Maxime Coste
2017-09-01
Remove unneeded ParameterDesc constructor
Maxime Coste
2017-09-01
Code style tweak in optional.hh
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-08-29
Rework containers.hh to get rid of the Factory structures
Maxime Coste
2017-08-29
avoid literal eol in status lines, replace them with another symbol
Maxime Coste
2017-08-29
Do less implicit parse_filename calls
Maxime Coste
2017-08-29
Do not expand env vars in parse_filename
Maxime Coste
2017-08-29
Fix naming in fd_writable
Maxime Coste
2017-08-28
Expose client pid as $kak_client_pid
Maxime Coste
2017-08-23
Fix String::Data copying/moving from self
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-08-23
Optimize DisplayBuffer::optimize()
Maxime Coste
2017-08-23
Update startup info
Maxime Coste
2017-08-22
Add build type (debug/release) in ":debug info" output
Maxime Coste
[prev]
[next]