summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-08-08Allow specifying fzf options in $FZF_TMUX_OPTS without '--'Junegunn Choi
2022-08-03Fix incorrect ordering of `--tiebreak=chunk`Junegunn Choi
2022-08-02Add new tiebreak: 'chunk'Junegunn Choi
2022-08-02Tweak bonus points to word boundariesJunegunn Choi
2022-08-02Allow "--version" to be used as the argument to --query, --header, et al.Junegunn Choi
2022-07-29Fix mouse location in --height modeJunegunn Choi
2022-07-21Do not validate other options when --version is presentJunegunn Choi
2022-07-21Lift unicode.IsGraphic constraint for pointer, marker, and ellipsisJunegunn Choi
2022-07-21Fix delimiter regex to properly support caret (^)Junegunn Choi
2022-07-20Fix failing test caseJunegunn Choi
2022-07-20Add support for an alternative preview window layoutJunegunn Choi
2022-06-17Use SGR mouse mode for larger terminalsJunegunn Choi
2022-04-28Fix scrollability of the preview window in certain casesJunegunn Choi
2022-04-04Hide cursor while rendering the screenJunegunn Choi
2022-04-04Add `rebind` action for restoring bindings after `unbind`Junegunn Choi
2022-03-31Remove redundant state update on reloadJunegunn Choi
2022-03-29Make preview updated when reload and change-query are combinedJunegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2022-03-29Modernize build tagsJunegunn Choi
2022-03-09Increase TTY buffer limitJunegunn Choi
2021-12-22Fix rendering of the prompt line when overflow occurs with `--info=inline`Junegunn Choi
2021-12-05Remove unused codeJunegunn Choi
2021-12-05change-preview-window to take multiple option sets separated by '|'Junegunn Choi
2021-11-30Implement change-preview and change-preview-window actionsJunegunn Choi
2021-11-04Add 'put' action for putting the character to the promptJunegunn Choi
2021-11-03Add --header-first option to display header before prompt lineJunegunn Choi
2021-11-02Implement --scroll-off=LINESJunegunn Choi
2021-11-02Document escaping and expanding of quotes on WindowsVlastimil Ovčáčík
2021-11-02Test escaping of powershell commands on WindowsVlastimil Ovčáčík
2021-11-02Fix powershell escapingRashil Gandhi
2021-10-25Cache cygpath resultJunegunn Choi
2021-10-23Respect SHELL env var on Windows (#2641)Rashil Gandhi
2021-10-23Reload should update preview windowJunegunn Choi
2021-10-15Add more tests of placeholder flags and simplify its logic (#2624)Vlastimil Ovčáčík
2021-10-15Render spinner on info line during "reload"Junegunn Choi
2021-10-03Minor refactoring tcell library from tui.go to tcell.goVlastimil Ovčáčík
2021-10-03Add mouse support to the FullscreenRendererVlastimil Ovčáčík
2021-10-03Fix Backspace key to emit BSpace and AltBS events instead of CtrlHVlastimil Ovčáčík
2021-10-03Add CtrlCaret keyboard event to FullscreenRendererVlastimil Ovčáčík
2021-10-03Fix Ctrl+Space key combination to emit CtrlSpace instead of Rune ' 'Vlastimil Ovčáčík
2021-10-03Add ability to type AltGr characters in FullscreenRenderer on Windows.Vlastimil Ovčáčík
2021-10-03[tests] Add testing of keyboard events in FullscreenRenderer.GetChar()Vlastimil Ovčáčík
2021-09-29Do not check for --height support on --versionJunegunn Choi
2021-09-28fix: replace broken links with archived onesHiroki Konishi
2021-09-28fix: spelling `Refence` -> `Reference`Hiroki Konishi
2021-09-24Minor changesVlastimil Ovčáčík
2021-09-24[tests] Change tests to output to stdout only with verbose flagVlastimil Ovčáčík
2021-09-24Change the tests to run on Windows (#2615)Vlastimil Ovčáčík
2021-09-14Reset {n} after reloadJunegunn Choi
2021-08-17Fix spelling error (Extention -> Extension) (#2589)Keating950