summaryrefslogtreecommitdiff
path: root/src/tui
AgeCommit message (Expand)Author
2024-12-31Add --list-border for additional border around the list sectionJunegunn Choi
2024-12-14Remove unused interfaceJunegunn Choi
2024-12-14Fix redundant clearing of the windows with non-default bg colorJunegunn Choi
2024-12-12RefactorJunegunn Choi
2024-12-12Use Has{Top,Right,Bottom,Left}() where possibleJulian Prein
2024-12-02Fix line wrap toggle when switching between screensJunegunn Choi
2024-11-03Fix characters from previous preview not being clearedJunegunn Choi
2024-08-14Support hyperlinks (OSC 8) in the main windowJunegunn Choi
2024-08-14Add support for hyperlinks in preview windowJunegunn Choi
2024-07-01Fill background color in padding areaJunegunn Choi
2024-06-20Code cleanupJunegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
2024-06-12Fix invalid mouse offset for --height on WindowsJunegunn Choi
2024-06-02Fix invalid default of selected-hl (--color)Junegunn Choi
2024-06-01Fix --height on WindowsJunegunn Choi
2024-05-24Fix incorrect colors for selected-{fg,bg,hl}Junegunn Choi
2024-05-23execute: Open separate handles to /dev/tty (in, out, err)Junegunn Choi
2024-05-22Add print(...) actionJunegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-18chore: use strings.ReplaceAll (#3801)Zhizhen He
2024-05-15Refactor tui.TtyIn()Junegunn Choi
2024-05-15Revert "Close handles to /dev/tty", instead reuse handlesJunegunn Choi
2024-05-14Close handles to /dev/ttyJunegunn Choi
2024-05-14Render UI directly to /dev/ttyJunegunn Choi
2024-05-07Add color names: selected-{fg,bg,hl}Junegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-05-05Add click-header event for reporting clicks within header (#3768)Kuremu
2024-05-05Fix rendering of preview window border of tcell rendererJunegunn Choi
2024-05-05Reduce flicking when changing the size of the preview window with --borderJunegunn Choi
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
2024-04-13Fix tcell buildJunegunn Choi
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-04-10Add jump and jump-cancel eventsJunegunn Choi
2024-04-09Disable line wrapping during renderingJunegunn Choi
2024-03-09Fix preview area not being cleared when using certain types of border stylesJunegunn Choi
2024-02-010.46.1Junegunn Choi
2024-02-01Fix tests for tcell buildJunegunn Choi
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-24Fix Windows buildJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2024-01-07Add 'result' event that is triggered when the result list is readyJunegunn Choi
2023-11-120.44.0Junegunn Choi
2023-11-12Fix Home, End on rxvt-unicode (#3507)Tomáš Janoušek
2023-11-10Revert "Sixel and Kitty image support on Windows binary (#2544)"Junegunn Choi
2023-11-03Sixel and Kitty image support on Windows binary (#2544)Junegunn Choi
2023-11-02Fix regression where tcell renderer not clearing the preview windowJunegunn Choi
2023-11-02sixel: Export $FZF_PREVIEW_TOP to the preview command (#2544)Junegunn Choi
2023-11-02sixel: Better handling of animated GIFs (#2544)Junegunn Choi
2023-10-26(Experimental) Improve Sixel graphics support (#2544)Junegunn Choi