summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2014-11-14const String& to StringViewMaxime Coste
2014-11-11change filter mode to make backup of files to .kak-bak and edit in placeMaxime Coste
2014-11-10Add ui_options option for UserInterface configurationMaxime Coste
2014-11-05Simplify RemoteClient creation codeMaxime Coste
2014-10-30Add scope class and encapsulate Options, Keymaps, Aliases and Hooks in itMaxime Coste
2014-10-30Add kak binary location to PATH env var automaticallyMaxime Coste
2014-10-30Add scoped aliasesMaxime Coste
2014-10-28Style fixesMaxime Coste
2014-10-27Fix filter modeMaxime Coste
2014-10-26small formatting tweakMaxime Coste
2014-10-14Do not write pid and session name in debug buffer on startupMaxime Coste
2014-10-13Do not assert on SIGTERM and backup modified buffers on signal induced termin...Maxime Coste
2014-10-01Add support for interned stringsMaxime Coste
2014-09-28Start with the whole buffer selected in filter modeMaxime Coste
2014-09-18Fix confusion between -n and -d switches in mainMaxime Coste
2014-08-17Add exception reporting in filter modeMaxime Coste
2014-08-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-08-14Refactor, remove kakoune function and move it inside main.Maxime Coste
2014-08-14Add support for running kakoune as a filter, using -f 'keys'Maxime Coste
2014-08-14Refactor main loops, use separate functions for each running modeMaxime Coste
2014-08-12Defer deletion of buffers to after the event loopMaxime Coste
2014-07-14Fix numbering with '#' registerMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-06-21Use main selection index as default when accessing only one register valueMaxime Coste
2014-06-06Add support for long names for registersMaxime Coste
2014-05-25Add kak_selections_desc en vars, containing : separated descsMaxime Coste
2014-05-23Change # register to contain selection numberMaxime Coste
2014-05-07Improve error reporting when parsing commandsMaxime Coste
2014-04-30Add unistd.h to main, needed for dupMaxime Coste
2014-04-29Add support for running Kakoune with redirected stdinMaxime Coste
2014-04-28Move some buffer related utility functions to buffer_utils.{cc,hh}Maxime Coste
2014-04-21Use StringView in shell managerMaxime Coste
2014-04-07Add support for querying client environement variablesMaxime Coste
2014-04-02Fix clang compilationMaxime Coste
2014-03-29Remove Range struct, merge it back in SelectionMaxime Coste
2014-03-22style tweakMaxime Coste
2014-03-21Correctly handle failing to connect to the given session in client modeMaxime Coste
2014-03-02Add -p <session> option to kak, which forward commands on stdin to sessionMaxime Coste
2014-03-02Consistently name -foo things 'switches'Maxime Coste
2014-03-02Add command switches information, and automatically display itMaxime Coste
2014-03-02All commands now take directly a parameter parserMaxime Coste
2014-02-27Add buffile env var for getting the buffer filenameMaxime Coste
2014-01-28Rename selections first,last to more explicit anchor,cursorMaxime Coste
2014-01-27Fix compilation with clang 3.4Maxime Coste
2014-01-27Remove session socket on error signalMaxime Coste
2014-01-23Catch parameter errors on startup and display option informationsMaxime Coste
2014-01-12minor code cleanupMaxime Coste
2013-12-23Make kak more installableMaxime Coste
2013-12-15Move Editor::selections_content to ContextMaxime Coste
2013-12-15Add Context::selections method, and use it in priority to the Editor's oneMaxime Coste