summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-03-19clang-complete: do the compilation in the buffer directoryMaxime Coste
2013-03-18select_to_{,reverse}: search on other lines if neededMaxime Coste
2013-03-18more robust implementation of expand_unprintableMaxime Coste
2013-03-18DisplayBuffer::split does not check if the split is on a character boundaryMaxime Coste
2013-03-18add a reg command to set a registerMaxime Coste
2013-03-18add 'r' object alias for [] (range)Maxime Coste
2013-03-18Buffer: optimize do_insert to minimize changes in m_lines vectorMaxime Coste
2013-03-18DynamicSelectionList: optimize updating on buffer modificationMaxime Coste
2013-03-18Editor: keep selections sorted and use an index for the main oneMaxime Coste
2013-03-15Editor: replace selections().back() with main_selection()Maxime Coste
2013-03-15move BufferIterator on_{insert,erase} as DynamicSelectionList implementation ...Maxime Coste
2013-03-15replay_macro: parse keys only onceMaxime Coste
2013-03-15Buffer::on_erase: avoid resizing lines more than necessaryMaxime Coste
2013-03-15Makefile: fix link with bfd linkerMaxime Coste
2013-03-14clang: fix auto completion when cursor is on end of lineMaxime Coste
2013-03-14NCurses: hand coded menu implementationMaxime Coste
2013-03-14add clang.kak, providing clang based insert completionMaxime Coste
2013-03-14add str-list option support to decl commandMaxime Coste
2013-03-14add support for regex options, make ignored_files oneMaxime Coste
2013-03-14move remoting code to remote.ccMaxime Coste
2013-03-13move complete_filename to file.ccMaxime Coste
2013-03-13goto file uses the 'path' string-list option instead of hard coded pathsMaxime Coste
2013-03-13find_file: automatically add missing '/' and end of pathsMaxime Coste
2013-03-13write_buffer: consider buffer as saved only if we used it's filenameMaxime Coste
2013-03-13Editor: fix replace at end of bufferMaxime Coste
2013-03-13Buffer: minor refactoringMaxime Coste
2013-03-12ctags: use - instead of _ in command nameMaxime Coste
2013-03-12BufferCompleter: watch 'completions' option, and update completions when it c...Maxime Coste
2013-03-12NCurses: hook redraw on c-lMaxime Coste
2013-03-12Modify network protocol to allow commands through the socketMaxime Coste
2013-03-11NCurses: handle empty items in menu_showMaxime Coste
2013-03-11Add an experimental configurable input completion fonctionMaxime Coste
2013-03-11add kak_timestamp env var to access current buffer timestampMaxime Coste
2013-03-11minor cleanups in complete_wordMaxime Coste
2013-03-09InputHandler: complete_word knows best when not to completeMaxime Coste
2013-03-08InputHandler: extract word completion algorithmMaxime Coste
2013-03-08NCurses: fix redrawing when info or menu is hiddenMaxime Coste
2013-03-06Use some builtins colors aliases instead of hardcoded values for highlightersMaxime Coste
2013-03-06colalias: always overrideMaxime Coste
2013-03-06Use a ColorPair in DisplayAtoms instead of separate fg/bg colorsMaxime Coste
2013-03-06do not redraw the whole screen each timeMaxime Coste
2013-03-06ncurses: fix unicode handling in status lineMaxime Coste
2013-03-06Add utf8_iterator::advance(CharCount, utf8_iterator end)Maxime Coste
2013-03-06Add FlagLines highlighterMaxime Coste
2013-03-06HighlightersFactories takes back a Window parameterMaxime Coste
2013-03-06throw a runtime error when a wrong type is requested for an optionMaxime Coste
2013-03-06Add support for int list options, specified using a comma seperated list of intMaxime Coste
2013-03-05remove commented line in ncurses.ccMaxime Coste
2013-03-05fix ignored_files default valueMaxime Coste
2013-03-05log to debug when make_regex_ifp catch a regex_errorMaxime Coste