summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2015-12-27Add a static_words str-list option always considered for word completionMaxime Coste
2015-12-25Center the initial target lineMaxime Coste
2015-12-24Do not try to access the local client if it was not succesfully createdMaxime Coste
2015-12-23Support passing +<line number> parameter to specify the first buffer target l...Maxime Coste
2015-12-23Add a signal function using sigactionDaniel Robertson
2015-12-08Filter mode require an event managerMaxime Coste
2015-12-06Change eolformat and BOM options to be enums instead of stringsMaxime Coste
2015-12-05Small code refactorMaxime Coste
2015-12-03Support -e in filter mode to give commands to execute (executed before keys)Maxime Coste
2015-11-27Consolidate writing to fdMaxime Coste
2015-11-25Refactor registers to initialize all of them at startup and add null registerMaxime Coste
2015-11-22Support opening new files on kak -c command lineMaxime Coste
2015-11-20Move enum option handling in enum.hh and refactor enum optionsMaxime Coste
2015-11-19Introduce a debug flags option to control some tracingMaxime Coste
2015-11-18Change autoinfo option to be a flags option, document flags optionsMaxime Coste
2015-11-16Try to restore the previously opened buffer when converting to client modeMaxime Coste
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