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
2015-12-27
Add a static_words str-list option always considered for word completion
Maxime Coste
2015-12-25
Center the initial target line
Maxime Coste
2015-12-24
Do not try to access the local client if it was not succesfully created
Maxime Coste
2015-12-23
Support passing +<line number> parameter to specify the first buffer target l...
Maxime Coste
2015-12-23
Add a signal function using sigaction
Daniel Robertson
2015-12-08
Filter mode require an event manager
Maxime Coste
2015-12-06
Change eolformat and BOM options to be enums instead of strings
Maxime Coste
2015-12-05
Small code refactor
Maxime Coste
2015-12-03
Support -e in filter mode to give commands to execute (executed before keys)
Maxime Coste
2015-11-27
Consolidate writing to fd
Maxime Coste
2015-11-25
Refactor registers to initialize all of them at startup and add null register
Maxime Coste
2015-11-22
Support opening new files on kak -c command line
Maxime Coste
2015-11-20
Move enum option handling in enum.hh and refactor enum options
Maxime Coste
2015-11-19
Introduce a debug flags option to control some tracing
Maxime Coste
2015-11-18
Change autoinfo option to be a flags option, document flags options
Maxime Coste
2015-11-16
Try to restore the previously opened buffer when converting to client mode
Maxime Coste
2015-10-17
More cleanups in the buffer open/reload code
Maxime Coste
2015-10-17
Move line parsing and to Buffer.cc directly
Maxime Coste
2015-10-17
Refactor buffer creation and reloading to be more explicit
Maxime Coste
2015-10-14
Fix double destruction of local ui
Maxime Coste
2015-10-09
Fix OSX compilation
Maxime Coste
2015-10-08
Tweak handling of SIGINT
Maxime Coste
2015-10-08
Auto fork server when suspending the local client
Maxime Coste
2015-10-08
Detect ungraceful exits, and backup modified buffers in these cases
Maxime Coste
2015-10-05
Use DisplayLine for menu choices
Maxime Coste
2015-10-02
Tweak ui_options docstring
Maxime Coste
2015-10-02
Add self documentation to ui_options
Eike Plack
2015-09-19
Initial support for user configurable modeline with the modelinefmt option
Maxime Coste
2015-09-15
use getpwuid(geteuid())->pw_name rather than getlogin()
Maxime Coste
2015-09-03
Regex are overkill for shell manager env vars, we just need exact match or pr...
Maxime Coste
2015-09-02
Fallback on /usr/share/kak if the relative runtime path does not exists
Maxime Coste
2015-09-02
Fix clang compilation
Maxime Coste
2015-09-01
Simplify runtime_directory
Maxime Coste
2015-08-26
Add a kill command that kills the current session
Maxime Coste
2015-08-26
Reorganize slightly local client creation
Maxime Coste
2015-08-23
Add support for listing existing sessions with kak -l
Maxime Coste
2015-08-18
Be more explicit about paramater parsing error
Maxime Coste
2015-07-08
Gracefully handle exception when opening files given on command line
Maxime Coste
2015-07-05
Print connection failed messages with a newline
Maxime Coste
2015-06-27
Initial selection saving/restoring support bound to ^ and alt-^
Maxime Coste
2015-06-21
Display pid in fatal signal message
Maxime Coste
2015-06-17
Move status/mode line drawing as a separate ui method
Maxime Coste
2015-06-12
Notify user on kakrc parsing errors
Maxime Coste
2015-06-09
Fix race condition ShellManager::eval with SIGCHLD
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-03
Get rid of the mode trash, delete mode directly when leaving on_key
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-05-29
Return a String in Backtrace::desc
Maxime Coste
2015-05-29
Extract xmessage/MessageBox support in a notify_fatal_error function
Maxime Coste
2015-05-28
Go back to ignoring SIGPIPE
Maxime Coste
[prev]
[next]