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-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
2015-05-28
Do not throw exceptions when handling a fatal signal
Maxime Coste
2015-05-27
Use common signal handler for SIGPIPE
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-05-24
Small refactor in unit tests
Maxime Coste
2015-05-22
Move unit test functions in next to the code they are testing
Maxime Coste
2015-05-20
Ignore SIGPIPE
Maxime Coste
2015-04-27
Replace some String temporaries with StringViews
Maxime Coste
2015-04-19
Make empty context construction more explicit
Maxime Coste
2015-04-16
Improve ui_options docstring
Maxime Coste
2015-04-13
Add support for string <-> selection list serialization
Maxime Coste
2015-04-01
Avoid zero terminated string based console printing
Maxime Coste
2015-03-31
number to string conversion avoids memory allocations
Maxime Coste
2015-03-30
Replace various adhoc operator+ based formatting with format func
Maxime Coste
2015-03-25
Add exception type name when failing with an uncaught exception
Maxime Coste
2015-03-24
Only do tty validation when using a NCursesUI
Maxime Coste
[next]