Commit Graph

  • 0c127cfdc1 No need to query row position of the cursor if mouse is disabled Junegunn Choi 2017-01-10 22:55:55 +09:00
  • ae274158de Add experimental support for 24-bit colors Junegunn Choi 2017-01-10 02:16:12 +09:00
  • 340af463cd Add --min-height option for percent --height Junegunn Choi 2017-01-10 01:04:36 +09:00
  • 78a3f81972 Do not use \e[s and \e[u Junegunn Choi 2017-01-09 19:09:30 +09:00
  • d18b8e0d2c Retry flaky test cases Junegunn Choi 2017-01-09 13:22:24 +09:00
  • 6c6c0a4778 Make util.RuneWidth return 1 for non-displayable characters Junegunn Choi 2017-01-09 10:45:05 +09:00
  • a16d8f66a9 Normalize pattern string before passing it to Algo function Junegunn Choi 2017-01-09 09:52:17 +09:00
  • 45793d75c2 Add --normalize option to normalize latin script characters Junegunn Choi 2017-01-09 03:12:23 +09:00
  • 9d545f9578 Fix update of multi-select pointer Junegunn Choi 2017-01-08 02:29:31 +09:00
  • a30999a785 Prepare for 0.16.0 release Junegunn Choi 2017-01-08 02:09:31 +09:00
  • 1a50f1eca1 [vim] Use --height instead of fzf-tmux Junegunn Choi 2017-01-08 02:06:39 +09:00
  • 1448d631a7 Add --height option Junegunn Choi 2017-01-08 01:30:31 +09:00
  • fd137a9e87 [bash/zsh-completion] Filter ~/.ssh/known_hosts Junegunn Choi 2017-01-07 22:46:34 +09:00
  • 3670273719 [vim] Use cmd.exe directly on GVim (launcher='%s') (#787) Jan Edmund Lazo 2017-01-04 00:07:01 -05:00
  • 6c0fd7f9ca [vim] FZF command to handle Windows paths with spaces Jan Edmund Lazo 2016-12-31 23:11:06 -05:00
  • 42a2371d26 [vim] Use cmd.exe in Windows (#785) Jan Edmund Lazo 2016-12-31 21:48:15 -05:00
  • 45faad7e04 [bash] Addendum fix for #580 Junegunn Choi 2017-01-01 02:23:20 +09:00
  • 73eacf1137 [bash-completion] Always backup existing completion definitions Junegunn Choi 2016-12-31 00:30:00 +09:00
  • 7b0d9e1e07 Apply --tabstop to preview window Junegunn Choi 2016-12-27 01:34:55 +09:00
  • c7b0764002 [shell] Use '-mindepth 1' to omit root folder in 'find' output (#779) Pierre Neidhardt 2016-12-24 09:23:07 +05:30
  • 847c512539 s:execute_term: switch_back: check that self.pbuf exists (#776) Daniel Hahler 2016-12-18 18:51:19 +01:00
  • 97330ee8fc No need to set MANPATH Junegunn Choi 2016-12-17 11:20:28 +09:00
  • 0508e70f9b Overhaul fish functions (#759) Pierre Neidhardt 2016-12-14 12:07:27 +05:30
  • 8a502af4c1 Neovim: event handlers always expect three arguments (#768) Marco Hinz 2016-12-13 17:56:53 +01:00
  • c60bfb2b0f [neovim] Keep alternate file unchanged Junegunn Choi 2016-12-11 22:32:40 +09:00
  • 16b5902aa2 Fix Linux build (#756) Junegunn Choi 2016-12-05 02:27:38 +09:00
  • a442fe0fd0 Truncate long lines in preview window Junegunn Choi 2016-12-05 02:13:47 +09:00
  • ab9ae4f643 [vim] Fix path display in FZF when cwd is ~ Junegunn Choi 2016-12-03 01:08:09 +09:00
  • d9a51030ea [vim] Display relative path in prompt Junegunn Choi 2016-12-02 21:07:23 +09:00
  • 67026718c1 Add BUILD.md Junegunn Choi 2016-11-27 15:16:53 +09:00
  • a71c471405 0.15.9 0.15.9 Junegunn Choi 2016-11-26 12:25:27 +09:00
  • 3858086047 Always print scroll indicator in preview window Junegunn Choi 2016-11-26 12:34:00 +09:00
  • dffef3d9f3 Update build instructions for ncurses 6 and tcell Junegunn Choi 2016-11-26 11:41:57 +09:00
  • de1c6b8727 [tcell] 24-bit color support Junegunn Choi 2016-11-26 00:36:38 +09:00
  • 6f17f412ba Workaround for rendering glitch in case of short-lived input process Junegunn Choi 2016-11-25 14:05:37 +09:00
  • 746961bf43 [ncurses6] Suppress tui.Italic on ncurses 5 Junegunn Choi 2016-11-24 13:42:14 +09:00
  • 182a6d99fd [ncurses6] Support italics Junegunn Choi 2016-11-24 00:13:10 +09:00
  • af31088481 [ncurses6] Use wcolor_set to support more than 256 color pairs Junegunn Choi 2016-11-23 22:46:04 +09:00
  • 43425158f4 Make escape delay configurable via ncurses standard $ESCDELAY Junegunn Choi 2016-11-23 02:18:18 +09:00
  • 8524ea7441 Do not ignore resize event from ncurses and tcell Junegunn Choi 2016-11-23 01:58:46 +09:00
  • 6a65006f55 0.15.8 0.15.8 Junegunn Choi 2016-11-19 23:13:26 +09:00
  • d75ed841a9 Fix --no-bold on --no-color Junegunn Choi 2016-11-19 23:12:28 +09:00
  • 3cd2547e91 Reduce ESC delay to 100ms Junegunn Choi 2016-11-19 23:03:27 +09:00
  • 8c661d4e8c Revamp escape sequence processing for WSL Junegunn Choi 2016-11-19 22:40:28 +09:00
  • 4b332d831e Add --no-bold option Junegunn Choi 2016-11-15 23:57:32 +09:00
  • 22487810ba Update README: link to wiki page Junegunn Choi 2016-11-15 23:44:04 +09:00
  • c49e65d926 [shell] Fix pruning condition of find command for CTRL-T and ALT-C Junegunn Choi 2016-11-15 01:51:25 +09:00
  • 2e8814bb57 Add WSL to .github/ISSUE_TEMPLATE.md Junegunn Choi 2016-11-14 12:26:46 +09:00
  • dc557c0d4c Update ANSI processor to handle more VT-100 escape sequences Junegunn Choi 2016-11-14 02:13:16 +09:00
  • a2beb159f1 0.15.7 0.15.7 Junegunn Choi 2016-11-09 12:41:46 +09:00
  • 7ce427ff47 Fix panic when color is disabled and header lines contain ANSI colors Junegunn Choi 2016-11-09 12:05:45 +09:00
  • a221c672fb 0.15.6 0.15.6 Junegunn Choi 2016-11-09 01:45:27 +09:00
  • f87d382ec8 Fix --color=bw on tcell build Junegunn Choi 2016-11-09 01:45:06 +09:00
  • 3dfc020fac Merge pull request #730 from laur89/master Junegunn Choi 2016-11-09 00:06:42 +09:00
  • 2d87896939 Minor README markup fix. #730 Laur Aliste 2016-11-08 15:41:46 +01:00
  • 2192d8d816 GOOS=windows make release Junegunn Choi 2016-11-08 03:32:41 +09:00
  • d206949f62 Wait for additional keys after ESC for up to 100ms Junegunn Choi 2016-11-08 03:07:26 +09:00
  • 4accc69022 Fix flaky test cases Junegunn Choi 2016-11-08 02:19:05 +09:00
  • 898d8d94c8 Fix issues in tcell renderer and Windows build Junegunn Choi 2016-11-07 02:15:34 +09:00
  • 26895da969 Implement tcell-based renderer Michael Kelley 2016-10-23 20:45:45 -07:00
  • 0c573b3dff Prepare for termbox/windows build Junegunn Choi 2016-10-24 09:44:56 +09:00
  • 2cff00dce2 man fzf in README Junegunn Choi 2016-11-01 00:39:02 +09:00
  • 06a6ad8bca Update ANSI processor to ignore ^N and ^O Junegunn Choi 2016-10-30 12:29:29 +09:00
  • 02c6ad0e59 Strip ^N and ^O from preview output Junegunn Choi 2016-10-30 11:43:06 +09:00
  • 9f321cbe13 Fix header lines being cleared on toggle-preview Junegunn Choi 2016-10-28 03:13:32 +09:00
  • 9f30ca2923 0.15.5 0.15.5 Junegunn Choi 2016-10-23 22:00:32 +09:00
  • 37f2d8f795 [vim] Respect g:fzf_colors Junegunn Choi 2016-10-22 01:14:04 +09:00
  • 400e443a0a Make test cases less susceptible to timeout errors Junegunn Choi 2016-10-22 00:01:21 +09:00
  • 0a8d2996dc Set foreground color without affecting background Junegunn Choi 2016-10-21 19:35:59 +09:00
  • cfdb00b971 Allow other options to follow --color without spec Junegunn Choi 2016-10-21 19:20:00 +09:00
  • 9b9ad39143 [vim] Set g:loaded_fzf Junegunn Choi 2016-10-18 15:00:47 +09:00
  • 0541c0dbcf Use relative position instead of absolute distance for --tiebreak=end Junegunn Choi 2016-10-18 01:11:04 +09:00
  • 47b11cb8b4 Merge pull request #701 from nthapaliya/zsh_script_improvements Junegunn Choi 2016-10-14 10:00:58 +09:00
  • d3da310b92 Use command to ignore shell function #701 Niraj Thapaliya 2016-10-13 09:48:05 -06:00
  • 93e0a6a9de Gnu [ evaluates both sides of a -o condition regardless Niraj Thapaliya 2016-10-12 11:18:03 -06:00
  • ac549a853a [fzf-tmux] Fix bash condition Junegunn Choi 2016-10-13 10:42:26 +09:00
  • 053af9a1c8 [fzf-tmux/vim/nvim] Do not split small window Junegunn Choi 2016-10-12 23:09:21 +09:00
  • 60112def02 Merge pull request #698 from Ambrevar/master Junegunn Choi 2016-10-12 01:54:51 +09:00
  • 2134c0c8a9 key-bindings.fish: Yank commandline in fzf-history-widget #698 Pierre Neidhardt 2016-10-11 21:12:31 +05:30
  • 3222d62ddf 0.15.4 0.15.4 Junegunn Choi 2016-10-04 02:17:36 +09:00
  • aeb957a285 Use exact match by default for inverse search term Junegunn Choi 2016-10-04 02:09:03 +09:00
  • 154cf22ffa Display scroll indicator in preview window Junegunn Choi 2016-10-04 01:40:45 +09:00
  • 51f532697e Adjust maximum scroll offset Junegunn Choi 2016-10-04 01:39:48 +09:00
  • 01b88539ba [vim] Apply --multi and --prompt to :FZF command Junegunn Choi 2016-10-04 00:20:36 +09:00
  • 3066b206af Support field index expressions in preview and execute action Junegunn Choi 2016-10-03 14:16:10 +09:00
  • 04492bab10 Use unicode.IsSpace to cover more whitespace characters Junegunn Choi 2016-09-29 22:40:22 +09:00
  • 8b0d0342d4 0.15.3 0.15.3 Junegunn Choi 2016-09-29 03:05:20 +09:00
  • 957c12e7d7 Fix SEGV when trying to render preview but the window is closed Junegunn Choi 2016-09-29 02:53:05 +09:00
  • 3b5ae0f8a2 Fix failing unit tests on ANSI attributes Junegunn Choi 2016-09-29 01:06:35 +09:00
  • 1fc5659842 Add support for more ANSI color attributes (#674) Junegunn Choi 2016-09-29 00:54:27 +09:00
  • 1acd2adce2 Update man page: missing actions Junegunn Choi 2016-09-26 15:33:46 +09:00
  • 1bc223d4b3 0.15.2 0.15.2 Junegunn Choi 2016-09-25 22:20:43 +09:00
  • bef405bfa5 Ignore VT100-related escape codes Junegunn Choi 2016-09-25 19:03:08 +09:00
  • 0612074abe Support high intensity colors Junegunn Choi 2016-09-25 18:11:35 +09:00
  • 3bf51d8362 Merge pull request #670 from maverickwoo/fix-668 Junegunn Choi 2016-09-25 05:15:24 +09:00
  • 2c8479a7c5 Fix #668 #670 Maverick Woo 2016-09-24 15:39:13 -04:00
  • 8c8b5b313e Add preview-page-up and preview-page-down actions Junegunn Choi 2016-09-25 04:12:44 +09:00
  • 66d55fd893 Make preview windows scrollable Junegunn Choi 2016-09-25 02:02:00 +09:00
  • 7fa5e6c861 0.15.1 0.15.1 Junegunn Choi 2016-09-21 01:28:24 +09:00
  • 00f96aae76 Avoid rendering delay when displaying extremely long lines Junegunn Choi 2016-09-21 01:23:41 +09:00