summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-13tweak git commit message highlightingMaxime Coste
2012-12-13Makefile: add a userconfig targetMaxime Coste
2012-12-13Prompt: when completion has only one candidate, next tab starts a new completionMaxime Coste
2012-12-13file completion: disable ignored files when entered prefix matches.Maxime Coste
2012-12-13remote.cc: move write function as member of MessageMaxime Coste
2012-12-13code cleanup in remote.ccMaxime Coste
2012-12-13the shell used for command execution can be changed using the 'shell' optionMaxime Coste
2012-12-13minor code cleanup in do_select_objectMaxime Coste
2012-12-13select/split: check expression is not emptyMaxime Coste
2012-12-13push current selection on searchMaxime Coste
2012-12-09Support nested {Filters,Highlighter}GroupMaxime Coste
2012-12-09ncurses.cc: handle ascii del as backspaceMaxime Coste
2012-12-07InputHandler: tweak prefix completion behaviourMaxime Coste
2012-12-07extract ParametersParser to it's own fileMaxime Coste
2012-12-07grep.kak: configurable grep command, search selection when no paramsMaxime Coste
2012-12-07source user kakrc after autoloads, so that user can override optionsMaxime Coste
2012-12-07cleanup {make,grep}.kakMaxime Coste
2012-12-06PromptHandler now call callback when edited and aborted.Maxime Coste
2012-12-05*scratch* buffer use undoMaxime Coste
2012-12-05fail nicely when trying to open a directoryMaxime Coste
2012-12-03'exec' and (resurected) 'eval' commands can take a '-client' parameterMaxime Coste
2012-12-03add 'name' command to set current client nameMaxime Coste
2012-12-03ClientManager: support naming clients and accessing client's context by nameMaxime Coste
2012-12-03RemoteClient: call get_key soon so that it may process a resize before size c...Maxime Coste
2012-12-03NCurses: do not resize directly in signal handler, malloc may not be working ...Maxime Coste
2012-12-03EventManager: fix forced event processingMaxime Coste
2012-12-03fix quit modified file behaviourMaxime Coste
2012-11-30Selection: refactoring, move CaptureList to SelectionMaxime Coste
2012-11-29add an ignored_files regex option whose matches are not used for completionMaxime Coste
2012-11-29Add configurable prompt completion behaviourMaxime Coste
2012-11-29Fix InputMode::Prompt blocking behaviour when inserting registerMaxime Coste
2012-11-29Remote unused Context::change_uiMaxime Coste
2012-11-29local client forks in destructor so that the kak server detaches from terminalMaxime Coste
2012-11-29use more portable fcntl method for FD_CLOEXEC bit, enable it on forgotten soc...Maxime Coste
2012-11-28add an empty buffer unit testMaxime Coste
2012-11-27ncurses: avoid refering to dead NCursesUI in signal handlerMaxime Coste
2012-11-27InputHandler: InputModes no longer die directly on mode change, they survive ...Maxime Coste
2012-11-27fix cpp indent filterMaxime Coste
2012-11-27EventManager: refactor (again)Maxime Coste
2012-11-27fix buffer creation on empty fileMaxime Coste
2012-11-26IncrementalInsert::move_cursors: use overloaded for LineCount/CharCount edito...Maxime Coste
2012-11-26fix InsertMode::OpenLineBelow behaviour in prepare_insertMaxime Coste
2012-11-26Append on end of line now appends to current lineMaxime Coste
2012-11-26minor code simplificationMaxime Coste
2012-11-26EventManager: avoid erasing an event handler while it may be in useMaxime Coste
2012-11-26fix crlf file readingMaxime Coste
2012-11-23Editor: fix replacement beheviour just before end of lineMaxime Coste
2012-11-23small code tweakMaxime Coste
2012-11-23rewrite file opening code using mmap, opening big files is much much fasterMaxime Coste
2012-11-23Buffer takes a vector of lines as initial contentMaxime Coste