summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-31Merge remote-tracking branch 'topisani/session-client-rename-hooks'Maxime Coste
2024-03-31Revert "Send SIGTERM on <c-c>, to more reliably kill background jobs"Johannes Altmanninger
2024-03-27Add SessionRenamed hookTobias Pisani
2024-03-27Add ClientRenamed hookTobias Pisani
2024-03-27Slight code cleanup in the DynamicRegexHighlighterMaxime Coste
2024-03-27Merge remote-tracking branch 'topisani/indent-guides'Maxime Coste
2024-03-27Do not make cursor visible when not draggingMaxime Coste
2024-03-27Add -indent option to show-whitespace highlighterTobias Pisani
2024-03-23Add some missing ScopedEdition and fix redoMaxime Coste
2024-03-23Refactor last insert recording logicMaxime Coste
2024-03-22Fix invalid access when recording keysMaxime Coste
2024-03-22Do not generate more lines to display than window sizeMaxime Coste
2024-03-22Fix DisplayLines not tracking their buffer range correctlyMaxime Coste
2024-03-22Match Op declaration order in switchesMaxime Coste
2024-03-22Make CompiledRegex not a RefCountableMaxime Coste
2024-03-21Compute StartDesc with an offset to effective startMaxime Coste
2024-03-21Only push a first instruction thread when on a potential startMaxime Coste
2024-03-15Revert "Always allocate saves"Maxime Coste
2024-03-15Fix off-by-two error in max size of frameless infoboxesJohannes Altmanninger
2024-03-15Fail "define-command -menu" unless a completer is givenJohannes Altmanninger
2024-03-15Always allocate savesMaxime Coste
2024-03-13Avoid clearing iterator buffer on saves allocationMaxime Coste
2024-03-13Simplify and accelerate start desc mapMaxime Coste
2024-03-13Fix quantifier parsing bugMaxime Coste
2024-03-12Small cleanupMaxime Coste
2024-03-12Simplify Quantifier logic in regex parsingMaxime Coste
2024-03-11Simplify Split regex op handling by swapping targetMaxime Coste
2024-03-11flatten ThreadedRegexVM::codepointMaxime Coste
2024-03-08Send SIGTERM on <c-c>, to more reliably kill background jobsJohannes Altmanninger
2024-03-07Reduce Save access indirectionsMaxime Coste
2024-03-05Slight simplification of ThreadedRegexVM::execMaxime Coste
2024-03-04Ensure ReadOnly buffer flag get reflected to readonly optionMaxime Coste
2024-02-29Merge remote-tracking branch 'svmhdvn/posix-make'Maxime Coste
2024-02-28Use a size_t :debug memory total to avoid overflowMaxime Coste
2024-02-28Fix missing destructor call and simplify code slightlyMaxime Coste
2024-02-28Fix unnecessary buffer line copy in BufferManager::create_bufferMaxime Coste
2024-02-28Use std::find when detecting end of line formatMaxime Coste
2024-02-28Templatize StringData::createMaxime Coste
2024-02-28compare against 0 instead of -1 in hash map codeMaxime Coste
2024-02-28Fix shell command completion fallback to filenameMaxime Coste
2024-02-28improve :debug shared-stringsMaxime Coste
2024-02-27build: switch to POSIX makeSiva Mahadevan
2024-02-24Make insert repeat (.) more consistentTobias Pisani
2024-02-18Try to fix crash due to fifo read regressionJohannes Altmanninger
2024-02-12Early reject regex instructions that were already scheduled this stepMaxime Coste
2024-02-12Use unicode is_word/to_{lower/upper} function in ranked matchMaxime Coste
2024-02-11Do not decode utf8 while looking for next regex match start candidateMaxime Coste
2024-02-10Merge remote-tracking branch 'krobelus/changelog'Maxime Coste
2024-02-06Avoid iswlower, iswupper, towlower and towupper for ascii codepointsMaxime Coste
2024-02-06Use different hash algorithms for strings and file hashingMaxime Coste