summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-19Merge remote-tracking branch 'Icantjuddle/add_hash_unit_test'Maxime Coste
2021-04-18CommentsBen Judd
2021-04-18commentsBen Judd
2021-04-18Merge remote-tracking branch 'Screwtapello/support-keypad-keys'Maxime Coste
2021-04-18Merge remote-tracking branch 'alexherbo2/fix-edit-readonly'Maxime Coste
2021-04-17mallinfo is deprecated in favor of mallinfo2Ben Judd
2021-04-17hash unit tests.Ben Judd
2021-04-14Fix `edit -readonly` command not setting `readonly` optionTaupiqueur
2021-04-11fix line completion with prefixTw
2021-04-05[feat] add ui_options: padding_char & padding_fillnojhan
2021-03-31fix show-whitespace: add missing NNBSP characternojhan
2021-03-31Parse more data at each fifo buffer readMaxime Coste
2021-03-31Profile individual command runtimeMaxime Coste
2021-03-31Tweak completion quoting behaviour once againMaxime Coste
2021-03-26src/ncurses_ui: Teach Kakoune about all the numeric keypad keys.Tim Allen
2021-03-26src/ncurses_ui: move the parse_mask() helper outside parse_csi().Tim Allen
2021-03-22Rename separator-cursor to cursor-separatorhss
2021-03-21Don't use optionals for storing active separator stringhss
2021-03-20Only use separator-cursor for the first line number in a wrapped linehss
2021-03-20Compare column_length of line-number separatorshss
2021-03-20Use optionals more wisely in line-numbershss
2021-03-19line-number: Add option to use a different separator on the current linehss
2021-03-12Fix typo in file.ccMaxime Coste
2021-03-11Do not use replace write method when writing to a non-regular fileMaxime Coste
2021-03-11Always redraw after getting some user inputMaxime Coste
2021-03-11Do not select on non-urgent fd when handling only urgent eventsMaxime Coste
2021-03-11Merge remote-tracking branch 'eraserhd/fifo-performance-fixes'Maxime Coste
2021-03-09Use inplace_merge() for rangesJason Felice
2021-03-08Binary search for first range to changeJason Felice
2021-03-04Refactor pipe reader/writerMaxime Coste
2021-03-03Raise ThreadedVM initial thread capacity to 16Maxime Coste
2021-03-03Re-use the Regex VM when completing filenames to reduce allocationsMaxime Coste
2021-03-02Re-tweak command name completion behaviourMaxime Coste
2021-02-25Follow ECMA specification for regex whitespaceJacob Collins
2021-02-25Tweak requoting behaviourMaxime Coste
2021-02-16Fix splitting display line in front of a replaced rangeMaxime Coste
2021-02-15Add + key to duplicate selections and <a-+> to merge overlapping onesMaxime Coste
2021-02-11Fix CSI u support for escape keyMaxime Coste
2021-02-01Fix resizing strings to -1 lengthMaxime Coste
2021-01-26Check XDG_RUNTIME_DIR owner before creating session directoryMaxime Coste
2021-01-22Write to stderr if execve failsMaxime Coste
2021-01-22Fix performance issue in show-matching highlighter on big buffersMaxime Coste
2021-01-22Slight code cleanup in generate_envMaxime Coste
2021-01-15Distinguish <c-h> and Backspace on terminals where that is possible.Tim Allen
2021-01-04Merge branch 'master' of http://github.com/Woolworths/kakouneMaxime Coste
2021-01-04Merge remote-tracking branch 'cole-h/trim-only-one-newline'Maxime Coste
2021-01-02command_manager: only remove last eol in %sh{} expansionsCole Helbling
2021-01-03Merge remote-tracking branch 'jimt/master'Maxime Coste
2021-01-03Add missing limits includesMaxime Coste
2021-01-01Fix message typoJim Tittsler