summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-16Revert "WIP history register"Maxime Coste
2025-02-10WIP history registerMaxime Coste
2025-02-05Make Control modifier quote inserted registers in prompt modeMaxime Coste
2025-02-04Revert "WIP linked list shared strings"Maxime Coste
2025-02-04Revert "Use uint64_t for regex step"Maxime Coste
2025-01-22Use uint64_t for regex stepMaxime Coste
2025-01-22WIP linked list shared stringsMaxime Coste
2024-12-25Merge remote-tracking branch 'enricozb/enricozb/daemon-stdin' into HEADMaxime Coste
2024-12-23fix missing argument to create_fifo_bufferEnrico Zandomeni Borba
2024-12-23cleanup mergeEnrico Zandomeni Borba
2024-12-23Merge branch 'master' into enricozb/daemon-stdinEnrico Borba
2024-12-23create *stdin* buffer even when daemonEnrico Zandomeni Borba
2024-12-10Code style tweak in regex_implMaxime Coste
2024-12-09Rework split between exec and exec_program methodMaxime Coste
2024-12-09Print elapsed time when blocked on opening file for writingJohannes Altmanninger
2024-12-09Allow cancelling "write fifo" with <c-g>Johannes Altmanninger
2024-12-09Tweak inlining around thread stack push/pullsMaxime Coste
2024-12-05Fix parameter passing in find_next_startMaxime Coste
2024-12-05Split utf8::read_codepoint between single byte and multibyte codeMaxime Coste
2024-12-04Use default comparison impl for LineAndColumn and StronglyTypedNumberMaxime Coste
2024-12-04Various small code simplifications/tweaks in ThreadedRegexVMMaxime Coste
2024-12-03Compact BufferIterator to avoid paddingMaxime Coste
2024-12-03Do not store buffer pointer in BufferIteratorMaxime Coste
2024-12-01Fix extra newline inserted into stdin buffersJohannes Altmanninger
2024-12-01Scrolling BufReadFifo to not not report final empty lineJohannes Altmanninger
2024-12-01Add specific start desc optimization for single possible start byteMaxime Coste
2024-11-30Cache buffer lines ArrayView in BufferIteratorMaxime Coste
2024-11-28Raise the regex idle function call period to every 16M codepointMaxime Coste
2024-11-28Add back option to scroll in stdin buffersJohannes Altmanninger
2024-11-28Fix BufReadFifo overlapping range on partial lineJohannes Altmanninger
2024-11-28Fix overlapping range passed to BufReadFifo in non-scrolling fifosJohannes Altmanninger
2024-11-22Take a timeout argument in EventManager::handle_next_eventsMaxime Coste
2024-11-16Run urgent event loop when blocking on opening a file for writingMaxime Coste
2024-11-12Fail rename-session instead of creating overlong socket pathsJohannes Altmanninger
2024-11-04Highlight all atoms for the line regardless of has_buffer_rangeMaxime Coste
2024-11-04Fix backward regex search ending in DOTALLJohannes Altmanninger
2024-10-28Only check for ascii horizontal blanks during command parsingMaxime Coste
2024-10-22Fork server to background on <c-z> if session is daemonizedMaxime Coste
2024-10-22Remove now unused CompletionFlagsMaxime Coste
2024-10-22Run shell-script-completions asynchronouslyMaxime Coste
2024-09-19add header file #incldue "format.hh" to fix building error about missing hex(...Passw
2024-09-17Avoid stdin as a function parameter nameChris Webb
2024-09-16Rename Window::display_position to display_coordMaxime Coste
2024-09-16Do not return beginning of buffer whenever display to buffer coord failsMaxime Coste
2024-09-16rc git: teach "git apply" to work on content, not just diffsJohannes Altmanninger
2024-09-08Add terminal_title terminal ui_option to control the titleMaxime Coste
2024-09-02Explicitely call try_accept on InsertCompleterMaxime Coste
2024-09-02Fix <c-r> use-after-free InsertCompletionHide touches used registerJohannes Altmanninger
2024-08-26Do not gather full input data in a single string when pipingMaxime Coste
2024-08-26Fix includes for debug buildMaxime Coste