summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-11Add support for the shift modifier.Tim Allen
2018-04-10Redraw window when the face definition changedMaxime Coste
2018-04-10FaceRegistry: Support referencing a named face from a parent scopeMaxime Coste
2018-04-10Makefile: formatting fixMaxime Coste
2018-04-09Make version available through $kak_version and debug infoMaxime Coste
2018-04-09Makefile: add a dist target to generate a tarballMaxime Coste
2018-04-07Make FaceRegistry scopedMaxime Coste
2018-04-07Ignore current buffer when completing the :buffer commandMaxime Coste
2018-04-07Merge remote-tracking branch 'Delapouite/no-such'Maxime Coste
2018-04-07Add some safety static_asserts to remote read/write functionsMaxime Coste
2018-04-06Make error messages more consistentDelapouite
2018-04-06Make compute_display_setup methods constMaxime Coste
2018-04-05Add new buffers at the back of the buffer listMaxime Coste
2018-04-05Merge remote-tracking branch 'Delapouite/declare-option'Maxime Coste
2018-04-05Fix some trailing spaces and a tab that sneaked into the code baseMaxime Coste
2018-04-04NCurses: Tolerate failure to open /dev/tty and to ioctl for resizeMaxime Coste
2018-04-04Prompt: add <a-!> to expand the typed expansions in current lineMaxime Coste
2018-04-01Merge remote-tracking branch 'lenormf/fix-ncurses'Maxime Coste
2018-04-01Restore previous status line after notifying wait for shellMaxime Coste
2018-03-31src: Make code more readable, assert function calls that shouldn't failFrank LENORMAND
2018-03-30Support full redraws during shell execution and handle resize thereMaxime Coste
2018-03-30Make set -add replace existing value when applied to a map optionMaxime Coste
2018-03-29Add status message when commiting an undo group in insert modeDelapouite
2018-03-28Merge remote-tracking branch 'Delapouite/on-key'Maxime Coste
2018-03-28Fix uninitialized m_empty_text StringView in LineEditorMaxime Coste
2018-03-28Fix typo in on-key command descriptionDelapouite
2018-03-27Give more hints in "option not found" error.Delapouite
2018-03-27Support count in <a-s> to split on groups of n linesMaxime Coste
2018-03-27Simplify command debug codeMaxime Coste
2018-03-27Prompt: Do not call callback in on_enabledMaxime Coste
2018-03-27Fix 'O' not putting the cursor on the correct lineMaxime Coste
2018-03-26Formatting fixMaxime Coste
2018-03-26Fix operator priority order errorMaxime Coste
2018-03-25Avoid visiting the same directory multiple times in insert filename completionMaxime Coste
2018-03-25Allow explicit filename completion with empty prefixMaxime Coste
2018-03-25Cleanup client name validation codeMaxime Coste
2018-03-25Remove contains_that and use any_of to be closer to the c++ stdlibMaxime Coste
2018-03-25Unify code that validates identifiers in KakouneMaxime Coste
2018-03-25Document rotate selection breaking change in startup messageMaxime Coste
2018-03-25Move rotate selection and rotate selection contents to ) and <a-)>Maxime Coste
2018-03-25Use 1 and -1 for Forward/Backward Direction to simplify codeMaxime Coste
2018-03-25indent selector: When line is empty, find indent from surrounding linesMaxime Coste
2018-03-25Remove parse_filename overload and use a default parameterMaxime Coste
2018-03-23Support `%` in `path` option to mean current buffer directoryMaxime Coste
2018-03-23Restore client name after converting to clientMaxime Coste
2018-03-21Merge remote-tracking branch 'Delapouite/doc-commands'Maxime Coste
2018-03-20Revert "Throw when trying to remove a child highlighter that does not exists"Maxime Coste
2018-03-20Docs: add missing [<switches>] in commands signaturesDelapouite
2018-03-20Tolerate empty filenames in real_pathMaxime Coste
2018-03-20NCursesUI: Rework menu_show to shrink menu height when neededMaxime Coste