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
/
main.cc
Age
Commit message (
Expand
)
Author
2018-04-25
Reserve data for # register
Maxime Coste
2018-04-19
Fix handling of local client quitting during its creation
Maxime Coste
2018-04-14
Update startup message and include released version in it
Maxime Coste
2018-04-11
NCursesUI: Add support for shifted function keys
Maxime Coste
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-09
Make version available through $kak_version and debug info
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
2018-03-25
Document rotate selection breaking change in startup message
Maxime Coste
2018-03-23
Support `%` in `path` option to mean current buffer directory
Maxime Coste
2018-03-23
Restore client name after converting to client
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-03-10
Move WORD text object to <a-w>
Maxime Coste
2018-03-02
Remove <scope> from user-modes commands
Delapouite
2018-03-01
Update status message with new breaking changes
Maxime Coste
2018-02-24
Update startup message to notify about h/l change
Maxime Coste
2018-02-22
Fix typos in C++ string literals
aver-d
2018-02-18
Do not support general commands in filter mode
Maxime Coste
2018-02-18
ShellManager: init from a static list of env vars
Maxime Coste
2018-02-18
Buffer: avoid expensive option flattening in on_registred with NoHooks
Maxime Coste
2018-01-31
Do not strip whitespaces with '*'
Maxime Coste
2018-01-21
Do not block when waiting for next event if we have pending input
Maxime Coste
2018-01-21
Rename InputModeChange hook to ModeChange
Maxime Coste
2018-01-20
Fallback to getpwuid in the unlikely case $HOME is underfined
Maxime Coste
2018-01-19
Introduce a $kak_config env var containing the Kakoune user config dir
Maxime Coste
2018-01-18
Use the _str and _sv string literals more often
Maxime Coste
2017-12-29
Add information on InputModeChange hook in the startup message
Maxime Coste
2017-12-21
Add session name filtering for KakBegin hook
Delapouite
2017-12-04
Replace uses of getpwuid which is incompatible with static linking
Maxime Coste
2017-11-12
Remote: when converting to client, suspend *after* connecting
Maxime Coste
2017-11-04
Introduce matching_pairs option that controls the pairs used by `m`
Maxime Coste
2017-11-01
Document the regex impl switch in the startup message
Maxime Coste
2017-10-28
Update breaking changes message
Maxime Coste
2017-10-10
Make Server outlive buffer manager
Maxime Coste
2017-10-05
Add client_list var
Delapouite
2017-09-27
Removing the local client due to SIGHUP is not graceful
Maxime Coste
2017-09-18
Fix compilation
Maxime Coste
2017-09-18
Document custom text object move in breaking changes
Maxime Coste
2017-09-12
Expose the character under the cursor as $kak_cursor_char_value
Maxime Coste
2017-09-11
Fork server to background when the client/server process receives SIGHUP
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-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-08-28
Expose client pid as $kak_client_pid
Maxime Coste
2017-08-23
Support specifying an exit status on `quit` commands
Maxime Coste
2017-08-23
Update startup info
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-07-13
Small startup message formatting tweak
Maxime Coste
2017-06-29
Formatting tweak
Maxime Coste
[prev]
[next]