summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-07Fix adaptive height with --header-borderJunegunn Choi
2025-01-07Update man page sectionsJunegunn Choi
2025-01-06Restructure --help outputJunegunn Choi
2025-01-06Render preview label if possible when --preview-border=lineJunegunn Choi
2025-01-06Remove header indentation when unnecessaryJunegunn Choi
2025-01-06Add style presets: --style=[default|minimal|full]Junegunn Choi
2025-01-06Add preview border style 'line'Junegunn Choi
2025-01-05Border around the header sectionJunegunn Choi
2025-01-05fix: make header align with list (#4158)phanium
2025-01-04Fix adaptive height in the presence of --list-border and --input-borderJunegunn Choi
2025-01-04Fix '--tmux border-native'Junegunn Choi
2025-01-04Add `border-native` option to `--tmux` flag (#4157)Andreas Auernhammer
2025-01-03Fix cursor placement of tcell rendererJunegunn Choi
2025-01-02Update --help outputJunegunn Choi
2025-01-02Do not try to print anything is screen height is zeroJunegunn Choi
2025-01-02Border around the input section (prompt + info)Junegunn Choi
2024-12-31Add missing --list-border=* parserJunegunn Choi
2024-12-31Add --list-border for additional border around the list sectionJunegunn Choi
2024-12-19Add toggle-hscrollJunegunn Choi
2024-12-19Add toggle-multi-line actionJunegunn Choi
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