summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-11-13Merge remote-tracking branch 'krobelus/fix-noincsearch'Maxime Coste
2023-11-13Rename stdin/stdout/stderr in Shell a they conflicts with macrosMaxime Coste
2023-11-13Change window_range to emit each element as a separate stringMaxime Coste
2023-11-11Fix spurious incremental search when incsearch=falseJohannes Altmanninger
2023-11-11Fix SingleWord handling in RankedMatchMaxime Coste
2023-11-11small code cleanupMaxime Coste
2023-11-10Support building ArrayView from contigous iteratorsMaxime Coste
2023-11-05Refactor spawn_shell to return the relevant FDsMaxime Coste
2023-11-05Remove ignored packed attribute and static_assert on Node sizeMaxime Coste
2023-11-05Replace snprintf with format_toMaxime Coste
2023-11-04Do not poll command sockets while shell command is runningJohannes Altmanninger
2023-11-03Merge remote-tracking branch 'krobelus/fix-quoted-vals-expand'Maxime Coste
2023-11-03Add support for 0-padding in format and replace uses of sprintfMaxime Coste
2023-11-03Fix "%val{selections_desc}" being joined by nul instead of spaceJohannes Altmanninger
2023-11-03Use explicit target types for gather calls to bypass clang regressionMaxime Coste
2023-11-03Replace std::lexicographical_compare_three_way with custom codeMaxime Coste
2023-11-02Display a message on the tty directly on fatal errorMaxime Coste
2023-11-02Fix partial regex text being pushed in historyMaxime Coste
2023-11-01Always ensure we do not scroll past the last lineMaxime Coste
2023-10-25Default comparison operators that can beMaxime Coste
2023-10-25Remove redundant comparison operatorsMaxime Coste
2023-10-25Clear buffer values on fifo buffer recreationMaxime Coste
2023-10-25Speed up WordSplitterMaxime Coste
2023-10-25Remove unnecessary operator (since C++20)Maxime Coste
2023-10-04Refactor regex_prompt logic and fix function being called on abortMaxime Coste
2023-09-28Add an InlineInformation face distinct from InformationLoric Brevet
2023-09-26Add a daemonize-session command and refactor local client handlingMaxime Coste
2023-09-23Merge remote-tracking branch 'krobelus/foot-custom-keypad-sequences'Maxime Coste
2023-09-22Fix quoting of arguments to kak -c SESSIONChris Webb
2023-09-19Trigger auto completion refresh when necessary on completion selectMaxime Coste
2023-09-08Revert "Do not make cursor visible on force redraw"Maxime Coste
2023-09-08Merge remote-tracking branch 'divarvel/show-trailing-whitespace'Maxime Coste
2023-09-08Use last display setup instead of recomputing for window_rangeMaxime Coste
2023-09-08Do not make cursor visible on force redrawMaxime Coste
2023-09-02Do not make cursor visible after mouse scrolling and view commandsMaxime Coste
2023-08-31Still inkorrect inglishMaxime Coste
2023-08-29Fix incorrect inglishMaxime Coste
2023-08-27Cleanup SIGHUP handling and forking server to backgroundMaxime Coste
2023-08-27Merge remote-tracking branch 'arachsys/create-default-region'Maxime Coste
2023-08-27Remove Window::force_redraw()Maxime Coste
2023-08-27Small code cleanup in winow.cc/hhMaxime Coste
2023-08-23Revert "Only make cursor visible after buffer or selection change"Maxime Coste
2023-08-16Only make cursor visible after buffer or selection changeMaxime Coste
2023-08-15Fix segfault when adding an invalid default-region highlighterChris Webb
2023-08-14Change `+` command not to duplicate identical selections more than onceMaxime Coste
2023-08-13Minor formatting tweaksMaxime Coste
2023-08-13Add a ProfileScope helper class to replace most profiling usesMaxime Coste
2023-08-05Kakoune 2023.08.05Maxime Coste
2023-08-05Removed unused capturesMaxime Coste
2023-08-05Try to fix clang build issuesMaxime Coste