summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-10-21Allow other options to follow --color without specJunegunn Choi
2016-10-18Use relative position instead of absolute distance for --tiebreak=endJunegunn Choi
2016-10-040.15.40.15.4Junegunn Choi
2016-10-04Use exact match by default for inverse search termJunegunn Choi
2016-10-04Display scroll indicator in preview windowJunegunn Choi
2016-10-04Adjust maximum scroll offsetJunegunn Choi
2016-10-03Support field index expressions in preview and execute actionJunegunn Choi
2016-09-29Use unicode.IsSpace to cover more whitespace charactersJunegunn Choi
2016-09-290.15.30.15.3Junegunn Choi
2016-09-29Fix SEGV when trying to render preview but the window is closedJunegunn Choi
2016-09-29Fix failing unit tests on ANSI attributesJunegunn Choi
2016-09-29Add support for more ANSI color attributes (#674)Junegunn Choi
2016-09-250.15.20.15.2Junegunn Choi
2016-09-25Ignore VT100-related escape codesJunegunn Choi
2016-09-25Support high intensity colorsJunegunn Choi
2016-09-25Add preview-page-up and preview-page-down actionsJunegunn Choi
2016-09-25Make preview windows scrollableJunegunn Choi
2016-09-210.15.10.15.1Junegunn Choi
2016-09-21Avoid rendering delay when displaying extremely long linesJunegunn Choi
2016-09-21Fix temp directory in a test caseJunegunn Choi
2016-09-21Fix panic when pattern occurs after 2^15-th columnJunegunn Choi
2016-09-19Add --print0 option0.15.0Junegunn Choi
2016-09-18Printable character in --expect set should not affect --print-queryJunegunn Choi
2016-09-18Truncate the query string if it's too longJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-09-13Update READMEJunegunn Choi
2016-09-10Update algo.goishanray
2016-08-210.13.50.13.5Junegunn Choi
2016-08-21Update Centos Dockerfile to use Go 1.7Junegunn Choi
2016-08-20No need to cache the result in filtering mode (--filter)Junegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Add missing sourcesJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-19Set the upper limit of the number of search go routinesJunegunn Choi
2016-08-18Remove duplicate codeJunegunn Choi
2016-08-18Inline function calls in tight loopsJunegunn Choi
2016-08-18Increase the number of go routines for searchJunegunn Choi
2016-08-17Setting GOMAXPROCS is no longer neededJunegunn Choi
2016-08-16Increase read buffer size to 64KBJunegunn Choi
2016-08-140.13.40.13.4Junegunn Choi
2016-08-14LintJunegunn Choi
2016-08-14Improve rendering time of long linesJunegunn Choi
2016-08-14[perf] evaluateBonus can start from sidx - 1Junegunn Choi
2016-08-14[perf] Remove memory copy when using string delimiterJunegunn Choi
2016-08-14[perf] Optimize AWK-style tokenizer for --nthJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-08-12:hidden property of previous --preview-window should be clearedJunegunn Choi
2016-07-160.13.30.13.3Junegunn Choi
2016-07-15Fix duplicate rendering of the last line in preview windowJunegunn Choi