summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Refactor into tty_moveupJohn Hawthorn2014-08-16
|
* Refactor into tty_newline and tty_setcolJohn Hawthorn2014-08-16
|
* Refactor into tty_printfJohn Hawthorn2014-08-16
|
* Support UP/DOWN arrowJohn Hawthorn2014-08-16
|
* Fix missing bin in MakefileJohn Hawthorn2014-08-11
| | | | Change-Id: If849f07175e5accfa26179b555e5f59e39b6826f
* No need to scale score in 0..1John Hawthorn2014-08-06
| | | | Change-Id: Iea655e766abdaec8e7f3e2c3aa5d23274636cfb9
* Update README.mdJohn Hawthorn2014-08-04
|
* Allow selecting past the 10th choiceJohn Hawthorn2014-08-04
|
* action_next and action_prevJohn Hawthorn2014-08-04
|
* Define ANSI color valuesJohn Hawthorn2014-08-04
|
* Extract ANSI CSI SGR calls into tty.cJohn Hawthorn2014-08-04
|
* Only M[0][0] should default to 0John Hawthorn2014-08-04
|
* Fix possible overflow on long search stringJohn Hawthorn2014-08-04
|
* Define number of lines as a macroJohn Hawthorn2014-08-04
|
* Split tty functions into tty.cJohn Hawthorn2014-08-03
|
* Use SCORE_MATCH_SLASH for first characterJohn Hawthorn2014-08-03
|
* Lesser penalty for leading and trailing gapsJohn Hawthorn2014-07-30
|
* Move scoring magic numbers into macrosJohn Hawthorn2014-07-30
|
* Improve scoringJohn Hawthorn2014-07-30
|
* match: Use array storing bonus for match of charJohn Hawthorn2014-07-30
|
* Merge pull request #2 from Dkendal/masterJohn Hawthorn2014-07-28
|\ | | | | don't print tabs and other special characters
| * don't print tabsDylan Kendal2014-07-27
|/
* Add gif to READMEJohn Hawthorn2014-07-27
|
* Don't break tiesJohn Hawthorn2014-07-26
|
* Revert "No need anymore for strlen to break ties"John Hawthorn2014-07-26
| | | | This reverts commit e77435e4c26cc5d2c879452d9310890763df0b96.
* Update README.mdJohn Hawthorn2014-07-26
|
* ^u was not resetting searchJohn Hawthorn2014-07-26
|
* No need anymore for strlen to break tiesJohn Hawthorn2014-07-26
|
* debug: fix mat_printJohn Hawthorn2014-07-26
|
* Adjust scoring systemJohn Hawthorn2014-07-26
| | | | | | | -0.05 for a skipped character in the candidate. +1 for a match following a previous match +1.5 for a match at the beginning of a word No change for any other match.
* Add version stringJohn Hawthorn2014-07-26
|
* Test for exact matchJohn Hawthorn2014-07-26
|
* Add make installJohn Hawthorn2014-07-26
|
* Slightly nicer test outputJohn Hawthorn2014-07-26
|
* Replace test "framework" with way less magicJohn Hawthorn2014-07-26
|
* Add another test and some commentsJohn Hawthorn2014-07-26
|
* Better values for SCORE_{MIN,MAX}John Hawthorn2014-07-26
| | | | | SCORE_MAX is now defined as DBL_MAX SCORE_MIN is now defined as -DBL_MAX
* test on match_positionsJohn Hawthorn2014-07-26
|
* Avoid test compilation warningsJohn Hawthorn2014-07-26
|
* Replace ruby tests with some CJohn Hawthorn2014-07-26
| | | | | | Ruby tests were a nice way to start, and it was nice to borrow some from selecta. However, it's going to be much easier to write tests in the same language as the implementation.
* Update testsJohn Hawthorn2014-07-26
|
* Don't require scores to be positiveJohn Hawthorn2014-07-26
| | | | | Previously a successful match was determined by the score being positive. Now we will use has_match instead.
* Move declarations into fzy.hJohn Hawthorn2014-07-26
|
* Highlight matched charactersJohn Hawthorn2014-07-26
|
* Don't treat consecitive capitals as BOWJohn Hawthorn2014-07-26
| | | | | Only treat the first letter of an ALLCAPS word as the biginning of that word (it is not CamelCase).
* Skip calculate_score for long candidatesJohn Hawthorn2014-07-26
|
* define SCORE_MIN -1John Hawthorn2014-07-26
|
* Add ^U and ^H bindingsJohn Hawthorn2014-07-25
| | | | Change-Id: Ib14ab12e6223267f397b506939f0e6c6f5d3c468
* Add test for prefering start of wordsJohn Hawthorn2014-07-12
|
* Fix warningsJohn Hawthorn2014-07-12
|