summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-11-23String: add non const front() and back() methodsMaxime Coste
2012-11-23filter: minor code cleanupMaxime Coste
2012-11-23NCurses: use Default bg color for status lineMaxime Coste
2012-11-23buffer: increment timestamp on notify savedMaxime Coste
2012-11-23Refactor filter and highlighter registry into a common templateMaxime Coste
2012-11-22Cleanups and minor refactoring on BufferMaxime Coste
2012-11-22code style cleanup in CommandManagerMaxime Coste
2012-11-22ClientManager: store client with a unique_ptrMaxime Coste
2012-11-22move Window ownership to the ClientManager instead of the BufferMaxime Coste
2012-11-22rename (hook|option)_manager to (hook|option)s.Maxime Coste
2012-11-21cpp.kak: use regex filter to handle indentationMaxime Coste