summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-12Make safe_ptr able to track callstacksMaxime Coste
2014-08-11Add an operator[](CharCount) to String and StringViewMaxime Coste
2014-08-07Fix buffer modification checkMaxime Coste
2014-08-03Change escaping method for command completionMaxime Coste
2014-08-03Use more StringView in string helper functionsMaxime Coste
2014-08-03Fix buffer name completion when basename onlyMaxime Coste
2014-07-31Buffer completion match directory names as well for subsequence matchMaxime Coste
2014-07-31Add a -existing switch to edit commandMaxime Coste
2014-07-30Insert word completion: Use subsequence matching if prefix failedMaxime Coste
2014-07-30Add access to specific env vars in %val{...} evaluationMaxime Coste
2014-07-30Only change search register when prompt are validatedMaxime Coste
2014-07-30Stop macro recording on esc in normal modeMaxime Coste
2014-07-30Rewrite real_path, try to find an existing directory in the given pathMaxime Coste
2014-07-27In non interactive interactive mode, disable user key mappingsMaxime Coste
2014-07-26Fix resize handling in ncurses UIMaxime Coste
2014-07-25Display a [no-hooks] tag in the mode line when hooks are disabledMaxime Coste
2014-07-25Fix Selection::insert when replacing with empty string at the end of the bufferMaxime Coste
2014-07-24Disable hooks on a per context basis, and propagate that to Insert modeMaxime Coste
2014-07-22fix align with multiple columnsMaxime Coste
2014-07-22Fix Menu use of j/k keys when editing filterMaxime Coste
2014-07-21Add completion support for rmhooksMaxime Coste
2014-07-19Add some more force inlines to some buffer methodsMaxime Coste
2014-07-17Clear status line on normal mode commandMaxime Coste
2014-07-16Fix ncurses flickering of the menu and info boxMaxime Coste
2014-07-15Use strongly typed enum for Face Attribute, add DimMaxime Coste
2014-07-15Fix comment parsing error in CommandManagerMaxime Coste
2014-07-14Remove region highlighter, rename multi_regions to regions, cleanupMaxime Coste
2014-07-14Fix bug in nested highlightingMaxime Coste
2014-07-14Avoid infinite loop in MultiRegionHighlighter when regexes generate empty mat...Maxime Coste
2014-07-14underline (MatchingChar|Search) facesAlex Leferry 2
2014-07-14Fix numbering with '#' registerMaxime Coste
2014-07-13Do not resolve faces in highlighter factories, defer to actual highlightingMaxime Coste
2014-07-12Rename RegexColorizer to RegexHighlighterMaxime Coste
2014-07-12Refactor RegexColorizers face handlingMaxime Coste
2014-07-12Rename :colalias to :face and update documentationMaxime Coste
2014-07-11Support attributes in face specificationsMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-07-10Fix select_numberMaxime Coste
2014-07-10Add docstring for normal mode commands and display them if autoinfo >= 2Maxime Coste
2014-07-10Change autoinfo option to be an integer, allowing different levelsMaxime Coste
2014-07-10:edit! without argument reload current bufferMaxime Coste
2014-07-08Fix :map scope completionMaxime Coste
2014-07-07Do not write '*** kak: fifo closed ***' in buffersMaxime Coste
2014-07-07Fix redrawing of windows when only the status line changesMaxime Coste
2014-07-07Use colors in status bar for certain flagsMaxime Coste
2014-07-05NCurses: change scroll bar charactersMaxime Coste
2014-07-05Remove 'ReplaceMain' select modeMaxime Coste
2014-07-05Merge remote-tracking branch 'alexherbo2/previous-match'Maxime Coste
2014-07-05More consistent <space> and <a-space> behaviourMaxime Coste
2014-07-05NCurses: better support for 256 color terminals that cannot change colorsMaxime Coste