summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2015-10-17More cleanups in the buffer open/reload codeMaxime Coste
2015-10-17Move line parsing and to Buffer.cc directlyMaxime Coste
2015-10-17Refactor buffer creation and reloading to be more explicitMaxime Coste
2015-10-14Fix double destruction of local uiMaxime Coste
2015-10-09Fix OSX compilationMaxime Coste
2015-10-08Tweak handling of SIGINTMaxime Coste
2015-10-08Auto fork server when suspending the local clientMaxime Coste
2015-10-08Detect ungraceful exits, and backup modified buffers in these casesMaxime Coste
2015-10-05Use DisplayLine for menu choicesMaxime Coste
2015-10-02Tweak ui_options docstringMaxime Coste
2015-10-02Add self documentation to ui_optionsEike Plack
2015-09-19Initial support for user configurable modeline with the modelinefmt optionMaxime Coste
2015-09-15use getpwuid(geteuid())->pw_name rather than getlogin()Maxime Coste
2015-09-03Regex are overkill for shell manager env vars, we just need exact match or pr...Maxime Coste
2015-09-02Fallback on /usr/share/kak if the relative runtime path does not existsMaxime Coste
2015-09-02Fix clang compilationMaxime Coste
2015-09-01Simplify runtime_directoryMaxime Coste
2015-08-26Add a kill command that kills the current sessionMaxime Coste
2015-08-26Reorganize slightly local client creationMaxime Coste
2015-08-23Add support for listing existing sessions with kak -lMaxime Coste
2015-08-18Be more explicit about paramater parsing errorMaxime Coste
2015-07-08Gracefully handle exception when opening files given on command lineMaxime Coste
2015-07-05Print connection failed messages with a newlineMaxime Coste
2015-06-27Initial selection saving/restoring support bound to ^ and alt-^Maxime Coste
2015-06-21Display pid in fatal signal messageMaxime Coste
2015-06-17Move status/mode line drawing as a separate ui methodMaxime Coste
2015-06-12Notify user on kakrc parsing errorsMaxime Coste
2015-06-09Fix race condition ShellManager::eval with SIGCHLDMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-03Get rid of the mode trash, delete mode directly when leaving on_keyMaxime Coste
2015-06-01Port more code to use the format function instead of adhoc string concatMaxime Coste
2015-05-29Return a String in Backtrace::descMaxime Coste
2015-05-29Extract xmessage/MessageBox support in a notify_fatal_error functionMaxime Coste
2015-05-28Go back to ignoring SIGPIPEMaxime Coste
2015-05-28Do not throw exceptions when handling a fatal signalMaxime Coste
2015-05-27Use common signal handler for SIGPIPEMaxime Coste
2015-05-26Retreat ! go back to C++11 only codeMaxime Coste
2015-05-25Migrate code to c++14Maxime Coste
2015-05-24Small refactor in unit testsMaxime Coste
2015-05-22Move unit test functions in next to the code they are testingMaxime Coste
2015-05-20Ignore SIGPIPEMaxime Coste
2015-04-27Replace some String temporaries with StringViewsMaxime Coste
2015-04-19Make empty context construction more explicitMaxime Coste
2015-04-16Improve ui_options docstringMaxime Coste
2015-04-13Add support for string <-> selection list serializationMaxime Coste
2015-04-01Avoid zero terminated string based console printingMaxime Coste
2015-03-31number to string conversion avoids memory allocationsMaxime Coste
2015-03-30Replace various adhoc operator+ based formatting with format funcMaxime Coste
2015-03-25Add exception type name when failing with an uncaught exceptionMaxime Coste
2015-03-24Only do tty validation when using a NCursesUIMaxime Coste