summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-12-14Fix test failureJunegunn Choi
2024-12-14Remove unused interfaceJunegunn Choi
2024-12-14Fix redundant clearing of the windows with non-default bg colorJunegunn Choi
2024-12-12Less flickering of the candidate list when resizing the preview windowJunegunn Choi
2024-12-12Avoid redrawing the windows on the first click on the borderJunegunn Choi
2024-12-12Simplify resize codeJunegunn Choi
2024-12-12Redraw preview scrollbar when window width changesJunegunn Choi
2024-12-12Restore previous behaviorJunegunn Choi
2024-12-12Disallow dragging the wrong sides of the borderJunegunn Choi
2024-12-12Update commentsJunegunn Choi
2024-12-12RefactorJunegunn Choi
2024-12-12Respect the properties of the currently active preview window optionsJunegunn Choi
2024-12-12Use Has{Top,Right,Bottom,Left}() where possibleJulian Prein
2024-12-12Fix minimum preview width without left/right bordersJulian Prein
2024-12-12Fix maximum preview height without horizontal separatorJulian Prein
2024-12-12Make the preview window resizable by mouse dragJulian Prein
2024-12-02Fix line wrap toggle when switching between screensJunegunn Choi
2024-11-29Much faster image processingJunegunn Choi
2024-11-26Extend --walker-skip to support multi-component patternsJunegunn Choi
2024-11-25Allow walking multiple root directories (#4109)msabathier
2024-11-24Export FZF_PREVIEW_* variables to other processes as wellJunegunn Choi
2024-11-12Fix incorrect overflow detection when --wrap is setJunegunn Choi
2024-11-09page-up/down: undo last up/down if items are skippedJunegunn Choi
2024-11-08Another attempt to fix (half-)page-up/down for multi-line itemsJunegunn Choi
2024-11-07Fix (half-)page-up/down in the presence of multi-line itemsJunegunn Choi
2024-11-04Allow specifying '{n}' as the OFFSET in the preview-window flag (#4079)jaydee-coder
2024-11-03Fix reader regression (#4070)Junegunn Choi
2024-11-03Remove possible races (#4070)Junegunn Choi
2024-11-03Fix characters from previous preview not being clearedJunegunn Choi
2024-10-31Fix race in reload actionJunegunn Choi
2024-10-30Fix (half-)page-up/down in the presence of multi-line itemsJunegunn Choi
2024-10-25walker: Do not treat '..' as a hidden entryJunegunn Choi
2024-10-16Avoid selecting an outdated merger from cacheJunegunn Choi
2024-10-15Fix full line background in preview windowJunegunn Choi
2024-10-01Add --gap option to put empty lines between itemsJunegunn Choi
2024-09-29--tmux: Export bash functionsJunegunn Choi
2024-09-12Redraw/hide scroll offset when 'info' property is changedJunegunn Choi
2024-09-12Add 'noinfo' option to hide scroll offset information in preview windowJunegunn Choi
2024-08-29Underscore boundaries should be ranked lowerJunegunn Choi
2024-08-29Require quotes on both sides for boundary matching even in --exact modeJunegunn Choi
2024-08-29Implement exact-boundary match typeJunegunn Choi
2024-08-29Fix CTRL-Z handlingJunegunn Choi
2024-08-27Change default --ellipsis to 'ยทยท'Junegunn Choi
2024-08-18Fix preview window incorrectly rendering empty line at the bottomJunegunn Choi
2024-08-14Support hyperlinks (OSC 8) in the main windowJunegunn Choi
2024-08-14Fix OSC 8 parserJunegunn Choi
2024-08-14Add support for hyperlinks in preview windowJunegunn Choi
2024-08-13Allow comments in $FZF_DEFAULT_OPTS and $FZF_DEFAULT_OPTS_FILEJunegunn Choi
2024-08-11Make sure preview command is not run before Terminal is readyJunegunn Choi
2024-08-04Fix extra scroll offset in multi-line mode (--read0 or --wrap)Junegunn Choi