aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use a little bit more straight-forward detectionPřemysl Janouch2013-05-191-2/+2
* Indicate with ellipsis that text is too longPřemysl Janouch2013-05-191-1/+20
* Don't abort() on setlocale() failurePřemysl Janouch2013-05-191-1/+1
* Initialise GError'sPřemysl Janouch2013-05-193-6/+6
* InternationalisationPřemysl Janouch2013-05-192-34/+29
* Don't do case-sensitive searchesPřemysl Janouch2013-05-191-5/+9
* Fix window resizingPřemysl Janouch2013-05-191-9/+20
* Fix characters not representable in LC_CTYPEPřemysl Janouch2013-05-191-3/+4
* Show some help/about informationPřemysl Janouch2013-05-181-5/+73
* Extend key code handlingPřemysl Janouch2013-05-181-60/+150
* Add Ctrl-L to repaint everythingPřemysl Janouch2013-05-181-0/+5
* Allow mouse clicks within the search fieldPřemysl Janouch2013-05-181-15/+39
* Don't redraw the top line to restore the cursorPřemysl Janouch2013-05-181-9/+18
* Add CMake infrastructurePřemysl Janouch2013-05-171-1/+12
* New functionalityPřemysl Janouch2013-05-161-5/+136
* Support Ctrl-A/E shortcutsPřemysl Janouch2013-05-161-1/+11
* Add Pango parsing.Přemysl Janouch2013-05-151-5/+28
* Store search input in UCS4.Přemysl Janouch2013-05-151-81/+66
* Refactoring.Přemysl Janouch2013-05-151-252/+271
* Begone, bug.Přemysl Janouch2013-05-151-0/+1
* Add simple mouse support.Přemysl Janouch2013-05-151-1/+11
* Use GIConv to get rid of encoding issuesPřemysl Janouch2013-05-151-35/+39
* Add basic functionalityPřemysl Janouch2013-05-141-15/+331
* Start working on sdtui; implement line editingPřemysl Janouch2013-05-121-54/+212
* Rename the projectPřemysl Janouch2013-05-111-3/+3
* Finish the add-pronunciation toolPřemysl Janouch2013-05-112-24/+319
* Move dictionary generation to its own modulePřemysl Janouch2013-05-106-110/+334