summaryrefslogtreecommitdiff
path: root/src/result.go
AgeCommit message (Expand)Author
2025-10-09Rename: '--color hidden' to '--color nomatch'Junegunn Choi
2025-10-09Add special 'strip' style attribute for stripping colorsJunegunn Choi
2025-08-15Use fixed-length array when possible (#4488)Ioannis Pinakoulakis
2025-08-03Fix '--color nth:regular' not to reset ANSI attributes of the original textJunegunn Choi
2025-06-25Support full-line background color in the list sectionJunegunn Choi
2025-05-30Fix ANSI attributes lost when nth:regular is setJunegunn Choi
2025-05-30--no-color: Keep ANSI attributes in the listJunegunn Choi
2025-05-04Add 'alt-bg' color for striped lines (#4370)Junegunn Choi
2025-01-24Option to prioritize file name matches (#4192)Junegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-16Allow displaying --nth parts in a different text styleJunegunn Choi
2024-08-14Support hyperlinks (OSC 8) in the main windowJunegunn Choi
2024-06-10Fix divide by zero error with --tiebreak=end for long itemsJunegunn Choi
2024-05-20Implement multi-line display of multi-line itemsJunegunn Choi
2024-01-23Fix highlighting of regions that are matched multiple timesJunegunn Choi
2023-12-26Fix unexpected result of --tiebreak=endJunegunn Choi
2022-11-18Fix panic on inverse match query with `--tiebreak=chunk`Junegunn Choi
2022-08-02Add new tiebreak: 'chunk'Junegunn Choi
2021-01-15Fix typos in source code (#2322)freddii
2020-12-04Change how hl:-1 or hl+:-1 is applied to text with background colorJunegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2019-11-05Improvements to code quality and readability (#1737)Alexandr
2017-08-27Optimize rank comparison on x86 (little-endian)Junegunn Choi
2017-08-15Remove special nilItemJunegunn Choi
2017-07-18Consolidate Result and rank structsJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2017-02-02Fix --tiebreak=begin with algo v2Junegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-11-09Fix panic when color is disabled and header lines contain ANSI colorsJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-10-18Use relative position instead of absolute distance for --tiebreak=endJunegunn Choi
2016-09-29Use unicode.IsSpace to cover more whitespace charactersJunegunn Choi
2016-09-29Add support for more ANSI color attributes (#674)Junegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Add missing sourcesJunegunn Choi