summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-03-30Implement flag for preserving whitespace around field (#1242)ZDNoFYVe
2018-03-13Make fzf pass go vetRyan Boehning
2018-02-15Add shift-up and shift-downJunegunn Choi
2018-01-17Update Windows default command to print relative paths (#1200)Jan Edmund Lazo
2017-12-030.17.30.17.3Junegunn Choi
2017-12-03Fix panic when replace-query is triggered on empty result setJunegunn Choi
2017-12-03Revert "0.17.2"Junegunn Choi
2017-12-030.17.2Junegunn Choi
2017-12-02Add accept-non-empty actionJunegunn Choi
2017-12-01Add replace-query actionJunegunn Choi
2017-12-01Inject $LINES and $COLUMNS when running preview commandJunegunn Choi
2017-12-01Support binding of left-click and right-clickJunegunn Choi
2017-12-01Revert default command: find with -fstype requiredJunegunn Choi
2017-10-160.17.10.17.1Junegunn Choi
2017-10-15Do not immediately check --height option on Windows (#1082)Junegunn Choi
2017-10-15Fix compilation error of Windows binaryJunegunn Choi
2017-10-14Fix ExecCommandWith for cmd.exe in Windows (#1072)Jan Edmund Lazo
2017-09-28Update FZF_DEFAULT_COMMANDJunegunn Choi
2017-09-09Clean up renderer codeJunegunn Choi
2017-09-08Fix custom foreground color inside preview window (addendum)Junegunn Choi
2017-09-08Fix custom foreground color inside preview windowJunegunn Choi
2017-09-02Delete ncurses implementationJunegunn Choi
2017-08-270.17.00.17.0Junegunn Choi
2017-08-27Make --expect additiveJunegunn Choi
2017-08-27Optimize rank comparison on x86 (little-endian)Junegunn Choi
2017-08-26Remove an unnecessary code branchJunegunn Choi
2017-08-26Minor refactoringsJunegunn Choi
2017-08-26Remove bound checkings in inner loopsJunegunn Choi
2017-08-20Ignore EvtReadNew if EvtReadFin is already setJunegunn Choi
2017-08-20Minor optimization of FuzzyMatchV2Junegunn Choi
2017-08-20Extract debug code from FuzzyMatchV2Junegunn Choi
2017-08-20Remove unused clear arguments of alloc16 and alloc32Junegunn Choi
2017-08-20Pass util.Chars by pointerJunegunn Choi
2017-08-20Remove redundant read event when --sync is usedJunegunn Choi
2017-08-19Delay slab allocationJunegunn Choi
2017-08-18Limit search scope of uppercase letterJunegunn Choi
2017-08-18Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-08-17Revert "Short-circuit ANSI processing if no ANSI codes are found"Junegunn Choi
2017-08-17Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-08-16Remove count field from ChunkListJunegunn Choi
2017-08-16Make Reader event notification asynchronousJunegunn Choi
2017-08-15Remove special nilItemJunegunn Choi
2017-08-12Update FuzzyMatchV1 to use skip optimization used in V2Junegunn Choi
2017-08-11Disallow escaping of meta characters except for spacesJunegunn Choi
2017-08-11Treat | as proper query when it can't be an OR operatorJunegunn Choi
2017-08-10Treat $ as proper search queryJunegunn Choi
2017-08-10Build cache key for a pattern only onceJunegunn Choi
2017-08-10Fix escaping of meta characters after ' or ! prefixJunegunn Choi
2017-08-09Allow escaping term starting with |Junegunn Choi
2017-08-09Allow escaping meta characters with backslashesJunegunn Choi