aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to disable prefix highlightingPřemysl Janouch2016-09-262-23/+31
|
* Add a configuration filePřemysl Janouch2016-09-262-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 cornerPřemysl Janouch2016-09-261-2/+1
|
* Highlight the longest matching prefix of entriesPřemysl Janouch2016-09-263-3/+97
|
* Refactor app_add_utf8_string()Přemysl Janouch2016-09-261-52/+133
|
* Bump termoPřemysl Janouch2016-09-251-0/+0
|
* Update copyright yearsPřemysl Janouch2016-09-251-2/+2
|
* CMakeLists.txt: use more succint variablesPřemysl Janouch2016-03-152-18/+18
|
* Fix manpage installationPřemysl Janouch2016-03-151-1/+1
|
* Don't force compilation flagsPřemysl Janouch2016-03-141-1/+1
|
* Update README, Travis CI, termoPřemysl Janouch2016-03-143-2/+11
|
* Fix transcoding on OpenBSDPřemysl Janouch2016-01-141-1/+5
|
* Try harder to find ncurseswPřemysl Janouch2016-01-143-4/+26
|
* Travis CI: Update IRC server addressPřemysl Janouch2015-10-011-1/+1
|
* Use optional dependencies opportunisticalyPřemysl Janouch2015-10-011-7/+15
|
* Convert README to AsciiDocPřemysl Janouch2015-09-271-11/+14
|
* Fix and update READMEPřemysl Janouch2015-09-271-5/+9
|
* Bump termoPřemysl Janouch2015-07-251-0/+0
|
* Center the view on searchPřemysl Janouch2015-07-251-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 fixingPřemysl Janouch2015-05-281-1/+1
|
* Travis CI: fix stray "Přemysl Janouch2015-05-281-1/+1
|
* Travis CI: fix testingPřemysl Janouch2015-05-281-1/+3
|
* Bump termoPřemysl Janouch2015-05-281-0/+0
|
* Formatting: leftoversPřemysl Janouch2015-02-281-3/+3
|
* RefactoringPřemysl Janouch2015-02-271-21/+23
|
* Don't let GLib/GTK+ draw messages over cursesPřemysl Janouch2015-02-271-1/+61
|
* Handle SIGINT/SIGTERM properlyPřemysl Janouch2015-02-271-10/+24
|
* FormattingPřemysl Janouch2015-02-2612-273/+263
|
* Miscellaneous little changesPřemysl Janouch2015-02-262-22/+30
|
* Handle search field overflow a bit betterPřemysl Janouch2015-02-241-4/+4
| | | | Make sure the cursor doesn't overflow where it doesn't belong.
* Add a near-useless bar on top with booknamePřemysl Janouch2015-02-241-22/+32
|
* Fix build with ICU versions < 50Přemysl Janouch2015-02-241-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 configPřemysl Janouch2015-02-241-5/+31
|
* Fix reporting of unknown .ifo keysPřemysl Janouch2015-02-241-2/+1
|
* Add a custom collation mechanismPřemysl Janouch2015-02-245-18/+170
| | | | A lot better than that StarDict shitfuckery.
* Silence a warningPřemysl Janouch2015-02-141-1/+1
| | | | We don't care if we read a byte from the pipe.
* Travis CI: Try fixing Coverity scancoverity_scanPřemysl Janouch2015-02-141-1/+1
|
* Travis CI: Try enabling Coverity scanPřemysl Janouch2015-02-141-0/+12
|
* Add docbook-xsl as a dependencyPřemysl Janouch2015-02-082-3/+4
|
* Add Travis CI configurationPřemysl Janouch2015-02-081-0/+22
|
* Add some dictionaries to the READMEPřemysl Janouch2015-02-081-0/+8
|
* Make more use of xstrtoul()Přemysl Janouch2015-02-073-7/+6
|
* Update information texts and copyrightsPřemysl Janouch2015-02-074-6/+51
|
* Cancel selection confirmation when following the selectionPřemysl Janouch2015-02-071-1/+2
|
* Add support for watching the primary selectionPřemysl Janouch2015-02-073-24/+212
| | | | Depends on GTK+, which should make it work with all of X11, Wayland, and Mir.
* React to mouse wheel scrollingPřemysl Janouch2015-02-071-32/+44
|
* Hide the help in app_search_for_entry()Přemysl Janouch2015-02-071-1/+1
|
* Or let's rather do it like thisPřemysl Janouch2015-02-011-3/+1
|
* Tell termo to convert DEL to BackspacePřemysl Janouch2015-02-011-0/+1
| | | | Now backspace works in tmux.
* resize_term -> resizetermPřemysl Janouch2015-01-203-6/+6
| | | | Apparently we do need to call the "outer-level" function.