summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-03-14Cleanup and speed up test runnerMaxime Coste
2023-03-14Convert \r to \n in bracketed pastesMaxime Coste
2023-03-13Grow dual thread stack after pushing a thread on the next queueMaxime Coste
2023-03-13Fix crash when pasting at buffer endMaxime Coste
2023-03-13Merge remote-tracking branch 'krobelus/perror-on-chmod-failure'Maxime Coste
2023-03-13Slight refactoring of bracketed paste featureMaxime Coste
2023-03-13Merge remote-tracking branch 'krobelus/bracketed-paste'Maxime Coste
2023-03-11Make linewise bracketed paste match P behaviorJohannes Altmanninger
2023-03-11Implement bracketed pasteJohannes Altmanninger
2023-03-11Make TerminalUI::get_next_key() helpers staticJohannes Altmanninger
2023-03-09Merge remote-tracking branch 'potatoalienof13/master'Maxime Coste
2023-03-09Merge remote-tracking branch 'potatoalienof13/i-am-bad-at-git'Maxime Coste
2023-03-01Merge remote-tracking branch 'inahga/aghani-info-width'Maxime Coste
2023-03-01Merge remote-tracking branch 'mujo-hash/master'Maxime Coste
2023-03-01Merge remote-tracking branch 'krobelus/complete-using-param-spec'Maxime Coste
2023-02-28Fix new gcc errors for missing types.ioh
2023-02-21Fix fatal exception when checking if buffer needs to be reloadedMaxime Coste
2023-02-19Only decode current codepoint once per stepMaxime Coste
2023-02-19Remove instructions from ExecConfigMaxime Coste
2023-02-19Optimize Regex CharacterClass matchingMaxime Coste
2023-02-17Complete arguments to "echo -to-file"Johannes Altmanninger
2023-02-17Do not complete redundant switchesJohannes Altmanninger
2023-02-17Use parameter parser to skip switch args in completionJohannes Altmanninger
2023-02-15Add option to set maximum info box widthAmeer Ghani
2023-02-15Fix trimming of line front halfway through a double-width glyphMaxime Coste
2023-02-14Fix scroll_window not ensuring cursor lies on a codepoint startMaxime Coste
2023-02-14Immediately execute ModuleLoaded hooks for already loaded modulesMaxime Coste
2023-02-14Fix broken corner cases in DualThreadStack::grow_ifnMaxime Coste
2023-02-14Refactor DualThreadStack as a RingBufferMaxime Coste
2023-02-13Remove scheduled optimization from ThreadedRegexVMMaxime Coste
2023-02-10Avoid extra indirection for storing FifoWatcherMaxime Coste
2023-02-03Fix DisplayLine::trim_front quadratic behaviourMaxime Coste
2023-01-28Merge remote-tracking branch 'krobelus/selection-undo-fix-standstill-after-bu...Maxime Coste
2023-01-27Merge remote-tracking branch 'occivink/fix-split-stray-sel'Maxime Coste
2023-01-23Fix crash in TabulationHighlighter when wrapping just after a tabMaxime Coste
2023-01-23Fix incorrect use of subject end/begin in regex executionMaxime Coste
2023-01-21Revert "Remove compare include that seems to break clang"Maxime Coste
2023-01-21Replace std::strong_ordering with auto return type to not require <compare>Maxime Coste
2023-01-21Remove compare include that seems to break clangMaxime Coste
2023-01-20fix 'split' operation when the pattern occurs at the beginningOlivier Perret
2023-01-18Merge remote-tracking branch 'krobelus/fix-mouse-click-during-insert'Maxime Coste
2023-01-18Merge remote-tracking branch 'potatoalienof13/fix-buffer-advance'Maxime Coste
2023-01-18Merge remote-tracking branch 'krobelus/missing-error-when-open-fails'Maxime Coste
2023-01-08Fix regression when file on command line cannot be openedJohannes Altmanninger
2023-01-08Remove bogus assertions preventing mouse clicks in insert modeJohannes Altmanninger
2022-12-27Make selection undo skip over entries that are nop after buffer changeJohannes Altmanninger
2022-12-27Tweak selection-undo interaction with WinDisplay hooksJohannes Altmanninger
2022-12-27Extract variable and add comment in selection change recordingJohannes Altmanninger
2022-12-27Extract variable in selection undoJohannes Altmanninger
2022-12-27Share logic for undo/redo selection changesJohannes Altmanninger