summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2024-08-02Fix '--tmux bottom' when the status line is not at the bottomJunegunn Choi
2024-07-28Remove stale commentJunegunn Choi
2024-07-27Fix build errorJunegunn Choi
2024-07-27Minor refactoringJunegunn Choi
2024-07-27Fix incompatibility of adaptive height and 'start:reload'Junegunn Choi
2024-07-26Revert "Prefer LightRenderer over tcell on Windows"Junegunn Choi
2024-07-21Fix invalid highlighting of truncated multi-line itemsJunegunn Choi
2024-07-19Update fastwalk to v1.0.8 for better MSYS detection and sorting (#3930)Charlie Vieth
2024-07-08Bind CTRL-/ and ALT-/ to toggle-wrap by defaultJunegunn Choi
2024-07-08Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS (#3907)Charlie Vieth
2024-07-05Remove --walker-path-sepJunegunn Choi
2024-07-03Adjust offset immediately after 'first', 'last', and 'pos'Junegunn Choi
2024-07-02Avoid printing ANSI reset codesJunegunn Choi
2024-07-01Fill background color in padding areaJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-25Empty --marker-multi-line if --marker is emptyJunegunn Choi
2024-06-25Allow removing header line with change-header and transform-headerJunegunn Choi
2024-06-25Add --wrap option and 'toggle-wrap' action (#3887)Junegunn Choi
2024-06-24Do not start the initial reader if 'reload*' is bound to 'start'Junegunn Choi
2024-06-23Fix regression in separator displayJunegunn Choi
2024-06-23Fix panic on extremely short terminalsJunegunn Choi