Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix performance regression | Přemysl Janouch | 2016-09-28 | 1 | -2/+4 | |
| | | | | | | Avoid stepping through the entire dictionary When looking for the first match with an empty common prefix. | |||||
* | Extract get_xdg_config_dirs() | Přemysl Janouch | 2016-09-28 | 1 | -8/+18 | |
| | ||||||
* | Use GLib booleans | Přemysl Janouch | 2016-09-28 | 1 | -2/+2 | |
| | ||||||
* | Validate encoding in .ifo files | Přemysl Janouch | 2016-09-28 | 1 | -0/+7 | |
| | ||||||
* | Make app_load_config() return any error | Přemysl Janouch | 2016-09-28 | 1 | -11/+15 | |
| | ||||||
* | Bump termo | Přemysl Janouch | 2016-09-28 | 1 | -0/+0 | |
| | | | | Fixing cursor keys. | |||||
* | Improve partial matches | Přemysl Janouch | 2016-09-27 | 1 | -1/+30 | |
| | ||||||
* | Fix common prefix search with no collator | Přemysl Janouch | 2016-09-27 | 1 | -1/+7 | |
| | ||||||
* | Update README | Přemysl Janouch | 2016-09-27 | 1 | -1/+1 | |
| | ||||||
* | Fix Travis build | Přemysl Janouch | 2016-09-26 | 1 | -0/+2 | |
| | ||||||
* | Make it possible to disable prefix highlighting | Přemysl Janouch | 2016-09-26 | 2 | -23/+31 | |
| | ||||||
* | Add a configuration file | Přemysl Janouch | 2016-09-26 | 2 | -15/+201 | |
| | | | | | | | Now you can have pretty colors w/o having to hardcode them. The selection is rather limited for now, though. Search "centering" can now be disabled by default as well. | |||||
* | Fix bottom right corner | Přemysl Janouch | 2016-09-26 | 1 | -2/+1 | |
| | ||||||
* | Highlight the longest matching prefix of entries | Přemysl Janouch | 2016-09-26 | 3 | -3/+97 | |
| | ||||||
* | Refactor app_add_utf8_string() | Přemysl Janouch | 2016-09-26 | 1 | -52/+133 | |
| | ||||||
* | Bump termo | Přemysl Janouch | 2016-09-25 | 1 | -0/+0 | |
| | ||||||
* | Update copyright years | Přemysl Janouch | 2016-09-25 | 1 | -2/+2 | |
| | ||||||
* | CMakeLists.txt: use more succint variables | Přemysl Janouch | 2016-03-15 | 2 | -18/+18 | |
| | ||||||
* | Fix manpage installation | Přemysl Janouch | 2016-03-15 | 1 | -1/+1 | |
| | ||||||
* | Don't force compilation flags | Přemysl Janouch | 2016-03-14 | 1 | -1/+1 | |
| | ||||||
* | Update README, Travis CI, termo | Přemysl Janouch | 2016-03-14 | 3 | -2/+11 | |
| | ||||||
* | Fix transcoding on OpenBSD | Přemysl Janouch | 2016-01-14 | 1 | -1/+5 | |
| | ||||||
* | Try harder to find ncursesw | Přemysl Janouch | 2016-01-14 | 3 | -4/+26 | |
| | ||||||
* | Travis CI: Update IRC server address | Přemysl Janouch | 2015-10-01 | 1 | -1/+1 | |
| | ||||||
* | Use optional dependencies opportunisticaly | Přemysl Janouch | 2015-10-01 | 1 | -7/+15 | |
| | ||||||
* | Convert README to AsciiDoc | Přemysl Janouch | 2015-09-27 | 1 | -11/+14 | |
| | ||||||
* | Fix and update README | Přemysl Janouch | 2015-09-27 | 1 | -5/+9 | |
| | ||||||
* | Bump termo | Přemysl Janouch | 2015-07-25 | 1 | -0/+0 | |
| | ||||||
* | Center the view on search | Přemysl Janouch | 2015-07-25 | 1 | -18/+34 | |
| | | | | | | | A lot of the time a better match is actually before the point where we expect the entry to be. Can be turned off with Alt-C. | |||||
* | Travis CI: final attempt at fixing | Přemysl Janouch | 2015-05-28 | 1 | -1/+1 | |
| | ||||||
* | Travis CI: fix stray " | Přemysl Janouch | 2015-05-28 | 1 | -1/+1 | |
| | ||||||
* | Travis CI: fix testing | Přemysl Janouch | 2015-05-28 | 1 | -1/+3 | |
| | ||||||
* | Bump termo | Přemysl Janouch | 2015-05-28 | 1 | -0/+0 | |
| | ||||||
* | Formatting: leftovers | Přemysl Janouch | 2015-02-28 | 1 | -3/+3 | |
| | ||||||
* | Refactoring | Přemysl Janouch | 2015-02-27 | 1 | -21/+23 | |
| | ||||||
* | Don't let GLib/GTK+ draw messages over curses | Přemysl Janouch | 2015-02-27 | 1 | -1/+61 | |
| | ||||||
* | Handle SIGINT/SIGTERM properly | Přemysl Janouch | 2015-02-27 | 1 | -10/+24 | |
| | ||||||
* | Formatting | Přemysl Janouch | 2015-02-26 | 12 | -273/+263 | |
| | ||||||
* | Miscellaneous little changes | Přemysl Janouch | 2015-02-26 | 2 | -22/+30 | |
| | ||||||
* | Handle search field overflow a bit better | Přemysl Janouch | 2015-02-24 | 1 | -4/+4 | |
| | | | | Make sure the cursor doesn't overflow where it doesn't belong. | |||||
* | Add a near-useless bar on top with bookname | Přemysl Janouch | 2015-02-24 | 1 | -22/+32 | |
| | ||||||
* | Fix build with ICU versions < 50 | Přemysl Janouch | 2015-02-24 | 1 | -0/+28 | |
| | | | | | | | | | | | | | I'll try to describe my feelings with this excerpt from David Firth's video "Take This Pill": PAIN. *oooowww...* Hurts, doesn't it? *...wwwwwww* | |||||
* | Travis CI: Try to fix searching for ICU config | Přemysl Janouch | 2015-02-24 | 1 | -5/+31 | |
| | ||||||
* | Fix reporting of unknown .ifo keys | Přemysl Janouch | 2015-02-24 | 1 | -2/+1 | |
| | ||||||
* | Add a custom collation mechanism | Přemysl Janouch | 2015-02-24 | 5 | -18/+170 | |
| | | | | A lot better than that StarDict shitfuckery. | |||||
* | Silence a warning | Přemysl Janouch | 2015-02-14 | 1 | -1/+1 | |
| | | | | We don't care if we read a byte from the pipe. | |||||
* | Travis CI: Try fixing Coverity scancoverity_scan | Přemysl Janouch | 2015-02-14 | 1 | -1/+1 | |
| | ||||||
* | Travis CI: Try enabling Coverity scan | Přemysl Janouch | 2015-02-14 | 1 | -0/+12 | |
| | ||||||
* | Add docbook-xsl as a dependency | Přemysl Janouch | 2015-02-08 | 2 | -3/+4 | |
| | ||||||
* | Add Travis CI configuration | Přemysl Janouch | 2015-02-08 | 1 | -0/+22 | |
| |