summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * Support cursor jumping with Home and End keysTianyu Geng2018-02-05
* | tty_interface: Don't show score if it doesn't fitJonathan Neuschäfer2018-01-24
|/
* Rewrite cursor implementationJohn Hawthorn2017-10-16
* Merge pull request #46 from keith/ks/arrow-keysJohn Hawthorn2017-10-07
|\
| * Support arrow key movementsKeith Smiley2017-08-13
* | Fix line maximum line length when scores are shownJonathan Neuschäfer2017-09-24
|/
* Ignore bracketed paste charactersKeith Smiley2017-08-13
* Add acceptance test for --helpJohn Hawthorn2017-02-07
* Add -j option to control parallelismJohn Hawthorn2017-01-31
* Pass options to choices_initJohn Hawthorn2017-01-31
* Merge partially sorted lists in parallelJohn Hawthorn2017-01-26
* Replace k-way-merge with 2-way mergeJohn Hawthorn2017-01-26
* Perform sort in parallelJohn Hawthorn2017-01-26
* Fix memory leak of jobJohn Hawthorn2017-01-26
* Support movement with CTRL-J/CTRL-KMichael Stock2017-01-17
* Improve parallelism of search workersJohn Hawthorn2017-01-08
* Store choices on job structJohn Hawthorn2017-01-08
* Create search_job structJohn Hawthorn2017-01-08
* Remove unused and uninitialized worker struct varJohn Hawthorn2017-01-08
* Fix tty_interface clear for num_lines=0John Hawthorn2016-12-28
* Fix a problem that the cursor position shifted upwardmomotaro2016-12-21
* Fix segfault when encountering utf-8 charactersJohn Hawthorn2016-08-03
* Add sys/select.h to fix building with musl libcDuncaen2016-07-31
* Add a few missing static declarationsJohn Hawthorn2016-07-12
* Fix segfault when autocompleting on no matchesJohn Hawthorn2016-07-12
* Use macros to help with bonus tablesJohn Hawthorn2016-07-12
* Use standards-compliant lookup tableJohn Hawthorn2016-07-12
* Use a lookup table for precompute_bonusesJohn Hawthorn2016-07-10
* Use score_t instead of doubleJohn Hawthorn2016-07-10
* Don't consider numbers word separatorsJohn Hawthorn2016-07-10
* Split bonus computation into own methodJohn Hawthorn2016-07-10
* Store result of getopt_long in an intJohn Hawthorn2016-06-22
* Use number of processors as worker countJohn Hawthorn2016-06-22
* Store worker_count on choices_tJohn Hawthorn2016-06-22
* Use threading when matching/scoringJohn Hawthorn2016-06-22
* Use threading when matching/scoringJohn Hawthorn2016-06-22
* Change match into if/elseJohn Hawthorn2016-06-22
* Add tests for exact scoresJohn Hawthorn2016-06-22
* Batch together input for searchesJohn Hawthorn2016-06-22
* Add pageup and pagedownJohn Hawthorn2016-06-22
* Use a struct to store keybindingsJohn Hawthorn2016-06-22
* Extract append_search methodJohn Hawthorn2016-06-22
* Move all action into their own functionsJohn Hawthorn2016-06-20
* Track last searchJohn Hawthorn2016-06-20
* Use tty_interface_t to communicate exitJohn Hawthorn2016-06-20
* Return exit code from runJohn Hawthorn2016-06-20
* Use tty_interface_t throughoutJohn Hawthorn2016-06-19
* Remove options global variableJohn Hawthorn2016-06-19
* Store state in tty_interface_tJohn Hawthorn2016-06-19
* Extract tty interface to own fileJohn Hawthorn2016-06-19