summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-10Support specifying the user configuration with KAKOUNE_CONFIG_DIRMaxime Coste
2019-10-10Add unambiguous titles for infobox "enter combining operator"Delapouite
2019-10-08Check that stdin is readable before calling readMaxime Coste
2019-10-03Avoid negative initial coordinatesMaxime Coste
2019-09-26Fix some clang warningsMaxime Coste
2019-09-26Remove unneeded NCursesUI::Window::mark_dirty and redrawsMaxime Coste
2019-09-25Additional NCursesUI code cleanupsMaxime Coste
2019-09-25Avoid unnecessary allocations in NCursesUI::Window::draw callsMaxime Coste
2019-09-25Refactor NCursesUI::Window to reduce the exposed methodsMaxime Coste
2019-09-25Do not set O_NONBLOCK on stdinMaxime Coste
2019-09-24Restore stdin status flags on suspend and quitMaxime Coste
2019-09-22Merge remote-tracking branch 'laelath/suppress-init-list-lifetime-warning'Maxime Coste
2019-09-22Add support for parsing SS3 key sequencesMaxime Coste
2019-09-17Added -Wno-init-list-lifetime to CXXFLAGSJustin Frank
2019-09-17Accept docstrings with last line not fully indentedMaxime Coste
2019-09-16Restore palette before suspendMaxime Coste
2019-09-16Correctly restore terminal state on suspendMaxime Coste
2019-09-16Small style tweakMaxime Coste
2019-09-16Fix input coming in packets characters being droppedMaxime Coste
2019-09-16Fix multi-client server suspendMaxime Coste
2019-09-16Fix broken input after suspendMaxime Coste
2019-09-16Setup terminal raw mode without going through ncursesMaxime Coste
2019-09-16Get rid of ncurses based input parsing in favor of custom codeMaxime Coste
2019-09-15Make arrow keys normal mode mappings instead of commandsMaxime Coste
2019-09-15Allow scrolling while dragging mouseMaxime Coste
2019-09-08Fix printing of F12 keyMaxime Coste
2019-09-07Rank a word-boundary after a non-word-boundaryJean-Louis Fuchs
2019-09-07Fix modifiers support with mouse eventsMaxime Coste
2019-09-07Rework custom CSI parsing code and add support for SGR (1006) mouseMaxime Coste
2019-09-05Remove unneeded uses of NCurses WINDOW*Maxime Coste
2019-09-05Extract most ncurses calls into NCursesUI::Window methodsMaxime Coste
2019-09-01Introduce FunctionRef to replace std::function when not storingMaxime Coste
2019-08-31Limit the amounts of calls to get_extra_word_charsMaxime Coste
2019-08-28Merge remote-tracking branch 'eraserhd/pr/master/fix-kak-list-sessions'Maxime Coste
2019-08-21src: Send the stop signal to the entire process groupFrank LENORMAND
2019-08-20Fix kak -l when $XDG_RUNTIME_DIR is setJason Felice
2019-08-19Merge remote-tracking branch 'lenormf/indented-docstrings'Maxime Coste
2019-08-19Make scrolling speed configurableMaxime Coste
2019-08-12Fallback to wrapping in between 'word' when 'WORD' failsMaxime Coste
2019-08-05Use $XDG_RUNTIME_DIRJason Felice
2019-08-05Fix bug in WrapHighlighter::do_compute_display_setupMaxime Coste
2019-07-25src: De-indent docstrings passed to command/option/mapping definitionsFrank LENORMAND
2019-07-22Ensure current context switches away from buffer on delete-bufferMaxime Coste
2019-07-21save command history in execute-keys by defaultMaxime Coste
2019-07-21Slight code cleanup in prompt history handlingMaxime Coste
2019-07-21Merge branch 'master' of http://github.com/jo-he/kakouneMaxime Coste
2019-07-21More functional style for '*' codeMaxime Coste
2019-07-21Merge remote-tracking branch 'lenormf/fix-2994'Maxime Coste
2019-07-09Filter non-extra_word_chars completion candidates using CodepointsMaxime Coste
2019-07-09Use -O0 for debug buildsMaxime Coste