summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-28Merge remote-tracking branch 'lenormf/patch-2'Maxime Coste
2019-11-28Add a {\} marker to disable markup processingMaxime Coste
2019-11-26src: Check the filesize before calling `mmap()`Frank LENORMAND
2019-11-26Fix small info text not being displayedMaxime Coste
2019-11-26Merge remote-tracking branch 'lenormf/complete-expansion-reg'Maxime Coste
2019-11-26Merge remote-tracking branch 'lenormf/complete-expansion-file'Maxime Coste
2019-11-25src: Use `begin()` to get iteratorsFrank LENORMAND
2019-11-24Complete rename-buffer with filenamesMaxime Coste
2019-11-24Replace tab characters with spaces in info/echoMaxime Coste
2019-11-24Rework ncurses info display, crop content when overlflowingMaxime Coste
2019-11-23Make wrap_lines a lazy range viewMaxime Coste
2019-11-23src: Complete filenames in `%file{}` expansionsFrank LENORMAND
2019-11-23src: Complete register names in `%reg{}` expansionsFrank LENORMAND
2019-11-22Add support for markup in info boxesMaxime Coste
2019-11-22Fix crash when deleting buffers in a BufClose hookMaxime Coste
2019-11-21Add a -atomic switch to write and change clang.kak to take advantageMaxime Coste
2019-11-18src: Give a reason why `:rename-buffer` failedFrank LENORMAND
2019-11-18Fix recently introduced ncurses redraw artifactMaxime Coste
2019-11-18Ignore SIGTTOUMaxime Coste
2019-11-17Fix search menu trimmed entry displayMaxime Coste
2019-11-17Move the forked server into a new session and process groupMaxime Coste
2019-11-17src json: Limit the recursion depth to 100Frank LENORMAND
2019-11-17src: Move JSON parsing code to its own fileFrank LENORMAND
2019-11-17Fix String::resize not zero-terminatingMaxime Coste
2019-11-13Re-merge clear_to_eol in drawMaxime Coste
2019-11-12Fix display column computationsJason Felice
2019-11-13Fix typoMaxime Coste
2019-11-12Add support for selecting and exporting selections in display columnsMaxime Coste
2019-11-12Add support for a -codepoint switch to the select commandMaxime Coste
2019-11-12Implement %val{selections_char_desc}Jason Felice
2019-11-12Fix use after free in enter_user_mode, use `user.<name>` for modenameMaxime Coste
2019-11-11Add mode information to next-key mode nameMaxime Coste
2019-11-10Aggregatify ConcatViewMaxime Coste
2019-11-09Avoid copy constructing BufferCoord when comparingJason Felice
2019-11-09Fix bad comparison when parsing OSI sequencesJason Felice
2019-11-09Add overrideJason Felice
2019-11-09Add static or const where usefulJason Felice
2019-11-09Remove unused trim_whitespaces()Jason Felice
2019-11-09Merge remote-tracking branch 'eraserhd/selection-list-cleanup'Maxime Coste
2019-11-09Check that stdout is a tty in ncurses uiMaxime Coste
2019-11-07Merge selection list parsing into selection_list_from_stringsJason Felice
2019-11-07Merge remote-tracking branch 'Delapouite/parameterdesc'Maxime Coste
2019-11-06Support \x and \u escapes in regex character classesMaxime Coste
2019-11-05src: Make sure clients connect from a TTYFrank LENORMAND
2019-11-05Fix some ncurses rendering issuesMaxime Coste
2019-11-05Split clearing to end of line out of NCursesUI::Window::drawMaxime Coste
2019-11-04Use a specific WrapMarker face for wrap highlighter wrapped line markerMaxime Coste
2019-11-01Use single_param more and add double_paramsDelapouite
2019-10-23Add a -verbatim switch to evaluate-commands for perfect forwardingMaxime Coste
2019-10-23Merge remote-tracking branch 'lenormf/key-semicolon'Maxime Coste