aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve partial matchesPřemysl Janouch2016-09-271-1/+30
* Fix common prefix search with no collatorPřemysl Janouch2016-09-271-1/+7
* Fix Travis buildPřemysl Janouch2016-09-261-0/+2
* Make it possible to disable prefix highlightingPřemysl Janouch2016-09-261-23/+30
* Add a configuration filePřemysl Janouch2016-09-261-14/+183
* 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
* Update copyright yearsPřemysl Janouch2016-09-251-2/+2
* Fix transcoding on OpenBSDPřemysl Janouch2016-01-141-1/+5
* Center the view on searchPřemysl Janouch2015-07-251-18/+34
* 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-2611-272/+262
* Handle search field overflow a bit betterPřemysl Janouch2015-02-241-4/+4
* 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
* Fix reporting of unknown .ifo keysPřemysl Janouch2015-02-241-2/+1
* Add a custom collation mechanismPřemysl Janouch2015-02-242-15/+158
* Silence a warningPřemysl Janouch2015-02-141-1/+1
* Make more use of xstrtoul()Přemysl Janouch2015-02-073-7/+6
* Update information texts and copyrightsPřemysl Janouch2015-02-071-2/+2
* Cancel selection confirmation when following the selectionPřemysl Janouch2015-02-071-1/+2
* Add support for watching the primary selectionPřemysl Janouch2015-02-071-24/+201
* 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
* resize_term -> resizetermPřemysl Janouch2015-01-201-4/+4
* Update termotermoPřemysl Janouch2014-11-191-4/+2
* Avoid some overhead with iconv()Přemysl Janouch2014-11-191-1/+6
* Get rid of wchar_t for goodPřemysl Janouch2014-11-191-58/+51
* Avoid flicker while resizingPřemysl Janouch2014-11-193-5/+43
* Rewrite to use termoPřemysl Janouch2014-11-191-324/+374
* I've been enlightenedPřemysl Janouch2014-02-111-60/+51
* Don't apply the bold attribute to padding.Přemysl Janouch2013-10-091-8/+11
* Add a querying tool for use in e.g. IRC botsPřemysl Janouch2013-10-021-0/+176
* Add a workaround for GLib < 2.33.1Přemysl Janouch2013-10-021-0/+7
* Clarify some behaviour in commentsPřemysl Janouch2013-10-021-3/+5
* Thanks, CoverityPřemysl Janouch2013-07-251-1/+1
* Fix another error pathPřemysl Janouch2013-07-181-1/+3
* Fix the dictionary loading error pathPřemysl Janouch2013-07-181-2/+4
* Actually use DictzipInputStream in sdtuiPřemysl Janouch2013-07-181-10/+93
* Move private data into StardictDictPrivatePřemysl Janouch2013-07-182-50/+70
* Add a class to handle dictzip filesPřemysl Janouch2013-07-185-55/+813
* Add support for transposition with Ctrl-TPřemysl Janouch2013-07-091-10/+34
* Fix double- and zero-wide charactersPřemysl Janouch2013-06-021-16/+71
* Fix a 100% CPU usage bugPřemysl Janouch2013-05-191-1/+1